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