[3493] | 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@ |
---|
[5349] | 16 | |
---|
| 17 | |
---|
[5355] | 18 | SOURCES = $(libORXworld_entities_a_SOURCES) |
---|
[5349] | 19 | |
---|
[3493] | 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@ |
---|
[5355] | 41 | subdir = src/world_entities |
---|
[5349] | 42 | DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ |
---|
| 43 | $(srcdir)/Makefile.in |
---|
[3493] | 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 = |
---|
[5349] | 51 | LIBRARIES = $(noinst_LIBRARIES) |
---|
| 52 | AR = ar |
---|
| 53 | ARFLAGS = cru |
---|
[5355] | 54 | libORXworld_entities_a_AR = $(AR) $(ARFLAGS) |
---|
| 55 | libORXworld_entities_a_LIBADD = |
---|
| 56 | am_libORXworld_entities_a_OBJECTS = world_entity.$(OBJEXT) \ |
---|
| 57 | camera.$(OBJEXT) player.$(OBJEXT) npc.$(OBJEXT) npc2.$(OBJEXT) \ |
---|
| 58 | environment.$(OBJEXT) skysphere.$(OBJEXT) skybox.$(OBJEXT) \ |
---|
| 59 | terrain.$(OBJEXT) satellite.$(OBJEXT) \ |
---|
| 60 | character_attributes.$(OBJEXT) test_entity.$(OBJEXT) \ |
---|
| 61 | weapon_manager.$(OBJEXT) weapon.$(OBJEXT) projectile.$(OBJEXT) \ |
---|
| 62 | test_gun.$(OBJEXT) turret.$(OBJEXT) test_bullet.$(OBJEXT) \ |
---|
| 63 | crosshair.$(OBJEXT) |
---|
| 64 | libORXworld_entities_a_OBJECTS = $(am_libORXworld_entities_a_OBJECTS) |
---|
[5349] | 65 | DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |
---|
| 66 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
---|
| 67 | am__depfiles_maybe = depfiles |
---|
[5355] | 68 | @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/camera.Po \ |
---|
| 69 | @AMDEP_TRUE@ ./$(DEPDIR)/character_attributes.Po \ |
---|
| 70 | @AMDEP_TRUE@ ./$(DEPDIR)/crosshair.Po \ |
---|
| 71 | @AMDEP_TRUE@ ./$(DEPDIR)/environment.Po ./$(DEPDIR)/npc.Po \ |
---|
| 72 | @AMDEP_TRUE@ ./$(DEPDIR)/npc2.Po ./$(DEPDIR)/player.Po \ |
---|
| 73 | @AMDEP_TRUE@ ./$(DEPDIR)/projectile.Po ./$(DEPDIR)/satellite.Po \ |
---|
| 74 | @AMDEP_TRUE@ ./$(DEPDIR)/skybox.Po ./$(DEPDIR)/skysphere.Po \ |
---|
| 75 | @AMDEP_TRUE@ ./$(DEPDIR)/terrain.Po ./$(DEPDIR)/test_bullet.Po \ |
---|
| 76 | @AMDEP_TRUE@ ./$(DEPDIR)/test_entity.Po ./$(DEPDIR)/test_gun.Po \ |
---|
| 77 | @AMDEP_TRUE@ ./$(DEPDIR)/turret.Po ./$(DEPDIR)/weapon.Po \ |
---|
| 78 | @AMDEP_TRUE@ ./$(DEPDIR)/weapon_manager.Po \ |
---|
| 79 | @AMDEP_TRUE@ ./$(DEPDIR)/world_entity.Po |
---|
[5349] | 80 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
---|
| 81 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
---|
| 82 | CXXLD = $(CXX) |
---|
| 83 | CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ |
---|
| 84 | -o $@ |
---|
[5355] | 85 | SOURCES = $(libORXworld_entities_a_SOURCES) |
---|
| 86 | DIST_SOURCES = $(libORXworld_entities_a_SOURCES) |
---|
[3493] | 87 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
---|
| 88 | html-recursive info-recursive install-data-recursive \ |
---|
| 89 | install-exec-recursive install-info-recursive \ |
---|
| 90 | install-recursive installcheck-recursive installdirs-recursive \ |
---|
| 91 | pdf-recursive ps-recursive uninstall-info-recursive \ |
---|
| 92 | uninstall-recursive |
---|
[5349] | 93 | HEADERS = $(noinst_HEADERS) |
---|
[3493] | 94 | ETAGS = etags |
---|
| 95 | CTAGS = ctags |
---|
[4265] | 96 | DIST_SUBDIRS = $(SUBDIRS) |
---|
[3493] | 97 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
| 98 | ACLOCAL = @ACLOCAL@ |
---|
| 99 | AMDEP_FALSE = @AMDEP_FALSE@ |
---|
| 100 | AMDEP_TRUE = @AMDEP_TRUE@ |
---|
| 101 | AMTAR = @AMTAR@ |
---|
| 102 | AUTOCONF = @AUTOCONF@ |
---|
| 103 | AUTOHEADER = @AUTOHEADER@ |
---|
| 104 | AUTOMAKE = @AUTOMAKE@ |
---|
| 105 | AWK = @AWK@ |
---|
| 106 | CC = @CC@ |
---|
| 107 | CCDEPMODE = @CCDEPMODE@ |
---|
| 108 | CFLAGS = @CFLAGS@ |
---|
| 109 | CPP = @CPP@ |
---|
| 110 | CPPFLAGS = @CPPFLAGS@ |
---|
| 111 | CURL_CFLAGS = @CURL_CFLAGS@ |
---|
| 112 | CURL_LIBS = @CURL_LIBS@ |
---|
| 113 | CXX = @CXX@ |
---|
| 114 | CXXDEPMODE = @CXXDEPMODE@ |
---|
| 115 | CXXFLAGS = @CXXFLAGS@ |
---|
| 116 | CYGPATH_W = @CYGPATH_W@ |
---|
| 117 | DEBUG = @DEBUG@ |
---|
| 118 | DEFS = @DEFS@ |
---|
| 119 | DEPDIR = @DEPDIR@ |
---|
[3558] | 120 | DOCUMENTATION_FALSE = @DOCUMENTATION_FALSE@ |
---|
| 121 | DOCUMENTATION_TRUE = @DOCUMENTATION_TRUE@ |
---|
[3493] | 122 | DOXYGEN = @DOXYGEN@ |
---|
| 123 | DOXYGEN_FALSE = @DOXYGEN_FALSE@ |
---|
| 124 | DOXYGEN_TRUE = @DOXYGEN_TRUE@ |
---|
| 125 | ECHO_C = @ECHO_C@ |
---|
| 126 | ECHO_N = @ECHO_N@ |
---|
| 127 | ECHO_T = @ECHO_T@ |
---|
| 128 | EGREP = @EGREP@ |
---|
| 129 | EXEEXT = @EXEEXT@ |
---|
[3789] | 130 | GPROF = @GPROF@ |
---|
[3493] | 131 | GTK2_CFLAGS = @GTK2_CFLAGS@ |
---|
| 132 | GTK2_LIBS = @GTK2_LIBS@ |
---|
| 133 | HAVE_CURL_FALSE = @HAVE_CURL_FALSE@ |
---|
| 134 | HAVE_CURL_TRUE = @HAVE_CURL_TRUE@ |
---|
| 135 | HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@ |
---|
| 136 | HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@ |
---|
| 137 | INSTALL_DATA = @INSTALL_DATA@ |
---|
| 138 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
| 139 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
| 140 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
| 141 | LDFLAGS = @LDFLAGS@ |
---|
| 142 | LIBOBJS = @LIBOBJS@ |
---|
| 143 | LIBS = @LIBS@ |
---|
| 144 | LTLIBOBJS = @LTLIBOBJS@ |
---|
| 145 | MAKEINFO = @MAKEINFO@ |
---|
| 146 | MSBITFIELDS = @MSBITFIELDS@ |
---|
| 147 | OBJEXT = @OBJEXT@ |
---|
| 148 | PACKAGE = @PACKAGE@ |
---|
| 149 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
| 150 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
| 151 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
| 152 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
| 153 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
| 154 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
[4130] | 155 | PKG_CONFIG = @PKG_CONFIG@ |
---|
[4054] | 156 | RANLIB = @RANLIB@ |
---|
[3493] | 157 | SET_MAKE = @SET_MAKE@ |
---|
| 158 | SHELL = @SHELL@ |
---|
| 159 | STRIP = @STRIP@ |
---|
| 160 | SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@ |
---|
| 161 | SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@ |
---|
| 162 | VERSION = @VERSION@ |
---|
| 163 | ac_ct_CC = @ac_ct_CC@ |
---|
| 164 | ac_ct_CXX = @ac_ct_CXX@ |
---|
[4054] | 165 | ac_ct_RANLIB = @ac_ct_RANLIB@ |
---|
[3493] | 166 | ac_ct_STRIP = @ac_ct_STRIP@ |
---|
| 167 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
---|
| 168 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
---|
| 169 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
---|
| 170 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
---|
| 171 | am__include = @am__include@ |
---|
| 172 | am__leading_dot = @am__leading_dot@ |
---|
| 173 | am__quote = @am__quote@ |
---|
| 174 | bindir = @bindir@ |
---|
| 175 | build = @build@ |
---|
| 176 | build_alias = @build_alias@ |
---|
| 177 | build_cpu = @build_cpu@ |
---|
| 178 | build_os = @build_os@ |
---|
| 179 | build_vendor = @build_vendor@ |
---|
| 180 | datadir = @datadir@ |
---|
| 181 | exec_prefix = @exec_prefix@ |
---|
| 182 | host = @host@ |
---|
| 183 | host_alias = @host_alias@ |
---|
| 184 | host_cpu = @host_cpu@ |
---|
| 185 | host_os = @host_os@ |
---|
| 186 | host_vendor = @host_vendor@ |
---|
| 187 | includedir = @includedir@ |
---|
| 188 | infodir = @infodir@ |
---|
| 189 | install_sh = @install_sh@ |
---|
| 190 | libdir = @libdir@ |
---|
| 191 | libexecdir = @libexecdir@ |
---|
| 192 | localstatedir = @localstatedir@ |
---|
| 193 | mandir = @mandir@ |
---|
| 194 | mkdir_p = @mkdir_p@ |
---|
| 195 | oldincludedir = @oldincludedir@ |
---|
| 196 | prefix = @prefix@ |
---|
| 197 | program_transform_name = @program_transform_name@ |
---|
| 198 | sbindir = @sbindir@ |
---|
| 199 | sharedstatedir = @sharedstatedir@ |
---|
| 200 | sysconfdir = @sysconfdir@ |
---|
| 201 | target = @target@ |
---|
| 202 | target_alias = @target_alias@ |
---|
| 203 | target_cpu = @target_cpu@ |
---|
| 204 | target_os = @target_os@ |
---|
| 205 | target_vendor = @target_vendor@ |
---|
[5349] | 206 | MAINSRCDIR = .. |
---|
[5355] | 207 | noinst_LIBRARIES = libORXworld_entities.a |
---|
| 208 | libORXworld_entities_a_SOURCES = \ |
---|
| 209 | world_entity.cc \ |
---|
| 210 | camera.cc \ |
---|
| 211 | player.cc \ |
---|
| 212 | npc.cc \ |
---|
| 213 | npc2.cc \ |
---|
| 214 | environment.cc \ |
---|
| 215 | skysphere.cc \ |
---|
| 216 | skybox.cc \ |
---|
| 217 | terrain.cc \ |
---|
| 218 | satellite.cc \ |
---|
| 219 | character_attributes.cc \ |
---|
| 220 | test_entity.cc \ |
---|
| 221 | weapons/weapon_manager.cc \ |
---|
| 222 | weapons/weapon.cc \ |
---|
| 223 | weapons/projectile.cc \ |
---|
| 224 | weapons/test_gun.cc \ |
---|
| 225 | weapons/turret.cc \ |
---|
| 226 | weapons/test_bullet.cc \ |
---|
| 227 | weapons/crosshair.cc |
---|
[5349] | 228 | |
---|
[5355] | 229 | noinst_HEADERS = \ |
---|
| 230 | world_entity.h \ |
---|
| 231 | camera.h \ |
---|
| 232 | player.h \ |
---|
| 233 | npc.h \ |
---|
| 234 | npc2.h \ |
---|
| 235 | environment.h \ |
---|
| 236 | skysphere.h \ |
---|
| 237 | skybox.h \ |
---|
| 238 | power_up.h \ |
---|
| 239 | terrain.h \ |
---|
| 240 | satellite.h \ |
---|
| 241 | character_attributes.h \ |
---|
| 242 | test_entity.h \ |
---|
| 243 | weapons/weapon_manager.h \ |
---|
| 244 | weapons/weapon.h \ |
---|
| 245 | weapons/projectile.h \ |
---|
| 246 | weapons/test_gun.h \ |
---|
| 247 | weapons/turret.h \ |
---|
| 248 | weapons/test_bullet.h \ |
---|
| 249 | weapons/crosshair.h |
---|
[5349] | 250 | |
---|
[5355] | 251 | SUBDIRS = . . |
---|
[3493] | 252 | all: all-recursive |
---|
| 253 | |
---|
| 254 | .SUFFIXES: |
---|
[5349] | 255 | .SUFFIXES: .cc .o .obj |
---|
[3493] | 256 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
---|
| 257 | @for dep in $?; do \ |
---|
| 258 | case '$(am__configure_deps)' in \ |
---|
| 259 | *$$dep*) \ |
---|
| 260 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
---|
| 261 | && exit 0; \ |
---|
| 262 | exit 1;; \ |
---|
| 263 | esac; \ |
---|
| 264 | done; \ |
---|
[5355] | 265 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/world_entities/Makefile'; \ |
---|
[3493] | 266 | cd $(top_srcdir) && \ |
---|
[5355] | 267 | $(AUTOMAKE) --foreign src/world_entities/Makefile |
---|
[3493] | 268 | .PRECIOUS: Makefile |
---|
| 269 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
| 270 | @case '$?' in \ |
---|
| 271 | *config.status*) \ |
---|
| 272 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
---|
| 273 | *) \ |
---|
| 274 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
---|
| 275 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
---|
| 276 | esac; |
---|
| 277 | |
---|
| 278 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
| 279 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 280 | |
---|
| 281 | $(top_srcdir)/configure: $(am__configure_deps) |
---|
| 282 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 283 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
---|
| 284 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
[5349] | 285 | |
---|
| 286 | clean-noinstLIBRARIES: |
---|
| 287 | -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
---|
[5355] | 288 | libORXworld_entities.a: $(libORXworld_entities_a_OBJECTS) $(libORXworld_entities_a_DEPENDENCIES) |
---|
| 289 | -rm -f libORXworld_entities.a |
---|
| 290 | $(libORXworld_entities_a_AR) libORXworld_entities.a $(libORXworld_entities_a_OBJECTS) $(libORXworld_entities_a_LIBADD) |
---|
| 291 | $(RANLIB) libORXworld_entities.a |
---|
[5349] | 292 | |
---|
| 293 | mostlyclean-compile: |
---|
| 294 | -rm -f *.$(OBJEXT) |
---|
| 295 | |
---|
| 296 | distclean-compile: |
---|
| 297 | -rm -f *.tab.c |
---|
| 298 | |
---|
[5355] | 299 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/camera.Po@am__quote@ |
---|
| 300 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/character_attributes.Po@am__quote@ |
---|
| 301 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crosshair.Po@am__quote@ |
---|
| 302 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/environment.Po@am__quote@ |
---|
| 303 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/npc.Po@am__quote@ |
---|
| 304 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/npc2.Po@am__quote@ |
---|
| 305 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Po@am__quote@ |
---|
| 306 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectile.Po@am__quote@ |
---|
| 307 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/satellite.Po@am__quote@ |
---|
| 308 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skybox.Po@am__quote@ |
---|
| 309 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skysphere.Po@am__quote@ |
---|
| 310 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/terrain.Po@am__quote@ |
---|
| 311 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_bullet.Po@am__quote@ |
---|
| 312 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_entity.Po@am__quote@ |
---|
| 313 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_gun.Po@am__quote@ |
---|
| 314 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/turret.Po@am__quote@ |
---|
| 315 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weapon.Po@am__quote@ |
---|
| 316 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weapon_manager.Po@am__quote@ |
---|
| 317 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/world_entity.Po@am__quote@ |
---|
[5349] | 318 | |
---|
| 319 | .cc.o: |
---|
| 320 | @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
---|
| 321 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
---|
| 322 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
| 323 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ |
---|
| 324 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 325 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< |
---|
| 326 | |
---|
| 327 | .cc.obj: |
---|
| 328 | @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ |
---|
| 329 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
---|
| 330 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
| 331 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ |
---|
| 332 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 333 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
---|
| 334 | |
---|
[5355] | 335 | weapon_manager.o: weapons/weapon_manager.cc |
---|
| 336 | @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; \ |
---|
| 337 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/weapon_manager.Tpo" "$(DEPDIR)/weapon_manager.Po"; else rm -f "$(DEPDIR)/weapon_manager.Tpo"; exit 1; fi |
---|
| 338 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/weapon_manager.cc' object='weapon_manager.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 339 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/weapon_manager.Po' tmpdepfile='$(DEPDIR)/weapon_manager.TPo' @AMDEPBACKSLASH@ |
---|
[5349] | 340 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[5355] | 341 | @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 |
---|
[5349] | 342 | |
---|
[5355] | 343 | weapon_manager.obj: weapons/weapon_manager.cc |
---|
| 344 | @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`; \ |
---|
| 345 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/weapon_manager.Tpo" "$(DEPDIR)/weapon_manager.Po"; else rm -f "$(DEPDIR)/weapon_manager.Tpo"; exit 1; fi |
---|
| 346 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/weapon_manager.cc' object='weapon_manager.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 347 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/weapon_manager.Po' tmpdepfile='$(DEPDIR)/weapon_manager.TPo' @AMDEPBACKSLASH@ |
---|
[5349] | 348 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[5355] | 349 | @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` |
---|
[5349] | 350 | |
---|
[5355] | 351 | weapon.o: weapons/weapon.cc |
---|
| 352 | @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; \ |
---|
| 353 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/weapon.Tpo" "$(DEPDIR)/weapon.Po"; else rm -f "$(DEPDIR)/weapon.Tpo"; exit 1; fi |
---|
| 354 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/weapon.cc' object='weapon.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 355 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/weapon.Po' tmpdepfile='$(DEPDIR)/weapon.TPo' @AMDEPBACKSLASH@ |
---|
[5349] | 356 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[5355] | 357 | @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 |
---|
[5349] | 358 | |
---|
[5355] | 359 | weapon.obj: weapons/weapon.cc |
---|
| 360 | @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`; \ |
---|
| 361 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/weapon.Tpo" "$(DEPDIR)/weapon.Po"; else rm -f "$(DEPDIR)/weapon.Tpo"; exit 1; fi |
---|
| 362 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/weapon.cc' object='weapon.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 363 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/weapon.Po' tmpdepfile='$(DEPDIR)/weapon.TPo' @AMDEPBACKSLASH@ |
---|
[5349] | 364 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[5355] | 365 | @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` |
---|
[5349] | 366 | |
---|
[5355] | 367 | projectile.o: weapons/projectile.cc |
---|
| 368 | @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; \ |
---|
| 369 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/projectile.Tpo" "$(DEPDIR)/projectile.Po"; else rm -f "$(DEPDIR)/projectile.Tpo"; exit 1; fi |
---|
| 370 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/projectile.cc' object='projectile.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 371 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/projectile.Po' tmpdepfile='$(DEPDIR)/projectile.TPo' @AMDEPBACKSLASH@ |
---|
[5349] | 372 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[5355] | 373 | @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 |
---|
[5349] | 374 | |
---|
[5355] | 375 | projectile.obj: weapons/projectile.cc |
---|
| 376 | @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`; \ |
---|
| 377 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/projectile.Tpo" "$(DEPDIR)/projectile.Po"; else rm -f "$(DEPDIR)/projectile.Tpo"; exit 1; fi |
---|
| 378 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/projectile.cc' object='projectile.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 379 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/projectile.Po' tmpdepfile='$(DEPDIR)/projectile.TPo' @AMDEPBACKSLASH@ |
---|
[5349] | 380 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[5355] | 381 | @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` |
---|
[5349] | 382 | |
---|
[5355] | 383 | test_gun.o: weapons/test_gun.cc |
---|
| 384 | @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; \ |
---|
| 385 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/test_gun.Tpo" "$(DEPDIR)/test_gun.Po"; else rm -f "$(DEPDIR)/test_gun.Tpo"; exit 1; fi |
---|
| 386 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/test_gun.cc' object='test_gun.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 387 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/test_gun.Po' tmpdepfile='$(DEPDIR)/test_gun.TPo' @AMDEPBACKSLASH@ |
---|
[5349] | 388 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[5355] | 389 | @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 |
---|
[5349] | 390 | |
---|
[5355] | 391 | test_gun.obj: weapons/test_gun.cc |
---|
| 392 | @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`; \ |
---|
| 393 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/test_gun.Tpo" "$(DEPDIR)/test_gun.Po"; else rm -f "$(DEPDIR)/test_gun.Tpo"; exit 1; fi |
---|
| 394 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/test_gun.cc' object='test_gun.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 395 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/test_gun.Po' tmpdepfile='$(DEPDIR)/test_gun.TPo' @AMDEPBACKSLASH@ |
---|
[5349] | 396 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[5355] | 397 | @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` |
---|
[5349] | 398 | |
---|
[5355] | 399 | turret.o: weapons/turret.cc |
---|
| 400 | @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; \ |
---|
| 401 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/turret.Tpo" "$(DEPDIR)/turret.Po"; else rm -f "$(DEPDIR)/turret.Tpo"; exit 1; fi |
---|
| 402 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/turret.cc' object='turret.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 403 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/turret.Po' tmpdepfile='$(DEPDIR)/turret.TPo' @AMDEPBACKSLASH@ |
---|
[5349] | 404 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[5355] | 405 | @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 |
---|
[5349] | 406 | |
---|
[5355] | 407 | turret.obj: weapons/turret.cc |
---|
| 408 | @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`; \ |
---|
| 409 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/turret.Tpo" "$(DEPDIR)/turret.Po"; else rm -f "$(DEPDIR)/turret.Tpo"; exit 1; fi |
---|
| 410 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/turret.cc' object='turret.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 411 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/turret.Po' tmpdepfile='$(DEPDIR)/turret.TPo' @AMDEPBACKSLASH@ |
---|
[5349] | 412 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[5355] | 413 | @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` |
---|
[5349] | 414 | |
---|
[5355] | 415 | test_bullet.o: weapons/test_bullet.cc |
---|
| 416 | @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; \ |
---|
| 417 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/test_bullet.Tpo" "$(DEPDIR)/test_bullet.Po"; else rm -f "$(DEPDIR)/test_bullet.Tpo"; exit 1; fi |
---|
| 418 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/test_bullet.cc' object='test_bullet.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 419 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/test_bullet.Po' tmpdepfile='$(DEPDIR)/test_bullet.TPo' @AMDEPBACKSLASH@ |
---|
[5349] | 420 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[5355] | 421 | @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 |
---|
[5349] | 422 | |
---|
[5355] | 423 | test_bullet.obj: weapons/test_bullet.cc |
---|
| 424 | @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`; \ |
---|
| 425 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/test_bullet.Tpo" "$(DEPDIR)/test_bullet.Po"; else rm -f "$(DEPDIR)/test_bullet.Tpo"; exit 1; fi |
---|
| 426 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/test_bullet.cc' object='test_bullet.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 427 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/test_bullet.Po' tmpdepfile='$(DEPDIR)/test_bullet.TPo' @AMDEPBACKSLASH@ |
---|
[5349] | 428 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[5355] | 429 | @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` |
---|
[5349] | 430 | |
---|
[5355] | 431 | crosshair.o: weapons/crosshair.cc |
---|
| 432 | @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; \ |
---|
| 433 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/crosshair.Tpo" "$(DEPDIR)/crosshair.Po"; else rm -f "$(DEPDIR)/crosshair.Tpo"; exit 1; fi |
---|
| 434 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/crosshair.cc' object='crosshair.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 435 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/crosshair.Po' tmpdepfile='$(DEPDIR)/crosshair.TPo' @AMDEPBACKSLASH@ |
---|
[5349] | 436 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[5355] | 437 | @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 |
---|
[5349] | 438 | |
---|
[5355] | 439 | crosshair.obj: weapons/crosshair.cc |
---|
| 440 | @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`; \ |
---|
| 441 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/crosshair.Tpo" "$(DEPDIR)/crosshair.Po"; else rm -f "$(DEPDIR)/crosshair.Tpo"; exit 1; fi |
---|
| 442 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='weapons/crosshair.cc' object='crosshair.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 443 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/crosshair.Po' tmpdepfile='$(DEPDIR)/crosshair.TPo' @AMDEPBACKSLASH@ |
---|
[5349] | 444 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[5355] | 445 | @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` |
---|
[3493] | 446 | uninstall-info-am: |
---|
| 447 | |
---|
| 448 | # This directory's subdirectories are mostly independent; you can cd |
---|
| 449 | # into them and run `make' without going through this Makefile. |
---|
| 450 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
| 451 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
| 452 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
| 453 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
| 454 | $(RECURSIVE_TARGETS): |
---|
| 455 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
---|
| 456 | dot_seen=no; \ |
---|
| 457 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 458 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 459 | echo "Making $$target in $$subdir"; \ |
---|
| 460 | if test "$$subdir" = "."; then \ |
---|
| 461 | dot_seen=yes; \ |
---|
| 462 | local_target="$$target-am"; \ |
---|
| 463 | else \ |
---|
| 464 | local_target="$$target"; \ |
---|
| 465 | fi; \ |
---|
| 466 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 467 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
| 468 | done; \ |
---|
| 469 | if test "$$dot_seen" = "no"; then \ |
---|
| 470 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
| 471 | fi; test -z "$$fail" |
---|
| 472 | |
---|
| 473 | mostlyclean-recursive clean-recursive distclean-recursive \ |
---|
| 474 | maintainer-clean-recursive: |
---|
| 475 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
---|
| 476 | dot_seen=no; \ |
---|
| 477 | case "$@" in \ |
---|
| 478 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
---|
| 479 | *) list='$(SUBDIRS)' ;; \ |
---|
| 480 | esac; \ |
---|
| 481 | rev=''; for subdir in $$list; do \ |
---|
| 482 | if test "$$subdir" = "."; then :; else \ |
---|
| 483 | rev="$$subdir $$rev"; \ |
---|
| 484 | fi; \ |
---|
| 485 | done; \ |
---|
| 486 | rev="$$rev ."; \ |
---|
| 487 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 488 | for subdir in $$rev; do \ |
---|
| 489 | echo "Making $$target in $$subdir"; \ |
---|
| 490 | if test "$$subdir" = "."; then \ |
---|
| 491 | local_target="$$target-am"; \ |
---|
| 492 | else \ |
---|
| 493 | local_target="$$target"; \ |
---|
| 494 | fi; \ |
---|
| 495 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 496 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
| 497 | done && test -z "$$fail" |
---|
| 498 | tags-recursive: |
---|
| 499 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 500 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
| 501 | done |
---|
| 502 | ctags-recursive: |
---|
| 503 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 504 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
---|
| 505 | done |
---|
| 506 | |
---|
| 507 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
| 508 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 509 | unique=`for i in $$list; do \ |
---|
| 510 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 511 | done | \ |
---|
| 512 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 513 | END { for (i in files) print i; }'`; \ |
---|
| 514 | mkid -fID $$unique |
---|
| 515 | tags: TAGS |
---|
| 516 | |
---|
| 517 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
| 518 | $(TAGS_FILES) $(LISP) |
---|
| 519 | tags=; \ |
---|
| 520 | here=`pwd`; \ |
---|
| 521 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
---|
| 522 | include_option=--etags-include; \ |
---|
| 523 | empty_fix=.; \ |
---|
| 524 | else \ |
---|
| 525 | include_option=--include; \ |
---|
| 526 | empty_fix=; \ |
---|
| 527 | fi; \ |
---|
| 528 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 529 | if test "$$subdir" = .; then :; else \ |
---|
| 530 | test ! -f $$subdir/TAGS || \ |
---|
| 531 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
---|
| 532 | fi; \ |
---|
| 533 | done; \ |
---|
| 534 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 535 | unique=`for i in $$list; do \ |
---|
| 536 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 537 | done | \ |
---|
| 538 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 539 | END { for (i in files) print i; }'`; \ |
---|
| 540 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
---|
| 541 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
| 542 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
| 543 | $$tags $$unique; \ |
---|
| 544 | fi |
---|
| 545 | ctags: CTAGS |
---|
| 546 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
| 547 | $(TAGS_FILES) $(LISP) |
---|
| 548 | tags=; \ |
---|
| 549 | here=`pwd`; \ |
---|
| 550 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 551 | unique=`for i in $$list; do \ |
---|
| 552 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 553 | done | \ |
---|
| 554 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 555 | END { for (i in files) print i; }'`; \ |
---|
| 556 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
| 557 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
| 558 | $$tags $$unique |
---|
| 559 | |
---|
| 560 | GTAGS: |
---|
| 561 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
| 562 | && cd $(top_srcdir) \ |
---|
| 563 | && gtags -i $(GTAGS_ARGS) $$here |
---|
| 564 | |
---|
| 565 | distclean-tags: |
---|
| 566 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
| 567 | |
---|
| 568 | distdir: $(DISTFILES) |
---|
[5355] | 569 | $(mkdir_p) $(distdir)/weapons |
---|
[3493] | 570 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
---|
| 571 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
---|
| 572 | list='$(DISTFILES)'; for file in $$list; do \ |
---|
| 573 | case $$file in \ |
---|
| 574 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
| 575 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
---|
| 576 | esac; \ |
---|
| 577 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
| 578 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
| 579 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
---|
| 580 | dir="/$$dir"; \ |
---|
| 581 | $(mkdir_p) "$(distdir)$$dir"; \ |
---|
| 582 | else \ |
---|
| 583 | dir=''; \ |
---|
| 584 | fi; \ |
---|
| 585 | if test -d $$d/$$file; then \ |
---|
| 586 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
| 587 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
| 588 | fi; \ |
---|
| 589 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
| 590 | else \ |
---|
| 591 | test -f $(distdir)/$$file \ |
---|
| 592 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
| 593 | || exit 1; \ |
---|
| 594 | fi; \ |
---|
| 595 | done |
---|
[4265] | 596 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
[3493] | 597 | if test "$$subdir" = .; then :; else \ |
---|
| 598 | test -d "$(distdir)/$$subdir" \ |
---|
| 599 | || mkdir "$(distdir)/$$subdir" \ |
---|
| 600 | || exit 1; \ |
---|
| 601 | (cd $$subdir && \ |
---|
| 602 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
| 603 | top_distdir="../$(top_distdir)" \ |
---|
| 604 | distdir="../$(distdir)/$$subdir" \ |
---|
| 605 | distdir) \ |
---|
| 606 | || exit 1; \ |
---|
| 607 | fi; \ |
---|
| 608 | done |
---|
| 609 | check-am: all-am |
---|
| 610 | check: check-recursive |
---|
[5349] | 611 | all-am: Makefile $(LIBRARIES) $(HEADERS) |
---|
[3493] | 612 | installdirs: installdirs-recursive |
---|
| 613 | installdirs-am: |
---|
| 614 | install: install-recursive |
---|
| 615 | install-exec: install-exec-recursive |
---|
| 616 | install-data: install-data-recursive |
---|
| 617 | uninstall: uninstall-recursive |
---|
| 618 | |
---|
| 619 | install-am: all-am |
---|
| 620 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
| 621 | |
---|
| 622 | installcheck: installcheck-recursive |
---|
| 623 | install-strip: |
---|
| 624 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
| 625 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
| 626 | `test -z '$(STRIP)' || \ |
---|
| 627 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
| 628 | mostlyclean-generic: |
---|
| 629 | |
---|
| 630 | clean-generic: |
---|
| 631 | |
---|
| 632 | distclean-generic: |
---|
| 633 | -rm -f $(CONFIG_CLEAN_FILES) |
---|
| 634 | |
---|
| 635 | maintainer-clean-generic: |
---|
| 636 | @echo "This command is intended for maintainers to use" |
---|
| 637 | @echo "it deletes files that may require special tools to rebuild." |
---|
| 638 | clean: clean-recursive |
---|
| 639 | |
---|
[5349] | 640 | clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am |
---|
[3493] | 641 | |
---|
| 642 | distclean: distclean-recursive |
---|
[5349] | 643 | -rm -rf ./$(DEPDIR) |
---|
[3493] | 644 | -rm -f Makefile |
---|
[5349] | 645 | distclean-am: clean-am distclean-compile distclean-generic \ |
---|
| 646 | distclean-tags |
---|
[3493] | 647 | |
---|
| 648 | dvi: dvi-recursive |
---|
| 649 | |
---|
| 650 | dvi-am: |
---|
| 651 | |
---|
| 652 | html: html-recursive |
---|
| 653 | |
---|
| 654 | info: info-recursive |
---|
| 655 | |
---|
| 656 | info-am: |
---|
| 657 | |
---|
| 658 | install-data-am: |
---|
| 659 | |
---|
| 660 | install-exec-am: |
---|
| 661 | |
---|
| 662 | install-info: install-info-recursive |
---|
| 663 | |
---|
| 664 | install-man: |
---|
| 665 | |
---|
| 666 | installcheck-am: |
---|
| 667 | |
---|
| 668 | maintainer-clean: maintainer-clean-recursive |
---|
[5349] | 669 | -rm -rf ./$(DEPDIR) |
---|
[3493] | 670 | -rm -f Makefile |
---|
| 671 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
| 672 | |
---|
| 673 | mostlyclean: mostlyclean-recursive |
---|
| 674 | |
---|
[5349] | 675 | mostlyclean-am: mostlyclean-compile mostlyclean-generic |
---|
[3493] | 676 | |
---|
| 677 | pdf: pdf-recursive |
---|
| 678 | |
---|
| 679 | pdf-am: |
---|
| 680 | |
---|
| 681 | ps: ps-recursive |
---|
| 682 | |
---|
| 683 | ps-am: |
---|
| 684 | |
---|
| 685 | uninstall-am: uninstall-info-am |
---|
| 686 | |
---|
| 687 | uninstall-info: uninstall-info-recursive |
---|
| 688 | |
---|
| 689 | .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \ |
---|
[5349] | 690 | clean clean-generic clean-noinstLIBRARIES clean-recursive \ |
---|
| 691 | ctags ctags-recursive distclean distclean-compile \ |
---|
| 692 | distclean-generic distclean-recursive distclean-tags distdir \ |
---|
| 693 | dvi dvi-am html html-am info info-am install install-am \ |
---|
| 694 | install-data install-data-am install-exec install-exec-am \ |
---|
| 695 | install-info install-info-am install-man install-strip \ |
---|
| 696 | installcheck installcheck-am installdirs installdirs-am \ |
---|
| 697 | maintainer-clean maintainer-clean-generic \ |
---|
| 698 | maintainer-clean-recursive mostlyclean mostlyclean-compile \ |
---|
| 699 | mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \ |
---|
| 700 | tags tags-recursive uninstall uninstall-am uninstall-info-am |
---|
[3493] | 701 | |
---|
[5349] | 702 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
[3493] | 703 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
| 704 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
| 705 | .NOEXPORT: |
---|