Changeset 5463 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Nov 1, 2005, 11:09:15 AM (19 years ago)
- Location:
- trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/Makefile.am
r5458 r5463 2 2 include $(MAINSRCDIR)/defs/include_paths.am 3 3 4 pkglib_LTLIBRARIES = libORXworld_entities.la4 noinst_LIBRARIES = libORXworld_entities.a 5 5 6 libORXworld_entities_ la_SOURCES = \6 libORXworld_entities_a_SOURCES = \ 7 7 world_entity.cc \ 8 8 camera.cc \ -
trunk/src/world_entities/Makefile.in
r5458 r5463 16 16 17 17 18 SOURCES = $(libORXworld_entities_ la_SOURCES)18 SOURCES = $(libORXworld_entities_a_SOURCES) 19 19 20 20 srcdir = @srcdir@ … … 49 49 CONFIG_HEADER = $(top_builddir)/config.h 50 50 CONFIG_CLEAN_FILES = 51 <<<<<<< .working 51 52 am__installdirs = "$(DESTDIR)$(pkglibdir)" 52 53 pkglibLTLIBRARIES_INSTALL = $(INSTALL) … … 61 62 libORXworld_entities_la_OBJECTS = \ 62 63 $(am_libORXworld_entities_la_OBJECTS) 64 ======= 65 LIBRARIES = $(noinst_LIBRARIES) 66 AR = ar 67 ARFLAGS = cru 68 libORXworld_entities_a_AR = $(AR) $(ARFLAGS) 69 libORXworld_entities_a_LIBADD = 70 am_libORXworld_entities_a_OBJECTS = world_entity.$(OBJEXT) \ 71 camera.$(OBJEXT) player.$(OBJEXT) npc.$(OBJEXT) npc2.$(OBJEXT) \ 72 environment.$(OBJEXT) skysphere.$(OBJEXT) skybox.$(OBJEXT) \ 73 terrain.$(OBJEXT) satellite.$(OBJEXT) \ 74 character_attributes.$(OBJEXT) test_entity.$(OBJEXT) \ 75 weapon_manager.$(OBJEXT) weapon.$(OBJEXT) projectile.$(OBJEXT) \ 76 test_gun.$(OBJEXT) turret.$(OBJEXT) test_bullet.$(OBJEXT) \ 77 crosshair.$(OBJEXT) 78 libORXworld_entities_a_OBJECTS = $(am_libORXworld_entities_a_OBJECTS) 79 >>>>>>> .merge-right.r5449 63 80 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 64 81 depcomp = $(SHELL) $(top_srcdir)/depcomp 65 82 am__depfiles_maybe = depfiles 83 <<<<<<< .working 66 84 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/camera.Plo \ 67 85 @AMDEP_TRUE@ ./$(DEPDIR)/character_attributes.Plo \ … … 81 99 @AMDEP_TRUE@ ./$(DEPDIR)/weapon_manager.Plo \ 82 100 @AMDEP_TRUE@ ./$(DEPDIR)/world_entity.Plo 101 ======= 102 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/camera.Po \ 103 @AMDEP_TRUE@ ./$(DEPDIR)/character_attributes.Po \ 104 @AMDEP_TRUE@ ./$(DEPDIR)/crosshair.Po \ 105 @AMDEP_TRUE@ ./$(DEPDIR)/environment.Po ./$(DEPDIR)/npc.Po \ 106 @AMDEP_TRUE@ ./$(DEPDIR)/npc2.Po ./$(DEPDIR)/player.Po \ 107 @AMDEP_TRUE@ ./$(DEPDIR)/projectile.Po ./$(DEPDIR)/satellite.Po \ 108 @AMDEP_TRUE@ ./$(DEPDIR)/skybox.Po ./$(DEPDIR)/skysphere.Po \ 109 @AMDEP_TRUE@ ./$(DEPDIR)/terrain.Po ./$(DEPDIR)/test_bullet.Po \ 110 @AMDEP_TRUE@ ./$(DEPDIR)/test_entity.Po ./$(DEPDIR)/test_gun.Po \ 111 @AMDEP_TRUE@ ./$(DEPDIR)/turret.Po ./$(DEPDIR)/weapon.Po \ 112 @AMDEP_TRUE@ ./$(DEPDIR)/weapon_manager.Po \ 113 @AMDEP_TRUE@ ./$(DEPDIR)/world_entity.Po 114 >>>>>>> .merge-right.r5449 83 115 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 84 116 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 85 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \86 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \87 $(AM_CXXFLAGS) $(CXXFLAGS)88 117 CXXLD = $(CXX) 89 CXXLINK = $( LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \90 $(AM_LDFLAGS) $(LDFLAGS)-o $@91 SOURCES = $(libORXworld_entities_ la_SOURCES)92 DIST_SOURCES = $(libORXworld_entities_ la_SOURCES)118 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ 119 -o $@ 120 SOURCES = $(libORXworld_entities_a_SOURCES) 121 DIST_SOURCES = $(libORXworld_entities_a_SOURCES) 93 122 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 94 123 html-recursive info-recursive install-data-recursive \ … … 106 135 AMDEP_TRUE = @AMDEP_TRUE@ 107 136 AMTAR = @AMTAR@ 108 AR = @AR@109 137 AUTOCONF = @AUTOCONF@ 110 138 AUTOHEADER = @AUTOHEADER@ … … 119 147 CURL_LIBS = @CURL_LIBS@ 120 148 CXX = @CXX@ 121 CXXCPP = @CXXCPP@122 149 CXXDEPMODE = @CXXDEPMODE@ 123 150 CXXFLAGS = @CXXFLAGS@ … … 131 158 DOXYGEN_FALSE = @DOXYGEN_FALSE@ 132 159 DOXYGEN_TRUE = @DOXYGEN_TRUE@ 133 ECHO = @ECHO@134 160 ECHO_C = @ECHO_C@ 135 161 ECHO_N = @ECHO_N@ … … 137 163 EGREP = @EGREP@ 138 164 EXEEXT = @EXEEXT@ 139 F77 = @F77@140 FFLAGS = @FFLAGS@141 165 GPROF = @GPROF@ 142 166 GTK2_CFLAGS = @GTK2_CFLAGS@ … … 153 177 LIBOBJS = @LIBOBJS@ 154 178 LIBS = @LIBS@ 155 LIBTOOL = @LIBTOOL@156 LN_S = @LN_S@157 179 LTLIBOBJS = @LTLIBOBJS@ 158 180 MAKEINFO = @MAKEINFO@ … … 174 196 SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@ 175 197 VERSION = @VERSION@ 176 ac_ct_AR = @ac_ct_AR@177 198 ac_ct_CC = @ac_ct_CC@ 178 199 ac_ct_CXX = @ac_ct_CXX@ 179 ac_ct_F77 = @ac_ct_F77@180 200 ac_ct_RANLIB = @ac_ct_RANLIB@ 181 201 ac_ct_STRIP = @ac_ct_STRIP@ … … 220 240 target_vendor = @target_vendor@ 221 241 MAINSRCDIR = .. 222 pkglib_LTLIBRARIES = libORXworld_entities.la223 libORXworld_entities_ la_SOURCES = \242 noinst_LIBRARIES = libORXworld_entities.a 243 libORXworld_entities_a_SOURCES = \ 224 244 world_entity.cc \ 225 245 camera.cc \ … … 240 260 weapons/projectile.cc \ 241 261 weapons/test_bullet.cc \ 262 <<<<<<< .working 242 263 weapons/rocket.cc \ 243 264 weapons/laser.cc \ … … 246 267 power_ups/turret_power_up.cc \ 247 268 power_ups/laser_power_up.cc 269 ======= 270 weapons/crosshair.cc 271 >>>>>>> .merge-right.r5449 248 272 249 273 noinst_HEADERS = \ … … 256 280 skysphere.h \ 257 281 skybox.h \ 282 power_up.h \ 258 283 terrain.h \ 259 284 satellite.h \ … … 266 291 weapons/turret.h \ 267 292 weapons/test_bullet.h \ 293 <<<<<<< .working 268 294 weapons/crosshair.h \ 269 295 power_ups/power_up.h \ 270 296 power_ups/turret_power_up.h \ 271 297 power_ups/laser_power_up.h 298 ======= 299 weapons/crosshair.h 300 >>>>>>> .merge-right.r5449 272 301 273 302 SUBDIRS = . . … … 275 304 276 305 .SUFFIXES: 277 .SUFFIXES: .cc . lo .o .obj306 .SUFFIXES: .cc .o .obj 278 307 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 279 308 @for dep in $?; do \ … … 305 334 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 306 335 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 307 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES) 308 @$(NORMAL_INSTALL) 309 test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)" 310 @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ 311 if test -f $$p; then \ 312 f="`echo $$p | sed -e 's|^.*/||'`"; \ 313 echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \ 314 $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \ 315 else :; fi; \ 316 done 317 318 uninstall-pkglibLTLIBRARIES: 319 @$(NORMAL_UNINSTALL) 320 @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ 321 p="`echo $$p | sed -e 's|^.*/||'`"; \ 322 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \ 323 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \ 324 done 325 326 clean-pkglibLTLIBRARIES: 327 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES) 328 @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ 329 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 330 test "$$dir" != "$$p" || dir=.; \ 331 echo "rm -f \"$${dir}/so_locations\""; \ 332 rm -f "$${dir}/so_locations"; \ 333 done 334 libORXworld_entities.la: $(libORXworld_entities_la_OBJECTS) $(libORXworld_entities_la_DEPENDENCIES) 335 $(CXXLINK) -rpath $(pkglibdir) $(libORXworld_entities_la_LDFLAGS) $(libORXworld_entities_la_OBJECTS) $(libORXworld_entities_la_LIBADD) $(LIBS) 336 337 clean-noinstLIBRARIES: 338 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 339 libORXworld_entities.a: $(libORXworld_entities_a_OBJECTS) $(libORXworld_entities_a_DEPENDENCIES) 340 -rm -f libORXworld_entities.a 341 $(libORXworld_entities_a_AR) libORXworld_entities.a $(libORXworld_entities_a_OBJECTS) $(libORXworld_entities_a_LIBADD) 342 $(RANLIB) libORXworld_entities.a 336 343 337 344 mostlyclean-compile: … … 341 348 -rm -f *.tab.c 342 349 350 <<<<<<< .working 343 351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/camera.Plo@am__quote@ 344 352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/character_attributes.Plo@am__quote@ … … 365 373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weapon_manager.Plo@am__quote@ 366 374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/world_entity.Plo@am__quote@ 375 ======= 376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/camera.Po@am__quote@ 377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/character_attributes.Po@am__quote@ 378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crosshair.Po@am__quote@ 379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/environment.Po@am__quote@ 380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/npc.Po@am__quote@ 381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/npc2.Po@am__quote@ 382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Po@am__quote@ 383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectile.Po@am__quote@ 384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/satellite.Po@am__quote@ 385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skybox.Po@am__quote@ 386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skysphere.Po@am__quote@ 387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/terrain.Po@am__quote@ 388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_bullet.Po@am__quote@ 389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_entity.Po@am__quote@ 390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_gun.Po@am__quote@ 391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/turret.Po@am__quote@ 392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weapon.Po@am__quote@ 393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weapon_manager.Po@am__quote@ 394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/world_entity.Po@am__quote@ 395 >>>>>>> .merge-right.r5449 367 396 368 397 .cc.o: … … 382 411 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 383 412 384 .cc.lo:385 @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \386 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi387 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@388 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@389 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@390 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<391 392 413 weapon_manager.o: weapons/weapon_manager.cc 393 414 @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; \ … … 406 427 @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` 407 428 408 weapon_manager.lo: weapons/weapon_manager.cc409 @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; \410 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/weapon_manager.Tpo" "$(DEPDIR)/weapon_manager.Plo"; else rm -f "$(DEPDIR)/weapon_manager.Tpo"; exit 1; fi411 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/weapon_manager.cc' object='weapon_manager.lo' libtool=yes @AMDEPBACKSLASH@412 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/weapon_manager.Plo' tmpdepfile='$(DEPDIR)/weapon_manager.TPlo' @AMDEPBACKSLASH@413 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@414 @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.cc415 416 429 weapon.o: weapons/weapon.cc 417 430 @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; \ … … 430 443 @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` 431 444 432 weapon.lo: weapons/weapon.cc 433 @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; \ 434 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/weapon.Tpo" "$(DEPDIR)/weapon.Plo"; else rm -f "$(DEPDIR)/weapon.Tpo"; exit 1; fi 435 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/weapon.cc' object='weapon.lo' libtool=yes @AMDEPBACKSLASH@ 436 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/weapon.Plo' tmpdepfile='$(DEPDIR)/weapon.TPlo' @AMDEPBACKSLASH@ 437 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 438 @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 439 445 <<<<<<< .working 446 ======= 447 projectile.o: weapons/projectile.cc 448 @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; \ 449 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/projectile.Tpo" "$(DEPDIR)/projectile.Po"; else rm -f "$(DEPDIR)/projectile.Tpo"; exit 1; fi 450 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/projectile.cc' object='projectile.o' libtool=no @AMDEPBACKSLASH@ 451 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/projectile.Po' tmpdepfile='$(DEPDIR)/projectile.TPo' @AMDEPBACKSLASH@ 452 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 453 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o projectile.o `test -f 'weapons/projectile.cc' || echo '$(srcdir)/'`weapons/projectile.cc 454 455 projectile.obj: weapons/projectile.cc 456 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT projectile.obj -MD -MP -MF "$(DEPDIR)/projectile.Tpo" -c -o projectile.obj `if test -f 'weapons/projectile.cc'; then $(CYGPATH_W) 'weapons/projectile.cc'; else $(CYGPATH_W) '$(srcdir)/weapons/projectile.cc'; fi`; \ 457 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/projectile.Tpo" "$(DEPDIR)/projectile.Po"; else rm -f "$(DEPDIR)/projectile.Tpo"; exit 1; fi 458 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/projectile.cc' object='projectile.obj' libtool=no @AMDEPBACKSLASH@ 459 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/projectile.Po' tmpdepfile='$(DEPDIR)/projectile.TPo' @AMDEPBACKSLASH@ 460 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 461 @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` 462 463 >>>>>>> .merge-right.r5449 440 464 test_gun.o: weapons/test_gun.cc 441 465 @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; \ … … 454 478 @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` 455 479 456 test_gun.lo: weapons/test_gun.cc457 @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; \458 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/test_gun.Tpo" "$(DEPDIR)/test_gun.Plo"; else rm -f "$(DEPDIR)/test_gun.Tpo"; exit 1; fi459 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/test_gun.cc' object='test_gun.lo' libtool=yes @AMDEPBACKSLASH@460 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/test_gun.Plo' tmpdepfile='$(DEPDIR)/test_gun.TPlo' @AMDEPBACKSLASH@461 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@462 @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.cc463 464 480 turret.o: weapons/turret.cc 465 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; \ … … 478 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` 479 495 480 turret.lo: weapons/turret.cc481 @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; \482 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/turret.Tpo" "$(DEPDIR)/turret.Plo"; else rm -f "$(DEPDIR)/turret.Tpo"; exit 1; fi483 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/turret.cc' object='turret.lo' libtool=yes @AMDEPBACKSLASH@484 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/turret.Plo' tmpdepfile='$(DEPDIR)/turret.TPlo' @AMDEPBACKSLASH@485 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@486 @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.cc487 488 496 projectile.o: weapons/projectile.cc 489 497 @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; \ … … 526 534 @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` 527 535 528 test_bullet.lo: weapons/test_bullet.cc529 @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; \530 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/test_bullet.Tpo" "$(DEPDIR)/test_bullet.Plo"; else rm -f "$(DEPDIR)/test_bullet.Tpo"; exit 1; fi531 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/test_bullet.cc' object='test_bullet.lo' libtool=yes @AMDEPBACKSLASH@532 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/test_bullet.Plo' tmpdepfile='$(DEPDIR)/test_bullet.TPlo' @AMDEPBACKSLASH@533 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@534 @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.cc535 536 536 rocket.o: weapons/rocket.cc 537 537 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rocket.o -MD -MP -MF "$(DEPDIR)/rocket.Tpo" -c -o rocket.o `test -f 'weapons/rocket.cc' || echo '$(srcdir)/'`weapons/rocket.cc; \ … … 597 597 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 598 598 @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` 599 <<<<<<< .working 599 600 600 601 crosshair.lo: weapons/crosshair.cc … … 686 687 distclean-libtool: 687 688 -rm -f libtool 689 ======= 690 >>>>>>> .merge-right.r5449 688 691 uninstall-info-am: 689 692 … … 809 812 810 813 distdir: $(DISTFILES) 811 $(mkdir_p) $(distdir)/ power_ups $(distdir)/weapons814 $(mkdir_p) $(distdir)/weapons 812 815 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 813 816 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ … … 851 854 check-am: all-am 852 855 check: check-recursive 853 all-am: Makefile $(L TLIBRARIES) $(HEADERS)856 all-am: Makefile $(LIBRARIES) $(HEADERS) 854 857 installdirs: installdirs-recursive 855 858 installdirs-am: 856 for dir in "$(DESTDIR)$(pkglibdir)"; do \857 test -z "$$dir" || $(mkdir_p) "$$dir"; \858 done859 859 install: install-recursive 860 860 install-exec: install-exec-recursive … … 883 883 clean: clean-recursive 884 884 885 clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \ 886 mostlyclean-am 885 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am 887 886 888 887 distclean: distclean-recursive … … 890 889 -rm -f Makefile 891 890 distclean-am: clean-am distclean-compile distclean-generic \ 892 distclean- libtool distclean-tags891 distclean-tags 893 892 894 893 dvi: dvi-recursive … … 904 903 install-data-am: 905 904 906 install-exec-am: install-pkglibLTLIBRARIES905 install-exec-am: 907 906 908 907 install-info: install-info-recursive … … 919 918 mostlyclean: mostlyclean-recursive 920 919 921 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 922 mostlyclean-libtool 920 mostlyclean-am: mostlyclean-compile mostlyclean-generic 923 921 924 922 pdf: pdf-recursive … … 930 928 ps-am: 931 929 932 uninstall-am: uninstall-info-am uninstall-pkglibLTLIBRARIES930 uninstall-am: uninstall-info-am 933 931 934 932 uninstall-info: uninstall-info-recursive 935 933 936 934 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \ 937 clean clean-generic clean-libtool clean-pkglibLTLIBRARIES \ 938 clean-recursive ctags ctags-recursive distclean \ 939 distclean-compile distclean-generic distclean-libtool \ 940 distclean-recursive distclean-tags distdir dvi dvi-am html \ 941 html-am info info-am install install-am install-data \ 942 install-data-am install-exec install-exec-am install-info \ 943 install-info-am install-man install-pkglibLTLIBRARIES \ 944 install-strip installcheck installcheck-am installdirs \ 945 installdirs-am maintainer-clean maintainer-clean-generic \ 935 clean clean-generic clean-noinstLIBRARIES clean-recursive \ 936 ctags ctags-recursive distclean distclean-compile \ 937 distclean-generic distclean-recursive distclean-tags distdir \ 938 dvi dvi-am html html-am info info-am install install-am \ 939 install-data install-data-am install-exec install-exec-am \ 940 install-info install-info-am install-man install-strip \ 941 installcheck installcheck-am installdirs installdirs-am \ 942 maintainer-clean maintainer-clean-generic \ 946 943 maintainer-clean-recursive mostlyclean mostlyclean-compile \ 947 mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \ 948 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ 949 uninstall-info-am uninstall-pkglibLTLIBRARIES 944 mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \ 945 tags tags-recursive uninstall uninstall-am uninstall-info-am 950 946 951 947 include $(MAINSRCDIR)/defs/include_paths.am
Note: See TracChangeset
for help on using the changeset viewer.