Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5450 in orxonox.OLD for trunk/src/world_entities


Ignore:
Timestamp:
Oct 29, 2005, 4:29:07 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: building with LIBTOOL again, this time for real
Since now we link shared libraries together, there is no more problem with uninitialized global values

Location:
trunk/src/world_entities
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/Makefile.am

    r5433 r5450  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 noinst_LIBRARIES = libORXworld_entities.a
     4pkglib_LTLIBRARIES = libORXworld_entities.la
    55
    6 libORXworld_entities_a_SOURCES = \
     6libORXworld_entities_la_SOURCES = \
    77                  world_entity.cc \
    88                  camera.cc \
     
    2424                  weapons/test_bullet.cc \
    2525                  weapons/crosshair.cc \
    26                   power_ups/power_up.cc
     26                  power_ups/power_up.cc \
     27                  power_ups/turret_power_up.cc
    2728
    2829noinst_HEADERS = \
     
    4647                 weapons/test_bullet.h \
    4748                 weapons/crosshair.h \
    48                  power_ups/power_up.h
     49                 power_ups/power_up.h \
     50                 power_ups/turret_power_up.h
    4951
    5052
  • trunk/src/world_entities/Makefile.in

    r5355 r5450  
    1616
    1717
    18 SOURCES = $(libORXworld_entities_a_SOURCES)
     18SOURCES = $(libORXworld_entities_la_SOURCES)
    1919
    2020srcdir = @srcdir@
     
    4949CONFIG_HEADER = $(top_builddir)/config.h
    5050CONFIG_CLEAN_FILES =
    51 LIBRARIES = $(noinst_LIBRARIES)
    52 AR = ar
    53 ARFLAGS = cru
    54 libORXworld_entities_a_AR = $(AR) $(ARFLAGS)
    55 libORXworld_entities_a_LIBADD =
    56 am_libORXworld_entities_a_OBJECTS = world_entity.$(OBJEXT) \
    57         camera.$(OBJEXT) player.$(OBJEXT) npc.$(OBJEXT) npc2.$(OBJEXT) \
    58         environment.$(OBJEXT) skysphere.$(OBJEXT) skybox.$(OBJEXT) \
    59         terrain.$(OBJEXT) satellite.$(OBJEXT) \
    60         character_attributes.$(OBJEXT) test_entity.$(OBJEXT) \
    61         weapon_manager.$(OBJEXT) weapon.$(OBJEXT) projectile.$(OBJEXT) \
    62         test_gun.$(OBJEXT) turret.$(OBJEXT) test_bullet.$(OBJEXT) \
    63         crosshair.$(OBJEXT)
    64 libORXworld_entities_a_OBJECTS = $(am_libORXworld_entities_a_OBJECTS)
     51am__installdirs = "$(DESTDIR)$(pkglibdir)"
     52pkglibLTLIBRARIES_INSTALL = $(INSTALL)
     53LTLIBRARIES = $(pkglib_LTLIBRARIES)
     54libORXworld_entities_la_LIBADD =
     55am_libORXworld_entities_la_OBJECTS = world_entity.lo camera.lo \
     56        player.lo npc.lo npc2.lo environment.lo skysphere.lo skybox.lo \
     57        terrain.lo satellite.lo character_attributes.lo test_entity.lo \
     58        weapon_manager.lo weapon.lo projectile.lo test_gun.lo \
     59        turret.lo test_bullet.lo crosshair.lo power_up.lo \
     60        turret_power_up.lo
     61libORXworld_entities_la_OBJECTS =  \
     62        $(am_libORXworld_entities_la_OBJECTS)
    6563DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
    6664depcomp = $(SHELL) $(top_srcdir)/depcomp
    6765am__depfiles_maybe = depfiles
    68 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/camera.Po \
    69 @AMDEP_TRUE@    ./$(DEPDIR)/character_attributes.Po \
    70 @AMDEP_TRUE@    ./$(DEPDIR)/crosshair.Po \
    71 @AMDEP_TRUE@    ./$(DEPDIR)/environment.Po ./$(DEPDIR)/npc.Po \
    72 @AMDEP_TRUE@    ./$(DEPDIR)/npc2.Po ./$(DEPDIR)/player.Po \
    73 @AMDEP_TRUE@    ./$(DEPDIR)/projectile.Po ./$(DEPDIR)/satellite.Po \
    74 @AMDEP_TRUE@    ./$(DEPDIR)/skybox.Po ./$(DEPDIR)/skysphere.Po \
    75 @AMDEP_TRUE@    ./$(DEPDIR)/terrain.Po ./$(DEPDIR)/test_bullet.Po \
    76 @AMDEP_TRUE@    ./$(DEPDIR)/test_entity.Po ./$(DEPDIR)/test_gun.Po \
    77 @AMDEP_TRUE@    ./$(DEPDIR)/turret.Po ./$(DEPDIR)/weapon.Po \
    78 @AMDEP_TRUE@    ./$(DEPDIR)/weapon_manager.Po \
    79 @AMDEP_TRUE@    ./$(DEPDIR)/world_entity.Po
     66@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/camera.Plo \
     67@AMDEP_TRUE@    ./$(DEPDIR)/character_attributes.Plo \
     68@AMDEP_TRUE@    ./$(DEPDIR)/crosshair.Plo \
     69@AMDEP_TRUE@    ./$(DEPDIR)/environment.Plo ./$(DEPDIR)/npc.Plo \
     70@AMDEP_TRUE@    ./$(DEPDIR)/npc2.Plo ./$(DEPDIR)/player.Plo \
     71@AMDEP_TRUE@    ./$(DEPDIR)/power_up.Plo \
     72@AMDEP_TRUE@    ./$(DEPDIR)/projectile.Plo \
     73@AMDEP_TRUE@    ./$(DEPDIR)/satellite.Plo ./$(DEPDIR)/skybox.Plo \
     74@AMDEP_TRUE@    ./$(DEPDIR)/skysphere.Plo ./$(DEPDIR)/terrain.Plo \
     75@AMDEP_TRUE@    ./$(DEPDIR)/test_bullet.Plo \
     76@AMDEP_TRUE@    ./$(DEPDIR)/test_entity.Plo \
     77@AMDEP_TRUE@    ./$(DEPDIR)/test_gun.Plo ./$(DEPDIR)/turret.Plo \
     78@AMDEP_TRUE@    ./$(DEPDIR)/turret_power_up.Plo \
     79@AMDEP_TRUE@    ./$(DEPDIR)/weapon.Plo \
     80@AMDEP_TRUE@    ./$(DEPDIR)/weapon_manager.Plo \
     81@AMDEP_TRUE@    ./$(DEPDIR)/world_entity.Plo
    8082CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    8183        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
     84LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
     85        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
     86        $(AM_CXXFLAGS) $(CXXFLAGS)
    8287CXXLD = $(CXX)
    83 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
    84         -o $@
    85 SOURCES = $(libORXworld_entities_a_SOURCES)
    86 DIST_SOURCES = $(libORXworld_entities_a_SOURCES)
     88CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
     89        $(AM_LDFLAGS) $(LDFLAGS) -o $@
     90SOURCES = $(libORXworld_entities_la_SOURCES)
     91DIST_SOURCES = $(libORXworld_entities_la_SOURCES)
    8792RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
    8893        html-recursive info-recursive install-data-recursive \
     
    100105AMDEP_TRUE = @AMDEP_TRUE@
    101106AMTAR = @AMTAR@
     107AR = @AR@
    102108AUTOCONF = @AUTOCONF@
    103109AUTOHEADER = @AUTOHEADER@
     
    112118CURL_LIBS = @CURL_LIBS@
    113119CXX = @CXX@
     120CXXCPP = @CXXCPP@
    114121CXXDEPMODE = @CXXDEPMODE@
    115122CXXFLAGS = @CXXFLAGS@
     
    123130DOXYGEN_FALSE = @DOXYGEN_FALSE@
    124131DOXYGEN_TRUE = @DOXYGEN_TRUE@
     132ECHO = @ECHO@
    125133ECHO_C = @ECHO_C@
    126134ECHO_N = @ECHO_N@
     
    128136EGREP = @EGREP@
    129137EXEEXT = @EXEEXT@
     138F77 = @F77@
     139FFLAGS = @FFLAGS@
    130140GPROF = @GPROF@
    131141GTK2_CFLAGS = @GTK2_CFLAGS@
     
    142152LIBOBJS = @LIBOBJS@
    143153LIBS = @LIBS@
     154LIBTOOL = @LIBTOOL@
     155LN_S = @LN_S@
    144156LTLIBOBJS = @LTLIBOBJS@
    145157MAKEINFO = @MAKEINFO@
     
    161173SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@
    162174VERSION = @VERSION@
     175ac_ct_AR = @ac_ct_AR@
    163176ac_ct_CC = @ac_ct_CC@
    164177ac_ct_CXX = @ac_ct_CXX@
     178ac_ct_F77 = @ac_ct_F77@
    165179ac_ct_RANLIB = @ac_ct_RANLIB@
    166180ac_ct_STRIP = @ac_ct_STRIP@
     
    205219target_vendor = @target_vendor@
    206220MAINSRCDIR = ..
    207 noinst_LIBRARIES = libORXworld_entities.a
    208 libORXworld_entities_a_SOURCES = \
     221pkglib_LTLIBRARIES = libORXworld_entities.la
     222libORXworld_entities_la_SOURCES = \
    209223                  world_entity.cc \
    210224                  camera.cc \
     
    225239                  weapons/turret.cc \
    226240                  weapons/test_bullet.cc \
    227                   weapons/crosshair.cc
     241                  weapons/crosshair.cc \
     242                  power_ups/power_up.cc \
     243                  power_ups/turret_power_up.cc
    228244
    229245noinst_HEADERS = \
     
    236252                 skysphere.h \
    237253                 skybox.h \
    238                  power_up.h \
    239254                 terrain.h \
    240255                 satellite.h \
     
    247262                 weapons/turret.h \
    248263                 weapons/test_bullet.h \
    249                  weapons/crosshair.h
     264                 weapons/crosshair.h \
     265                 power_ups/power_up.h \
     266                 power_ups/turret_power_up.h
    250267
    251268SUBDIRS = .          .
     
    253270
    254271.SUFFIXES:
    255 .SUFFIXES: .cc .o .obj
     272.SUFFIXES: .cc .lo .o .obj
    256273$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    257274        @for dep in $?; do \
     
    283300$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    284301        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    285 
    286 clean-noinstLIBRARIES:
    287         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
    288 libORXworld_entities.a: $(libORXworld_entities_a_OBJECTS) $(libORXworld_entities_a_DEPENDENCIES)
    289         -rm -f libORXworld_entities.a
    290         $(libORXworld_entities_a_AR) libORXworld_entities.a $(libORXworld_entities_a_OBJECTS) $(libORXworld_entities_a_LIBADD)
    291         $(RANLIB) libORXworld_entities.a
     302install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
     303        @$(NORMAL_INSTALL)
     304        test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)"
     305        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
     306          if test -f $$p; then \
     307            f="`echo $$p | sed -e 's|^.*/||'`"; \
     308            echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
     309            $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
     310          else :; fi; \
     311        done
     312
     313uninstall-pkglibLTLIBRARIES:
     314        @$(NORMAL_UNINSTALL)
     315        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
     316            p="`echo $$p | sed -e 's|^.*/||'`"; \
     317          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
     318          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
     319        done
     320
     321clean-pkglibLTLIBRARIES:
     322        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
     323        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
     324          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
     325          test "$$dir" != "$$p" || dir=.; \
     326          echo "rm -f \"$${dir}/so_locations\""; \
     327          rm -f "$${dir}/so_locations"; \
     328        done
     329libORXworld_entities.la: $(libORXworld_entities_la_OBJECTS) $(libORXworld_entities_la_DEPENDENCIES)
     330        $(CXXLINK) -rpath $(pkglibdir) $(libORXworld_entities_la_LDFLAGS) $(libORXworld_entities_la_OBJECTS) $(libORXworld_entities_la_LIBADD) $(LIBS)
    292331
    293332mostlyclean-compile:
     
    297336        -rm -f *.tab.c
    298337
    299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/camera.Po@am__quote@
    300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/character_attributes.Po@am__quote@
    301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crosshair.Po@am__quote@
    302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/environment.Po@am__quote@
    303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/npc.Po@am__quote@
    304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/npc2.Po@am__quote@
    305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Po@am__quote@
    306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectile.Po@am__quote@
    307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/satellite.Po@am__quote@
    308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skybox.Po@am__quote@
    309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skysphere.Po@am__quote@
    310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/terrain.Po@am__quote@
    311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_bullet.Po@am__quote@
    312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_entity.Po@am__quote@
    313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_gun.Po@am__quote@
    314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/turret.Po@am__quote@
    315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weapon.Po@am__quote@
    316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weapon_manager.Po@am__quote@
    317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/world_entity.Po@am__quote@
     338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/camera.Plo@am__quote@
     339@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/character_attributes.Plo@am__quote@
     340@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crosshair.Plo@am__quote@
     341@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/environment.Plo@am__quote@
     342@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/npc.Plo@am__quote@
     343@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/npc2.Plo@am__quote@
     344@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Plo@am__quote@
     345@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/power_up.Plo@am__quote@
     346@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectile.Plo@am__quote@
     347@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/satellite.Plo@am__quote@
     348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skybox.Plo@am__quote@
     349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skysphere.Plo@am__quote@
     350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/terrain.Plo@am__quote@
     351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_bullet.Plo@am__quote@
     352@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_entity.Plo@am__quote@
     353@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_gun.Plo@am__quote@
     354@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/turret.Plo@am__quote@
     355@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/turret_power_up.Plo@am__quote@
     356@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weapon.Plo@am__quote@
     357@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weapon_manager.Plo@am__quote@
     358@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/world_entity.Plo@am__quote@
    318359
    319360.cc.o:
     
    333374@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    334375
     376.cc.lo:
     377@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
     378@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
     379@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
     380@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
     381@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     382@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
     383
    335384weapon_manager.o: weapons/weapon_manager.cc
    336385@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT weapon_manager.o -MD -MP -MF "$(DEPDIR)/weapon_manager.Tpo" -c -o weapon_manager.o `test -f 'weapons/weapon_manager.cc' || echo '$(srcdir)/'`weapons/weapon_manager.cc; \
     
    349398@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o weapon_manager.obj `if test -f 'weapons/weapon_manager.cc'; then $(CYGPATH_W) 'weapons/weapon_manager.cc'; else $(CYGPATH_W) '$(srcdir)/weapons/weapon_manager.cc'; fi`
    350399
     400weapon_manager.lo: weapons/weapon_manager.cc
     401@am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT weapon_manager.lo -MD -MP -MF "$(DEPDIR)/weapon_manager.Tpo" -c -o weapon_manager.lo `test -f 'weapons/weapon_manager.cc' || echo '$(srcdir)/'`weapons/weapon_manager.cc; \
     402@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/weapon_manager.Tpo" "$(DEPDIR)/weapon_manager.Plo"; else rm -f "$(DEPDIR)/weapon_manager.Tpo"; exit 1; fi
     403@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='weapons/weapon_manager.cc' object='weapon_manager.lo' libtool=yes @AMDEPBACKSLASH@
     404@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/weapon_manager.Plo' tmpdepfile='$(DEPDIR)/weapon_manager.TPlo' @AMDEPBACKSLASH@
     405@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     406@am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o weapon_manager.lo `test -f 'weapons/weapon_manager.cc' || echo '$(srcdir)/'`weapons/weapon_manager.cc
     407
    351408weapon.o: weapons/weapon.cc
    352409@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT weapon.o -MD -MP -MF "$(DEPDIR)/weapon.Tpo" -c -o weapon.o `test -f 'weapons/weapon.cc' || echo '$(srcdir)/'`weapons/weapon.cc; \
     
    365422@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o weapon.obj `if test -f 'weapons/weapon.cc'; then $(CYGPATH_W) 'weapons/weapon.cc'; else $(CYGPATH_W) '$(srcdir)/weapons/weapon.cc'; fi`
    366423
     424weapon.lo: weapons/weapon.cc
     425@am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT weapon.lo -MD -MP -MF "$(DEPDIR)/weapon.Tpo" -c -o weapon.lo `test -f 'weapons/weapon.cc' || echo '$(srcdir)/'`weapons/weapon.cc; \
     426@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/weapon.Tpo" "$(DEPDIR)/weapon.Plo"; else rm -f "$(DEPDIR)/weapon.Tpo"; exit 1; fi
     427@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='weapons/weapon.cc' object='weapon.lo' libtool=yes @AMDEPBACKSLASH@
     428@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/weapon.Plo' tmpdepfile='$(DEPDIR)/weapon.TPlo' @AMDEPBACKSLASH@
     429@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     430@am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o weapon.lo `test -f 'weapons/weapon.cc' || echo '$(srcdir)/'`weapons/weapon.cc
     431
    367432projectile.o: weapons/projectile.cc
    368433@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT projectile.o -MD -MP -MF "$(DEPDIR)/projectile.Tpo" -c -o projectile.o `test -f 'weapons/projectile.cc' || echo '$(srcdir)/'`weapons/projectile.cc; \
     
    381446@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o projectile.obj `if test -f 'weapons/projectile.cc'; then $(CYGPATH_W) 'weapons/projectile.cc'; else $(CYGPATH_W) '$(srcdir)/weapons/projectile.cc'; fi`
    382447
     448projectile.lo: weapons/projectile.cc
     449@am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT projectile.lo -MD -MP -MF "$(DEPDIR)/projectile.Tpo" -c -o projectile.lo `test -f 'weapons/projectile.cc' || echo '$(srcdir)/'`weapons/projectile.cc; \
     450@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/projectile.Tpo" "$(DEPDIR)/projectile.Plo"; else rm -f "$(DEPDIR)/projectile.Tpo"; exit 1; fi
     451@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='weapons/projectile.cc' object='projectile.lo' libtool=yes @AMDEPBACKSLASH@
     452@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/projectile.Plo' tmpdepfile='$(DEPDIR)/projectile.TPlo' @AMDEPBACKSLASH@
     453@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     454@am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o projectile.lo `test -f 'weapons/projectile.cc' || echo '$(srcdir)/'`weapons/projectile.cc
     455
    383456test_gun.o: weapons/test_gun.cc
    384457@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_gun.o -MD -MP -MF "$(DEPDIR)/test_gun.Tpo" -c -o test_gun.o `test -f 'weapons/test_gun.cc' || echo '$(srcdir)/'`weapons/test_gun.cc; \
     
    397470@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_gun.obj `if test -f 'weapons/test_gun.cc'; then $(CYGPATH_W) 'weapons/test_gun.cc'; else $(CYGPATH_W) '$(srcdir)/weapons/test_gun.cc'; fi`
    398471
     472test_gun.lo: weapons/test_gun.cc
     473@am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_gun.lo -MD -MP -MF "$(DEPDIR)/test_gun.Tpo" -c -o test_gun.lo `test -f 'weapons/test_gun.cc' || echo '$(srcdir)/'`weapons/test_gun.cc; \
     474@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/test_gun.Tpo" "$(DEPDIR)/test_gun.Plo"; else rm -f "$(DEPDIR)/test_gun.Tpo"; exit 1; fi
     475@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='weapons/test_gun.cc' object='test_gun.lo' libtool=yes @AMDEPBACKSLASH@
     476@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/test_gun.Plo' tmpdepfile='$(DEPDIR)/test_gun.TPlo' @AMDEPBACKSLASH@
     477@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     478@am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_gun.lo `test -f 'weapons/test_gun.cc' || echo '$(srcdir)/'`weapons/test_gun.cc
     479
    399480turret.o: weapons/turret.cc
    400481@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT turret.o -MD -MP -MF "$(DEPDIR)/turret.Tpo" -c -o turret.o `test -f 'weapons/turret.cc' || echo '$(srcdir)/'`weapons/turret.cc; \
     
    413494@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o turret.obj `if test -f 'weapons/turret.cc'; then $(CYGPATH_W) 'weapons/turret.cc'; else $(CYGPATH_W) '$(srcdir)/weapons/turret.cc'; fi`
    414495
     496turret.lo: weapons/turret.cc
     497@am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT turret.lo -MD -MP -MF "$(DEPDIR)/turret.Tpo" -c -o turret.lo `test -f 'weapons/turret.cc' || echo '$(srcdir)/'`weapons/turret.cc; \
     498@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/turret.Tpo" "$(DEPDIR)/turret.Plo"; else rm -f "$(DEPDIR)/turret.Tpo"; exit 1; fi
     499@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='weapons/turret.cc' object='turret.lo' libtool=yes @AMDEPBACKSLASH@
     500@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/turret.Plo' tmpdepfile='$(DEPDIR)/turret.TPlo' @AMDEPBACKSLASH@
     501@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     502@am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o turret.lo `test -f 'weapons/turret.cc' || echo '$(srcdir)/'`weapons/turret.cc
     503
    415504test_bullet.o: weapons/test_bullet.cc
    416505@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_bullet.o -MD -MP -MF "$(DEPDIR)/test_bullet.Tpo" -c -o test_bullet.o `test -f 'weapons/test_bullet.cc' || echo '$(srcdir)/'`weapons/test_bullet.cc; \
     
    429518@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_bullet.obj `if test -f 'weapons/test_bullet.cc'; then $(CYGPATH_W) 'weapons/test_bullet.cc'; else $(CYGPATH_W) '$(srcdir)/weapons/test_bullet.cc'; fi`
    430519
     520test_bullet.lo: weapons/test_bullet.cc
     521@am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_bullet.lo -MD -MP -MF "$(DEPDIR)/test_bullet.Tpo" -c -o test_bullet.lo `test -f 'weapons/test_bullet.cc' || echo '$(srcdir)/'`weapons/test_bullet.cc; \
     522@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/test_bullet.Tpo" "$(DEPDIR)/test_bullet.Plo"; else rm -f "$(DEPDIR)/test_bullet.Tpo"; exit 1; fi
     523@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='weapons/test_bullet.cc' object='test_bullet.lo' libtool=yes @AMDEPBACKSLASH@
     524@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/test_bullet.Plo' tmpdepfile='$(DEPDIR)/test_bullet.TPlo' @AMDEPBACKSLASH@
     525@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     526@am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_bullet.lo `test -f 'weapons/test_bullet.cc' || echo '$(srcdir)/'`weapons/test_bullet.cc
     527
    431528crosshair.o: weapons/crosshair.cc
    432529@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT crosshair.o -MD -MP -MF "$(DEPDIR)/crosshair.Tpo" -c -o crosshair.o `test -f 'weapons/crosshair.cc' || echo '$(srcdir)/'`weapons/crosshair.cc; \
     
    444541@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    445542@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o crosshair.obj `if test -f 'weapons/crosshair.cc'; then $(CYGPATH_W) 'weapons/crosshair.cc'; else $(CYGPATH_W) '$(srcdir)/weapons/crosshair.cc'; fi`
     543
     544crosshair.lo: weapons/crosshair.cc
     545@am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT crosshair.lo -MD -MP -MF "$(DEPDIR)/crosshair.Tpo" -c -o crosshair.lo `test -f 'weapons/crosshair.cc' || echo '$(srcdir)/'`weapons/crosshair.cc; \
     546@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/crosshair.Tpo" "$(DEPDIR)/crosshair.Plo"; else rm -f "$(DEPDIR)/crosshair.Tpo"; exit 1; fi
     547@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='weapons/crosshair.cc' object='crosshair.lo' libtool=yes @AMDEPBACKSLASH@
     548@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/crosshair.Plo' tmpdepfile='$(DEPDIR)/crosshair.TPlo' @AMDEPBACKSLASH@
     549@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     550@am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o crosshair.lo `test -f 'weapons/crosshair.cc' || echo '$(srcdir)/'`weapons/crosshair.cc
     551
     552power_up.o: power_ups/power_up.cc
     553@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT power_up.o -MD -MP -MF "$(DEPDIR)/power_up.Tpo" -c -o power_up.o `test -f 'power_ups/power_up.cc' || echo '$(srcdir)/'`power_ups/power_up.cc; \
     554@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/power_up.Tpo" "$(DEPDIR)/power_up.Po"; else rm -f "$(DEPDIR)/power_up.Tpo"; exit 1; fi
     555@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='power_ups/power_up.cc' object='power_up.o' libtool=no @AMDEPBACKSLASH@
     556@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/power_up.Po' tmpdepfile='$(DEPDIR)/power_up.TPo' @AMDEPBACKSLASH@
     557@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     558@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o power_up.o `test -f 'power_ups/power_up.cc' || echo '$(srcdir)/'`power_ups/power_up.cc
     559
     560power_up.obj: power_ups/power_up.cc
     561@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT power_up.obj -MD -MP -MF "$(DEPDIR)/power_up.Tpo" -c -o power_up.obj `if test -f 'power_ups/power_up.cc'; then $(CYGPATH_W) 'power_ups/power_up.cc'; else $(CYGPATH_W) '$(srcdir)/power_ups/power_up.cc'; fi`; \
     562@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/power_up.Tpo" "$(DEPDIR)/power_up.Po"; else rm -f "$(DEPDIR)/power_up.Tpo"; exit 1; fi
     563@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='power_ups/power_up.cc' object='power_up.obj' libtool=no @AMDEPBACKSLASH@
     564@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/power_up.Po' tmpdepfile='$(DEPDIR)/power_up.TPo' @AMDEPBACKSLASH@
     565@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     566@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o power_up.obj `if test -f 'power_ups/power_up.cc'; then $(CYGPATH_W) 'power_ups/power_up.cc'; else $(CYGPATH_W) '$(srcdir)/power_ups/power_up.cc'; fi`
     567
     568power_up.lo: power_ups/power_up.cc
     569@am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT power_up.lo -MD -MP -MF "$(DEPDIR)/power_up.Tpo" -c -o power_up.lo `test -f 'power_ups/power_up.cc' || echo '$(srcdir)/'`power_ups/power_up.cc; \
     570@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/power_up.Tpo" "$(DEPDIR)/power_up.Plo"; else rm -f "$(DEPDIR)/power_up.Tpo"; exit 1; fi
     571@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='power_ups/power_up.cc' object='power_up.lo' libtool=yes @AMDEPBACKSLASH@
     572@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/power_up.Plo' tmpdepfile='$(DEPDIR)/power_up.TPlo' @AMDEPBACKSLASH@
     573@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     574@am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o power_up.lo `test -f 'power_ups/power_up.cc' || echo '$(srcdir)/'`power_ups/power_up.cc
     575
     576turret_power_up.o: power_ups/turret_power_up.cc
     577@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT turret_power_up.o -MD -MP -MF "$(DEPDIR)/turret_power_up.Tpo" -c -o turret_power_up.o `test -f 'power_ups/turret_power_up.cc' || echo '$(srcdir)/'`power_ups/turret_power_up.cc; \
     578@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/turret_power_up.Tpo" "$(DEPDIR)/turret_power_up.Po"; else rm -f "$(DEPDIR)/turret_power_up.Tpo"; exit 1; fi
     579@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='power_ups/turret_power_up.cc' object='turret_power_up.o' libtool=no @AMDEPBACKSLASH@
     580@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/turret_power_up.Po' tmpdepfile='$(DEPDIR)/turret_power_up.TPo' @AMDEPBACKSLASH@
     581@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     582@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o turret_power_up.o `test -f 'power_ups/turret_power_up.cc' || echo '$(srcdir)/'`power_ups/turret_power_up.cc
     583
     584turret_power_up.obj: power_ups/turret_power_up.cc
     585@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT turret_power_up.obj -MD -MP -MF "$(DEPDIR)/turret_power_up.Tpo" -c -o turret_power_up.obj `if test -f 'power_ups/turret_power_up.cc'; then $(CYGPATH_W) 'power_ups/turret_power_up.cc'; else $(CYGPATH_W) '$(srcdir)/power_ups/turret_power_up.cc'; fi`; \
     586@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/turret_power_up.Tpo" "$(DEPDIR)/turret_power_up.Po"; else rm -f "$(DEPDIR)/turret_power_up.Tpo"; exit 1; fi
     587@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='power_ups/turret_power_up.cc' object='turret_power_up.obj' libtool=no @AMDEPBACKSLASH@
     588@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/turret_power_up.Po' tmpdepfile='$(DEPDIR)/turret_power_up.TPo' @AMDEPBACKSLASH@
     589@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     590@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o turret_power_up.obj `if test -f 'power_ups/turret_power_up.cc'; then $(CYGPATH_W) 'power_ups/turret_power_up.cc'; else $(CYGPATH_W) '$(srcdir)/power_ups/turret_power_up.cc'; fi`
     591
     592turret_power_up.lo: power_ups/turret_power_up.cc
     593@am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT turret_power_up.lo -MD -MP -MF "$(DEPDIR)/turret_power_up.Tpo" -c -o turret_power_up.lo `test -f 'power_ups/turret_power_up.cc' || echo '$(srcdir)/'`power_ups/turret_power_up.cc; \
     594@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/turret_power_up.Tpo" "$(DEPDIR)/turret_power_up.Plo"; else rm -f "$(DEPDIR)/turret_power_up.Tpo"; exit 1; fi
     595@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='power_ups/turret_power_up.cc' object='turret_power_up.lo' libtool=yes @AMDEPBACKSLASH@
     596@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/turret_power_up.Plo' tmpdepfile='$(DEPDIR)/turret_power_up.TPlo' @AMDEPBACKSLASH@
     597@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     598@am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o turret_power_up.lo `test -f 'power_ups/turret_power_up.cc' || echo '$(srcdir)/'`power_ups/turret_power_up.cc
     599
     600mostlyclean-libtool:
     601        -rm -f *.lo
     602
     603clean-libtool:
     604        -rm -rf .libs _libs
     605
     606distclean-libtool:
     607        -rm -f libtool
    446608uninstall-info-am:
    447609
     
    567729
    568730distdir: $(DISTFILES)
    569         $(mkdir_p) $(distdir)/weapons
     731        $(mkdir_p) $(distdir)/power_ups $(distdir)/weapons
    570732        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
    571733        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
     
    609771check-am: all-am
    610772check: check-recursive
    611 all-am: Makefile $(LIBRARIES) $(HEADERS)
     773all-am: Makefile $(LTLIBRARIES) $(HEADERS)
    612774installdirs: installdirs-recursive
    613775installdirs-am:
     776        for dir in "$(DESTDIR)$(pkglibdir)"; do \
     777          test -z "$$dir" || $(mkdir_p) "$$dir"; \
     778        done
    614779install: install-recursive
    615780install-exec: install-exec-recursive
     
    638803clean: clean-recursive
    639804
    640 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
     805clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
     806        mostlyclean-am
    641807
    642808distclean: distclean-recursive
     
    644810        -rm -f Makefile
    645811distclean-am: clean-am distclean-compile distclean-generic \
    646         distclean-tags
     812        distclean-libtool distclean-tags
    647813
    648814dvi: dvi-recursive
     
    658824install-data-am:
    659825
    660 install-exec-am:
     826install-exec-am: install-pkglibLTLIBRARIES
    661827
    662828install-info: install-info-recursive
     
    673839mostlyclean: mostlyclean-recursive
    674840
    675 mostlyclean-am: mostlyclean-compile mostlyclean-generic
     841mostlyclean-am: mostlyclean-compile mostlyclean-generic \
     842        mostlyclean-libtool
    676843
    677844pdf: pdf-recursive
     
    683850ps-am:
    684851
    685 uninstall-am: uninstall-info-am
     852uninstall-am: uninstall-info-am uninstall-pkglibLTLIBRARIES
    686853
    687854uninstall-info: uninstall-info-recursive
    688855
    689856.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
    690         clean clean-generic clean-noinstLIBRARIES clean-recursive \
    691         ctags ctags-recursive distclean distclean-compile \
    692         distclean-generic distclean-recursive distclean-tags distdir \
    693         dvi dvi-am html html-am info info-am install install-am \
    694         install-data install-data-am install-exec install-exec-am \
    695         install-info install-info-am install-man install-strip \
    696         installcheck installcheck-am installdirs installdirs-am \
    697         maintainer-clean maintainer-clean-generic \
     857        clean clean-generic clean-libtool clean-pkglibLTLIBRARIES \
     858        clean-recursive ctags ctags-recursive distclean \
     859        distclean-compile distclean-generic distclean-libtool \
     860        distclean-recursive distclean-tags distdir dvi dvi-am html \
     861        html-am info info-am install install-am install-data \
     862        install-data-am install-exec install-exec-am install-info \
     863        install-info-am install-man install-pkglibLTLIBRARIES \
     864        install-strip installcheck installcheck-am installdirs \
     865        installdirs-am maintainer-clean maintainer-clean-generic \
    698866        maintainer-clean-recursive mostlyclean mostlyclean-compile \
    699         mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \
    700         tags tags-recursive uninstall uninstall-am uninstall-info-am
     867        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
     868        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
     869        uninstall-info-am uninstall-pkglibLTLIBRARIES
    701870
    702871include $(MAINSRCDIR)/defs/include_paths.am
Note: See TracChangeset for help on using the changeset viewer.