Changeset 3326 in orxonox.OLD for orxonox/branches/parenting
- Timestamp:
- Jan 3, 2005, 4:00:06 PM (20 years ago)
- Location:
- orxonox/branches/parenting/src
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/parenting/src/Makefile.am
r3319 r3326 33 33 helper_parent.cc \ 34 34 track_manager.cc \ 35 matrix.cc \ 35 36 curve.cc 37 36 38 37 39 noinst_HEADERS = ability.h \ … … 72 74 helper_parent.h \ 73 75 track_manager.h \ 76 matrix.h \ 74 77 curve.h 75 78 -
orxonox/branches/parenting/src/Makefile.in
r3319 r3326 63 63 null_parent.$(OBJEXT) base_object.$(OBJEXT) \ 64 64 helper_parent.$(OBJEXT) track_manager.$(OBJEXT) \ 65 curve.$(OBJEXT)65 matrix.$(OBJEXT) curve.$(OBJEXT) 66 66 orxonox_OBJECTS = $(am_orxonox_OBJECTS) 67 67 orxonox_LDADD = $(LDADD) … … 80 80 @AMDEP_TRUE@ ./$(DEPDIR)/ini_parser.Po ./$(DEPDIR)/keynames.Po \ 81 81 @AMDEP_TRUE@ ./$(DEPDIR)/list.Po ./$(DEPDIR)/material.Po \ 82 @AMDEP_TRUE@ ./$(DEPDIR)/ null_parent.Po ./$(DEPDIR)/object.Po \83 @AMDEP_TRUE@ ./$(DEPDIR)/o rxonox.Po ./$(DEPDIR)/p_node.Po \84 @AMDEP_TRUE@ ./$(DEPDIR)/p layer.Po ./$(DEPDIR)/story_entity.Po \85 @AMDEP_TRUE@ ./$(DEPDIR)/ track.Po ./$(DEPDIR)/track_manager.Po \86 @AMDEP_TRUE@ ./$(DEPDIR)/ vector.Po ./$(DEPDIR)/world.Po \87 @AMDEP_TRUE@ ./$(DEPDIR)/world _entity.Po82 @AMDEP_TRUE@ ./$(DEPDIR)/matrix.Po ./$(DEPDIR)/null_parent.Po \ 83 @AMDEP_TRUE@ ./$(DEPDIR)/object.Po ./$(DEPDIR)/orxonox.Po \ 84 @AMDEP_TRUE@ ./$(DEPDIR)/p_node.Po ./$(DEPDIR)/player.Po \ 85 @AMDEP_TRUE@ ./$(DEPDIR)/story_entity.Po ./$(DEPDIR)/track.Po \ 86 @AMDEP_TRUE@ ./$(DEPDIR)/track_manager.Po ./$(DEPDIR)/vector.Po \ 87 @AMDEP_TRUE@ ./$(DEPDIR)/world.Po ./$(DEPDIR)/world_entity.Po 88 88 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 89 89 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) … … 229 229 helper_parent.cc \ 230 230 track_manager.cc \ 231 matrix.cc \ 231 232 curve.cc 232 233 … … 268 269 helper_parent.h \ 269 270 track_manager.h \ 271 matrix.h \ 270 272 curve.h 271 273 … … 362 364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@ 363 365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/material.Po@am__quote@ 366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matrix.Po@am__quote@ 364 367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/null_parent.Po@am__quote@ 365 368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@ -
orxonox/branches/parenting/src/stdincl.h
r3325 r3326 31 31 32 32 #include "vector.h" 33 #include "matrix.h" 33 34 #include "curve.h" 34 35 #include "coordinates.h"
Note: See TracChangeset
for help on using the changeset viewer.