Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/world_entities/Makefile.in @ 5451

Last change on this file since 5451 was 5450, checked in by bensch, 19 years ago

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

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