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