and here comes the shrinked ;) Makefile.am
[supertux.git] / src / Makefile.am
1 localedir = $(datadir)/locale
2
3 bin_PROGRAMS = supertux
4 supertux_CXXFLAGS = -DLOCALEDIR=\"$(localedir)\"
5 supertux_LDADD = $(top_builddir)/lib/libsupertux.la @LIBINTL@
6
7 supertux_SOURCES = badguy.cpp badguy.h bitmask.cpp bitmask.h camera.cpp \
8                 camera.h collision.cpp collision.h door.cpp door.h intro.cpp intro.h \
9                 gameloop.cpp gameloop.h high_scores.cpp high_scores.h interactive_object.cpp \
10                 interactive_object.h level.cpp level.h level_subset.cpp level_subset.h leveleditor.cpp \
11                 leveleditor.h particlesystem.cpp particlesystem.h player.cpp player.h scene.cpp \
12                 scene.h special.cpp special.h supertux.cpp title.cpp title.h worldmap.cpp \
13                 worldmap.h tile.h tile.cpp tile_manager.h tile_manager.cpp resources.h \
14                 resources.cpp gameobjs.h gameobjs.cpp background.h background.cpp tilemap.h \
15                 tilemap.cpp serializable.h sector.cpp sector.h misc.h misc.cpp
16
17 # EOF #
18 INCLUDES = -I$(top_srcdir)/lib
19 noinst_HEADERS = misc.h