X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;fp=src%2FMakefile.am;h=2249438d518054d2828ba4e55da31d6bdfd8dec1;hb=e535e2ef833a03ec84d0f002d684c07ddde893f1;hp=0000000000000000000000000000000000000000;hpb=6faaa79dff2fa3ceec44ef46b79e651f1bd9e0aa;p=super-star-trek.git diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..2249438 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,21 @@ +AM_CFLAGS = -Wall -Wimplicit -Wunused -Wmissing-prototypes \ + -Wuninitialized -fno-inline -O1 -DDATA_DIR=\"$(pkgdatadir)\" @CFLAGS@ + +bin_PROGRAMS = sst + +sst_SOURCES = \ + ai.c \ + battle.c \ + events.c \ + finish.c \ + moving.c \ + planets.c \ + reports.c \ + setup.c \ + sst.c \ + io.c \ + sstlinux.c + +EXTRA_DIST = \ + sst.h \ + sstlinux.h