Generated SuperTux libtool library containing more general source, that could prove...
[supertux.git] / lib / Makefile.am
1 INCLUDES = 
2 METASOURCES = AUTO
3 lib_LTLIBRARIES = libsupertux.la
4 libsupertux_la_SOURCES =app/defines.h \
5                         app/gettext.h \
6                         app/globals.h app/globals.cpp \
7                         app/setup.h app/setup.cpp \
8                         audio/musicref.h audio/musicref.cpp \
9                         audio/sound.h audio/sound.cpp \
10                         audio/sound_manager.h audio/sound_manager.cpp \
11                         gui/button.h gui/button.cpp \
12                         gui/menu.h gui/menu.cpp \
13                         gui/mousecursor.cpp gui/mousecursor.h \
14                         math/physic.h math/physic.cpp \
15                         math/vector.h math/vector.cpp \
16                         special/base.h \
17                         special/game_object.h special/game_object.cpp \
18                         special/moving_object.h special/moving_object.cpp \
19                         special/sprite.h special/sprite.cpp \
20                         special/sprite_manager.h special/sprite_manager.cpp \
21                         special/stringlist.h special/stringlist.cpp \
22                         special/timer.h special/timer.cpp \
23                         utils/configfile.h utils/configfile.cpp \
24                         utils/exceptions.h \
25                         utils/lispreader.h utils/lispreader.cpp \
26                         utils/lispwriter.h utils/lispwriter.cpp \
27                         video/drawing_context.h video/drawing_context.cpp \
28                         video/font.h video/font.cpp \
29                         video/screen.h video/screen.cpp \
30                         video/surface.h video/surface.cpp
31 libsupertux_la_LDFLAGS = -module
32