X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=837cd067bb53acad8a0ec92548c336353f95f6f3;hb=HEAD;hp=cbc2dfaa2b78d4f9cbf3fd99af4b5d718aedc74e;hpb=8700dc6a521fe201815aad02cf05f7f4c297c305;p=super-star-trek.git diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index cbc2dfa..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -AM_CFLAGS = -Wall -Wimplicit -Wunused -Wmissing-prototypes \ - -Wuninitialized -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