1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91target_triplet = @target@
92subdir = src/operation/relate
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/macros/ax_check_compile_flag.m4 \
95	$(top_srcdir)/macros/ax_cxx_compile_stdcxx.m4 \
96	$(top_srcdir)/macros/libtool.m4 \
97	$(top_srcdir)/macros/ltoptions.m4 \
98	$(top_srcdir)/macros/ltsugar.m4 \
99	$(top_srcdir)/macros/ltversion.m4 \
100	$(top_srcdir)/macros/lt~obsolete.m4 $(top_srcdir)/configure.ac
101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102	$(ACLOCAL_M4)
103DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
104mkinstalldirs = $(install_sh) -d
105CONFIG_HEADER = $(top_builddir)/include/config.h
106CONFIG_CLEAN_FILES =
107CONFIG_CLEAN_VPATH_FILES =
108LTLIBRARIES = $(noinst_LTLIBRARIES)
109liboprelate_la_DEPENDENCIES =
110am_liboprelate_la_OBJECTS = EdgeEndBuilder.lo EdgeEndBundle.lo \
111	EdgeEndBundleStar.lo RelateComputer.lo RelateNode.lo \
112	RelateNodeFactory.lo RelateNodeGraph.lo RelateOp.lo
113liboprelate_la_OBJECTS = $(am_liboprelate_la_OBJECTS)
114AM_V_lt = $(am__v_lt_@AM_V@)
115am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
116am__v_lt_0 = --silent
117am__v_lt_1 =
118AM_V_P = $(am__v_P_@AM_V@)
119am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
120am__v_P_0 = false
121am__v_P_1 = :
122AM_V_GEN = $(am__v_GEN_@AM_V@)
123am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
124am__v_GEN_0 = @echo "  GEN     " $@;
125am__v_GEN_1 =
126AM_V_at = $(am__v_at_@AM_V@)
127am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
128am__v_at_0 = @
129am__v_at_1 =
130DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
131depcomp = $(SHELL) $(top_srcdir)/depcomp
132am__maybe_remake_depfiles = depfiles
133am__depfiles_remade = ./$(DEPDIR)/EdgeEndBuilder.Plo \
134	./$(DEPDIR)/EdgeEndBundle.Plo \
135	./$(DEPDIR)/EdgeEndBundleStar.Plo \
136	./$(DEPDIR)/RelateComputer.Plo ./$(DEPDIR)/RelateNode.Plo \
137	./$(DEPDIR)/RelateNodeFactory.Plo \
138	./$(DEPDIR)/RelateNodeGraph.Plo ./$(DEPDIR)/RelateOp.Plo
139am__mv = mv -f
140CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
141	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
142LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
143	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
144	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
145	$(AM_CXXFLAGS) $(CXXFLAGS)
146AM_V_CXX = $(am__v_CXX_@AM_V@)
147am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
148am__v_CXX_0 = @echo "  CXX     " $@;
149am__v_CXX_1 =
150CXXLD = $(CXX)
151CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
152	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
153	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
154AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
155am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
156am__v_CXXLD_0 = @echo "  CXXLD   " $@;
157am__v_CXXLD_1 =
158SOURCES = $(liboprelate_la_SOURCES)
159DIST_SOURCES = $(liboprelate_la_SOURCES)
160RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
161	ctags-recursive dvi-recursive html-recursive info-recursive \
162	install-data-recursive install-dvi-recursive \
163	install-exec-recursive install-html-recursive \
164	install-info-recursive install-pdf-recursive \
165	install-ps-recursive install-recursive installcheck-recursive \
166	installdirs-recursive pdf-recursive ps-recursive \
167	tags-recursive uninstall-recursive
168am__can_run_installinfo = \
169  case $$AM_UPDATE_INFO_DIR in \
170    n|no|NO) false;; \
171    *) (install-info --version) >/dev/null 2>&1;; \
172  esac
173RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
174  distclean-recursive maintainer-clean-recursive
175am__recursive_targets = \
176  $(RECURSIVE_TARGETS) \
177  $(RECURSIVE_CLEAN_TARGETS) \
178  $(am__extra_recursive_targets)
179AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
180	distdir distdir-am
181am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
182# Read a list of newline-separated strings from the standard input,
183# and print each of them once, without duplicates.  Input order is
184# *not* preserved.
185am__uniquify_input = $(AWK) '\
186  BEGIN { nonempty = 0; } \
187  { items[$$0] = 1; nonempty = 1; } \
188  END { if (nonempty) { for (i in items) print i; }; } \
189'
190# Make sure the list of sources is unique.  This is necessary because,
191# e.g., the same source file might be shared among _SOURCES variables
192# for different programs/libraries.
193am__define_uniq_tagged_files = \
194  list='$(am__tagged_files)'; \
195  unique=`for i in $$list; do \
196    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
197  done | $(am__uniquify_input)`
198ETAGS = etags
199CTAGS = ctags
200DIST_SUBDIRS = $(SUBDIRS)
201am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
202DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
203am__relativize = \
204  dir0=`pwd`; \
205  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
206  sed_rest='s,^[^/]*/*,,'; \
207  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
208  sed_butlast='s,/*[^/]*$$,,'; \
209  while test -n "$$dir1"; do \
210    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
211    if test "$$first" != "."; then \
212      if test "$$first" = ".."; then \
213        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
214        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
215      else \
216        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
217        if test "$$first2" = "$$first"; then \
218          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
219        else \
220          dir2="../$$dir2"; \
221        fi; \
222        dir0="$$dir0"/"$$first"; \
223      fi; \
224    fi; \
225    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
226  done; \
227  reldir="$$dir2"
228ACLOCAL = @ACLOCAL@
229ALLOCA = @ALLOCA@
230AMTAR = @AMTAR@
231AM_CFLAGS = @AM_CFLAGS@
232AM_CXXFLAGS = @AM_CXXFLAGS@
233AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
234AR = @AR@
235AS = @AS@
236AUTOCONF = @AUTOCONF@
237AUTOHEADER = @AUTOHEADER@
238AUTOMAKE = @AUTOMAKE@
239AWK = @AWK@
240CAPI_INTERFACE_AGE = @CAPI_INTERFACE_AGE@
241CAPI_INTERFACE_CURRENT = @CAPI_INTERFACE_CURRENT@
242CAPI_INTERFACE_REVISION = @CAPI_INTERFACE_REVISION@
243CAPI_VERSION = @CAPI_VERSION@
244CAPI_VERSION_MAJOR = @CAPI_VERSION_MAJOR@
245CAPI_VERSION_MINOR = @CAPI_VERSION_MINOR@
246CAPI_VERSION_PATCH = @CAPI_VERSION_PATCH@
247CC = @CC@
248CCDEPMODE = @CCDEPMODE@
249CFLAGS = @CFLAGS@
250CPP = @CPP@
251CPPFLAGS = @CPPFLAGS@
252CXX = @CXX@
253CXXCPP = @CXXCPP@
254CXXDEPMODE = @CXXDEPMODE@
255CXXFLAGS = @CXXFLAGS@
256CYGPATH_W = @CYGPATH_W@
257DEFS = @DEFS@
258DEPDIR = @DEPDIR@
259DLLTOOL = @DLLTOOL@
260DOXYGEN_LOGFILE = @DOXYGEN_LOGFILE@
261DSYMUTIL = @DSYMUTIL@
262DUMPBIN = @DUMPBIN@
263ECHO_C = @ECHO_C@
264ECHO_N = @ECHO_N@
265ECHO_T = @ECHO_T@
266EGREP = @EGREP@
267EXEEXT = @EXEEXT@
268FGREP = @FGREP@
269GREP = @GREP@
270HAVE_CXX11 = @HAVE_CXX11@
271INLINE_FLAGS = @INLINE_FLAGS@
272INSTALL = @INSTALL@
273INSTALL_DATA = @INSTALL_DATA@
274INSTALL_PROGRAM = @INSTALL_PROGRAM@
275INSTALL_SCRIPT = @INSTALL_SCRIPT@
276INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
277JTS_PORT = @JTS_PORT@
278LD = @LD@
279LDFLAGS = @LDFLAGS@
280LIBOBJS = @LIBOBJS@
281LIBS = @LIBS@
282LIBTOOL = @LIBTOOL@
283LIPO = @LIPO@
284LN_S = @LN_S@
285LTLIBOBJS = @LTLIBOBJS@
286LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
287MAINT = @MAINT@
288MAKEINFO = @MAKEINFO@
289MANIFEST_TOOL = @MANIFEST_TOOL@
290MKDIR_P = @MKDIR_P@
291NM = @NM@
292NMEDIT = @NMEDIT@
293OBJDUMP = @OBJDUMP@
294OBJEXT = @OBJEXT@
295OTOOL = @OTOOL@
296OTOOL64 = @OTOOL64@
297PACKAGE = @PACKAGE@
298PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
299PACKAGE_NAME = @PACKAGE_NAME@
300PACKAGE_STRING = @PACKAGE_STRING@
301PACKAGE_TARNAME = @PACKAGE_TARNAME@
302PACKAGE_URL = @PACKAGE_URL@
303PACKAGE_VERSION = @PACKAGE_VERSION@
304PATH_SEPARATOR = @PATH_SEPARATOR@
305RANLIB = @RANLIB@
306SED = @SED@
307SET_MAKE = @SET_MAKE@
308SHELL = @SHELL@
309STRIP = @STRIP@
310VERSION = @VERSION@
311VERSION_MAJOR = @VERSION_MAJOR@
312VERSION_MINOR = @VERSION_MINOR@
313VERSION_PATCH = @VERSION_PATCH@
314VERSION_RELEASE = @VERSION_RELEASE@
315abs_builddir = @abs_builddir@
316abs_srcdir = @abs_srcdir@
317abs_top_builddir = @abs_top_builddir@
318abs_top_srcdir = @abs_top_srcdir@
319ac_ct_AR = @ac_ct_AR@
320ac_ct_CC = @ac_ct_CC@
321ac_ct_CXX = @ac_ct_CXX@
322ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
323am__include = @am__include@
324am__leading_dot = @am__leading_dot@
325am__quote = @am__quote@
326am__tar = @am__tar@
327am__untar = @am__untar@
328bindir = @bindir@
329build = @build@
330build_alias = @build_alias@
331build_cpu = @build_cpu@
332build_os = @build_os@
333build_vendor = @build_vendor@
334builddir = @builddir@
335datadir = @datadir@
336datarootdir = @datarootdir@
337docdir = @docdir@
338dvidir = @dvidir@
339exec_prefix = @exec_prefix@
340host = @host@
341host_alias = @host_alias@
342host_cpu = @host_cpu@
343host_os = @host_os@
344host_vendor = @host_vendor@
345htmldir = @htmldir@
346includedir = @includedir@
347infodir = @infodir@
348install_sh = @install_sh@
349libdir = @libdir@
350libexecdir = @libexecdir@
351localedir = @localedir@
352localstatedir = @localstatedir@
353mandir = @mandir@
354mkdir_p = @mkdir_p@
355oldincludedir = @oldincludedir@
356pdfdir = @pdfdir@
357prefix = @prefix@
358program_transform_name = @program_transform_name@
359psdir = @psdir@
360sbindir = @sbindir@
361sharedstatedir = @sharedstatedir@
362srcdir = @srcdir@
363sysconfdir = @sysconfdir@
364target = @target@
365target_alias = @target_alias@
366target_cpu = @target_cpu@
367target_os = @target_os@
368target_vendor = @target_vendor@
369top_build_prefix = @top_build_prefix@
370top_builddir = @top_builddir@
371top_srcdir = @top_srcdir@
372
373#
374# This file is part of project GEOS (http://trac.osgeo.org/geos/)
375#
376SUBDIRS =
377noinst_LTLIBRARIES = liboprelate.la
378AM_CPPFLAGS = -I$(top_srcdir)/include
379liboprelate_la_SOURCES = \
380    EdgeEndBuilder.cpp \
381    EdgeEndBundle.cpp \
382    EdgeEndBundleStar.cpp \
383    RelateComputer.cpp \
384    RelateNode.cpp \
385    RelateNodeFactory.cpp \
386    RelateNodeGraph.cpp \
387    RelateOp.cpp
388
389liboprelate_la_LIBADD =
390all: all-recursive
391
392.SUFFIXES:
393.SUFFIXES: .cpp .lo .o .obj
394$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
395	@for dep in $?; do \
396	  case '$(am__configure_deps)' in \
397	    *$$dep*) \
398	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
399	        && { if test -f $@; then exit 0; else break; fi; }; \
400	      exit 1;; \
401	  esac; \
402	done; \
403	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/operation/relate/Makefile'; \
404	$(am__cd) $(top_srcdir) && \
405	  $(AUTOMAKE) --gnu src/operation/relate/Makefile
406Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
407	@case '$?' in \
408	  *config.status*) \
409	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
410	  *) \
411	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
412	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
413	esac;
414
415$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
416	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
417
418$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
419	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
421	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
422$(am__aclocal_m4_deps):
423
424clean-noinstLTLIBRARIES:
425	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
426	@list='$(noinst_LTLIBRARIES)'; \
427	locs=`for p in $$list; do echo $$p; done | \
428	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
429	      sort -u`; \
430	test -z "$$locs" || { \
431	  echo rm -f $${locs}; \
432	  rm -f $${locs}; \
433	}
434
435liboprelate.la: $(liboprelate_la_OBJECTS) $(liboprelate_la_DEPENDENCIES) $(EXTRA_liboprelate_la_DEPENDENCIES)
436	$(AM_V_CXXLD)$(CXXLINK)  $(liboprelate_la_OBJECTS) $(liboprelate_la_LIBADD) $(LIBS)
437
438mostlyclean-compile:
439	-rm -f *.$(OBJEXT)
440
441distclean-compile:
442	-rm -f *.tab.c
443
444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EdgeEndBuilder.Plo@am__quote@ # am--include-marker
445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EdgeEndBundle.Plo@am__quote@ # am--include-marker
446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EdgeEndBundleStar.Plo@am__quote@ # am--include-marker
447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RelateComputer.Plo@am__quote@ # am--include-marker
448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RelateNode.Plo@am__quote@ # am--include-marker
449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RelateNodeFactory.Plo@am__quote@ # am--include-marker
450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RelateNodeGraph.Plo@am__quote@ # am--include-marker
451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RelateOp.Plo@am__quote@ # am--include-marker
452
453$(am__depfiles_remade):
454	@$(MKDIR_P) $(@D)
455	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
456
457am--depfiles: $(am__depfiles_remade)
458
459.cpp.o:
460@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
461@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
462@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
463@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
464@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
465
466.cpp.obj:
467@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
468@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
469@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
470@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
472
473.cpp.lo:
474@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
475@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
476@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
477@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
478@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
479
480mostlyclean-libtool:
481	-rm -f *.lo
482
483clean-libtool:
484	-rm -rf .libs _libs
485
486# This directory's subdirectories are mostly independent; you can cd
487# into them and run 'make' without going through this Makefile.
488# To change the values of 'make' variables: instead of editing Makefiles,
489# (1) if the variable is set in 'config.status', edit 'config.status'
490#     (which will cause the Makefiles to be regenerated when you run 'make');
491# (2) otherwise, pass the desired values on the 'make' command line.
492$(am__recursive_targets):
493	@fail=; \
494	if $(am__make_keepgoing); then \
495	  failcom='fail=yes'; \
496	else \
497	  failcom='exit 1'; \
498	fi; \
499	dot_seen=no; \
500	target=`echo $@ | sed s/-recursive//`; \
501	case "$@" in \
502	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
503	  *) list='$(SUBDIRS)' ;; \
504	esac; \
505	for subdir in $$list; do \
506	  echo "Making $$target in $$subdir"; \
507	  if test "$$subdir" = "."; then \
508	    dot_seen=yes; \
509	    local_target="$$target-am"; \
510	  else \
511	    local_target="$$target"; \
512	  fi; \
513	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
514	  || eval $$failcom; \
515	done; \
516	if test "$$dot_seen" = "no"; then \
517	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
518	fi; test -z "$$fail"
519
520ID: $(am__tagged_files)
521	$(am__define_uniq_tagged_files); mkid -fID $$unique
522tags: tags-recursive
523TAGS: tags
524
525tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
526	set x; \
527	here=`pwd`; \
528	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
529	  include_option=--etags-include; \
530	  empty_fix=.; \
531	else \
532	  include_option=--include; \
533	  empty_fix=; \
534	fi; \
535	list='$(SUBDIRS)'; for subdir in $$list; do \
536	  if test "$$subdir" = .; then :; else \
537	    test ! -f $$subdir/TAGS || \
538	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
539	  fi; \
540	done; \
541	$(am__define_uniq_tagged_files); \
542	shift; \
543	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
544	  test -n "$$unique" || unique=$$empty_fix; \
545	  if test $$# -gt 0; then \
546	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
547	      "$$@" $$unique; \
548	  else \
549	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
550	      $$unique; \
551	  fi; \
552	fi
553ctags: ctags-recursive
554
555CTAGS: ctags
556ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
557	$(am__define_uniq_tagged_files); \
558	test -z "$(CTAGS_ARGS)$$unique" \
559	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
560	     $$unique
561
562GTAGS:
563	here=`$(am__cd) $(top_builddir) && pwd` \
564	  && $(am__cd) $(top_srcdir) \
565	  && gtags -i $(GTAGS_ARGS) "$$here"
566cscopelist: cscopelist-recursive
567
568cscopelist-am: $(am__tagged_files)
569	list='$(am__tagged_files)'; \
570	case "$(srcdir)" in \
571	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
572	  *) sdir=$(subdir)/$(srcdir) ;; \
573	esac; \
574	for i in $$list; do \
575	  if test -f "$$i"; then \
576	    echo "$(subdir)/$$i"; \
577	  else \
578	    echo "$$sdir/$$i"; \
579	  fi; \
580	done >> $(top_builddir)/cscope.files
581
582distclean-tags:
583	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
584
585distdir: $(BUILT_SOURCES)
586	$(MAKE) $(AM_MAKEFLAGS) distdir-am
587
588distdir-am: $(DISTFILES)
589	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
590	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
591	list='$(DISTFILES)'; \
592	  dist_files=`for file in $$list; do echo $$file; done | \
593	  sed -e "s|^$$srcdirstrip/||;t" \
594	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
595	case $$dist_files in \
596	  */*) $(MKDIR_P) `echo "$$dist_files" | \
597			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
598			   sort -u` ;; \
599	esac; \
600	for file in $$dist_files; do \
601	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
602	  if test -d $$d/$$file; then \
603	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
604	    if test -d "$(distdir)/$$file"; then \
605	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
606	    fi; \
607	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
608	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
609	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
610	    fi; \
611	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
612	  else \
613	    test -f "$(distdir)/$$file" \
614	    || cp -p $$d/$$file "$(distdir)/$$file" \
615	    || exit 1; \
616	  fi; \
617	done
618	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
619	  if test "$$subdir" = .; then :; else \
620	    $(am__make_dryrun) \
621	      || test -d "$(distdir)/$$subdir" \
622	      || $(MKDIR_P) "$(distdir)/$$subdir" \
623	      || exit 1; \
624	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
625	    $(am__relativize); \
626	    new_distdir=$$reldir; \
627	    dir1=$$subdir; dir2="$(top_distdir)"; \
628	    $(am__relativize); \
629	    new_top_distdir=$$reldir; \
630	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
631	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
632	    ($(am__cd) $$subdir && \
633	      $(MAKE) $(AM_MAKEFLAGS) \
634	        top_distdir="$$new_top_distdir" \
635	        distdir="$$new_distdir" \
636		am__remove_distdir=: \
637		am__skip_length_check=: \
638		am__skip_mode_fix=: \
639	        distdir) \
640	      || exit 1; \
641	  fi; \
642	done
643check-am: all-am
644check: check-recursive
645all-am: Makefile $(LTLIBRARIES)
646installdirs: installdirs-recursive
647installdirs-am:
648install: install-recursive
649install-exec: install-exec-recursive
650install-data: install-data-recursive
651uninstall: uninstall-recursive
652
653install-am: all-am
654	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
655
656installcheck: installcheck-recursive
657install-strip:
658	if test -z '$(STRIP)'; then \
659	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
660	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
661	      install; \
662	else \
663	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
664	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
665	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
666	fi
667mostlyclean-generic:
668
669clean-generic:
670
671distclean-generic:
672	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
673	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
674
675maintainer-clean-generic:
676	@echo "This command is intended for maintainers to use"
677	@echo "it deletes files that may require special tools to rebuild."
678clean: clean-recursive
679
680clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
681	mostlyclean-am
682
683distclean: distclean-recursive
684		-rm -f ./$(DEPDIR)/EdgeEndBuilder.Plo
685	-rm -f ./$(DEPDIR)/EdgeEndBundle.Plo
686	-rm -f ./$(DEPDIR)/EdgeEndBundleStar.Plo
687	-rm -f ./$(DEPDIR)/RelateComputer.Plo
688	-rm -f ./$(DEPDIR)/RelateNode.Plo
689	-rm -f ./$(DEPDIR)/RelateNodeFactory.Plo
690	-rm -f ./$(DEPDIR)/RelateNodeGraph.Plo
691	-rm -f ./$(DEPDIR)/RelateOp.Plo
692	-rm -f Makefile
693distclean-am: clean-am distclean-compile distclean-generic \
694	distclean-tags
695
696dvi: dvi-recursive
697
698dvi-am:
699
700html: html-recursive
701
702html-am:
703
704info: info-recursive
705
706info-am:
707
708install-data-am:
709
710install-dvi: install-dvi-recursive
711
712install-dvi-am:
713
714install-exec-am:
715
716install-html: install-html-recursive
717
718install-html-am:
719
720install-info: install-info-recursive
721
722install-info-am:
723
724install-man:
725
726install-pdf: install-pdf-recursive
727
728install-pdf-am:
729
730install-ps: install-ps-recursive
731
732install-ps-am:
733
734installcheck-am:
735
736maintainer-clean: maintainer-clean-recursive
737		-rm -f ./$(DEPDIR)/EdgeEndBuilder.Plo
738	-rm -f ./$(DEPDIR)/EdgeEndBundle.Plo
739	-rm -f ./$(DEPDIR)/EdgeEndBundleStar.Plo
740	-rm -f ./$(DEPDIR)/RelateComputer.Plo
741	-rm -f ./$(DEPDIR)/RelateNode.Plo
742	-rm -f ./$(DEPDIR)/RelateNodeFactory.Plo
743	-rm -f ./$(DEPDIR)/RelateNodeGraph.Plo
744	-rm -f ./$(DEPDIR)/RelateOp.Plo
745	-rm -f Makefile
746maintainer-clean-am: distclean-am maintainer-clean-generic
747
748mostlyclean: mostlyclean-recursive
749
750mostlyclean-am: mostlyclean-compile mostlyclean-generic \
751	mostlyclean-libtool
752
753pdf: pdf-recursive
754
755pdf-am:
756
757ps: ps-recursive
758
759ps-am:
760
761uninstall-am:
762
763.MAKE: $(am__recursive_targets) install-am install-strip
764
765.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
766	am--depfiles check check-am clean clean-generic clean-libtool \
767	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
768	distclean-compile distclean-generic distclean-libtool \
769	distclean-tags distdir dvi dvi-am html html-am info info-am \
770	install install-am install-data install-data-am install-dvi \
771	install-dvi-am install-exec install-exec-am install-html \
772	install-html-am install-info install-info-am install-man \
773	install-pdf install-pdf-am install-ps install-ps-am \
774	install-strip installcheck installcheck-am installdirs \
775	installdirs-am maintainer-clean maintainer-clean-generic \
776	mostlyclean mostlyclean-compile mostlyclean-generic \
777	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
778	uninstall-am
779
780.PRECIOUS: Makefile
781
782
783# Tell versions [3.59,3.63) of GNU make to not export all variables.
784# Otherwise a system limit (for SysV at least) may be exceeded.
785.NOEXPORT:
786