- Timestamp:
- Jan 6, 2005, 2:30:47 PM (20 years ago)
- Location:
- orxonox/branches/parenting/src
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/parenting/src/Makefile.am
r3353 r3357 35 35 track_manager.cc \ 36 36 matrix.cc \ 37 curve.cc 37 curve.cc \ 38 glmenu_imagescreen.cc 38 39 39 40 … … 75 76 track_manager.h \ 76 77 matrix.h \ 77 curve.h 78 curve.h \ 79 glmenu_imagescreen.h 78 80 79 81 -
orxonox/branches/parenting/src/Makefile.in
r3354 r3357 63 63 p_node.$(OBJEXT) null_parent.$(OBJEXT) base_object.$(OBJEXT) \ 64 64 helper_parent.$(OBJEXT) track_manager.$(OBJEXT) \ 65 matrix.$(OBJEXT) curve.$(OBJEXT) 65 matrix.$(OBJEXT) curve.$(OBJEXT) glmenu_imagescreen.$(OBJEXT) 66 66 orxonox_OBJECTS = $(am_orxonox_OBJECTS) 67 67 orxonox_LDADD = $(LDADD) … … 77 77 @AMDEP_TRUE@ ./$(DEPDIR)/environment.Po \ 78 78 @AMDEP_TRUE@ ./$(DEPDIR)/game_loader.Po \ 79 @AMDEP_TRUE@ ./$(DEPDIR)/glmenu_imagescreen.Po \ 79 80 @AMDEP_TRUE@ ./$(DEPDIR)/helper_parent.Po \ 80 81 @AMDEP_TRUE@ ./$(DEPDIR)/ini_parser.Po ./$(DEPDIR)/keynames.Po \ … … 232 233 track_manager.cc \ 233 234 matrix.cc \ 234 curve.cc 235 curve.cc \ 236 glmenu_imagescreen.cc 235 237 236 238 noinst_HEADERS = ability.h \ … … 271 273 track_manager.h \ 272 274 matrix.h \ 273 curve.h 275 curve.h \ 276 glmenu_imagescreen.h 274 277 275 278 EXTRA_DIST = orxonox.conf … … 360 363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/environment.Po@am__quote@ 361 364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game_loader.Po@am__quote@ 365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glmenu_imagescreen.Po@am__quote@ 362 366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helper_parent.Po@am__quote@ 363 367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini_parser.Po@am__quote@
Note: See TracChangeset
for help on using the changeset viewer.