Changeset 2589 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
- Oct 17, 2004, 9:18:28 PM (20 years ago)
- Location:
- orxonox/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/Makefile.am
r2551 r2589 7 7 bin_PROGRAMS=orxonox 8 8 orxonox_SOURCES=orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc track.cc base_entity.cc 9 10 noinst_HEADERS=ability.h data_tank.h npc.h stdincl.h ai.h environment.h orxonox.h synchronisable.h base_entity.h error.h player.h track.h camera.h ini_parser.h power_up.h vector.h collision.h keynames.h proto_class.h world.h command_node.h list.h shoot_laser.h world_entity.h coordinates.h message_structures.h shoot_rocket.h 11 9 12 10 13 # uncomment the following if bencoder requires the math library -
orxonox/trunk/src/Makefile.in
r2551 r2589 118 118 bin_PROGRAMS = orxonox 119 119 orxonox_SOURCES = orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc track.cc base_entity.cc 120 121 noinst_HEADERS = ability.h data_tank.h npc.h stdincl.h ai.h environment.h orxonox.h synchronisable.h base_entity.h error.h player.h track.h camera.h ini_parser.h power_up.h vector.h collision.h keynames.h proto_class.h world.h command_node.h list.h shoot_laser.h world_entity.h coordinates.h message_structures.h shoot_rocket.h 120 122 subdir = src 121 123 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 153 155 -o $@ 154 156 DIST_SOURCES = $(orxonox_SOURCES) 155 DIST_COMMON = $(srcdir)/Makefile.in ChangeLog INSTALL Makefile.am 157 HEADERS = $(noinst_HEADERS) 158 159 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in INSTALL \ 160 Makefile.am 156 161 SOURCES = $(orxonox_SOURCES) 157 162 … … 323 328 check-am: all-am 324 329 check: check-am 325 all-am: Makefile $(PROGRAMS) 330 all-am: Makefile $(PROGRAMS) $(HEADERS) 326 331 327 332 installdirs:
Note: See TracChangeset
for help on using the changeset viewer.