| 1 | # Makefile.in generated by automake 1.8.5 from Makefile.am. |
|---|
| 2 | # @configure_input@ |
|---|
| 3 | |
|---|
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
|---|
| 5 | # 2003, 2004 Free Software Foundation, Inc. |
|---|
| 6 | # This Makefile.in is free software; the Free Software Foundation |
|---|
| 7 | # gives unlimited permission to copy and/or distribute it, |
|---|
| 8 | # with or without modifications, as long as this notice is preserved. |
|---|
| 9 | |
|---|
| 10 | # This program is distributed in the hope that it will be useful, |
|---|
| 11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
|---|
| 12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
|---|
| 13 | # PARTICULAR PURPOSE. |
|---|
| 14 | |
|---|
| 15 | @SET_MAKE@ |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | SOURCES = $(libORXworld_entities_a_SOURCES) |
|---|
| 19 | |
|---|
| 20 | srcdir = @srcdir@ |
|---|
| 21 | top_srcdir = @top_srcdir@ |
|---|
| 22 | VPATH = @srcdir@ |
|---|
| 23 | pkgdatadir = $(datadir)/@PACKAGE@ |
|---|
| 24 | pkglibdir = $(libdir)/@PACKAGE@ |
|---|
| 25 | pkgincludedir = $(includedir)/@PACKAGE@ |
|---|
| 26 | top_builddir = ../.. |
|---|
| 27 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|---|
| 28 | INSTALL = @INSTALL@ |
|---|
| 29 | install_sh_DATA = $(install_sh) -c -m 644 |
|---|
| 30 | install_sh_PROGRAM = $(install_sh) -c |
|---|
| 31 | install_sh_SCRIPT = $(install_sh) -c |
|---|
| 32 | INSTALL_HEADER = $(INSTALL_DATA) |
|---|
| 33 | transform = $(program_transform_name) |
|---|
| 34 | NORMAL_INSTALL = : |
|---|
| 35 | PRE_INSTALL = : |
|---|
| 36 | POST_INSTALL = : |
|---|
| 37 | NORMAL_UNINSTALL = : |
|---|
| 38 | PRE_UNINSTALL = : |
|---|
| 39 | POST_UNINSTALL = : |
|---|
| 40 | host_triplet = @host@ |
|---|
| 41 | subdir = src/world_entities |
|---|
| 42 | DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ |
|---|
| 43 | $(srcdir)/Makefile.in |
|---|
| 44 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|---|
| 45 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac |
|---|
| 46 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
|---|
| 47 | $(ACLOCAL_M4) |
|---|
| 48 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
|---|
| 49 | CONFIG_HEADER = $(top_builddir)/config.h |
|---|
| 50 | CONFIG_CLEAN_FILES = |
|---|
| 51 | <<<<<<< .working |
|---|
| 52 | am__installdirs = "$(DESTDIR)$(pkglibdir)" |
|---|
| 53 | pkglibLTLIBRARIES_INSTALL = $(INSTALL) |
|---|
| 54 | LTLIBRARIES = $(pkglib_LTLIBRARIES) |
|---|
| 55 | libORXworld_entities_la_LIBADD = |
|---|
| 56 | am_libORXworld_entities_la_OBJECTS = world_entity.lo camera.lo \ |
|---|
| 57 | player.lo npc.lo npc2.lo environment.lo skysphere.lo skybox.lo \ |
|---|
| 58 | terrain.lo satellite.lo character_attributes.lo test_entity.lo \ |
|---|
| 59 | weapon_manager.lo weapon.lo test_gun.lo turret.lo \ |
|---|
| 60 | projectile.lo test_bullet.lo rocket.lo laser.lo crosshair.lo \ |
|---|
| 61 | power_up.lo turret_power_up.lo laser_power_up.lo |
|---|
| 62 | libORXworld_entities_la_OBJECTS = \ |
|---|
| 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 |
|---|
| 80 | DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |
|---|
| 81 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
|---|
| 82 | am__depfiles_maybe = depfiles |
|---|
| 83 | <<<<<<< .working |
|---|
| 84 | @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/camera.Plo \ |
|---|
| 85 | @AMDEP_TRUE@ ./$(DEPDIR)/character_attributes.Plo \ |
|---|
| 86 | @AMDEP_TRUE@ ./$(DEPDIR)/crosshair.Plo \ |
|---|
| 87 | @AMDEP_TRUE@ ./$(DEPDIR)/environment.Plo ./$(DEPDIR)/laser.Plo \ |
|---|
| 88 | @AMDEP_TRUE@ ./$(DEPDIR)/laser_power_up.Plo ./$(DEPDIR)/npc.Plo \ |
|---|
| 89 | @AMDEP_TRUE@ ./$(DEPDIR)/npc2.Plo ./$(DEPDIR)/player.Plo \ |
|---|
| 90 | @AMDEP_TRUE@ ./$(DEPDIR)/power_up.Plo \ |
|---|
| 91 | @AMDEP_TRUE@ ./$(DEPDIR)/projectile.Plo ./$(DEPDIR)/rocket.Plo \ |
|---|
| 92 | @AMDEP_TRUE@ ./$(DEPDIR)/satellite.Plo ./$(DEPDIR)/skybox.Plo \ |
|---|
| 93 | @AMDEP_TRUE@ ./$(DEPDIR)/skysphere.Plo ./$(DEPDIR)/terrain.Plo \ |
|---|
| 94 | @AMDEP_TRUE@ ./$(DEPDIR)/test_bullet.Plo \ |
|---|
| 95 | @AMDEP_TRUE@ ./$(DEPDIR)/test_entity.Plo \ |
|---|
| 96 | @AMDEP_TRUE@ ./$(DEPDIR)/test_gun.Plo ./$(DEPDIR)/turret.Plo \ |
|---|
| 97 | @AMDEP_TRUE@ ./$(DEPDIR)/turret_power_up.Plo \ |
|---|
| 98 | @AMDEP_TRUE@ ./$(DEPDIR)/weapon.Plo \ |
|---|
| 99 | @AMDEP_TRUE@ ./$(DEPDIR)/weapon_manager.Plo \ |
|---|
| 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 |
|---|
| 115 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
|---|
| 116 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
|---|
| 117 | CXXLD = $(CXX) |
|---|
| 118 | CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ |
|---|
| 119 | -o $@ |
|---|
| 120 | SOURCES = $(libORXworld_entities_a_SOURCES) |
|---|
| 121 | DIST_SOURCES = $(libORXworld_entities_a_SOURCES) |
|---|
| 122 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
|---|
| 123 | html-recursive info-recursive install-data-recursive \ |
|---|
| 124 | install-exec-recursive install-info-recursive \ |
|---|
| 125 | install-recursive installcheck-recursive installdirs-recursive \ |
|---|
| 126 | pdf-recursive ps-recursive uninstall-info-recursive \ |
|---|
| 127 | uninstall-recursive |
|---|
| 128 | HEADERS = $(noinst_HEADERS) |
|---|
| 129 | ETAGS = etags |
|---|
| 130 | CTAGS = ctags |
|---|
| 131 | DIST_SUBDIRS = $(SUBDIRS) |
|---|
| 132 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|---|
| 133 | ACLOCAL = @ACLOCAL@ |
|---|
| 134 | AMDEP_FALSE = @AMDEP_FALSE@ |
|---|
| 135 | AMDEP_TRUE = @AMDEP_TRUE@ |
|---|
| 136 | AMTAR = @AMTAR@ |
|---|
| 137 | AUTOCONF = @AUTOCONF@ |
|---|
| 138 | AUTOHEADER = @AUTOHEADER@ |
|---|
| 139 | AUTOMAKE = @AUTOMAKE@ |
|---|
| 140 | AWK = @AWK@ |
|---|
| 141 | CC = @CC@ |
|---|
| 142 | CCDEPMODE = @CCDEPMODE@ |
|---|
| 143 | CFLAGS = @CFLAGS@ |
|---|
| 144 | CPP = @CPP@ |
|---|
| 145 | CPPFLAGS = @CPPFLAGS@ |
|---|
| 146 | CURL_CFLAGS = @CURL_CFLAGS@ |
|---|
| 147 | CURL_LIBS = @CURL_LIBS@ |
|---|
| 148 | CXX = @CXX@ |
|---|
| 149 | CXXDEPMODE = @CXXDEPMODE@ |
|---|
| 150 | CXXFLAGS = @CXXFLAGS@ |
|---|
| 151 | CYGPATH_W = @CYGPATH_W@ |
|---|
| 152 | DEBUG = @DEBUG@ |
|---|
| 153 | DEFS = @DEFS@ |
|---|
| 154 | DEPDIR = @DEPDIR@ |
|---|
| 155 | DOCUMENTATION_FALSE = @DOCUMENTATION_FALSE@ |
|---|
| 156 | DOCUMENTATION_TRUE = @DOCUMENTATION_TRUE@ |
|---|
| 157 | DOXYGEN = @DOXYGEN@ |
|---|
| 158 | DOXYGEN_FALSE = @DOXYGEN_FALSE@ |
|---|
| 159 | DOXYGEN_TRUE = @DOXYGEN_TRUE@ |
|---|
| 160 | ECHO_C = @ECHO_C@ |
|---|
| 161 | ECHO_N = @ECHO_N@ |
|---|
| 162 | ECHO_T = @ECHO_T@ |
|---|
| 163 | EGREP = @EGREP@ |
|---|
| 164 | EXEEXT = @EXEEXT@ |
|---|
| 165 | GPROF = @GPROF@ |
|---|
| 166 | GTK2_CFLAGS = @GTK2_CFLAGS@ |
|---|
| 167 | GTK2_LIBS = @GTK2_LIBS@ |
|---|
| 168 | HAVE_CURL_FALSE = @HAVE_CURL_FALSE@ |
|---|
| 169 | HAVE_CURL_TRUE = @HAVE_CURL_TRUE@ |
|---|
| 170 | HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@ |
|---|
| 171 | HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@ |
|---|
| 172 | INSTALL_DATA = @INSTALL_DATA@ |
|---|
| 173 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|---|
| 174 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|---|
| 175 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
|---|
| 176 | LDFLAGS = @LDFLAGS@ |
|---|
| 177 | LIBOBJS = @LIBOBJS@ |
|---|
| 178 | LIBS = @LIBS@ |
|---|
| 179 | LTLIBOBJS = @LTLIBOBJS@ |
|---|
| 180 | MAKEINFO = @MAKEINFO@ |
|---|
| 181 | MSBITFIELDS = @MSBITFIELDS@ |
|---|
| 182 | OBJEXT = @OBJEXT@ |
|---|
| 183 | PACKAGE = @PACKAGE@ |
|---|
| 184 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
|---|
| 185 | PACKAGE_NAME = @PACKAGE_NAME@ |
|---|
| 186 | PACKAGE_STRING = @PACKAGE_STRING@ |
|---|
| 187 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
|---|
| 188 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
|---|
| 189 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
|---|
| 190 | PKG_CONFIG = @PKG_CONFIG@ |
|---|
| 191 | RANLIB = @RANLIB@ |
|---|
| 192 | SET_MAKE = @SET_MAKE@ |
|---|
| 193 | SHELL = @SHELL@ |
|---|
| 194 | STRIP = @STRIP@ |
|---|
| 195 | SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@ |
|---|
| 196 | SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@ |
|---|
| 197 | VERSION = @VERSION@ |
|---|
| 198 | ac_ct_CC = @ac_ct_CC@ |
|---|
| 199 | ac_ct_CXX = @ac_ct_CXX@ |
|---|
| 200 | ac_ct_RANLIB = @ac_ct_RANLIB@ |
|---|
| 201 | ac_ct_STRIP = @ac_ct_STRIP@ |
|---|
| 202 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
|---|
| 203 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
|---|
| 204 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
|---|
| 205 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
|---|
| 206 | am__include = @am__include@ |
|---|
| 207 | am__leading_dot = @am__leading_dot@ |
|---|
| 208 | am__quote = @am__quote@ |
|---|
| 209 | bindir = @bindir@ |
|---|
| 210 | build = @build@ |
|---|
| 211 | build_alias = @build_alias@ |
|---|
| 212 | build_cpu = @build_cpu@ |
|---|
| 213 | build_os = @build_os@ |
|---|
| 214 | build_vendor = @build_vendor@ |
|---|
| 215 | datadir = @datadir@ |
|---|
| 216 | exec_prefix = @exec_prefix@ |
|---|
| 217 | host = @host@ |
|---|
| 218 | host_alias = @host_alias@ |
|---|
| 219 | host_cpu = @host_cpu@ |
|---|
| 220 | host_os = @host_os@ |
|---|
| 221 | host_vendor = @host_vendor@ |
|---|
| 222 | includedir = @includedir@ |
|---|
| 223 | infodir = @infodir@ |
|---|
| 224 | install_sh = @install_sh@ |
|---|
| 225 | libdir = @libdir@ |
|---|
| 226 | libexecdir = @libexecdir@ |
|---|
| 227 | localstatedir = @localstatedir@ |
|---|
| 228 | mandir = @mandir@ |
|---|
| 229 | mkdir_p = @mkdir_p@ |
|---|
| 230 | oldincludedir = @oldincludedir@ |
|---|
| 231 | prefix = @prefix@ |
|---|
| 232 | program_transform_name = @program_transform_name@ |
|---|
| 233 | sbindir = @sbindir@ |
|---|
| 234 | sharedstatedir = @sharedstatedir@ |
|---|
| 235 | sysconfdir = @sysconfdir@ |
|---|
| 236 | target = @target@ |
|---|
| 237 | target_alias = @target_alias@ |
|---|
| 238 | target_cpu = @target_cpu@ |
|---|
| 239 | target_os = @target_os@ |
|---|
| 240 | target_vendor = @target_vendor@ |
|---|
| 241 | MAINSRCDIR = .. |
|---|
| 242 | noinst_LIBRARIES = libORXworld_entities.a |
|---|
| 243 | libORXworld_entities_a_SOURCES = \ |
|---|
| 244 | world_entity.cc \ |
|---|
| 245 | camera.cc \ |
|---|
| 246 | player.cc \ |
|---|
| 247 | npc.cc \ |
|---|
| 248 | npc2.cc \ |
|---|
| 249 | environment.cc \ |
|---|
| 250 | skysphere.cc \ |
|---|
| 251 | skybox.cc \ |
|---|
| 252 | terrain.cc \ |
|---|
| 253 | satellite.cc \ |
|---|
| 254 | character_attributes.cc \ |
|---|
| 255 | test_entity.cc \ |
|---|
| 256 | weapons/weapon_manager.cc \ |
|---|
| 257 | weapons/weapon.cc \ |
|---|
| 258 | weapons/test_gun.cc \ |
|---|
| 259 | weapons/turret.cc \ |
|---|
| 260 | weapons/projectile.cc \ |
|---|
| 261 | weapons/test_bullet.cc \ |
|---|
| 262 | <<<<<<< .working |
|---|
| 263 | weapons/rocket.cc \ |
|---|
| 264 | weapons/laser.cc \ |
|---|
| 265 | weapons/crosshair.cc \ |
|---|
| 266 | power_ups/power_up.cc \ |
|---|
| 267 | power_ups/turret_power_up.cc \ |
|---|
| 268 | power_ups/laser_power_up.cc |
|---|
| 269 | ======= |
|---|
| 270 | weapons/crosshair.cc |
|---|
| 271 | >>>>>>> .merge-right.r5449 |
|---|
| 272 | |
|---|
| 273 | noinst_HEADERS = \ |
|---|
| 274 | world_entity.h \ |
|---|
| 275 | camera.h \ |
|---|
| 276 | player.h \ |
|---|
| 277 | npc.h \ |
|---|
| 278 | npc2.h \ |
|---|
| 279 | environment.h \ |
|---|
| 280 | skysphere.h \ |
|---|
| 281 | skybox.h \ |
|---|
| 282 | power_up.h \ |
|---|
| 283 | terrain.h \ |
|---|
| 284 | satellite.h \ |
|---|
| 285 | character_attributes.h \ |
|---|
| 286 | test_entity.h \ |
|---|
| 287 | weapons/weapon_manager.h \ |
|---|
| 288 | weapons/weapon.h \ |
|---|
| 289 | weapons/projectile.h \ |
|---|
| 290 | weapons/test_gun.h \ |
|---|
| 291 | weapons/turret.h \ |
|---|
| 292 | weapons/test_bullet.h \ |
|---|
| 293 | <<<<<<< .working |
|---|
| 294 | weapons/crosshair.h \ |
|---|
| 295 | power_ups/power_up.h \ |
|---|
| 296 | power_ups/turret_power_up.h \ |
|---|
| 297 | power_ups/laser_power_up.h |
|---|
| 298 | ======= |
|---|
| 299 | weapons/crosshair.h |
|---|
| 300 | >>>>>>> .merge-right.r5449 |
|---|
| 301 | |
|---|
| 302 | SUBDIRS = . . |
|---|
| 303 | all: all-recursive |
|---|
| 304 | |
|---|
| 305 | .SUFFIXES: |
|---|
| 306 | .SUFFIXES: .cc .o .obj |
|---|
| 307 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
|---|
| 308 | @for dep in $?; do \ |
|---|
| 309 | case '$(am__configure_deps)' in \ |
|---|
| 310 | *$$dep*) \ |
|---|
| 311 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
|---|
| 312 | && exit 0; \ |
|---|
| 313 | exit 1;; \ |
|---|
| 314 | esac; \ |
|---|
| 315 | done; \ |
|---|
| 316 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/world_entities/Makefile'; \ |
|---|
| 317 | cd $(top_srcdir) && \ |
|---|
| 318 | $(AUTOMAKE) --foreign src/world_entities/Makefile |
|---|
| 319 | .PRECIOUS: Makefile |
|---|
| 320 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|---|
| 321 | @case '$?' in \ |
|---|
| 322 | *config.status*) \ |
|---|
| 323 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
|---|
| 324 | *) \ |
|---|
| 325 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
|---|
| 326 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
|---|
| 327 | esac; |
|---|
| 328 | |
|---|
| 329 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|---|
| 330 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|---|
| 331 | |
|---|
| 332 | $(top_srcdir)/configure: $(am__configure_deps) |
|---|
| 333 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|---|
| 334 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
|---|
| 335 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|---|
| 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 |
|---|
| 343 | |
|---|
| 344 | mostlyclean-compile: |
|---|
| 345 | -rm -f *.$(OBJEXT) |
|---|
| 346 | |
|---|
| 347 | distclean-compile: |
|---|
| 348 | -rm -f *.tab.c |
|---|
| 349 | |
|---|
| 350 | <<<<<<< .working |
|---|
| 351 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/camera.Plo@am__quote@ |
|---|
| 352 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/character_attributes.Plo@am__quote@ |
|---|
| 353 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crosshair.Plo@am__quote@ |
|---|
| 354 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/environment.Plo@am__quote@ |
|---|
| 355 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/laser.Plo@am__quote@ |
|---|
| 356 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/laser_power_up.Plo@am__quote@ |
|---|
| 357 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/npc.Plo@am__quote@ |
|---|
| 358 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/npc2.Plo@am__quote@ |
|---|
| 359 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Plo@am__quote@ |
|---|
| 360 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/power_up.Plo@am__quote@ |
|---|
| 361 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectile.Plo@am__quote@ |
|---|
| 362 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rocket.Plo@am__quote@ |
|---|
| 363 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/satellite.Plo@am__quote@ |
|---|
| 364 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skybox.Plo@am__quote@ |
|---|
| 365 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skysphere.Plo@am__quote@ |
|---|
| 366 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/terrain.Plo@am__quote@ |
|---|
| 367 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_bullet.Plo@am__quote@ |
|---|
| 368 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_entity.Plo@am__quote@ |
|---|
| 369 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_gun.Plo@am__quote@ |
|---|
| 370 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/turret.Plo@am__quote@ |
|---|
| 371 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/turret_power_up.Plo@am__quote@ |
|---|
| 372 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weapon.Plo@am__quote@ |
|---|
| 373 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weapon_manager.Plo@am__quote@ |
|---|
| 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 |
|---|
| 396 | |
|---|
| 397 | .cc.o: |
|---|
| 398 | @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
|---|
| 399 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
|---|
| 400 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
|---|
| 401 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ |
|---|
| 402 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 403 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< |
|---|
| 404 | |
|---|
| 405 | .cc.obj: |
|---|
| 406 | @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ |
|---|
| 407 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
|---|
| 408 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
|---|
| 409 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ |
|---|
| 410 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 411 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|---|
| 412 | |
|---|
| 413 | weapon_manager.o: weapons/weapon_manager.cc |
|---|
| 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; \ |
|---|
| 415 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/weapon_manager.Tpo" "$(DEPDIR)/weapon_manager.Po"; else rm -f "$(DEPDIR)/weapon_manager.Tpo"; exit 1; fi |
|---|
| 416 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/weapon_manager.cc' object='weapon_manager.o' libtool=no @AMDEPBACKSLASH@ |
|---|
| 417 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/weapon_manager.Po' tmpdepfile='$(DEPDIR)/weapon_manager.TPo' @AMDEPBACKSLASH@ |
|---|
| 418 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 419 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o weapon_manager.o `test -f 'weapons/weapon_manager.cc' || echo '$(srcdir)/'`weapons/weapon_manager.cc |
|---|
| 420 | |
|---|
| 421 | weapon_manager.obj: weapons/weapon_manager.cc |
|---|
| 422 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT weapon_manager.obj -MD -MP -MF "$(DEPDIR)/weapon_manager.Tpo" -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`; \ |
|---|
| 423 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/weapon_manager.Tpo" "$(DEPDIR)/weapon_manager.Po"; else rm -f "$(DEPDIR)/weapon_manager.Tpo"; exit 1; fi |
|---|
| 424 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/weapon_manager.cc' object='weapon_manager.obj' libtool=no @AMDEPBACKSLASH@ |
|---|
| 425 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/weapon_manager.Po' tmpdepfile='$(DEPDIR)/weapon_manager.TPo' @AMDEPBACKSLASH@ |
|---|
| 426 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 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` |
|---|
| 428 | |
|---|
| 429 | weapon.o: weapons/weapon.cc |
|---|
| 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; \ |
|---|
| 431 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/weapon.Tpo" "$(DEPDIR)/weapon.Po"; else rm -f "$(DEPDIR)/weapon.Tpo"; exit 1; fi |
|---|
| 432 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/weapon.cc' object='weapon.o' libtool=no @AMDEPBACKSLASH@ |
|---|
| 433 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/weapon.Po' tmpdepfile='$(DEPDIR)/weapon.TPo' @AMDEPBACKSLASH@ |
|---|
| 434 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 435 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o weapon.o `test -f 'weapons/weapon.cc' || echo '$(srcdir)/'`weapons/weapon.cc |
|---|
| 436 | |
|---|
| 437 | weapon.obj: weapons/weapon.cc |
|---|
| 438 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT weapon.obj -MD -MP -MF "$(DEPDIR)/weapon.Tpo" -c -o weapon.obj `if test -f 'weapons/weapon.cc'; then $(CYGPATH_W) 'weapons/weapon.cc'; else $(CYGPATH_W) '$(srcdir)/weapons/weapon.cc'; fi`; \ |
|---|
| 439 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/weapon.Tpo" "$(DEPDIR)/weapon.Po"; else rm -f "$(DEPDIR)/weapon.Tpo"; exit 1; fi |
|---|
| 440 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/weapon.cc' object='weapon.obj' libtool=no @AMDEPBACKSLASH@ |
|---|
| 441 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/weapon.Po' tmpdepfile='$(DEPDIR)/weapon.TPo' @AMDEPBACKSLASH@ |
|---|
| 442 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 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` |
|---|
| 444 | |
|---|
| 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 |
|---|
| 464 | test_gun.o: weapons/test_gun.cc |
|---|
| 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; \ |
|---|
| 466 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/test_gun.Tpo" "$(DEPDIR)/test_gun.Po"; else rm -f "$(DEPDIR)/test_gun.Tpo"; exit 1; fi |
|---|
| 467 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/test_gun.cc' object='test_gun.o' libtool=no @AMDEPBACKSLASH@ |
|---|
| 468 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/test_gun.Po' tmpdepfile='$(DEPDIR)/test_gun.TPo' @AMDEPBACKSLASH@ |
|---|
| 469 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 470 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_gun.o `test -f 'weapons/test_gun.cc' || echo '$(srcdir)/'`weapons/test_gun.cc |
|---|
| 471 | |
|---|
| 472 | test_gun.obj: weapons/test_gun.cc |
|---|
| 473 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_gun.obj -MD -MP -MF "$(DEPDIR)/test_gun.Tpo" -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`; \ |
|---|
| 474 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/test_gun.Tpo" "$(DEPDIR)/test_gun.Po"; else rm -f "$(DEPDIR)/test_gun.Tpo"; exit 1; fi |
|---|
| 475 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/test_gun.cc' object='test_gun.obj' libtool=no @AMDEPBACKSLASH@ |
|---|
| 476 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/test_gun.Po' tmpdepfile='$(DEPDIR)/test_gun.TPo' @AMDEPBACKSLASH@ |
|---|
| 477 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 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` |
|---|
| 479 | |
|---|
| 480 | turret.o: weapons/turret.cc |
|---|
| 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; \ |
|---|
| 482 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/turret.Tpo" "$(DEPDIR)/turret.Po"; else rm -f "$(DEPDIR)/turret.Tpo"; exit 1; fi |
|---|
| 483 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/turret.cc' object='turret.o' libtool=no @AMDEPBACKSLASH@ |
|---|
| 484 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/turret.Po' tmpdepfile='$(DEPDIR)/turret.TPo' @AMDEPBACKSLASH@ |
|---|
| 485 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 486 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o turret.o `test -f 'weapons/turret.cc' || echo '$(srcdir)/'`weapons/turret.cc |
|---|
| 487 | |
|---|
| 488 | turret.obj: weapons/turret.cc |
|---|
| 489 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT turret.obj -MD -MP -MF "$(DEPDIR)/turret.Tpo" -c -o turret.obj `if test -f 'weapons/turret.cc'; then $(CYGPATH_W) 'weapons/turret.cc'; else $(CYGPATH_W) '$(srcdir)/weapons/turret.cc'; fi`; \ |
|---|
| 490 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/turret.Tpo" "$(DEPDIR)/turret.Po"; else rm -f "$(DEPDIR)/turret.Tpo"; exit 1; fi |
|---|
| 491 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/turret.cc' object='turret.obj' libtool=no @AMDEPBACKSLASH@ |
|---|
| 492 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/turret.Po' tmpdepfile='$(DEPDIR)/turret.TPo' @AMDEPBACKSLASH@ |
|---|
| 493 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 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` |
|---|
| 495 | |
|---|
| 496 | projectile.o: weapons/projectile.cc |
|---|
| 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; \ |
|---|
| 498 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/projectile.Tpo" "$(DEPDIR)/projectile.Po"; else rm -f "$(DEPDIR)/projectile.Tpo"; exit 1; fi |
|---|
| 499 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/projectile.cc' object='projectile.o' libtool=no @AMDEPBACKSLASH@ |
|---|
| 500 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/projectile.Po' tmpdepfile='$(DEPDIR)/projectile.TPo' @AMDEPBACKSLASH@ |
|---|
| 501 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 502 | @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 |
|---|
| 503 | |
|---|
| 504 | projectile.obj: weapons/projectile.cc |
|---|
| 505 | @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`; \ |
|---|
| 506 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/projectile.Tpo" "$(DEPDIR)/projectile.Po"; else rm -f "$(DEPDIR)/projectile.Tpo"; exit 1; fi |
|---|
| 507 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/projectile.cc' object='projectile.obj' libtool=no @AMDEPBACKSLASH@ |
|---|
| 508 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/projectile.Po' tmpdepfile='$(DEPDIR)/projectile.TPo' @AMDEPBACKSLASH@ |
|---|
| 509 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 510 | @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` |
|---|
| 511 | |
|---|
| 512 | projectile.lo: weapons/projectile.cc |
|---|
| 513 | @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; \ |
|---|
| 514 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/projectile.Tpo" "$(DEPDIR)/projectile.Plo"; else rm -f "$(DEPDIR)/projectile.Tpo"; exit 1; fi |
|---|
| 515 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/projectile.cc' object='projectile.lo' libtool=yes @AMDEPBACKSLASH@ |
|---|
| 516 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/projectile.Plo' tmpdepfile='$(DEPDIR)/projectile.TPlo' @AMDEPBACKSLASH@ |
|---|
| 517 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 518 | @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 |
|---|
| 519 | |
|---|
| 520 | test_bullet.o: weapons/test_bullet.cc |
|---|
| 521 | @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; \ |
|---|
| 522 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/test_bullet.Tpo" "$(DEPDIR)/test_bullet.Po"; else rm -f "$(DEPDIR)/test_bullet.Tpo"; exit 1; fi |
|---|
| 523 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/test_bullet.cc' object='test_bullet.o' libtool=no @AMDEPBACKSLASH@ |
|---|
| 524 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/test_bullet.Po' tmpdepfile='$(DEPDIR)/test_bullet.TPo' @AMDEPBACKSLASH@ |
|---|
| 525 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 526 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_bullet.o `test -f 'weapons/test_bullet.cc' || echo '$(srcdir)/'`weapons/test_bullet.cc |
|---|
| 527 | |
|---|
| 528 | test_bullet.obj: weapons/test_bullet.cc |
|---|
| 529 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_bullet.obj -MD -MP -MF "$(DEPDIR)/test_bullet.Tpo" -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`; \ |
|---|
| 530 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/test_bullet.Tpo" "$(DEPDIR)/test_bullet.Po"; else rm -f "$(DEPDIR)/test_bullet.Tpo"; exit 1; fi |
|---|
| 531 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/test_bullet.cc' object='test_bullet.obj' libtool=no @AMDEPBACKSLASH@ |
|---|
| 532 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/test_bullet.Po' tmpdepfile='$(DEPDIR)/test_bullet.TPo' @AMDEPBACKSLASH@ |
|---|
| 533 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 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` |
|---|
| 535 | |
|---|
| 536 | rocket.o: weapons/rocket.cc |
|---|
| 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; \ |
|---|
| 538 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rocket.Tpo" "$(DEPDIR)/rocket.Po"; else rm -f "$(DEPDIR)/rocket.Tpo"; exit 1; fi |
|---|
| 539 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/rocket.cc' object='rocket.o' libtool=no @AMDEPBACKSLASH@ |
|---|
| 540 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rocket.Po' tmpdepfile='$(DEPDIR)/rocket.TPo' @AMDEPBACKSLASH@ |
|---|
| 541 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 542 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rocket.o `test -f 'weapons/rocket.cc' || echo '$(srcdir)/'`weapons/rocket.cc |
|---|
| 543 | |
|---|
| 544 | rocket.obj: weapons/rocket.cc |
|---|
| 545 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rocket.obj -MD -MP -MF "$(DEPDIR)/rocket.Tpo" -c -o rocket.obj `if test -f 'weapons/rocket.cc'; then $(CYGPATH_W) 'weapons/rocket.cc'; else $(CYGPATH_W) '$(srcdir)/weapons/rocket.cc'; fi`; \ |
|---|
| 546 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rocket.Tpo" "$(DEPDIR)/rocket.Po"; else rm -f "$(DEPDIR)/rocket.Tpo"; exit 1; fi |
|---|
| 547 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/rocket.cc' object='rocket.obj' libtool=no @AMDEPBACKSLASH@ |
|---|
| 548 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rocket.Po' tmpdepfile='$(DEPDIR)/rocket.TPo' @AMDEPBACKSLASH@ |
|---|
| 549 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 550 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rocket.obj `if test -f 'weapons/rocket.cc'; then $(CYGPATH_W) 'weapons/rocket.cc'; else $(CYGPATH_W) '$(srcdir)/weapons/rocket.cc'; fi` |
|---|
| 551 | |
|---|
| 552 | rocket.lo: weapons/rocket.cc |
|---|
| 553 | @am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT rocket.lo -MD -MP -MF "$(DEPDIR)/rocket.Tpo" -c -o rocket.lo `test -f 'weapons/rocket.cc' || echo '$(srcdir)/'`weapons/rocket.cc; \ |
|---|
| 554 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/rocket.Tpo" "$(DEPDIR)/rocket.Plo"; else rm -f "$(DEPDIR)/rocket.Tpo"; exit 1; fi |
|---|
| 555 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/rocket.cc' object='rocket.lo' libtool=yes @AMDEPBACKSLASH@ |
|---|
| 556 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/rocket.Plo' tmpdepfile='$(DEPDIR)/rocket.TPlo' @AMDEPBACKSLASH@ |
|---|
| 557 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 558 | @am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o rocket.lo `test -f 'weapons/rocket.cc' || echo '$(srcdir)/'`weapons/rocket.cc |
|---|
| 559 | |
|---|
| 560 | laser.o: weapons/laser.cc |
|---|
| 561 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT laser.o -MD -MP -MF "$(DEPDIR)/laser.Tpo" -c -o laser.o `test -f 'weapons/laser.cc' || echo '$(srcdir)/'`weapons/laser.cc; \ |
|---|
| 562 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/laser.Tpo" "$(DEPDIR)/laser.Po"; else rm -f "$(DEPDIR)/laser.Tpo"; exit 1; fi |
|---|
| 563 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/laser.cc' object='laser.o' libtool=no @AMDEPBACKSLASH@ |
|---|
| 564 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/laser.Po' tmpdepfile='$(DEPDIR)/laser.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 laser.o `test -f 'weapons/laser.cc' || echo '$(srcdir)/'`weapons/laser.cc |
|---|
| 567 | |
|---|
| 568 | laser.obj: weapons/laser.cc |
|---|
| 569 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT laser.obj -MD -MP -MF "$(DEPDIR)/laser.Tpo" -c -o laser.obj `if test -f 'weapons/laser.cc'; then $(CYGPATH_W) 'weapons/laser.cc'; else $(CYGPATH_W) '$(srcdir)/weapons/laser.cc'; fi`; \ |
|---|
| 570 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/laser.Tpo" "$(DEPDIR)/laser.Po"; else rm -f "$(DEPDIR)/laser.Tpo"; exit 1; fi |
|---|
| 571 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/laser.cc' object='laser.obj' libtool=no @AMDEPBACKSLASH@ |
|---|
| 572 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/laser.Po' tmpdepfile='$(DEPDIR)/laser.TPo' @AMDEPBACKSLASH@ |
|---|
| 573 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 574 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o laser.obj `if test -f 'weapons/laser.cc'; then $(CYGPATH_W) 'weapons/laser.cc'; else $(CYGPATH_W) '$(srcdir)/weapons/laser.cc'; fi` |
|---|
| 575 | |
|---|
| 576 | laser.lo: weapons/laser.cc |
|---|
| 577 | @am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT laser.lo -MD -MP -MF "$(DEPDIR)/laser.Tpo" -c -o laser.lo `test -f 'weapons/laser.cc' || echo '$(srcdir)/'`weapons/laser.cc; \ |
|---|
| 578 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/laser.Tpo" "$(DEPDIR)/laser.Plo"; else rm -f "$(DEPDIR)/laser.Tpo"; exit 1; fi |
|---|
| 579 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/laser.cc' object='laser.lo' libtool=yes @AMDEPBACKSLASH@ |
|---|
| 580 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/laser.Plo' tmpdepfile='$(DEPDIR)/laser.TPlo' @AMDEPBACKSLASH@ |
|---|
| 581 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 582 | @am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o laser.lo `test -f 'weapons/laser.cc' || echo '$(srcdir)/'`weapons/laser.cc |
|---|
| 583 | |
|---|
| 584 | crosshair.o: weapons/crosshair.cc |
|---|
| 585 | @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; \ |
|---|
| 586 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/crosshair.Tpo" "$(DEPDIR)/crosshair.Po"; else rm -f "$(DEPDIR)/crosshair.Tpo"; exit 1; fi |
|---|
| 587 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/crosshair.cc' object='crosshair.o' libtool=no @AMDEPBACKSLASH@ |
|---|
| 588 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/crosshair.Po' tmpdepfile='$(DEPDIR)/crosshair.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 crosshair.o `test -f 'weapons/crosshair.cc' || echo '$(srcdir)/'`weapons/crosshair.cc |
|---|
| 591 | |
|---|
| 592 | crosshair.obj: weapons/crosshair.cc |
|---|
| 593 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT crosshair.obj -MD -MP -MF "$(DEPDIR)/crosshair.Tpo" -c -o crosshair.obj `if test -f 'weapons/crosshair.cc'; then $(CYGPATH_W) 'weapons/crosshair.cc'; else $(CYGPATH_W) '$(srcdir)/weapons/crosshair.cc'; fi`; \ |
|---|
| 594 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/crosshair.Tpo" "$(DEPDIR)/crosshair.Po"; else rm -f "$(DEPDIR)/crosshair.Tpo"; exit 1; fi |
|---|
| 595 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/crosshair.cc' object='crosshair.obj' libtool=no @AMDEPBACKSLASH@ |
|---|
| 596 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/crosshair.Po' tmpdepfile='$(DEPDIR)/crosshair.TPo' @AMDEPBACKSLASH@ |
|---|
| 597 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 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 |
|---|
| 600 | |
|---|
| 601 | crosshair.lo: weapons/crosshair.cc |
|---|
| 602 | @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; \ |
|---|
| 603 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/crosshair.Tpo" "$(DEPDIR)/crosshair.Plo"; else rm -f "$(DEPDIR)/crosshair.Tpo"; exit 1; fi |
|---|
| 604 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/crosshair.cc' object='crosshair.lo' libtool=yes @AMDEPBACKSLASH@ |
|---|
| 605 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/crosshair.Plo' tmpdepfile='$(DEPDIR)/crosshair.TPlo' @AMDEPBACKSLASH@ |
|---|
| 606 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 607 | @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 |
|---|
| 608 | |
|---|
| 609 | power_up.o: power_ups/power_up.cc |
|---|
| 610 | @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; \ |
|---|
| 611 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/power_up.Tpo" "$(DEPDIR)/power_up.Po"; else rm -f "$(DEPDIR)/power_up.Tpo"; exit 1; fi |
|---|
| 612 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='power_ups/power_up.cc' object='power_up.o' libtool=no @AMDEPBACKSLASH@ |
|---|
| 613 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/power_up.Po' tmpdepfile='$(DEPDIR)/power_up.TPo' @AMDEPBACKSLASH@ |
|---|
| 614 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 615 | @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 |
|---|
| 616 | |
|---|
| 617 | power_up.obj: power_ups/power_up.cc |
|---|
| 618 | @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`; \ |
|---|
| 619 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/power_up.Tpo" "$(DEPDIR)/power_up.Po"; else rm -f "$(DEPDIR)/power_up.Tpo"; exit 1; fi |
|---|
| 620 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='power_ups/power_up.cc' object='power_up.obj' libtool=no @AMDEPBACKSLASH@ |
|---|
| 621 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/power_up.Po' tmpdepfile='$(DEPDIR)/power_up.TPo' @AMDEPBACKSLASH@ |
|---|
| 622 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 623 | @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` |
|---|
| 624 | |
|---|
| 625 | power_up.lo: power_ups/power_up.cc |
|---|
| 626 | @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; \ |
|---|
| 627 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/power_up.Tpo" "$(DEPDIR)/power_up.Plo"; else rm -f "$(DEPDIR)/power_up.Tpo"; exit 1; fi |
|---|
| 628 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='power_ups/power_up.cc' object='power_up.lo' libtool=yes @AMDEPBACKSLASH@ |
|---|
| 629 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/power_up.Plo' tmpdepfile='$(DEPDIR)/power_up.TPlo' @AMDEPBACKSLASH@ |
|---|
| 630 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 631 | @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 |
|---|
| 632 | |
|---|
| 633 | turret_power_up.o: power_ups/turret_power_up.cc |
|---|
| 634 | @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; \ |
|---|
| 635 | @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 |
|---|
| 636 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='power_ups/turret_power_up.cc' object='turret_power_up.o' libtool=no @AMDEPBACKSLASH@ |
|---|
| 637 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/turret_power_up.Po' tmpdepfile='$(DEPDIR)/turret_power_up.TPo' @AMDEPBACKSLASH@ |
|---|
| 638 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 639 | @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 |
|---|
| 640 | |
|---|
| 641 | turret_power_up.obj: power_ups/turret_power_up.cc |
|---|
| 642 | @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`; \ |
|---|
| 643 | @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 |
|---|
| 644 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='power_ups/turret_power_up.cc' object='turret_power_up.obj' libtool=no @AMDEPBACKSLASH@ |
|---|
| 645 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/turret_power_up.Po' tmpdepfile='$(DEPDIR)/turret_power_up.TPo' @AMDEPBACKSLASH@ |
|---|
| 646 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 647 | @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` |
|---|
| 648 | |
|---|
| 649 | turret_power_up.lo: power_ups/turret_power_up.cc |
|---|
| 650 | @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; \ |
|---|
| 651 | @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 |
|---|
| 652 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='power_ups/turret_power_up.cc' object='turret_power_up.lo' libtool=yes @AMDEPBACKSLASH@ |
|---|
| 653 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/turret_power_up.Plo' tmpdepfile='$(DEPDIR)/turret_power_up.TPlo' @AMDEPBACKSLASH@ |
|---|
| 654 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 655 | @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 |
|---|
| 656 | |
|---|
| 657 | laser_power_up.o: power_ups/laser_power_up.cc |
|---|
| 658 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT laser_power_up.o -MD -MP -MF "$(DEPDIR)/laser_power_up.Tpo" -c -o laser_power_up.o `test -f 'power_ups/laser_power_up.cc' || echo '$(srcdir)/'`power_ups/laser_power_up.cc; \ |
|---|
| 659 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/laser_power_up.Tpo" "$(DEPDIR)/laser_power_up.Po"; else rm -f "$(DEPDIR)/laser_power_up.Tpo"; exit 1; fi |
|---|
| 660 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='power_ups/laser_power_up.cc' object='laser_power_up.o' libtool=no @AMDEPBACKSLASH@ |
|---|
| 661 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/laser_power_up.Po' tmpdepfile='$(DEPDIR)/laser_power_up.TPo' @AMDEPBACKSLASH@ |
|---|
| 662 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 663 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o laser_power_up.o `test -f 'power_ups/laser_power_up.cc' || echo '$(srcdir)/'`power_ups/laser_power_up.cc |
|---|
| 664 | |
|---|
| 665 | laser_power_up.obj: power_ups/laser_power_up.cc |
|---|
| 666 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT laser_power_up.obj -MD -MP -MF "$(DEPDIR)/laser_power_up.Tpo" -c -o laser_power_up.obj `if test -f 'power_ups/laser_power_up.cc'; then $(CYGPATH_W) 'power_ups/laser_power_up.cc'; else $(CYGPATH_W) '$(srcdir)/power_ups/laser_power_up.cc'; fi`; \ |
|---|
| 667 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/laser_power_up.Tpo" "$(DEPDIR)/laser_power_up.Po"; else rm -f "$(DEPDIR)/laser_power_up.Tpo"; exit 1; fi |
|---|
| 668 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='power_ups/laser_power_up.cc' object='laser_power_up.obj' libtool=no @AMDEPBACKSLASH@ |
|---|
| 669 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/laser_power_up.Po' tmpdepfile='$(DEPDIR)/laser_power_up.TPo' @AMDEPBACKSLASH@ |
|---|
| 670 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 671 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o laser_power_up.obj `if test -f 'power_ups/laser_power_up.cc'; then $(CYGPATH_W) 'power_ups/laser_power_up.cc'; else $(CYGPATH_W) '$(srcdir)/power_ups/laser_power_up.cc'; fi` |
|---|
| 672 | |
|---|
| 673 | laser_power_up.lo: power_ups/laser_power_up.cc |
|---|
| 674 | @am__fastdepCXX_TRUE@ if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT laser_power_up.lo -MD -MP -MF "$(DEPDIR)/laser_power_up.Tpo" -c -o laser_power_up.lo `test -f 'power_ups/laser_power_up.cc' || echo '$(srcdir)/'`power_ups/laser_power_up.cc; \ |
|---|
| 675 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/laser_power_up.Tpo" "$(DEPDIR)/laser_power_up.Plo"; else rm -f "$(DEPDIR)/laser_power_up.Tpo"; exit 1; fi |
|---|
| 676 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='power_ups/laser_power_up.cc' object='laser_power_up.lo' libtool=yes @AMDEPBACKSLASH@ |
|---|
| 677 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/laser_power_up.Plo' tmpdepfile='$(DEPDIR)/laser_power_up.TPlo' @AMDEPBACKSLASH@ |
|---|
| 678 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 679 | @am__fastdepCXX_FALSE@ $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o laser_power_up.lo `test -f 'power_ups/laser_power_up.cc' || echo '$(srcdir)/'`power_ups/laser_power_up.cc |
|---|
| 680 | |
|---|
| 681 | mostlyclean-libtool: |
|---|
| 682 | -rm -f *.lo |
|---|
| 683 | |
|---|
| 684 | clean-libtool: |
|---|
| 685 | -rm -rf .libs _libs |
|---|
| 686 | |
|---|
| 687 | distclean-libtool: |
|---|
| 688 | -rm -f libtool |
|---|
| 689 | ======= |
|---|
| 690 | >>>>>>> .merge-right.r5449 |
|---|
| 691 | uninstall-info-am: |
|---|
| 692 | |
|---|
| 693 | # This directory's subdirectories are mostly independent; you can cd |
|---|
| 694 | # into them and run `make' without going through this Makefile. |
|---|
| 695 | # To change the values of `make' variables: instead of editing Makefiles, |
|---|
| 696 | # (1) if the variable is set in `config.status', edit `config.status' |
|---|
| 697 | # (which will cause the Makefiles to be regenerated when you run `make'); |
|---|
| 698 | # (2) otherwise, pass the desired values on the `make' command line. |
|---|
| 699 | $(RECURSIVE_TARGETS): |
|---|
| 700 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
|---|
| 701 | dot_seen=no; \ |
|---|
| 702 | target=`echo $@ | sed s/-recursive//`; \ |
|---|
| 703 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 704 | echo "Making $$target in $$subdir"; \ |
|---|
| 705 | if test "$$subdir" = "."; then \ |
|---|
| 706 | dot_seen=yes; \ |
|---|
| 707 | local_target="$$target-am"; \ |
|---|
| 708 | else \ |
|---|
| 709 | local_target="$$target"; \ |
|---|
| 710 | fi; \ |
|---|
| 711 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|---|
| 712 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
|---|
| 713 | done; \ |
|---|
| 714 | if test "$$dot_seen" = "no"; then \ |
|---|
| 715 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
|---|
| 716 | fi; test -z "$$fail" |
|---|
| 717 | |
|---|
| 718 | mostlyclean-recursive clean-recursive distclean-recursive \ |
|---|
| 719 | maintainer-clean-recursive: |
|---|
| 720 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
|---|
| 721 | dot_seen=no; \ |
|---|
| 722 | case "$@" in \ |
|---|
| 723 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
|---|
| 724 | *) list='$(SUBDIRS)' ;; \ |
|---|
| 725 | esac; \ |
|---|
| 726 | rev=''; for subdir in $$list; do \ |
|---|
| 727 | if test "$$subdir" = "."; then :; else \ |
|---|
| 728 | rev="$$subdir $$rev"; \ |
|---|
| 729 | fi; \ |
|---|
| 730 | done; \ |
|---|
| 731 | rev="$$rev ."; \ |
|---|
| 732 | target=`echo $@ | sed s/-recursive//`; \ |
|---|
| 733 | for subdir in $$rev; do \ |
|---|
| 734 | echo "Making $$target in $$subdir"; \ |
|---|
| 735 | if test "$$subdir" = "."; then \ |
|---|
| 736 | local_target="$$target-am"; \ |
|---|
| 737 | else \ |
|---|
| 738 | local_target="$$target"; \ |
|---|
| 739 | fi; \ |
|---|
| 740 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|---|
| 741 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
|---|
| 742 | done && test -z "$$fail" |
|---|
| 743 | tags-recursive: |
|---|
| 744 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 745 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
|---|
| 746 | done |
|---|
| 747 | ctags-recursive: |
|---|
| 748 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 749 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
|---|
| 750 | done |
|---|
| 751 | |
|---|
| 752 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|---|
| 753 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 754 | unique=`for i in $$list; do \ |
|---|
| 755 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 756 | done | \ |
|---|
| 757 | $(AWK) ' { files[$$0] = 1; } \ |
|---|
| 758 | END { for (i in files) print i; }'`; \ |
|---|
| 759 | mkid -fID $$unique |
|---|
| 760 | tags: TAGS |
|---|
| 761 | |
|---|
| 762 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|---|
| 763 | $(TAGS_FILES) $(LISP) |
|---|
| 764 | tags=; \ |
|---|
| 765 | here=`pwd`; \ |
|---|
| 766 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
|---|
| 767 | include_option=--etags-include; \ |
|---|
| 768 | empty_fix=.; \ |
|---|
| 769 | else \ |
|---|
| 770 | include_option=--include; \ |
|---|
| 771 | empty_fix=; \ |
|---|
| 772 | fi; \ |
|---|
| 773 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 774 | if test "$$subdir" = .; then :; else \ |
|---|
| 775 | test ! -f $$subdir/TAGS || \ |
|---|
| 776 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
|---|
| 777 | fi; \ |
|---|
| 778 | done; \ |
|---|
| 779 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 780 | unique=`for i in $$list; do \ |
|---|
| 781 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 782 | done | \ |
|---|
| 783 | $(AWK) ' { files[$$0] = 1; } \ |
|---|
| 784 | END { for (i in files) print i; }'`; \ |
|---|
| 785 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
|---|
| 786 | test -n "$$unique" || unique=$$empty_fix; \ |
|---|
| 787 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
|---|
| 788 | $$tags $$unique; \ |
|---|
| 789 | fi |
|---|
| 790 | ctags: CTAGS |
|---|
| 791 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|---|
| 792 | $(TAGS_FILES) $(LISP) |
|---|
| 793 | tags=; \ |
|---|
| 794 | here=`pwd`; \ |
|---|
| 795 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 796 | unique=`for i in $$list; do \ |
|---|
| 797 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 798 | done | \ |
|---|
| 799 | $(AWK) ' { files[$$0] = 1; } \ |
|---|
| 800 | END { for (i in files) print i; }'`; \ |
|---|
| 801 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
|---|
| 802 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
|---|
| 803 | $$tags $$unique |
|---|
| 804 | |
|---|
| 805 | GTAGS: |
|---|
| 806 | here=`$(am__cd) $(top_builddir) && pwd` \ |
|---|
| 807 | && cd $(top_srcdir) \ |
|---|
| 808 | && gtags -i $(GTAGS_ARGS) $$here |
|---|
| 809 | |
|---|
| 810 | distclean-tags: |
|---|
| 811 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
|---|
| 812 | |
|---|
| 813 | distdir: $(DISTFILES) |
|---|
| 814 | $(mkdir_p) $(distdir)/weapons |
|---|
| 815 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
|---|
| 816 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
|---|
| 817 | list='$(DISTFILES)'; for file in $$list; do \ |
|---|
| 818 | case $$file in \ |
|---|
| 819 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
|---|
| 820 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
|---|
| 821 | esac; \ |
|---|
| 822 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
|---|
| 823 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
|---|
| 824 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
|---|
| 825 | dir="/$$dir"; \ |
|---|
| 826 | $(mkdir_p) "$(distdir)$$dir"; \ |
|---|
| 827 | else \ |
|---|
| 828 | dir=''; \ |
|---|
| 829 | fi; \ |
|---|
| 830 | if test -d $$d/$$file; then \ |
|---|
| 831 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
|---|
| 832 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
|---|
| 833 | fi; \ |
|---|
| 834 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
|---|
| 835 | else \ |
|---|
| 836 | test -f $(distdir)/$$file \ |
|---|
| 837 | || cp -p $$d/$$file $(distdir)/$$file \ |
|---|
| 838 | || exit 1; \ |
|---|
| 839 | fi; \ |
|---|
| 840 | done |
|---|
| 841 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 842 | if test "$$subdir" = .; then :; else \ |
|---|
| 843 | test -d "$(distdir)/$$subdir" \ |
|---|
| 844 | || mkdir "$(distdir)/$$subdir" \ |
|---|
| 845 | || exit 1; \ |
|---|
| 846 | (cd $$subdir && \ |
|---|
| 847 | $(MAKE) $(AM_MAKEFLAGS) \ |
|---|
| 848 | top_distdir="../$(top_distdir)" \ |
|---|
| 849 | distdir="../$(distdir)/$$subdir" \ |
|---|
| 850 | distdir) \ |
|---|
| 851 | || exit 1; \ |
|---|
| 852 | fi; \ |
|---|
| 853 | done |
|---|
| 854 | check-am: all-am |
|---|
| 855 | check: check-recursive |
|---|
| 856 | all-am: Makefile $(LIBRARIES) $(HEADERS) |
|---|
| 857 | installdirs: installdirs-recursive |
|---|
| 858 | installdirs-am: |
|---|
| 859 | install: install-recursive |
|---|
| 860 | install-exec: install-exec-recursive |
|---|
| 861 | install-data: install-data-recursive |
|---|
| 862 | uninstall: uninstall-recursive |
|---|
| 863 | |
|---|
| 864 | install-am: all-am |
|---|
| 865 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|---|
| 866 | |
|---|
| 867 | installcheck: installcheck-recursive |
|---|
| 868 | install-strip: |
|---|
| 869 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|---|
| 870 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
|---|
| 871 | `test -z '$(STRIP)' || \ |
|---|
| 872 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
|---|
| 873 | mostlyclean-generic: |
|---|
| 874 | |
|---|
| 875 | clean-generic: |
|---|
| 876 | |
|---|
| 877 | distclean-generic: |
|---|
| 878 | -rm -f $(CONFIG_CLEAN_FILES) |
|---|
| 879 | |
|---|
| 880 | maintainer-clean-generic: |
|---|
| 881 | @echo "This command is intended for maintainers to use" |
|---|
| 882 | @echo "it deletes files that may require special tools to rebuild." |
|---|
| 883 | clean: clean-recursive |
|---|
| 884 | |
|---|
| 885 | clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am |
|---|
| 886 | |
|---|
| 887 | distclean: distclean-recursive |
|---|
| 888 | -rm -rf ./$(DEPDIR) |
|---|
| 889 | -rm -f Makefile |
|---|
| 890 | distclean-am: clean-am distclean-compile distclean-generic \ |
|---|
| 891 | distclean-tags |
|---|
| 892 | |
|---|
| 893 | dvi: dvi-recursive |
|---|
| 894 | |
|---|
| 895 | dvi-am: |
|---|
| 896 | |
|---|
| 897 | html: html-recursive |
|---|
| 898 | |
|---|
| 899 | info: info-recursive |
|---|
| 900 | |
|---|
| 901 | info-am: |
|---|
| 902 | |
|---|
| 903 | install-data-am: |
|---|
| 904 | |
|---|
| 905 | install-exec-am: |
|---|
| 906 | |
|---|
| 907 | install-info: install-info-recursive |
|---|
| 908 | |
|---|
| 909 | install-man: |
|---|
| 910 | |
|---|
| 911 | installcheck-am: |
|---|
| 912 | |
|---|
| 913 | maintainer-clean: maintainer-clean-recursive |
|---|
| 914 | -rm -rf ./$(DEPDIR) |
|---|
| 915 | -rm -f Makefile |
|---|
| 916 | maintainer-clean-am: distclean-am maintainer-clean-generic |
|---|
| 917 | |
|---|
| 918 | mostlyclean: mostlyclean-recursive |
|---|
| 919 | |
|---|
| 920 | mostlyclean-am: mostlyclean-compile mostlyclean-generic |
|---|
| 921 | |
|---|
| 922 | pdf: pdf-recursive |
|---|
| 923 | |
|---|
| 924 | pdf-am: |
|---|
| 925 | |
|---|
| 926 | ps: ps-recursive |
|---|
| 927 | |
|---|
| 928 | ps-am: |
|---|
| 929 | |
|---|
| 930 | uninstall-am: uninstall-info-am |
|---|
| 931 | |
|---|
| 932 | uninstall-info: uninstall-info-recursive |
|---|
| 933 | |
|---|
| 934 | .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \ |
|---|
| 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 \ |
|---|
| 943 | maintainer-clean-recursive mostlyclean mostlyclean-compile \ |
|---|
| 944 | mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \ |
|---|
| 945 | tags tags-recursive uninstall uninstall-am uninstall-info-am |
|---|
| 946 | |
|---|
| 947 | include $(MAINSRCDIR)/defs/include_paths.am |
|---|
| 948 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
|---|
| 949 | # Otherwise a system limit (for SysV at least) may be exceeded. |
|---|
| 950 | .NOEXPORT: |
|---|