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