Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3851 in orxonox.OLD for orxonox/trunk/src/Makefile.in


Ignore:
Timestamp:
Apr 17, 2005, 1:21:59 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: animation: more adaptions to the new Framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/Makefile.in

    r3812 r3851  
    5656        command_node.$(OBJEXT) keynames.$(OBJEXT) camera.$(OBJEXT) \
    5757        track_manager.$(OBJEXT) track_node.$(OBJEXT) \
    58         animation.$(OBJEXT) animation_player.$(OBJEXT) \
    59         simple_animation.$(OBJEXT) garbage_collector.$(OBJEXT) \
     58        animation.$(OBJEXT) animation3d.$(OBJEXT) \
     59        animation_player.$(OBJEXT) garbage_collector.$(OBJEXT) \
    6060        story_entity.$(OBJEXT) campaign.$(OBJEXT) world.$(OBJEXT) \
    6161        world_entity.$(OBJEXT) player.$(OBJEXT) environment.$(OBJEXT) \
     
    7777am__depfiles_maybe = depfiles
    7878@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/ai.Po ./$(DEPDIR)/animation.Po \
     79@AMDEP_TRUE@    ./$(DEPDIR)/animation3d.Po \
    7980@AMDEP_TRUE@    ./$(DEPDIR)/animation_player.Po \
    8081@AMDEP_TRUE@    ./$(DEPDIR)/array.Po ./$(DEPDIR)/base_entity.Po \
     
    99100@AMDEP_TRUE@    ./$(DEPDIR)/projectile.Po \
    100101@AMDEP_TRUE@    ./$(DEPDIR)/resource_manager.Po \
    101 @AMDEP_TRUE@    ./$(DEPDIR)/satellite.Po \
    102 @AMDEP_TRUE@    ./$(DEPDIR)/simple_animation.Po \
    103 @AMDEP_TRUE@    ./$(DEPDIR)/skybox.Po ./$(DEPDIR)/skysphere.Po \
     102@AMDEP_TRUE@    ./$(DEPDIR)/satellite.Po ./$(DEPDIR)/skybox.Po \
     103@AMDEP_TRUE@    ./$(DEPDIR)/skysphere.Po \
    104104@AMDEP_TRUE@    ./$(DEPDIR)/story_entity.Po ./$(DEPDIR)/terrain.Po \
    105105@AMDEP_TRUE@    ./$(DEPDIR)/test_bullet.Po ./$(DEPDIR)/test_gun.Po \
     
    247247                 track_node.cc \
    248248                 animation.cc \
     249                 animation3d.cc \
    249250                 animation_player.cc \
    250                  simple_animation.cc \
    251251                 garbage_collector.cc \
    252252                 story_entities/story_entity.cc \
     
    299299                 track_node.h \
    300300                 animation.h \
     301                 t_animation.h \
     302                 animation3d.h \
    301303                 animation_player.h \
    302                  simple_animation.h \
    303304                 garbage_collector.h \
    304305                 story_entities/story_entity.h \
     
    425426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ai.Po@am__quote@
    426427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animation.Po@am__quote@
     428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animation3d.Po@am__quote@
    427429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animation_player.Po@am__quote@
    428430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@
     
    456458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resource_manager.Po@am__quote@
    457459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/satellite.Po@am__quote@
    458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple_animation.Po@am__quote@
    459460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skybox.Po@am__quote@
    460461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skysphere.Po@am__quote@
Note: See TracChangeset for help on using the changeset viewer.