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