Changeset 4151 in orxonox.OLD for orxonox/branches
- Timestamp:
- May 10, 2005, 6:23:14 PM (20 years ago)
- Location:
- orxonox/branches/md2_loader/src
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/md2_loader/src/Makefile.am
r4139 r4151 62 62 world_entities/test_gun.cc \ 63 63 world_entities/test_bullet.cc \ 64 world_entities/test_entity.cc \ 64 65 ai/ai.cc \ 65 66 lib/coord/p_node.cc \ … … 128 129 world_entities/test_gun.h \ 129 130 world_entities/test_bullet.h \ 131 world_entities/test_entity.h \ 130 132 ai/ai.h \ 131 133 network/synchronisable.h \ -
orxonox/branches/md2_loader/src/Makefile.in
r4148 r4151 80 80 projectile.$(OBJEXT) satellite.$(OBJEXT) \ 81 81 character_attributes.$(OBJEXT) test_gun.$(OBJEXT) \ 82 test_bullet.$(OBJEXT) ai.$(OBJEXT) p_node.$(OBJEXT) \83 null_parent.$(OBJEXT) helper_parent.$(OBJEXT) \82 test_bullet.$(OBJEXT) test_entity.$(OBJEXT) ai.$(OBJEXT) \ 83 p_node.$(OBJEXT) null_parent.$(OBJEXT) helper_parent.$(OBJEXT) \ 84 84 data_tank.$(OBJEXT) graphics_engine.$(OBJEXT) light.$(OBJEXT) \ 85 85 text_engine.$(OBJEXT) array.$(OBJEXT) objModel.$(OBJEXT) \ … … 139 139 @AMDEP_TRUE@ ./$(DEPDIR)/skysphere.Po \ 140 140 @AMDEP_TRUE@ ./$(DEPDIR)/story_entity.Po ./$(DEPDIR)/terrain.Po \ 141 @AMDEP_TRUE@ ./$(DEPDIR)/test_bullet.Po ./$(DEPDIR)/test_gun.Po \ 141 @AMDEP_TRUE@ ./$(DEPDIR)/test_bullet.Po \ 142 @AMDEP_TRUE@ ./$(DEPDIR)/test_entity.Po ./$(DEPDIR)/test_gun.Po \ 142 143 @AMDEP_TRUE@ ./$(DEPDIR)/text_engine.Po ./$(DEPDIR)/texture.Po \ 143 144 @AMDEP_TRUE@ ./$(DEPDIR)/tinystr.Po ./$(DEPDIR)/tinyxml.Po \ … … 223 224 PACKAGE_VERSION = @PACKAGE_VERSION@ 224 225 PATH_SEPARATOR = @PATH_SEPARATOR@ 226 PKG_CONFIG = @PKG_CONFIG@ 225 227 RANLIB = @RANLIB@ 226 228 SET_MAKE = @SET_MAKE@ … … 306 308 world_entities/test_gun.cc \ 307 309 world_entities/test_bullet.cc \ 310 world_entities/test_entity.cc \ 308 311 ai/ai.cc \ 309 312 lib/coord/p_node.cc \ … … 372 375 world_entities/test_gun.h \ 373 376 world_entities/test_bullet.h \ 377 world_entities/test_entity.h \ 374 378 ai/ai.h \ 375 379 network/synchronisable.h \ … … 575 579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/terrain.Po@am__quote@ 576 580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_bullet.Po@am__quote@ 581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_entity.Po@am__quote@ 577 582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_gun.Po@am__quote@ 578 583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text_engine.Po@am__quote@ … … 1084 1089 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1085 1090 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_bullet.obj `if test -f 'world_entities/test_bullet.cc'; then $(CYGPATH_W) 'world_entities/test_bullet.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/test_bullet.cc'; fi` 1091 1092 test_entity.o: world_entities/test_entity.cc 1093 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_entity.o -MD -MP -MF "$(DEPDIR)/test_entity.Tpo" -c -o test_entity.o `test -f 'world_entities/test_entity.cc' || echo '$(srcdir)/'`world_entities/test_entity.cc; \ 1094 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/test_entity.Tpo" "$(DEPDIR)/test_entity.Po"; else rm -f "$(DEPDIR)/test_entity.Tpo"; exit 1; fi 1095 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/test_entity.cc' object='test_entity.o' libtool=no @AMDEPBACKSLASH@ 1096 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/test_entity.Po' tmpdepfile='$(DEPDIR)/test_entity.TPo' @AMDEPBACKSLASH@ 1097 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1098 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_entity.o `test -f 'world_entities/test_entity.cc' || echo '$(srcdir)/'`world_entities/test_entity.cc 1099 1100 test_entity.obj: world_entities/test_entity.cc 1101 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_entity.obj -MD -MP -MF "$(DEPDIR)/test_entity.Tpo" -c -o test_entity.obj `if test -f 'world_entities/test_entity.cc'; then $(CYGPATH_W) 'world_entities/test_entity.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/test_entity.cc'; fi`; \ 1102 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/test_entity.Tpo" "$(DEPDIR)/test_entity.Po"; else rm -f "$(DEPDIR)/test_entity.Tpo"; exit 1; fi 1103 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/test_entity.cc' object='test_entity.obj' libtool=no @AMDEPBACKSLASH@ 1104 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/test_entity.Po' tmpdepfile='$(DEPDIR)/test_entity.TPo' @AMDEPBACKSLASH@ 1105 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1106 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_entity.obj `if test -f 'world_entities/test_entity.cc'; then $(CYGPATH_W) 'world_entities/test_entity.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/test_entity.cc'; fi` 1086 1107 1087 1108 ai.o: ai/ai.cc
Note: See TracChangeset
for help on using the changeset viewer.