Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 13, 2005, 11:08:43 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: animation-player added

File:
1 edited

Legend:

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

    r3796 r3812  
    5656        command_node.$(OBJEXT) keynames.$(OBJEXT) camera.$(OBJEXT) \
    5757        track_manager.$(OBJEXT) track_node.$(OBJEXT) \
    58         animation.$(OBJEXT) simple_animation.$(OBJEXT) \
    59         garbage_collector.$(OBJEXT) story_entity.$(OBJEXT) \
    60         campaign.$(OBJEXT) world.$(OBJEXT) world_entity.$(OBJEXT) \
    61         player.$(OBJEXT) environment.$(OBJEXT) skysphere.$(OBJEXT) \
    62         skybox.$(OBJEXT) terrain.$(OBJEXT) weapon.$(OBJEXT) \
    63         projectile.$(OBJEXT) satellite.$(OBJEXT) \
     58        animation.$(OBJEXT) animation_player.$(OBJEXT) \
     59        simple_animation.$(OBJEXT) garbage_collector.$(OBJEXT) \
     60        story_entity.$(OBJEXT) campaign.$(OBJEXT) world.$(OBJEXT) \
     61        world_entity.$(OBJEXT) player.$(OBJEXT) environment.$(OBJEXT) \
     62        skysphere.$(OBJEXT) skybox.$(OBJEXT) terrain.$(OBJEXT) \
     63        weapon.$(OBJEXT) projectile.$(OBJEXT) satellite.$(OBJEXT) \
    6464        character_attributes.$(OBJEXT) test_gun.$(OBJEXT) \
    6565        test_bullet.$(OBJEXT) ai.$(OBJEXT) p_node.$(OBJEXT) \
     
    7777am__depfiles_maybe = depfiles
    7878@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/ai.Po ./$(DEPDIR)/animation.Po \
     79@AMDEP_TRUE@    ./$(DEPDIR)/animation_player.Po \
    7980@AMDEP_TRUE@    ./$(DEPDIR)/array.Po ./$(DEPDIR)/base_entity.Po \
    8081@AMDEP_TRUE@    ./$(DEPDIR)/base_object.Po ./$(DEPDIR)/camera.Po \
     
    246247                 track_node.cc \
    247248                 animation.cc \
     249                 animation_player.cc \
    248250                 simple_animation.cc \
    249251                 garbage_collector.cc \
     
    297299                 track_node.h \
    298300                 animation.h \
     301                 animation_player.h \
    299302                 simple_animation.h \
    300303                 garbage_collector.h \
     
    422425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ai.Po@am__quote@
    423426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animation.Po@am__quote@
     427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animation_player.Po@am__quote@
    424428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@
    425429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base_entity.Po@am__quote@
Note: See TracChangeset for help on using the changeset viewer.