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