Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5580 in orxonox.OLD for branches/network/src/Makefile.in


Ignore:
Timestamp:
Nov 16, 2005, 12:10:58 PM (18 years ago)
Author:
bensch
Message:

orxonox/branches/network: fixed makefiles
created working subproject network

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/Makefile.in

    r5517 r5580  
    1 # Makefile.in generated by automake 1.9.5 from Makefile.am.
     1# Makefile.in generated by automake 1.9.6 from Makefile.am.
    22# @configure_input@
    33
     
    1515@SET_MAKE@
    1616
    17 
    18 SOURCES = $(orxonox_SOURCES)
    1917
    2018srcdir = @srcdir@
     
    7068        orxonox-laser.$(OBJEXT) orxonox-crosshair.$(OBJEXT) \
    7169        orxonox-power_up.$(OBJEXT) orxonox-turret_power_up.$(OBJEXT) \
    72         orxonox-laser_power_up.$(OBJEXT) orxonox-benchmark.$(OBJEXT)
     70        orxonox-laser_power_up.$(OBJEXT)
    7371orxonox_OBJECTS = $(am_orxonox_OBJECTS)
    7472am__DEPENDENCIES_1 =
     
    216214                       lib/particles/libORXparticles.a \
    217215                       lib/collision_detection/libORXcd.a \
    218                        lib/network/libORXnet.a \
     216                       lib/network/libORXnet.a \
    219217                       lib/graphics/spatial_separation/libORXquadtree.a \
    220218                       lib/tinyxml/libtinyxml.a \
     
    232230                lib/particles/libORXparticles.a \
    233231                lib/collision_detection/libORXcd.a \
    234                 lib/network/libORXnet.a \
     232                lib/network/libORXnet.a \
    235233                lib/graphics/spatial_separation/libORXquadtree.a \
    236234                lib/tinyxml/libtinyxml.a \
     
    266264                  world_entities/power_ups/power_up.cc \
    267265                  world_entities/power_ups/turret_power_up.cc \
    268                   world_entities/power_ups/laser_power_up.cc \
    269                   subprojects/benchmark.cc
    270 
    271 noinst_HEADERS = orxonox.h \
    272                  ability.h \
    273                  defs/message_structures.h \
    274                  story_entities/story_entity.h \
    275                  story_entities/story_def.h \
    276                  story_entities/campaign.h \
    277                  story_entities/world.h \
    278                  world_entities/world_entity.h \
    279                  world_entities/camera.h \
    280                  world_entities/player.h \
    281                  world_entities/npc.h \
    282                  world_entities/npc2.h \
    283                  world_entities/environment.h \
    284                  world_entities/skysphere.h \
    285                  world_entities/skybox.h \
    286                  world_entities/terrain.h \
    287                  world_entities/satellite.h \
    288                  world_entities/character_attributes.h \
    289                  world_entities/test_entity.h \
    290                  world_entities/weapons/weapon_manager.h \
    291                  world_entities/weapons/weapon.h \
    292                  world_entities/weapons/projectile.h \
    293                  world_entities/weapons/test_gun.h \
    294                  world_entities/weapons/turret.h \
    295                  world_entities/weapons/test_bullet.h \
    296                  world_entities/weapons/rocket.h \
    297                  world_entities/weapons/laser.h \
    298                  world_entities/weapons/crosshair.h \
    299                  world_entities/power_ups/power_up.h \
    300                  world_entities/power_ups/turret_power_up.h \
    301                  world_entities/power_ups/laser_power_up.h \
    302                  defs/stdincl.h \
    303                  defs/stdlibincl.h \
    304                  defs/sdlincl.h \
    305                  defs/glincl.h \
    306                  defs/alincl.h \
    307                  defs/comincl.h \
    308                  defs/confincl.h \
    309                  defs/error.h \
    310                  defs/debug.h \
    311                  defs/globals.h \
    312                  defs/compiler.h \
    313                  defs/class_id.h \
    314                  defs/functor_list.h \
    315                  subprojects/benchmark.h
    316 
     266                  world_entities/power_ups/laser_power_up.cc
     267
     268noinst_HEADERS = orxonox.h ability.h defs/message_structures.h
    317269EXTRA_DIST = proto/proto_class.h \
    318270             proto/proto_class.cc \
     
    343295          esac; \
    344296        done; \
    345         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
     297        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
    346298        cd $(top_srcdir) && \
    347           $(AUTOMAKE) --foreign  src/Makefile
     299          $(AUTOMAKE) --gnu  src/Makefile
    348300.PRECIOUS: Makefile
    349301Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    396348        -rm -f *.tab.c
    397349
    398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox-benchmark.Po@am__quote@
    399350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox-camera.Po@am__quote@
    400351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox-campaign.Po@am__quote@
     
    831782@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    832783@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(orxonox_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o orxonox-laser_power_up.obj `if test -f 'world_entities/power_ups/laser_power_up.cc'; then $(CYGPATH_W) 'world_entities/power_ups/laser_power_up.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/power_ups/laser_power_up.cc'; fi`
    833 
    834 orxonox-benchmark.o: subprojects/benchmark.cc
    835 @am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(orxonox_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT orxonox-benchmark.o -MD -MP -MF "$(DEPDIR)/orxonox-benchmark.Tpo" -c -o orxonox-benchmark.o `test -f 'subprojects/benchmark.cc' || echo '$(srcdir)/'`subprojects/benchmark.cc; \
    836 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/orxonox-benchmark.Tpo" "$(DEPDIR)/orxonox-benchmark.Po"; else rm -f "$(DEPDIR)/orxonox-benchmark.Tpo"; exit 1; fi
    837 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='subprojects/benchmark.cc' object='orxonox-benchmark.o' libtool=no @AMDEPBACKSLASH@
    838 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    839 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(orxonox_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o orxonox-benchmark.o `test -f 'subprojects/benchmark.cc' || echo '$(srcdir)/'`subprojects/benchmark.cc
    840 
    841 orxonox-benchmark.obj: subprojects/benchmark.cc
    842 @am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(orxonox_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT orxonox-benchmark.obj -MD -MP -MF "$(DEPDIR)/orxonox-benchmark.Tpo" -c -o orxonox-benchmark.obj `if test -f 'subprojects/benchmark.cc'; then $(CYGPATH_W) 'subprojects/benchmark.cc'; else $(CYGPATH_W) '$(srcdir)/subprojects/benchmark.cc'; fi`; \
    843 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/orxonox-benchmark.Tpo" "$(DEPDIR)/orxonox-benchmark.Po"; else rm -f "$(DEPDIR)/orxonox-benchmark.Tpo"; exit 1; fi
    844 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='subprojects/benchmark.cc' object='orxonox-benchmark.obj' libtool=no @AMDEPBACKSLASH@
    845 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    846 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(orxonox_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o orxonox-benchmark.obj `if test -f 'subprojects/benchmark.cc'; then $(CYGPATH_W) 'subprojects/benchmark.cc'; else $(CYGPATH_W) '$(srcdir)/subprojects/benchmark.cc'; fi`
    847784uninstall-info-am:
    848785
     
    980917
    981918distdir: $(DISTFILES)
    982         $(mkdir_p) $(distdir)/defs $(distdir)/proto $(distdir)/story_entities $(distdir)/subprojects $(distdir)/world_entities $(distdir)/world_entities/power_ups $(distdir)/world_entities/weapons
     919        $(mkdir_p) $(distdir)/defs $(distdir)/proto
    983920        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
    984921        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
Note: See TracChangeset for help on using the changeset viewer.