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