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