Changeset 2103 in orxonox.OLD for orxonox/branches/chris/src
- Timestamp:
- Jul 10, 2004, 2:41:00 PM (20 years ago)
- Location:
- orxonox/branches/chris/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/Makefile.am
r2102 r2103 6 6 7 7 bin_PROGRAMS=orxonox 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 message_structures.cctrack.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 track.cc 9 9 10 10 # uncomment the following if bencoder requires the math library -
orxonox/branches/chris/src/Makefile.in
r2102 r2103 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 vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc message_structures.cctrack.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 track.cc 120 120 subdir = src 121 121 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 129 129 data_tank.$(OBJEXT) world_entity.$(OBJEXT) vector.$(OBJEXT) \ 130 130 camera.$(OBJEXT) collision.$(OBJEXT) command_node.$(OBJEXT) \ 131 ini_parser.$(OBJEXT) keynames.$(OBJEXT) \ 132 message_structures.$(OBJEXT) track.$(OBJEXT) 131 ini_parser.$(OBJEXT) keynames.$(OBJEXT) track.$(OBJEXT) 133 132 orxonox_OBJECTS = $(am_orxonox_OBJECTS) 134 133 orxonox_LDADD = $(LDADD) … … 142 141 @AMDEP_TRUE@ ./$(DEPDIR)/command_node.Po \ 143 142 @AMDEP_TRUE@ ./$(DEPDIR)/data_tank.Po ./$(DEPDIR)/ini_parser.Po \ 144 @AMDEP_TRUE@ ./$(DEPDIR)/keynames.Po \ 145 @AMDEP_TRUE@ ./$(DEPDIR)/message_structures.Po \ 146 @AMDEP_TRUE@ ./$(DEPDIR)/orxonox.Po ./$(DEPDIR)/player.Po \ 147 @AMDEP_TRUE@ ./$(DEPDIR)/track.Po ./$(DEPDIR)/vector.Po \ 148 @AMDEP_TRUE@ ./$(DEPDIR)/world.Po ./$(DEPDIR)/world_entity.Po 143 @AMDEP_TRUE@ ./$(DEPDIR)/keynames.Po ./$(DEPDIR)/orxonox.Po \ 144 @AMDEP_TRUE@ ./$(DEPDIR)/player.Po ./$(DEPDIR)/track.Po \ 145 @AMDEP_TRUE@ ./$(DEPDIR)/vector.Po ./$(DEPDIR)/world.Po \ 146 @AMDEP_TRUE@ ./$(DEPDIR)/world_entity.Po 149 147 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 150 148 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) … … 205 203 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini_parser.Po@am__quote@ 206 204 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keynames.Po@am__quote@ 207 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message_structures.Po@am__quote@208 205 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox.Po@am__quote@ 209 206 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Po@am__quote@
Note: See TracChangeset
for help on using the changeset viewer.