X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=c-version%2Fsrc%2FMakefile.am;fp=c-version%2Fsrc%2FMakefile.am;h=837cd067bb53acad8a0ec92548c336353f95f6f3;hb=1dc3e2e56bd836aa1c9d45417222b4fed6d34c0e;hp=0000000000000000000000000000000000000000;hpb=16a5bbd86d12644c1a613e61e990f76b16a567f0;p=super-star-trek.git diff --git a/c-version/src/Makefile.am b/c-version/src/Makefile.am new file mode 100644 index 0000000..837cd06 --- /dev/null +++ b/c-version/src/Makefile.am @@ -0,0 +1,28 @@ +AM_CFLAGS = -Wall -Wimplicit -Wunused -Wmissing-prototypes -Wundef \ + -Wuninitialized -Wdeclaration-after-statement \ + -fno-inline -O1 -DDATA_DIR=\"$(pkgdatadir)\" \ + -DLOCALEDIR=\"$(datadir)/locale\" \ + @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 + +# Experimental XaW code, not yet integrated with the game +xio: xio.o + gcc xio.c -lXaw3d -o xio