Changeset 5450 in orxonox.OLD for trunk/src/world_entities/Makefile.in
- Timestamp:
- Oct 29, 2005, 4:29:07 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/Makefile.in
r5355 r5450 16 16 17 17 18 SOURCES = $(libORXworld_entities_ a_SOURCES)18 SOURCES = $(libORXworld_entities_la_SOURCES) 19 19 20 20 srcdir = @srcdir@ … … 49 49 CONFIG_HEADER = $(top_builddir)/config.h 50 50 CONFIG_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) 51 am__installdirs = "$(DESTDIR)$(pkglibdir)" 52 pkglibLTLIBRARIES_INSTALL = $(INSTALL) 53 LTLIBRARIES = $(pkglib_LTLIBRARIES) 54 libORXworld_entities_la_LIBADD = 55 am_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 61 libORXworld_entities_la_OBJECTS = \ 62 $(am_libORXworld_entities_la_OBJECTS) 65 63 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 66 64 depcomp = $(SHELL) $(top_srcdir)/depcomp 67 65 am__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 80 82 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 81 83 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 84 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \ 85 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 86 $(AM_CXXFLAGS) $(CXXFLAGS) 82 87 CXXLD = $(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)88 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ 89 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 90 SOURCES = $(libORXworld_entities_la_SOURCES) 91 DIST_SOURCES = $(libORXworld_entities_la_SOURCES) 87 92 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 88 93 html-recursive info-recursive install-data-recursive \ … … 100 105 AMDEP_TRUE = @AMDEP_TRUE@ 101 106 AMTAR = @AMTAR@ 107 AR = @AR@ 102 108 AUTOCONF = @AUTOCONF@ 103 109 AUTOHEADER = @AUTOHEADER@ … … 112 118 CURL_LIBS = @CURL_LIBS@ 113 119 CXX = @CXX@ 120 CXXCPP = @CXXCPP@ 114 121 CXXDEPMODE = @CXXDEPMODE@ 115 122 CXXFLAGS = @CXXFLAGS@ … … 123 130 DOXYGEN_FALSE = @DOXYGEN_FALSE@ 124 131 DOXYGEN_TRUE = @DOXYGEN_TRUE@ 132 ECHO = @ECHO@ 125 133 ECHO_C = @ECHO_C@ 126 134 ECHO_N = @ECHO_N@ … … 128 136 EGREP = @EGREP@ 129 137 EXEEXT = @EXEEXT@ 138 F77 = @F77@ 139 FFLAGS = @FFLAGS@ 130 140 GPROF = @GPROF@ 131 141 GTK2_CFLAGS = @GTK2_CFLAGS@ … … 142 152 LIBOBJS = @LIBOBJS@ 143 153 LIBS = @LIBS@ 154 LIBTOOL = @LIBTOOL@ 155 LN_S = @LN_S@ 144 156 LTLIBOBJS = @LTLIBOBJS@ 145 157 MAKEINFO = @MAKEINFO@ … … 161 173 SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@ 162 174 VERSION = @VERSION@ 175 ac_ct_AR = @ac_ct_AR@ 163 176 ac_ct_CC = @ac_ct_CC@ 164 177 ac_ct_CXX = @ac_ct_CXX@ 178 ac_ct_F77 = @ac_ct_F77@ 165 179 ac_ct_RANLIB = @ac_ct_RANLIB@ 166 180 ac_ct_STRIP = @ac_ct_STRIP@ … … 205 219 target_vendor = @target_vendor@ 206 220 MAINSRCDIR = .. 207 noinst_LIBRARIES = libORXworld_entities.a208 libORXworld_entities_ a_SOURCES = \221 pkglib_LTLIBRARIES = libORXworld_entities.la 222 libORXworld_entities_la_SOURCES = \ 209 223 world_entity.cc \ 210 224 camera.cc \ … … 225 239 weapons/turret.cc \ 226 240 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 228 244 229 245 noinst_HEADERS = \ … … 236 252 skysphere.h \ 237 253 skybox.h \ 238 power_up.h \239 254 terrain.h \ 240 255 satellite.h \ … … 247 262 weapons/turret.h \ 248 263 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 250 267 251 268 SUBDIRS = . . … … 253 270 254 271 .SUFFIXES: 255 .SUFFIXES: .cc . o .obj272 .SUFFIXES: .cc .lo .o .obj 256 273 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 257 274 @for dep in $?; do \ … … 283 300 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 284 301 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 302 install-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 313 uninstall-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 321 clean-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 329 libORXworld_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) 292 331 293 332 mostlyclean-compile: … … 297 336 -rm -f *.tab.c 298 337 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@ 318 359 319 360 .cc.o: … … 333 374 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 334 375 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 335 384 weapon_manager.o: weapons/weapon_manager.cc 336 385 @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; \ … … 349 398 @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` 350 399 400 weapon_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 351 408 weapon.o: weapons/weapon.cc 352 409 @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; \ … … 365 422 @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` 366 423 424 weapon.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 367 432 projectile.o: weapons/projectile.cc 368 433 @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; \ … … 381 446 @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` 382 447 448 projectile.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 383 456 test_gun.o: weapons/test_gun.cc 384 457 @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; \ … … 397 470 @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` 398 471 472 test_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 399 480 turret.o: weapons/turret.cc 400 481 @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; \ … … 413 494 @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` 414 495 496 turret.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 415 504 test_bullet.o: weapons/test_bullet.cc 416 505 @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; \ … … 429 518 @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` 430 519 520 test_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 431 528 crosshair.o: weapons/crosshair.cc 432 529 @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; \ … … 444 541 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 445 542 @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 544 crosshair.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 552 power_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 560 power_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 568 power_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 576 turret_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 584 turret_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 592 turret_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 600 mostlyclean-libtool: 601 -rm -f *.lo 602 603 clean-libtool: 604 -rm -rf .libs _libs 605 606 distclean-libtool: 607 -rm -f libtool 446 608 uninstall-info-am: 447 609 … … 567 729 568 730 distdir: $(DISTFILES) 569 $(mkdir_p) $(distdir)/ weapons731 $(mkdir_p) $(distdir)/power_ups $(distdir)/weapons 570 732 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 571 733 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ … … 609 771 check-am: all-am 610 772 check: check-recursive 611 all-am: Makefile $(L IBRARIES) $(HEADERS)773 all-am: Makefile $(LTLIBRARIES) $(HEADERS) 612 774 installdirs: installdirs-recursive 613 775 installdirs-am: 776 for dir in "$(DESTDIR)$(pkglibdir)"; do \ 777 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 778 done 614 779 install: install-recursive 615 780 install-exec: install-exec-recursive … … 638 803 clean: clean-recursive 639 804 640 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am 805 clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \ 806 mostlyclean-am 641 807 642 808 distclean: distclean-recursive … … 644 810 -rm -f Makefile 645 811 distclean-am: clean-am distclean-compile distclean-generic \ 646 distclean- tags812 distclean-libtool distclean-tags 647 813 648 814 dvi: dvi-recursive … … 658 824 install-data-am: 659 825 660 install-exec-am: 826 install-exec-am: install-pkglibLTLIBRARIES 661 827 662 828 install-info: install-info-recursive … … 673 839 mostlyclean: mostlyclean-recursive 674 840 675 mostlyclean-am: mostlyclean-compile mostlyclean-generic 841 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 842 mostlyclean-libtool 676 843 677 844 pdf: pdf-recursive … … 683 850 ps-am: 684 851 685 uninstall-am: uninstall-info-am 852 uninstall-am: uninstall-info-am uninstall-pkglibLTLIBRARIES 686 853 687 854 uninstall-info: uninstall-info-recursive 688 855 689 856 .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 \ 698 866 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 701 870 702 871 include $(MAINSRCDIR)/defs/include_paths.am
Note: See TracChangeset
for help on using the changeset viewer.