[Super-tux-commit] supertux/src Makefile.am,1.11,1.12
Brought to you by:
wkendrick
From: Tobias Gl??er <to...@us...> - 2004-03-24 22:19:16
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11456/src Modified Files: Makefile.am Log Message: new levelformat with multiple layers, new particlesystem Index: Makefile.am =================================================================== RCS file: /cvsroot/super-tux/supertux/src/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Makefile.am 24 Mar 2004 14:35:10 -0000 1.11 +++ Makefile.am 24 Mar 2004 22:08:29 -0000 1.12 @@ -1,62 +1,6 @@ bin_PROGRAMS = supertux -supertux_SOURCES = \ - badguy.cpp \ - badguy.h \ - bitmask.cpp \ - bitmask.h \ - button.cpp \ - button.h \ - configfile.h \ - configfile.cpp \ - collision.cpp \ - collision.h \ - defines.h \ - gameloop.cpp \ - gameloop.h \ - globals.cpp \ - globals.h \ - high_scores.cpp \ - high_scores.h \ - intro.cpp \ - intro.h \ - level.cpp \ - level.h \ - leveleditor.cpp \ - leveleditor.h \ - lispreader.cpp \ - lispreader.h \ - menu.cpp \ - menu.h \ - physic.cpp \ - physic.h \ - player.cpp \ - player.h \ - scene.cpp \ - scene.h \ - screen.cpp \ - screen.h \ - setup.cpp \ - setup.h \ - sound.cpp \ - sound.h \ - special.cpp \ - special.h \ - supertux.cpp \ - supertux.h \ - 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 +supertux_SOURCES = badguy.cpp badguy.h bitmask.cpp bitmask.h button.cpp button.h collision.cpp collision.h configfile.cpp configfile.h defines.h gameloop.cpp gameloop.h globals.cpp globals.h high_scores.cpp high_scores.h intro.cpp intro.h level.cpp level.h leveleditor.cpp leveleditor.h lispreader.cpp lispreader.h menu.cpp menu.h particlesystem.cpp particlesystem.h physic.cpp physic.h player.cpp player.h scene.cpp scene.h screen.cpp screen.h setup.cpp setup.h sound.cpp sound.h special.cpp special.h supertux.cpp supertux.h 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 # EOF # +noinst_HEADERS = |