[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 | |
---|
[5413] | 18 | SOURCES = $(libORXlibs_a_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 = |
---|
[5413] | 51 | LIBRARIES = $(noinst_LIBRARIES) |
---|
| 52 | AR = ar |
---|
| 53 | ARFLAGS = cru |
---|
| 54 | libORXlibs_a_AR = $(AR) $(ARFLAGS) |
---|
| 55 | libORXlibs_a_LIBADD = |
---|
| 56 | am_libORXlibs_a_OBJECTS = p_node.$(OBJEXT) null_parent.$(OBJEXT) \ |
---|
| 57 | base_object.$(OBJEXT) class_list.$(OBJEXT) \ |
---|
| 58 | ini_parser.$(OBJEXT) substring.$(OBJEXT) color.$(OBJEXT) \ |
---|
| 59 | helper_functions.$(OBJEXT) vector.$(OBJEXT) curve.$(OBJEXT) |
---|
| 60 | libORXlibs_a_OBJECTS = $(am_libORXlibs_a_OBJECTS) |
---|
[5349] | 61 | DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |
---|
| 62 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
---|
| 63 | am__depfiles_maybe = depfiles |
---|
[5413] | 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 |
---|
[5349] | 71 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
---|
| 72 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
---|
| 73 | CXXLD = $(CXX) |
---|
[5413] | 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 = .. |
---|
[5413] | 198 | noinst_LIBRARIES = libORXlibs.a |
---|
[5349] | 199 | |
---|
[5413] | 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 | |
---|
[5413] | 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) |
---|
| 226 | libORXlibs_a_SOURCES = coord/p_node.cc \ |
---|
[5349] | 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 \ |
---|
[5389] | 247 | util/t_stack.h \ |
---|
[5349] | 248 | util/color.h \ |
---|
| 249 | util/helper_functions.h \ |
---|
| 250 | math/vector.h \ |
---|
| 251 | math/curve.h |
---|
| 252 | |
---|
[3493] | 253 | SUBDIRS = graphics \ |
---|
[4569] | 254 | sound \ |
---|
| 255 | event \ |
---|
| 256 | physics \ |
---|
| 257 | particles \ |
---|
| 258 | collision_detection \ |
---|
| 259 | tinyxml \ |
---|
[5349] | 260 | shell \ |
---|
| 261 | gui \ |
---|
| 262 | . |
---|
[3493] | 263 | |
---|
| 264 | all: all-recursive |
---|
| 265 | |
---|
| 266 | .SUFFIXES: |
---|
[5413] | 267 | .SUFFIXES: .cc .o .obj |
---|
[3493] | 268 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
---|
| 269 | @for dep in $?; do \ |
---|
| 270 | case '$(am__configure_deps)' in \ |
---|
| 271 | *$$dep*) \ |
---|
| 272 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
---|
| 273 | && exit 0; \ |
---|
| 274 | exit 1;; \ |
---|
| 275 | esac; \ |
---|
| 276 | done; \ |
---|
[5412] | 277 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/Makefile'; \ |
---|
[3493] | 278 | cd $(top_srcdir) && \ |
---|
[5412] | 279 | $(AUTOMAKE) --foreign src/lib/Makefile |
---|
[3493] | 280 | .PRECIOUS: Makefile |
---|
| 281 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
| 282 | @case '$?' in \ |
---|
| 283 | *config.status*) \ |
---|
| 284 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
---|
| 285 | *) \ |
---|
| 286 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
---|
| 287 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
---|
| 288 | esac; |
---|
| 289 | |
---|
| 290 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
| 291 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 292 | |
---|
| 293 | $(top_srcdir)/configure: $(am__configure_deps) |
---|
| 294 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 295 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
---|
| 296 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
[5349] | 297 | |
---|
[5413] | 298 | clean-noinstLIBRARIES: |
---|
| 299 | -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
---|
| 300 | libORXlibs.a: $(libORXlibs_a_OBJECTS) $(libORXlibs_a_DEPENDENCIES) |
---|
| 301 | -rm -f libORXlibs.a |
---|
| 302 | $(libORXlibs_a_AR) libORXlibs.a $(libORXlibs_a_OBJECTS) $(libORXlibs_a_LIBADD) |
---|
| 303 | $(RANLIB) libORXlibs.a |
---|
[5349] | 304 | |
---|
| 305 | mostlyclean-compile: |
---|
| 306 | -rm -f *.$(OBJEXT) |
---|
| 307 | |
---|
| 308 | distclean-compile: |
---|
| 309 | -rm -f *.tab.c |
---|
| 310 | |
---|
[5413] | 311 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base_object.Po@am__quote@ |
---|
| 312 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/class_list.Po@am__quote@ |
---|
| 313 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color.Po@am__quote@ |
---|
| 314 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curve.Po@am__quote@ |
---|
| 315 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helper_functions.Po@am__quote@ |
---|
| 316 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini_parser.Po@am__quote@ |
---|
| 317 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/null_parent.Po@am__quote@ |
---|
| 318 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p_node.Po@am__quote@ |
---|
| 319 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/substring.Po@am__quote@ |
---|
| 320 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector.Po@am__quote@ |
---|
[5349] | 321 | |
---|
| 322 | .cc.o: |
---|
| 323 | @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
---|
| 324 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
---|
| 325 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
| 326 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ |
---|
| 327 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 328 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< |
---|
| 329 | |
---|
| 330 | .cc.obj: |
---|
| 331 | @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ |
---|
| 332 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
---|
| 333 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
| 334 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ |
---|
| 335 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 336 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
---|
| 337 | |
---|
| 338 | p_node.o: coord/p_node.cc |
---|
| 339 | @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; \ |
---|
| 340 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/p_node.Tpo" "$(DEPDIR)/p_node.Po"; else rm -f "$(DEPDIR)/p_node.Tpo"; exit 1; fi |
---|
| 341 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='coord/p_node.cc' object='p_node.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 342 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/p_node.Po' tmpdepfile='$(DEPDIR)/p_node.TPo' @AMDEPBACKSLASH@ |
---|
| 343 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 344 | @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 |
---|
| 345 | |
---|
| 346 | p_node.obj: coord/p_node.cc |
---|
| 347 | @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`; \ |
---|
| 348 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/p_node.Tpo" "$(DEPDIR)/p_node.Po"; else rm -f "$(DEPDIR)/p_node.Tpo"; exit 1; fi |
---|
| 349 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='coord/p_node.cc' object='p_node.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 350 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/p_node.Po' tmpdepfile='$(DEPDIR)/p_node.TPo' @AMDEPBACKSLASH@ |
---|
| 351 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 352 | @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` |
---|
| 353 | |
---|
| 354 | null_parent.o: coord/null_parent.cc |
---|
| 355 | @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; \ |
---|
| 356 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/null_parent.Tpo" "$(DEPDIR)/null_parent.Po"; else rm -f "$(DEPDIR)/null_parent.Tpo"; exit 1; fi |
---|
| 357 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='coord/null_parent.cc' object='null_parent.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 358 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/null_parent.Po' tmpdepfile='$(DEPDIR)/null_parent.TPo' @AMDEPBACKSLASH@ |
---|
| 359 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 360 | @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 |
---|
| 361 | |
---|
| 362 | null_parent.obj: coord/null_parent.cc |
---|
| 363 | @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`; \ |
---|
| 364 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/null_parent.Tpo" "$(DEPDIR)/null_parent.Po"; else rm -f "$(DEPDIR)/null_parent.Tpo"; exit 1; fi |
---|
| 365 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='coord/null_parent.cc' object='null_parent.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 366 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/null_parent.Po' tmpdepfile='$(DEPDIR)/null_parent.TPo' @AMDEPBACKSLASH@ |
---|
| 367 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 368 | @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` |
---|
| 369 | |
---|
| 370 | base_object.o: lang/base_object.cc |
---|
| 371 | @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; \ |
---|
| 372 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/base_object.Tpo" "$(DEPDIR)/base_object.Po"; else rm -f "$(DEPDIR)/base_object.Tpo"; exit 1; fi |
---|
| 373 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lang/base_object.cc' object='base_object.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 374 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/base_object.Po' tmpdepfile='$(DEPDIR)/base_object.TPo' @AMDEPBACKSLASH@ |
---|
| 375 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 376 | @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 |
---|
| 377 | |
---|
| 378 | base_object.obj: lang/base_object.cc |
---|
| 379 | @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`; \ |
---|
| 380 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/base_object.Tpo" "$(DEPDIR)/base_object.Po"; else rm -f "$(DEPDIR)/base_object.Tpo"; exit 1; fi |
---|
| 381 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lang/base_object.cc' object='base_object.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 382 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/base_object.Po' tmpdepfile='$(DEPDIR)/base_object.TPo' @AMDEPBACKSLASH@ |
---|
| 383 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 384 | @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` |
---|
| 385 | |
---|
| 386 | class_list.o: lang/class_list.cc |
---|
| 387 | @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; \ |
---|
| 388 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/class_list.Tpo" "$(DEPDIR)/class_list.Po"; else rm -f "$(DEPDIR)/class_list.Tpo"; exit 1; fi |
---|
| 389 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lang/class_list.cc' object='class_list.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 390 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/class_list.Po' tmpdepfile='$(DEPDIR)/class_list.TPo' @AMDEPBACKSLASH@ |
---|
| 391 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 392 | @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 |
---|
| 393 | |
---|
| 394 | class_list.obj: lang/class_list.cc |
---|
| 395 | @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`; \ |
---|
| 396 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/class_list.Tpo" "$(DEPDIR)/class_list.Po"; else rm -f "$(DEPDIR)/class_list.Tpo"; exit 1; fi |
---|
| 397 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lang/class_list.cc' object='class_list.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 398 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/class_list.Po' tmpdepfile='$(DEPDIR)/class_list.TPo' @AMDEPBACKSLASH@ |
---|
| 399 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 400 | @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` |
---|
| 401 | |
---|
| 402 | ini_parser.o: util/ini_parser.cc |
---|
| 403 | @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; \ |
---|
| 404 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/ini_parser.Tpo" "$(DEPDIR)/ini_parser.Po"; else rm -f "$(DEPDIR)/ini_parser.Tpo"; exit 1; fi |
---|
| 405 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='util/ini_parser.cc' object='ini_parser.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 406 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/ini_parser.Po' tmpdepfile='$(DEPDIR)/ini_parser.TPo' @AMDEPBACKSLASH@ |
---|
| 407 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 408 | @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 |
---|
| 409 | |
---|
| 410 | ini_parser.obj: util/ini_parser.cc |
---|
| 411 | @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`; \ |
---|
| 412 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/ini_parser.Tpo" "$(DEPDIR)/ini_parser.Po"; else rm -f "$(DEPDIR)/ini_parser.Tpo"; exit 1; fi |
---|
| 413 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='util/ini_parser.cc' object='ini_parser.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 414 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/ini_parser.Po' tmpdepfile='$(DEPDIR)/ini_parser.TPo' @AMDEPBACKSLASH@ |
---|
| 415 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 416 | @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` |
---|
| 417 | |
---|
| 418 | substring.o: util/substring.cc |
---|
| 419 | @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; \ |
---|
| 420 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/substring.Tpo" "$(DEPDIR)/substring.Po"; else rm -f "$(DEPDIR)/substring.Tpo"; exit 1; fi |
---|
| 421 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='util/substring.cc' object='substring.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 422 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/substring.Po' tmpdepfile='$(DEPDIR)/substring.TPo' @AMDEPBACKSLASH@ |
---|
| 423 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 424 | @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 |
---|
| 425 | |
---|
| 426 | substring.obj: util/substring.cc |
---|
| 427 | @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`; \ |
---|
| 428 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/substring.Tpo" "$(DEPDIR)/substring.Po"; else rm -f "$(DEPDIR)/substring.Tpo"; exit 1; fi |
---|
| 429 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='util/substring.cc' object='substring.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 430 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/substring.Po' tmpdepfile='$(DEPDIR)/substring.TPo' @AMDEPBACKSLASH@ |
---|
| 431 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 432 | @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` |
---|
| 433 | |
---|
| 434 | color.o: util/color.cc |
---|
| 435 | @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; \ |
---|
| 436 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/color.Tpo" "$(DEPDIR)/color.Po"; else rm -f "$(DEPDIR)/color.Tpo"; exit 1; fi |
---|
| 437 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='util/color.cc' object='color.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 438 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/color.Po' tmpdepfile='$(DEPDIR)/color.TPo' @AMDEPBACKSLASH@ |
---|
| 439 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 440 | @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 |
---|
| 441 | |
---|
| 442 | color.obj: util/color.cc |
---|
| 443 | @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`; \ |
---|
| 444 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/color.Tpo" "$(DEPDIR)/color.Po"; else rm -f "$(DEPDIR)/color.Tpo"; exit 1; fi |
---|
| 445 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='util/color.cc' object='color.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 446 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/color.Po' tmpdepfile='$(DEPDIR)/color.TPo' @AMDEPBACKSLASH@ |
---|
| 447 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 448 | @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` |
---|
| 449 | |
---|
| 450 | helper_functions.o: util/helper_functions.cc |
---|
| 451 | @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; \ |
---|
| 452 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/helper_functions.Tpo" "$(DEPDIR)/helper_functions.Po"; else rm -f "$(DEPDIR)/helper_functions.Tpo"; exit 1; fi |
---|
| 453 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='util/helper_functions.cc' object='helper_functions.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 454 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/helper_functions.Po' tmpdepfile='$(DEPDIR)/helper_functions.TPo' @AMDEPBACKSLASH@ |
---|
| 455 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 456 | @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 |
---|
| 457 | |
---|
| 458 | helper_functions.obj: util/helper_functions.cc |
---|
| 459 | @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`; \ |
---|
| 460 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/helper_functions.Tpo" "$(DEPDIR)/helper_functions.Po"; else rm -f "$(DEPDIR)/helper_functions.Tpo"; exit 1; fi |
---|
| 461 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='util/helper_functions.cc' object='helper_functions.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 462 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/helper_functions.Po' tmpdepfile='$(DEPDIR)/helper_functions.TPo' @AMDEPBACKSLASH@ |
---|
| 463 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 464 | @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` |
---|
| 465 | |
---|
| 466 | vector.o: math/vector.cc |
---|
| 467 | @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; \ |
---|
| 468 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/vector.Tpo" "$(DEPDIR)/vector.Po"; else rm -f "$(DEPDIR)/vector.Tpo"; exit 1; fi |
---|
| 469 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='math/vector.cc' object='vector.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 470 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/vector.Po' tmpdepfile='$(DEPDIR)/vector.TPo' @AMDEPBACKSLASH@ |
---|
| 471 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 472 | @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 |
---|
| 473 | |
---|
| 474 | vector.obj: math/vector.cc |
---|
| 475 | @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`; \ |
---|
| 476 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/vector.Tpo" "$(DEPDIR)/vector.Po"; else rm -f "$(DEPDIR)/vector.Tpo"; exit 1; fi |
---|
| 477 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='math/vector.cc' object='vector.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 478 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/vector.Po' tmpdepfile='$(DEPDIR)/vector.TPo' @AMDEPBACKSLASH@ |
---|
| 479 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 480 | @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` |
---|
| 481 | |
---|
| 482 | curve.o: math/curve.cc |
---|
| 483 | @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; \ |
---|
| 484 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/curve.Tpo" "$(DEPDIR)/curve.Po"; else rm -f "$(DEPDIR)/curve.Tpo"; exit 1; fi |
---|
| 485 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='math/curve.cc' object='curve.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 486 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/curve.Po' tmpdepfile='$(DEPDIR)/curve.TPo' @AMDEPBACKSLASH@ |
---|
| 487 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 488 | @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 |
---|
| 489 | |
---|
| 490 | curve.obj: math/curve.cc |
---|
| 491 | @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`; \ |
---|
| 492 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/curve.Tpo" "$(DEPDIR)/curve.Po"; else rm -f "$(DEPDIR)/curve.Tpo"; exit 1; fi |
---|
| 493 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='math/curve.cc' object='curve.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 494 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/curve.Po' tmpdepfile='$(DEPDIR)/curve.TPo' @AMDEPBACKSLASH@ |
---|
| 495 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 496 | @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] | 497 | uninstall-info-am: |
---|
| 498 | |
---|
| 499 | # This directory's subdirectories are mostly independent; you can cd |
---|
| 500 | # into them and run `make' without going through this Makefile. |
---|
| 501 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
| 502 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
| 503 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
| 504 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
| 505 | $(RECURSIVE_TARGETS): |
---|
| 506 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
---|
| 507 | dot_seen=no; \ |
---|
| 508 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 509 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 510 | echo "Making $$target in $$subdir"; \ |
---|
| 511 | if test "$$subdir" = "."; then \ |
---|
| 512 | dot_seen=yes; \ |
---|
| 513 | local_target="$$target-am"; \ |
---|
| 514 | else \ |
---|
| 515 | local_target="$$target"; \ |
---|
| 516 | fi; \ |
---|
| 517 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 518 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
| 519 | done; \ |
---|
| 520 | if test "$$dot_seen" = "no"; then \ |
---|
| 521 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
| 522 | fi; test -z "$$fail" |
---|
| 523 | |
---|
| 524 | mostlyclean-recursive clean-recursive distclean-recursive \ |
---|
| 525 | maintainer-clean-recursive: |
---|
| 526 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
---|
| 527 | dot_seen=no; \ |
---|
| 528 | case "$@" in \ |
---|
| 529 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
---|
| 530 | *) list='$(SUBDIRS)' ;; \ |
---|
| 531 | esac; \ |
---|
| 532 | rev=''; for subdir in $$list; do \ |
---|
| 533 | if test "$$subdir" = "."; then :; else \ |
---|
| 534 | rev="$$subdir $$rev"; \ |
---|
| 535 | fi; \ |
---|
| 536 | done; \ |
---|
| 537 | rev="$$rev ."; \ |
---|
| 538 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 539 | for subdir in $$rev; do \ |
---|
| 540 | echo "Making $$target in $$subdir"; \ |
---|
| 541 | if test "$$subdir" = "."; then \ |
---|
| 542 | local_target="$$target-am"; \ |
---|
| 543 | else \ |
---|
| 544 | local_target="$$target"; \ |
---|
| 545 | fi; \ |
---|
| 546 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 547 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
| 548 | done && test -z "$$fail" |
---|
| 549 | tags-recursive: |
---|
| 550 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 551 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
| 552 | done |
---|
| 553 | ctags-recursive: |
---|
| 554 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 555 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
---|
| 556 | done |
---|
| 557 | |
---|
| 558 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
| 559 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 560 | unique=`for i in $$list; do \ |
---|
| 561 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 562 | done | \ |
---|
| 563 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 564 | END { for (i in files) print i; }'`; \ |
---|
| 565 | mkid -fID $$unique |
---|
| 566 | tags: TAGS |
---|
| 567 | |
---|
| 568 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
| 569 | $(TAGS_FILES) $(LISP) |
---|
| 570 | tags=; \ |
---|
| 571 | here=`pwd`; \ |
---|
| 572 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
---|
| 573 | include_option=--etags-include; \ |
---|
| 574 | empty_fix=.; \ |
---|
| 575 | else \ |
---|
| 576 | include_option=--include; \ |
---|
| 577 | empty_fix=; \ |
---|
| 578 | fi; \ |
---|
| 579 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 580 | if test "$$subdir" = .; then :; else \ |
---|
| 581 | test ! -f $$subdir/TAGS || \ |
---|
| 582 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
---|
| 583 | fi; \ |
---|
| 584 | done; \ |
---|
| 585 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 586 | unique=`for i in $$list; do \ |
---|
| 587 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 588 | done | \ |
---|
| 589 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 590 | END { for (i in files) print i; }'`; \ |
---|
| 591 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
---|
| 592 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
| 593 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
| 594 | $$tags $$unique; \ |
---|
| 595 | fi |
---|
| 596 | ctags: CTAGS |
---|
| 597 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
| 598 | $(TAGS_FILES) $(LISP) |
---|
| 599 | tags=; \ |
---|
| 600 | here=`pwd`; \ |
---|
| 601 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 602 | unique=`for i in $$list; do \ |
---|
| 603 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 604 | done | \ |
---|
| 605 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 606 | END { for (i in files) print i; }'`; \ |
---|
| 607 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
| 608 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
| 609 | $$tags $$unique |
---|
| 610 | |
---|
| 611 | GTAGS: |
---|
| 612 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
| 613 | && cd $(top_srcdir) \ |
---|
| 614 | && gtags -i $(GTAGS_ARGS) $$here |
---|
| 615 | |
---|
| 616 | distclean-tags: |
---|
| 617 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
| 618 | |
---|
| 619 | distdir: $(DISTFILES) |
---|
[5349] | 620 | $(mkdir_p) $(distdir)/coord $(distdir)/graphics/render2D $(distdir)/lang $(distdir)/math $(distdir)/util |
---|
[3493] | 621 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
---|
| 622 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
---|
| 623 | list='$(DISTFILES)'; for file in $$list; do \ |
---|
| 624 | case $$file in \ |
---|
| 625 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
| 626 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
---|
| 627 | esac; \ |
---|
| 628 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
| 629 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
| 630 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
---|
| 631 | dir="/$$dir"; \ |
---|
| 632 | $(mkdir_p) "$(distdir)$$dir"; \ |
---|
| 633 | else \ |
---|
| 634 | dir=''; \ |
---|
| 635 | fi; \ |
---|
| 636 | if test -d $$d/$$file; then \ |
---|
| 637 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
| 638 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
| 639 | fi; \ |
---|
| 640 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
| 641 | else \ |
---|
| 642 | test -f $(distdir)/$$file \ |
---|
| 643 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
| 644 | || exit 1; \ |
---|
| 645 | fi; \ |
---|
| 646 | done |
---|
[4265] | 647 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
[3493] | 648 | if test "$$subdir" = .; then :; else \ |
---|
| 649 | test -d "$(distdir)/$$subdir" \ |
---|
| 650 | || mkdir "$(distdir)/$$subdir" \ |
---|
| 651 | || exit 1; \ |
---|
| 652 | (cd $$subdir && \ |
---|
| 653 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
| 654 | top_distdir="../$(top_distdir)" \ |
---|
| 655 | distdir="../$(distdir)/$$subdir" \ |
---|
| 656 | distdir) \ |
---|
| 657 | || exit 1; \ |
---|
| 658 | fi; \ |
---|
| 659 | done |
---|
| 660 | check-am: all-am |
---|
| 661 | check: check-recursive |
---|
[5413] | 662 | all-am: Makefile $(LIBRARIES) $(HEADERS) |
---|
[3493] | 663 | installdirs: installdirs-recursive |
---|
| 664 | installdirs-am: |
---|
| 665 | install: install-recursive |
---|
| 666 | install-exec: install-exec-recursive |
---|
| 667 | install-data: install-data-recursive |
---|
| 668 | uninstall: uninstall-recursive |
---|
| 669 | |
---|
| 670 | install-am: all-am |
---|
| 671 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
| 672 | |
---|
| 673 | installcheck: installcheck-recursive |
---|
| 674 | install-strip: |
---|
| 675 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
| 676 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
| 677 | `test -z '$(STRIP)' || \ |
---|
| 678 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
| 679 | mostlyclean-generic: |
---|
| 680 | |
---|
| 681 | clean-generic: |
---|
| 682 | |
---|
| 683 | distclean-generic: |
---|
| 684 | -rm -f $(CONFIG_CLEAN_FILES) |
---|
| 685 | |
---|
| 686 | maintainer-clean-generic: |
---|
| 687 | @echo "This command is intended for maintainers to use" |
---|
| 688 | @echo "it deletes files that may require special tools to rebuild." |
---|
| 689 | clean: clean-recursive |
---|
| 690 | |
---|
[5413] | 691 | clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am |
---|
[3493] | 692 | |
---|
| 693 | distclean: distclean-recursive |
---|
[5349] | 694 | -rm -rf ./$(DEPDIR) |
---|
[3493] | 695 | -rm -f Makefile |
---|
[5349] | 696 | distclean-am: clean-am distclean-compile distclean-generic \ |
---|
[5413] | 697 | distclean-tags |
---|
[3493] | 698 | |
---|
| 699 | dvi: dvi-recursive |
---|
| 700 | |
---|
| 701 | dvi-am: |
---|
| 702 | |
---|
| 703 | html: html-recursive |
---|
| 704 | |
---|
| 705 | info: info-recursive |
---|
| 706 | |
---|
| 707 | info-am: |
---|
| 708 | |
---|
| 709 | install-data-am: |
---|
| 710 | |
---|
| 711 | install-exec-am: |
---|
| 712 | |
---|
| 713 | install-info: install-info-recursive |
---|
| 714 | |
---|
| 715 | install-man: |
---|
| 716 | |
---|
| 717 | installcheck-am: |
---|
| 718 | |
---|
| 719 | maintainer-clean: maintainer-clean-recursive |
---|
[5349] | 720 | -rm -rf ./$(DEPDIR) |
---|
[3493] | 721 | -rm -f Makefile |
---|
| 722 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
| 723 | |
---|
| 724 | mostlyclean: mostlyclean-recursive |
---|
| 725 | |
---|
[5413] | 726 | mostlyclean-am: mostlyclean-compile mostlyclean-generic |
---|
[3493] | 727 | |
---|
| 728 | pdf: pdf-recursive |
---|
| 729 | |
---|
| 730 | pdf-am: |
---|
| 731 | |
---|
| 732 | ps: ps-recursive |
---|
| 733 | |
---|
| 734 | ps-am: |
---|
| 735 | |
---|
| 736 | uninstall-am: uninstall-info-am |
---|
| 737 | |
---|
| 738 | uninstall-info: uninstall-info-recursive |
---|
| 739 | |
---|
| 740 | .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \ |
---|
[5413] | 741 | clean clean-generic clean-noinstLIBRARIES clean-recursive \ |
---|
| 742 | ctags ctags-recursive distclean distclean-compile \ |
---|
| 743 | distclean-generic distclean-recursive distclean-tags distdir \ |
---|
| 744 | dvi dvi-am html html-am info info-am install install-am \ |
---|
| 745 | install-data install-data-am install-exec install-exec-am \ |
---|
| 746 | install-info install-info-am install-man install-strip \ |
---|
| 747 | installcheck installcheck-am installdirs installdirs-am \ |
---|
| 748 | maintainer-clean maintainer-clean-generic \ |
---|
| 749 | maintainer-clean-recursive mostlyclean mostlyclean-compile \ |
---|
| 750 | mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \ |
---|
[5349] | 751 | tags tags-recursive uninstall uninstall-am uninstall-info-am |
---|
[3493] | 752 | |
---|
[5349] | 753 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
[3493] | 754 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
| 755 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
| 756 | .NOEXPORT: |
---|