summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 6b8680d55040e64b5c0292553402e6c779bc01b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ACLOCAL_AMFLAGS = -I m4 --install

# Target list of programs to be install in bin/ dir
bin_PROGRAMS = mplemmings mplemmings_ds

# Target list of programs that will not installed anywhere (dev helping tiny programs)
noinst_PROGRAMS = sbmoose sbsprite

# Use configure detected necessary cflags and ldflags
AM_CFLAGS = $(DEPS_CFLAGS)
LIBS = $(DEPS_LIBS)

# Per target specs
mplemmings_SOURCES = src/mplemmings.c
mplemmings_ds_SOURCES = src/mplemmings_ds.c
sbmoose_SOURCES = src/sandbox/moose.c
sbsprite_SOURCES = src/sandbox/sprite.c
#sbmoose_CPPFLAGS = -DDEBUG

# Extra files to be shipped in the tarball (make dist)
EXTRA_DIST = m4/.dont-remove rm-all-generated-files.sh