Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 8, 2005, 7:02:18 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: moved the weaponManager out of Weapon
we have files enough. one more is not too much :)

File:
1 edited

Legend:

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

    r4789 r4826  
    6969        orxonox-satellite.$(OBJEXT) \
    7070        orxonox-character_attributes.$(OBJEXT) \
    71         orxonox-test_entity.$(OBJEXT) orxonox-weapon.$(OBJEXT) \
    72         orxonox-projectile.$(OBJEXT) orxonox-test_gun.$(OBJEXT) \
    73         orxonox-test_bullet.$(OBJEXT) orxonox-crosshair.$(OBJEXT) \
    74         orxonox-p_node.$(OBJEXT) orxonox-null_parent.$(OBJEXT) \
     71        orxonox-test_entity.$(OBJEXT) orxonox-weapon_manager.$(OBJEXT) \
     72        orxonox-weapon.$(OBJEXT) orxonox-projectile.$(OBJEXT) \
     73        orxonox-test_gun.$(OBJEXT) orxonox-test_bullet.$(OBJEXT) \
     74        orxonox-crosshair.$(OBJEXT) orxonox-p_node.$(OBJEXT) \
     75        orxonox-null_parent.$(OBJEXT) \
    7576        orxonox-graphics_engine.$(OBJEXT) orxonox-light.$(OBJEXT) \
    7677        orxonox-text_engine.$(OBJEXT) orxonox-base_object.$(OBJEXT) \
     
    127128@AMDEP_TRUE@    ./$(DEPDIR)/orxonox-vector.Po \
    128129@AMDEP_TRUE@    ./$(DEPDIR)/orxonox-weapon.Po \
     130@AMDEP_TRUE@    ./$(DEPDIR)/orxonox-weapon_manager.Po \
    129131@AMDEP_TRUE@    ./$(DEPDIR)/orxonox-world.Po \
    130132@AMDEP_TRUE@    ./$(DEPDIR)/orxonox-world_entity.Po
     
    303305                  world_entities/character_attributes.cc \
    304306                  world_entities/test_entity.cc \
     307                  world_entities/weapons/weapon_manager.cc \
    305308                  world_entities/weapons/weapon.cc \
    306309                  world_entities/weapons/projectile.cc \
     
    355358                 world_entities/character_attributes.h \
    356359                 world_entities/test_entity.h \
     360                 world_entities/weapons/weapon_manager.h \
    357361                 world_entities/weapons/weapon.h \
    358362                 world_entities/weapons/projectile.h \
     
    411415          esac; \
    412416        done; \
    413         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
     417        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
    414418        cd $(top_srcdir) && \
    415           $(AUTOMAKE) --gnu  src/Makefile
     419          $(AUTOMAKE) --foreign  src/Makefile
    416420.PRECIOUS: Makefile
    417421Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    507511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox-vector.Po@am__quote@
    508512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox-weapon.Po@am__quote@
     513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox-weapon_manager.Po@am__quote@
    509514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox-world.Po@am__quote@
    510515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox-world_entity.Po@am__quote@
     
    957962@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    958963@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(orxonox_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o orxonox-test_entity.obj `if test -f 'world_entities/test_entity.cc'; then $(CYGPATH_W) 'world_entities/test_entity.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/test_entity.cc'; fi`
     964
     965orxonox-weapon_manager.o: world_entities/weapons/weapon_manager.cc
     966@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(orxonox_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT orxonox-weapon_manager.o -MD -MP -MF "$(DEPDIR)/orxonox-weapon_manager.Tpo" -c -o orxonox-weapon_manager.o `test -f 'world_entities/weapons/weapon_manager.cc' || echo '$(srcdir)/'`world_entities/weapons/weapon_manager.cc; \
     967@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/orxonox-weapon_manager.Tpo" "$(DEPDIR)/orxonox-weapon_manager.Po"; else rm -f "$(DEPDIR)/orxonox-weapon_manager.Tpo"; exit 1; fi
     968@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='world_entities/weapons/weapon_manager.cc' object='orxonox-weapon_manager.o' libtool=no @AMDEPBACKSLASH@
     969@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/orxonox-weapon_manager.Po' tmpdepfile='$(DEPDIR)/orxonox-weapon_manager.TPo' @AMDEPBACKSLASH@
     970@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     971@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(orxonox_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o orxonox-weapon_manager.o `test -f 'world_entities/weapons/weapon_manager.cc' || echo '$(srcdir)/'`world_entities/weapons/weapon_manager.cc
     972
     973orxonox-weapon_manager.obj: world_entities/weapons/weapon_manager.cc
     974@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(orxonox_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT orxonox-weapon_manager.obj -MD -MP -MF "$(DEPDIR)/orxonox-weapon_manager.Tpo" -c -o orxonox-weapon_manager.obj `if test -f 'world_entities/weapons/weapon_manager.cc'; then $(CYGPATH_W) 'world_entities/weapons/weapon_manager.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/weapons/weapon_manager.cc'; fi`; \
     975@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/orxonox-weapon_manager.Tpo" "$(DEPDIR)/orxonox-weapon_manager.Po"; else rm -f "$(DEPDIR)/orxonox-weapon_manager.Tpo"; exit 1; fi
     976@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='world_entities/weapons/weapon_manager.cc' object='orxonox-weapon_manager.obj' libtool=no @AMDEPBACKSLASH@
     977@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/orxonox-weapon_manager.Po' tmpdepfile='$(DEPDIR)/orxonox-weapon_manager.TPo' @AMDEPBACKSLASH@
     978@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     979@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(orxonox_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o orxonox-weapon_manager.obj `if test -f 'world_entities/weapons/weapon_manager.cc'; then $(CYGPATH_W) 'world_entities/weapons/weapon_manager.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/weapons/weapon_manager.cc'; fi`
    959980
    960981orxonox-weapon.o: world_entities/weapons/weapon.cc
Note: See TracChangeset for help on using the changeset viewer.