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/distance
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)
109libopdistance_la_DEPENDENCIES =
110am_libopdistance_la_OBJECTS = ConnectedElementLocationFilter.lo \
111	ConnectedElementPointFilter.lo DistanceOp.lo \
112	IndexedFacetDistance.lo FacetSequence.lo \
113	FacetSequenceTreeBuilder.lo GeometryLocation.lo
114libopdistance_la_OBJECTS = $(am_libopdistance_la_OBJECTS)
115AM_V_lt = $(am__v_lt_@AM_V@)
116am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
117am__v_lt_0 = --silent
118am__v_lt_1 =
119AM_V_P = $(am__v_P_@AM_V@)
120am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
121am__v_P_0 = false
122am__v_P_1 = :
123AM_V_GEN = $(am__v_GEN_@AM_V@)
124am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
125am__v_GEN_0 = @echo "  GEN     " $@;
126am__v_GEN_1 =
127AM_V_at = $(am__v_at_@AM_V@)
128am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
129am__v_at_0 = @
130am__v_at_1 =
131DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
132depcomp = $(SHELL) $(top_srcdir)/depcomp
133am__maybe_remake_depfiles = depfiles
134am__depfiles_remade = ./$(DEPDIR)/ConnectedElementLocationFilter.Plo \
135	./$(DEPDIR)/ConnectedElementPointFilter.Plo \
136	./$(DEPDIR)/DistanceOp.Plo ./$(DEPDIR)/FacetSequence.Plo \
137	./$(DEPDIR)/FacetSequenceTreeBuilder.Plo \
138	./$(DEPDIR)/GeometryLocation.Plo \
139	./$(DEPDIR)/IndexedFacetDistance.Plo
140am__mv = mv -f
141CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
142	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
143LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
144	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
145	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
146	$(AM_CXXFLAGS) $(CXXFLAGS)
147AM_V_CXX = $(am__v_CXX_@AM_V@)
148am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
149am__v_CXX_0 = @echo "  CXX     " $@;
150am__v_CXX_1 =
151CXXLD = $(CXX)
152CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
153	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
154	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
155AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
156am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
157am__v_CXXLD_0 = @echo "  CXXLD   " $@;
158am__v_CXXLD_1 =
159SOURCES = $(libopdistance_la_SOURCES)
160DIST_SOURCES = $(libopdistance_la_SOURCES)
161RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
162	ctags-recursive dvi-recursive html-recursive info-recursive \
163	install-data-recursive install-dvi-recursive \
164	install-exec-recursive install-html-recursive \
165	install-info-recursive install-pdf-recursive \
166	install-ps-recursive install-recursive installcheck-recursive \
167	installdirs-recursive pdf-recursive ps-recursive \
168	tags-recursive uninstall-recursive
169am__can_run_installinfo = \
170  case $$AM_UPDATE_INFO_DIR in \
171    n|no|NO) false;; \
172    *) (install-info --version) >/dev/null 2>&1;; \
173  esac
174RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
175  distclean-recursive maintainer-clean-recursive
176am__recursive_targets = \
177  $(RECURSIVE_TARGETS) \
178  $(RECURSIVE_CLEAN_TARGETS) \
179  $(am__extra_recursive_targets)
180AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
181	distdir distdir-am
182am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
183# Read a list of newline-separated strings from the standard input,
184# and print each of them once, without duplicates.  Input order is
185# *not* preserved.
186am__uniquify_input = $(AWK) '\
187  BEGIN { nonempty = 0; } \
188  { items[$$0] = 1; nonempty = 1; } \
189  END { if (nonempty) { for (i in items) print i; }; } \
190'
191# Make sure the list of sources is unique.  This is necessary because,
192# e.g., the same source file might be shared among _SOURCES variables
193# for different programs/libraries.
194am__define_uniq_tagged_files = \
195  list='$(am__tagged_files)'; \
196  unique=`for i in $$list; do \
197    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
198  done | $(am__uniquify_input)`
199ETAGS = etags
200CTAGS = ctags
201DIST_SUBDIRS = $(SUBDIRS)
202am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
203DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
204am__relativize = \
205  dir0=`pwd`; \
206  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
207  sed_rest='s,^[^/]*/*,,'; \
208  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
209  sed_butlast='s,/*[^/]*$$,,'; \
210  while test -n "$$dir1"; do \
211    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
212    if test "$$first" != "."; then \
213      if test "$$first" = ".."; then \
214        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
215        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
216      else \
217        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
218        if test "$$first2" = "$$first"; then \
219          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
220        else \
221          dir2="../$$dir2"; \
222        fi; \
223        dir0="$$dir0"/"$$first"; \
224      fi; \
225    fi; \
226    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
227  done; \
228  reldir="$$dir2"
229ACLOCAL = @ACLOCAL@
230ALLOCA = @ALLOCA@
231AMTAR = @AMTAR@
232AM_CFLAGS = @AM_CFLAGS@
233AM_CXXFLAGS = @AM_CXXFLAGS@
234AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
235AR = @AR@
236AS = @AS@
237AUTOCONF = @AUTOCONF@
238AUTOHEADER = @AUTOHEADER@
239AUTOMAKE = @AUTOMAKE@
240AWK = @AWK@
241CAPI_INTERFACE_AGE = @CAPI_INTERFACE_AGE@
242CAPI_INTERFACE_CURRENT = @CAPI_INTERFACE_CURRENT@
243CAPI_INTERFACE_REVISION = @CAPI_INTERFACE_REVISION@
244CAPI_VERSION = @CAPI_VERSION@
245CAPI_VERSION_MAJOR = @CAPI_VERSION_MAJOR@
246CAPI_VERSION_MINOR = @CAPI_VERSION_MINOR@
247CAPI_VERSION_PATCH = @CAPI_VERSION_PATCH@
248CC = @CC@
249CCDEPMODE = @CCDEPMODE@
250CFLAGS = @CFLAGS@
251CPP = @CPP@
252CPPFLAGS = @CPPFLAGS@
253CXX = @CXX@
254CXXCPP = @CXXCPP@
255CXXDEPMODE = @CXXDEPMODE@
256CXXFLAGS = @CXXFLAGS@
257CYGPATH_W = @CYGPATH_W@
258DEFS = @DEFS@
259DEPDIR = @DEPDIR@
260DLLTOOL = @DLLTOOL@
261DOXYGEN_LOGFILE = @DOXYGEN_LOGFILE@
262DSYMUTIL = @DSYMUTIL@
263DUMPBIN = @DUMPBIN@
264ECHO_C = @ECHO_C@
265ECHO_N = @ECHO_N@
266ECHO_T = @ECHO_T@
267EGREP = @EGREP@
268EXEEXT = @EXEEXT@
269FGREP = @FGREP@
270GREP = @GREP@
271HAVE_CXX11 = @HAVE_CXX11@
272INLINE_FLAGS = @INLINE_FLAGS@
273INSTALL = @INSTALL@
274INSTALL_DATA = @INSTALL_DATA@
275INSTALL_PROGRAM = @INSTALL_PROGRAM@
276INSTALL_SCRIPT = @INSTALL_SCRIPT@
277INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
278JTS_PORT = @JTS_PORT@
279LD = @LD@
280LDFLAGS = @LDFLAGS@
281LIBOBJS = @LIBOBJS@
282LIBS = @LIBS@
283LIBTOOL = @LIBTOOL@
284LIPO = @LIPO@
285LN_S = @LN_S@
286LTLIBOBJS = @LTLIBOBJS@
287LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
288MAINT = @MAINT@
289MAKEINFO = @MAKEINFO@
290MANIFEST_TOOL = @MANIFEST_TOOL@
291MKDIR_P = @MKDIR_P@
292NM = @NM@
293NMEDIT = @NMEDIT@
294OBJDUMP = @OBJDUMP@
295OBJEXT = @OBJEXT@
296OTOOL = @OTOOL@
297OTOOL64 = @OTOOL64@
298PACKAGE = @PACKAGE@
299PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
300PACKAGE_NAME = @PACKAGE_NAME@
301PACKAGE_STRING = @PACKAGE_STRING@
302PACKAGE_TARNAME = @PACKAGE_TARNAME@
303PACKAGE_URL = @PACKAGE_URL@
304PACKAGE_VERSION = @PACKAGE_VERSION@
305PATH_SEPARATOR = @PATH_SEPARATOR@
306RANLIB = @RANLIB@
307SED = @SED@
308SET_MAKE = @SET_MAKE@
309SHELL = @SHELL@
310STRIP = @STRIP@
311VERSION = @VERSION@
312VERSION_MAJOR = @VERSION_MAJOR@
313VERSION_MINOR = @VERSION_MINOR@
314VERSION_PATCH = @VERSION_PATCH@
315VERSION_RELEASE = @VERSION_RELEASE@
316abs_builddir = @abs_builddir@
317abs_srcdir = @abs_srcdir@
318abs_top_builddir = @abs_top_builddir@
319abs_top_srcdir = @abs_top_srcdir@
320ac_ct_AR = @ac_ct_AR@
321ac_ct_CC = @ac_ct_CC@
322ac_ct_CXX = @ac_ct_CXX@
323ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
324am__include = @am__include@
325am__leading_dot = @am__leading_dot@
326am__quote = @am__quote@
327am__tar = @am__tar@
328am__untar = @am__untar@
329bindir = @bindir@
330build = @build@
331build_alias = @build_alias@
332build_cpu = @build_cpu@
333build_os = @build_os@
334build_vendor = @build_vendor@
335builddir = @builddir@
336datadir = @datadir@
337datarootdir = @datarootdir@
338docdir = @docdir@
339dvidir = @dvidir@
340exec_prefix = @exec_prefix@
341host = @host@
342host_alias = @host_alias@
343host_cpu = @host_cpu@
344host_os = @host_os@
345host_vendor = @host_vendor@
346htmldir = @htmldir@
347includedir = @includedir@
348infodir = @infodir@
349install_sh = @install_sh@
350libdir = @libdir@
351libexecdir = @libexecdir@
352localedir = @localedir@
353localstatedir = @localstatedir@
354mandir = @mandir@
355mkdir_p = @mkdir_p@
356oldincludedir = @oldincludedir@
357pdfdir = @pdfdir@
358prefix = @prefix@
359program_transform_name = @program_transform_name@
360psdir = @psdir@
361sbindir = @sbindir@
362sharedstatedir = @sharedstatedir@
363srcdir = @srcdir@
364sysconfdir = @sysconfdir@
365target = @target@
366target_alias = @target_alias@
367target_cpu = @target_cpu@
368target_os = @target_os@
369target_vendor = @target_vendor@
370top_build_prefix = @top_build_prefix@
371top_builddir = @top_builddir@
372top_srcdir = @top_srcdir@
373
374#
375# This file is part of project GEOS (http://trac.osgeo.org/geos/)
376#
377SUBDIRS =
378noinst_LTLIBRARIES = libopdistance.la
379AM_CPPFLAGS = -I$(top_srcdir)/include
380libopdistance_la_SOURCES = \
381    ConnectedElementLocationFilter.cpp \
382    ConnectedElementPointFilter.cpp \
383    DistanceOp.cpp \
384    IndexedFacetDistance.cpp \
385    FacetSequence.cpp \
386    FacetSequenceTreeBuilder.cpp \
387    GeometryLocation.cpp
388
389libopdistance_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/distance/Makefile'; \
404	$(am__cd) $(top_srcdir) && \
405	  $(AUTOMAKE) --gnu src/operation/distance/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
435libopdistance.la: $(libopdistance_la_OBJECTS) $(libopdistance_la_DEPENDENCIES) $(EXTRA_libopdistance_la_DEPENDENCIES)
436	$(AM_V_CXXLD)$(CXXLINK)  $(libopdistance_la_OBJECTS) $(libopdistance_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)/ConnectedElementLocationFilter.Plo@am__quote@ # am--include-marker
445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConnectedElementPointFilter.Plo@am__quote@ # am--include-marker
446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DistanceOp.Plo@am__quote@ # am--include-marker
447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FacetSequence.Plo@am__quote@ # am--include-marker
448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FacetSequenceTreeBuilder.Plo@am__quote@ # am--include-marker
449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GeometryLocation.Plo@am__quote@ # am--include-marker
450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IndexedFacetDistance.Plo@am__quote@ # am--include-marker
451
452$(am__depfiles_remade):
453	@$(MKDIR_P) $(@D)
454	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
455
456am--depfiles: $(am__depfiles_remade)
457
458.cpp.o:
459@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
460@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
461@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
462@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
463@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
464
465.cpp.obj:
466@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
467@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
468@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
469@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
470@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
471
472.cpp.lo:
473@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
474@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
475@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
476@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
478
479mostlyclean-libtool:
480	-rm -f *.lo
481
482clean-libtool:
483	-rm -rf .libs _libs
484
485# This directory's subdirectories are mostly independent; you can cd
486# into them and run 'make' without going through this Makefile.
487# To change the values of 'make' variables: instead of editing Makefiles,
488# (1) if the variable is set in 'config.status', edit 'config.status'
489#     (which will cause the Makefiles to be regenerated when you run 'make');
490# (2) otherwise, pass the desired values on the 'make' command line.
491$(am__recursive_targets):
492	@fail=; \
493	if $(am__make_keepgoing); then \
494	  failcom='fail=yes'; \
495	else \
496	  failcom='exit 1'; \
497	fi; \
498	dot_seen=no; \
499	target=`echo $@ | sed s/-recursive//`; \
500	case "$@" in \
501	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
502	  *) list='$(SUBDIRS)' ;; \
503	esac; \
504	for subdir in $$list; do \
505	  echo "Making $$target in $$subdir"; \
506	  if test "$$subdir" = "."; then \
507	    dot_seen=yes; \
508	    local_target="$$target-am"; \
509	  else \
510	    local_target="$$target"; \
511	  fi; \
512	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
513	  || eval $$failcom; \
514	done; \
515	if test "$$dot_seen" = "no"; then \
516	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
517	fi; test -z "$$fail"
518
519ID: $(am__tagged_files)
520	$(am__define_uniq_tagged_files); mkid -fID $$unique
521tags: tags-recursive
522TAGS: tags
523
524tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
525	set x; \
526	here=`pwd`; \
527	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
528	  include_option=--etags-include; \
529	  empty_fix=.; \
530	else \
531	  include_option=--include; \
532	  empty_fix=; \
533	fi; \
534	list='$(SUBDIRS)'; for subdir in $$list; do \
535	  if test "$$subdir" = .; then :; else \
536	    test ! -f $$subdir/TAGS || \
537	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
538	  fi; \
539	done; \
540	$(am__define_uniq_tagged_files); \
541	shift; \
542	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
543	  test -n "$$unique" || unique=$$empty_fix; \
544	  if test $$# -gt 0; then \
545	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
546	      "$$@" $$unique; \
547	  else \
548	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
549	      $$unique; \
550	  fi; \
551	fi
552ctags: ctags-recursive
553
554CTAGS: ctags
555ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
556	$(am__define_uniq_tagged_files); \
557	test -z "$(CTAGS_ARGS)$$unique" \
558	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
559	     $$unique
560
561GTAGS:
562	here=`$(am__cd) $(top_builddir) && pwd` \
563	  && $(am__cd) $(top_srcdir) \
564	  && gtags -i $(GTAGS_ARGS) "$$here"
565cscopelist: cscopelist-recursive
566
567cscopelist-am: $(am__tagged_files)
568	list='$(am__tagged_files)'; \
569	case "$(srcdir)" in \
570	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
571	  *) sdir=$(subdir)/$(srcdir) ;; \
572	esac; \
573	for i in $$list; do \
574	  if test -f "$$i"; then \
575	    echo "$(subdir)/$$i"; \
576	  else \
577	    echo "$$sdir/$$i"; \
578	  fi; \
579	done >> $(top_builddir)/cscope.files
580
581distclean-tags:
582	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
583
584distdir: $(BUILT_SOURCES)
585	$(MAKE) $(AM_MAKEFLAGS) distdir-am
586
587distdir-am: $(DISTFILES)
588	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
589	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
590	list='$(DISTFILES)'; \
591	  dist_files=`for file in $$list; do echo $$file; done | \
592	  sed -e "s|^$$srcdirstrip/||;t" \
593	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
594	case $$dist_files in \
595	  */*) $(MKDIR_P) `echo "$$dist_files" | \
596			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
597			   sort -u` ;; \
598	esac; \
599	for file in $$dist_files; do \
600	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
601	  if test -d $$d/$$file; then \
602	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
603	    if test -d "$(distdir)/$$file"; then \
604	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
605	    fi; \
606	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
607	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
608	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
609	    fi; \
610	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
611	  else \
612	    test -f "$(distdir)/$$file" \
613	    || cp -p $$d/$$file "$(distdir)/$$file" \
614	    || exit 1; \
615	  fi; \
616	done
617	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
618	  if test "$$subdir" = .; then :; else \
619	    $(am__make_dryrun) \
620	      || test -d "$(distdir)/$$subdir" \
621	      || $(MKDIR_P) "$(distdir)/$$subdir" \
622	      || exit 1; \
623	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
624	    $(am__relativize); \
625	    new_distdir=$$reldir; \
626	    dir1=$$subdir; dir2="$(top_distdir)"; \
627	    $(am__relativize); \
628	    new_top_distdir=$$reldir; \
629	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
630	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
631	    ($(am__cd) $$subdir && \
632	      $(MAKE) $(AM_MAKEFLAGS) \
633	        top_distdir="$$new_top_distdir" \
634	        distdir="$$new_distdir" \
635		am__remove_distdir=: \
636		am__skip_length_check=: \
637		am__skip_mode_fix=: \
638	        distdir) \
639	      || exit 1; \
640	  fi; \
641	done
642check-am: all-am
643check: check-recursive
644all-am: Makefile $(LTLIBRARIES)
645installdirs: installdirs-recursive
646installdirs-am:
647install: install-recursive
648install-exec: install-exec-recursive
649install-data: install-data-recursive
650uninstall: uninstall-recursive
651
652install-am: all-am
653	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
654
655installcheck: installcheck-recursive
656install-strip:
657	if test -z '$(STRIP)'; then \
658	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
659	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
660	      install; \
661	else \
662	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
663	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
664	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
665	fi
666mostlyclean-generic:
667
668clean-generic:
669
670distclean-generic:
671	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
672	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
673
674maintainer-clean-generic:
675	@echo "This command is intended for maintainers to use"
676	@echo "it deletes files that may require special tools to rebuild."
677clean: clean-recursive
678
679clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
680	mostlyclean-am
681
682distclean: distclean-recursive
683		-rm -f ./$(DEPDIR)/ConnectedElementLocationFilter.Plo
684	-rm -f ./$(DEPDIR)/ConnectedElementPointFilter.Plo
685	-rm -f ./$(DEPDIR)/DistanceOp.Plo
686	-rm -f ./$(DEPDIR)/FacetSequence.Plo
687	-rm -f ./$(DEPDIR)/FacetSequenceTreeBuilder.Plo
688	-rm -f ./$(DEPDIR)/GeometryLocation.Plo
689	-rm -f ./$(DEPDIR)/IndexedFacetDistance.Plo
690	-rm -f Makefile
691distclean-am: clean-am distclean-compile distclean-generic \
692	distclean-tags
693
694dvi: dvi-recursive
695
696dvi-am:
697
698html: html-recursive
699
700html-am:
701
702info: info-recursive
703
704info-am:
705
706install-data-am:
707
708install-dvi: install-dvi-recursive
709
710install-dvi-am:
711
712install-exec-am:
713
714install-html: install-html-recursive
715
716install-html-am:
717
718install-info: install-info-recursive
719
720install-info-am:
721
722install-man:
723
724install-pdf: install-pdf-recursive
725
726install-pdf-am:
727
728install-ps: install-ps-recursive
729
730install-ps-am:
731
732installcheck-am:
733
734maintainer-clean: maintainer-clean-recursive
735		-rm -f ./$(DEPDIR)/ConnectedElementLocationFilter.Plo
736	-rm -f ./$(DEPDIR)/ConnectedElementPointFilter.Plo
737	-rm -f ./$(DEPDIR)/DistanceOp.Plo
738	-rm -f ./$(DEPDIR)/FacetSequence.Plo
739	-rm -f ./$(DEPDIR)/FacetSequenceTreeBuilder.Plo
740	-rm -f ./$(DEPDIR)/GeometryLocation.Plo
741	-rm -f ./$(DEPDIR)/IndexedFacetDistance.Plo
742	-rm -f Makefile
743maintainer-clean-am: distclean-am maintainer-clean-generic
744
745mostlyclean: mostlyclean-recursive
746
747mostlyclean-am: mostlyclean-compile mostlyclean-generic \
748	mostlyclean-libtool
749
750pdf: pdf-recursive
751
752pdf-am:
753
754ps: ps-recursive
755
756ps-am:
757
758uninstall-am:
759
760.MAKE: $(am__recursive_targets) install-am install-strip
761
762.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
763	am--depfiles check check-am clean clean-generic clean-libtool \
764	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
765	distclean-compile distclean-generic distclean-libtool \
766	distclean-tags distdir dvi dvi-am html html-am info info-am \
767	install install-am install-data install-data-am install-dvi \
768	install-dvi-am install-exec install-exec-am install-html \
769	install-html-am install-info install-info-am install-man \
770	install-pdf install-pdf-am install-ps install-ps-am \
771	install-strip installcheck installcheck-am installdirs \
772	installdirs-am maintainer-clean maintainer-clean-generic \
773	mostlyclean mostlyclean-compile mostlyclean-generic \
774	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
775	uninstall-am
776
777.PRECIOUS: Makefile
778
779
780# Tell versions [3.59,3.63) of GNU make to not export all variables.
781# Otherwise a system limit (for SysV at least) may be exceeded.
782.NOEXPORT:
783