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