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