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