- Timestamp:
- Dec 30, 2004, 11:32:18 AM (20 years ago)
- Location:
- orxonox/branches/parenting/src
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/parenting/src/Makefile.am
r3302 r3310 30 30 p_node.cc \ 31 31 null_parent.cc \ 32 base_object.cc 32 base_object.cc \ 33 helper_parent.cc 33 34 34 35 noinst_HEADERS = ability.h \ … … 66 67 p_node.h \ 67 68 null_parent.h \ 68 base_object.h 69 base_object.h \ 70 helper_parent.h 69 71 70 72 -
orxonox/branches/parenting/src/Makefile.in
r3302 r3310 61 61 environment.$(OBJEXT) object.$(OBJEXT) array.$(OBJEXT) \ 62 62 material.$(OBJEXT) list.$(OBJEXT) p_node.$(OBJEXT) \ 63 null_parent.$(OBJEXT) base_object.$(OBJEXT) 63 null_parent.$(OBJEXT) base_object.$(OBJEXT) \ 64 helper_parent.$(OBJEXT) 64 65 orxonox_OBJECTS = $(am_orxonox_OBJECTS) 65 66 orxonox_LDADD = $(LDADD) … … 75 76 @AMDEP_TRUE@ ./$(DEPDIR)/environment.Po \ 76 77 @AMDEP_TRUE@ ./$(DEPDIR)/game_loader.Po \ 78 @AMDEP_TRUE@ ./$(DEPDIR)/helper_parent.Po \ 77 79 @AMDEP_TRUE@ ./$(DEPDIR)/ini_parser.Po ./$(DEPDIR)/keynames.Po \ 78 80 @AMDEP_TRUE@ ./$(DEPDIR)/list.Po ./$(DEPDIR)/material.Po \ … … 222 224 p_node.cc \ 223 225 null_parent.cc \ 224 base_object.cc 226 base_object.cc \ 227 helper_parent.cc 225 228 226 229 noinst_HEADERS = ability.h \ … … 258 261 p_node.h \ 259 262 null_parent.h \ 260 base_object.h 263 base_object.h \ 264 helper_parent.h 261 265 262 266 EXTRA_DIST = orxonox.conf … … 346 350 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/environment.Po@am__quote@ 347 351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game_loader.Po@am__quote@ 352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helper_parent.Po@am__quote@ 348 353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini_parser.Po@am__quote@ 349 354 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keynames.Po@am__quote@
Note: See TracChangeset
for help on using the changeset viewer.