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