X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2FMakefile.am;h=837cd067bb53acad8a0ec92548c336353f95f6f3;hp=2249438d518054d2828ba4e55da31d6bdfd8dec1;hb=16a5bbd86d12644c1a613e61e990f76b16a567f0;hpb=e535e2ef833a03ec84d0f002d684c07ddde893f1 diff --git a/src/Makefile.am b/src/Makefile.am index 2249438..837cd06 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,8 @@ -AM_CFLAGS = -Wall -Wimplicit -Wunused -Wmissing-prototypes \ - -Wuninitialized -fno-inline -O1 -DDATA_DIR=\"$(pkgdatadir)\" @CFLAGS@ +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 @@ -19,3 +22,7 @@ sst_SOURCES = \ EXTRA_DIST = \ sst.h \ sstlinux.h + +# Experimental XaW code, not yet integrated with the game +xio: xio.o + gcc xio.c -lXaw3d -o xio