X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=71af416ad0a75ce4731a3d94a2bf7df3d106eea9;hb=b0333acd4660221a389c656a9b83bedbcc17ae9e;hp=23427d01bed05890cd7efb2727357f02cc2fb4d7;hpb=b8c83bae1b0cd0367b6e3ac8c4c28e077eb1b594;p=supertux.git diff --git a/src/Makefile.am b/src/Makefile.am index 23427d01b..71af416ad 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,17 @@ +localedir = $(datadir)/locale + bin_PROGRAMS = supertux +supertux_CXXFLAGS = -DLOCALEDIR=\"$(localedir)\" supertux_SOURCES = \ +screen/drawing_context.h \ +screen/drawing_context.cpp \ +screen/font.h \ +screen/font.cpp \ +screen/screen.h \ +screen/screen.cpp \ +screen/texture.cpp \ +screen/texture.h \ lispwriter.h \ lispwriter.cpp \ badguy.cpp \ @@ -9,10 +20,14 @@ 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 \ @@ -22,6 +37,8 @@ globals.cpp \ globals.h \ high_scores.cpp \ high_scores.h \ +interactive_object.cpp \ +interactive_object.h \ level.cpp \ level.h \ leveleditor.cpp \ @@ -30,6 +47,10 @@ lispreader.cpp \ lispreader.h \ menu.cpp \ menu.h \ +mousecursor.cpp \ +mousecursor.h \ +musicref.cpp \ +musicref.h \ particlesystem.cpp \ particlesystem.h \ physic.cpp \ @@ -38,51 +59,35 @@ player.cpp \ player.h \ scene.cpp \ scene.h \ -screen.cpp \ -screen.h \ 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 \ -text.cpp \ -text.h \ -texture.cpp \ -texture.h \ timer.cpp \ timer.h \ title.cpp \ title.h \ type.cpp \ type.h \ -world.cpp \ -world.h \ worldmap.cpp \ worldmap.h \ tile.h \ tile.cpp \ -mousecursor.cpp \ -mousecursor.h \ 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 \ -display_manager.h \ -display_manager.cpp \ drawable.h \ background.h \ background.cpp \ @@ -90,6 +95,10 @@ tilemap.h \ tilemap.cpp \ moving_object.h \ moving_object.cpp \ -serializable.h +serializable.h \ +vector.cpp \ +vector.h \ +sector.cpp \ +sector.h # EOF #