X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=10cfd76ff601684a5ff82d722fa8784a85564aed;hb=16cd01cacbaf3464209695204800f3df65d00ac3;hp=c0986a83b82bbedc0dff4dd8d9769105db86cd93;hpb=fd1ac9d8c652cb909e7c0dcd597b6afff0b854c6;p=supertux.git diff --git a/src/Makefile.am b/src/Makefile.am index c0986a83b..10cfd76ff 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,58 +1,44 @@ +localedir = $(datadir)/locale + bin_PROGRAMS = supertux +supertux_CXXFLAGS = -DLOCALEDIR=\"$(localedir)\" +supertux_LDADD = $(top_builddir)/lib/libsupertux.la @LIBINTL@ + -supertux_SOURCES = \ - badguy.c \ - badguy.h \ - bitmask.c \ - bitmask.h \ - button.c \ - button.h \ - collision.c \ - collision.h \ - defines.h \ - gameloop.c \ - gameloop.h \ - globals.c \ - globals.h \ - high_scores.c \ - high_scores.h \ - intro.c \ - intro.h \ - level.c \ - level.h \ - leveleditor.c \ - leveleditor.h \ - lispreader.c \ - lispreader.h \ - menu.c \ - menu.h \ - physic.c \ - physic.h \ - player.c \ - player.h \ - scene.c \ - scene.h \ - screen.c \ - screen.h \ - setup.c \ - setup.h \ - sound.c \ - sound.h \ - special.c \ - special.h \ - supertux.c \ - supertux.h \ - text.c \ - text.h \ - texture.c \ - texture.h \ - timer.c \ - timer.h \ - title.c \ - title.h \ - type.c \ - type.h \ - world.c \ - world.h +supertux_SOURCES = camera.cpp \ + camera.h collision.cpp collision.h intro.cpp intro.h \ + gameloop.cpp gameloop.h high_scores.cpp high_scores.h \ + level.cpp level.h level_subset.cpp level_subset.h \ + leveleditor.cpp leveleditor.h particlesystem.cpp \ + particlesystem.h player.cpp player.h scene.cpp \ + scene.h supertux.cpp title.cpp title.h worldmap.cpp \ + worldmap.h tile.h tile.cpp tile_manager.h tile_manager.cpp resources.h \ + resources.cpp gameobjs.h gameobjs.cpp background.h background.cpp tilemap.h \ + tilemap.cpp serializable.h sector.cpp sector.h misc.h misc.cpp defines.h \ + statistics.cpp badguy_specs.cpp \ + timer.cpp timer.h \ + object/coin.h object/coin.cpp \ + object/block.h object/block.cpp \ + object/platform.h object/platform.cpp \ + object/fireworks.h object/fireworks.cpp \ + object/bullet.h object/bullet.cpp \ + object/specialriser.h object/specialriser.cpp \ + object/star.h object/star.cpp \ + object/oneup.h object/oneup.cpp \ + object/flower.h object/flower.cpp \ + object/growup.h object/growup.cpp \ + object/invisible_block.h object/invisible_block.cpp \ + badguy/badguy.h badguy/badguy.cpp \ + badguy/bomb.h badguy/bomb.cpp \ + badguy/bouncing_snowball.h badguy/bouncing_snowball.cpp\ + badguy/flame.h badguy/flame.cpp \ + badguy/jumpy.h badguy/jumpy.cpp \ + badguy/mrbomb.h badguy/mrbomb.cpp \ + badguy/mriceblock.h badguy/mriceblock.cpp \ + badguy/snowball.h badguy/snowball.cpp \ + badguy/spiky.h badguy/spiky.cpp \ + trigger/trigger_base.h trigger/trigger_base.cpp \ + trigger/door.h trigger/door.cpp \ + trigger/sequence_trigger.h trigger/sequence_trigger.cpp -# EOF # +INCLUDES = -I$(top_srcdir)/lib