All old versions moved to 'historic' directoery.
[super-star-trek.git] / historic / c-version / src / Makefile.am
1 AM_CFLAGS = -Wall -Wimplicit -Wunused -Wmissing-prototypes -Wundef \
2     -Wuninitialized -Wdeclaration-after-statement \
3     -fno-inline -O1 -DDATA_DIR=\"$(pkgdatadir)\" \
4     -DLOCALEDIR=\"$(datadir)/locale\" \
5     @CFLAGS@
6
7 bin_PROGRAMS = sst
8
9 sst_SOURCES = \
10         ai.c \
11         battle.c \
12         events.c \
13         finish.c \
14         moving.c \
15         planets.c \
16         reports.c \
17         setup.c \
18         sst.c \
19         io.c \
20         sstlinux.c
21
22 EXTRA_DIST = \
23         sst.h \
24         sstlinux.h
25
26 # Experimental XaW code, not yet integrated with the game
27 xio: xio.o
28         gcc xio.c -lXaw3d -o xio