Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3311 in orxonox.OLD for orxonox/branches/parenting/src/Makefile.in


Ignore:
Timestamp:
Dec 31, 2004, 2:20:21 PM (20 years ago)
Author:
patrick
Message:

oroxnox/branches/parenting: implemented helperParent and made some tests with the opengl nurbs lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/Makefile.in

    r3310 r3311  
    6262        material.$(OBJEXT) list.$(OBJEXT) p_node.$(OBJEXT) \
    6363        null_parent.$(OBJEXT) base_object.$(OBJEXT) \
    64         helper_parent.$(OBJEXT)
     64        helper_parent.$(OBJEXT) track_manager.$(OBJEXT)
    6565orxonox_OBJECTS = $(am_orxonox_OBJECTS)
    6666orxonox_LDADD = $(LDADD)
     
    8282@AMDEP_TRUE@    ./$(DEPDIR)/orxonox.Po ./$(DEPDIR)/p_node.Po \
    8383@AMDEP_TRUE@    ./$(DEPDIR)/player.Po ./$(DEPDIR)/story_entity.Po \
    84 @AMDEP_TRUE@    ./$(DEPDIR)/track.Po ./$(DEPDIR)/vector.Po \
    85 @AMDEP_TRUE@    ./$(DEPDIR)/world.Po ./$(DEPDIR)/world_entity.Po
     84@AMDEP_TRUE@    ./$(DEPDIR)/track.Po ./$(DEPDIR)/track_manager.Po \
     85@AMDEP_TRUE@    ./$(DEPDIR)/vector.Po ./$(DEPDIR)/world.Po \
     86@AMDEP_TRUE@    ./$(DEPDIR)/world_entity.Po
    8687CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    8788        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
     
    225226                 null_parent.cc \
    226227                 base_object.cc \
    227                  helper_parent.cc
     228                 helper_parent.cc \
     229                 track_manager.cc
    228230
    229231noinst_HEADERS = ability.h \
     
    262264                 null_parent.h \
    263265                 base_object.h \
    264                  helper_parent.h
     266                 helper_parent.h \
     267                 track_manager.h
    265268
    266269EXTRA_DIST = orxonox.conf
     
    362365@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/story_entity.Po@am__quote@
    363366@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/track.Po@am__quote@
     367@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/track_manager.Po@am__quote@
    364368@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector.Po@am__quote@
    365369@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/world.Po@am__quote@
Note: See TracChangeset for help on using the changeset viewer.