Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/util/Makefile.in @ 5411

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

orxonox/trunk: utils are also LTLIBRARY now

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