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