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