e2b2947b23baf6fdf2fe817d430fe90460bfc0bc
[supertux.git] / src / Makefile.am
1 AM_CXXFLAGS = -Wall -O2 -g
2
3 bin_PROGRAMS = supertux
4
5 supertux_SOURCES = \
6   badguy.cpp \
7   badguy.h \
8   bitmask.cpp \
9   bitmask.h \
10   button.cpp \
11   button.h \
12   collision.cpp \
13   collision.h \
14   defines.h \
15   gameloop.cpp \
16   gameloop.h \
17   globals.cpp \
18   globals.h \
19   high_scores.cpp \
20   high_scores.h \
21   intro.cpp \
22   intro.h \
23   level.cpp \
24   level.h \
25   leveleditor.cpp \
26   leveleditor.h \
27   lispreader.cpp \
28   lispreader.h \
29   menu.cpp \
30   menu.h \
31   physic.cpp \
32   physic.h \
33   player.cpp \
34   player.h \
35   scene.cpp \
36   scene.h \
37   screen.cpp \
38   screen.h \
39   setup.cpp \
40   setup.h \
41   sound.cpp \
42   sound.h \
43   special.cpp \
44   special.h \
45   supertux.cpp \
46   supertux.h \
47   text.cpp \
48   text.h \
49   texture.cpp \
50   texture.h \
51   timer.cpp \
52   timer.h \
53   title.cpp \
54   title.h \
55   type.cpp \
56   type.h \
57   world.cpp \
58   world.h \
59   worldmap.cpp \
60   worldmap.h
61
62 # EOF #