- change subimage loading syntax to be more usefull, ie. now its (images "somefile...
[supertux.git] / src / Makefile.am
index 023536d..6fc28fd 100644 (file)
@@ -1,4 +1,8 @@
+localedir = $(datadir)/locale
+
 bin_PROGRAMS = supertux
+supertux_CXXFLAGS = -DLOCALEDIR=\"$(localedir)\"
+supertux_LDADD = @LIBINTL@
 
 supertux_SOURCES = \
 screen/drawing_context.h \
@@ -7,8 +11,8 @@ screen/font.h \
 screen/font.cpp \
 screen/screen.h \
 screen/screen.cpp \
-screen/texture.cpp \
-screen/texture.h \
+screen/surface.cpp \
+screen/surface.h \
 lispwriter.h \
 lispwriter.cpp \
 badguy.cpp \
@@ -17,19 +21,27 @@ bitmask.cpp \
 bitmask.h \
 button.cpp \
 button.h \
+camera.cpp \
+camera.h \
 collision.cpp \
 collision.h \
 configfile.cpp \
 configfile.h \
+door.cpp \
+door.h \
 intro.cpp \
 intro.h \
 defines.h \
+exceptions.h \
 gameloop.cpp \
 gameloop.h \
+gettext.h \
 globals.cpp \
 globals.h \
 high_scores.cpp \
 high_scores.h \
+interactive_object.cpp \
+interactive_object.h \
 level.cpp \
 level.h \
 leveleditor.cpp \
@@ -38,6 +50,10 @@ lispreader.cpp \
 lispreader.h \
 menu.cpp \
 menu.h \
+mousecursor.cpp \
+mousecursor.h \
+musicref.cpp \
+musicref.h \
 particlesystem.cpp \
 particlesystem.h \
 physic.cpp \
@@ -50,8 +66,14 @@ setup.cpp \
 setup.h \
 sound.cpp \
 sound.h \
+sound_manager.h \
+sound_manager.cpp \
 special.cpp \
 special.h \
+sprite.h \
+sprite.cpp \
+sprite_manager.cpp \
+sprite_manager.h \
 supertux.cpp \
 timer.cpp \
 timer.h \
@@ -63,25 +85,14 @@ worldmap.cpp \
 worldmap.h \
 tile.h \
 tile.cpp \
-mousecursor.cpp \
-mousecursor.h \
+tile_manager.h \
+tile_manager.cpp \
 resources.h \
 resources.cpp \
 gameobjs.h \
 gameobjs.cpp \
-sprite.h \
-sprite.cpp \
-sprite_manager.cpp \
-sprite_manager.h \
-music_manager.cpp \
-music_manager.h \
-musicref.cpp \
-musicref.h \
-camera.cpp \
-camera.h \
 game_object.cpp \
 game_object.h \
-drawable.h \
 background.h \
 background.cpp \
 tilemap.h \
@@ -92,6 +103,6 @@ serializable.h \
 vector.cpp \
 vector.h \
 sector.cpp \
-sector.h 
+sector.h
 
 # EOF #