af4f2f246918f95f4af96e317663195983e938ee
[supertux.git] / src / Makefile.am
1 bin_PROGRAMS = supertux
2 supertux_SOURCES = \
3 badguy.c \
4 collision.c \
5 high_scores.c \
6 leveleditor.c \
7 player.c \
8 setup.c \
9 supertux.c \
10 timer.c \
11 world.c \
12 bitmask.c \
13 gameloop.c \
14 intro.c \
15 menu.c \
16 scene.c \
17 sound.c \
18 text.c \
19 title.c \
20 button.c \
21 globals.c \
22 level.c \
23 physic.c \
24 screen.c \
25 special.c \
26 texture.c \
27 type.c
28
29 #INCLUDES = $(shell sdl-config --cflags)
30 #CFLAGS = $(SDL_CFLAGS) -DDATA_PREFIX=\"$(PWD)/../../data\" -DLINUX
31
32