Changeset 2102 in orxonox.OLD for orxonox/branches/chris/src
- Timestamp:
- Jul 10, 2004, 2:11:27 PM (20 years ago)
- Location:
- orxonox/branches/chris/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/Makefile.am
r2097 r2102 6 6 7 7 bin_PROGRAMS=orxonox 8 orxonox_SOURCES=orxonox.cc world.cc player.cc data_tank.cc world_entity.cc list.ccvector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc message_structures.cc track.cc8 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 message_structures.cc track.cc 9 9 10 10 # uncomment the following if bencoder requires the math library -
orxonox/branches/chris/src/Makefile.in
r2097 r2102 117 117 #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" 118 118 bin_PROGRAMS = orxonox 119 orxonox_SOURCES = orxonox.cc world.cc player.cc data_tank.cc world_entity.cc list.ccvector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc message_structures.cc track.cc119 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 message_structures.cc track.cc 120 120 subdir = src 121 121 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 127 127 128 128 am_orxonox_OBJECTS = orxonox.$(OBJEXT) world.$(OBJEXT) player.$(OBJEXT) \ 129 data_tank.$(OBJEXT) world_entity.$(OBJEXT) list.$(OBJEXT) \130 vector.$(OBJEXT) camera.$(OBJEXT) collision.$(OBJEXT) \131 command_node.$(OBJEXT)ini_parser.$(OBJEXT) keynames.$(OBJEXT) \129 data_tank.$(OBJEXT) world_entity.$(OBJEXT) vector.$(OBJEXT) \ 130 camera.$(OBJEXT) collision.$(OBJEXT) command_node.$(OBJEXT) \ 131 ini_parser.$(OBJEXT) keynames.$(OBJEXT) \ 132 132 message_structures.$(OBJEXT) track.$(OBJEXT) 133 133 orxonox_OBJECTS = $(am_orxonox_OBJECTS) … … 142 142 @AMDEP_TRUE@ ./$(DEPDIR)/command_node.Po \ 143 143 @AMDEP_TRUE@ ./$(DEPDIR)/data_tank.Po ./$(DEPDIR)/ini_parser.Po \ 144 @AMDEP_TRUE@ ./$(DEPDIR)/keynames.Po ./$(DEPDIR)/list.Po\144 @AMDEP_TRUE@ ./$(DEPDIR)/keynames.Po \ 145 145 @AMDEP_TRUE@ ./$(DEPDIR)/message_structures.Po \ 146 146 @AMDEP_TRUE@ ./$(DEPDIR)/orxonox.Po ./$(DEPDIR)/player.Po \ … … 205 205 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini_parser.Po@am__quote@ 206 206 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keynames.Po@am__quote@ 207 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@208 207 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message_structures.Po@am__quote@ 209 208 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox.Po@am__quote@
Note: See TracChangeset
for help on using the changeset viewer.