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#prefix=@prefix@
21#top_srcdir=@top_srcdir@
22
23VPATH = @srcdir@
24am__is_gnu_make = { \
25  if test -z '$(MAKELEVEL)'; then \
26    false; \
27  elif test -n '$(MAKE_HOST)'; then \
28    true; \
29  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
30    true; \
31  else \
32    false; \
33  fi; \
34}
35am__make_running_with_option = \
36  case $${target_option-} in \
37      ?) ;; \
38      *) echo "am__make_running_with_option: internal error: invalid" \
39              "target option '$${target_option-}' specified" >&2; \
40         exit 1;; \
41  esac; \
42  has_opt=no; \
43  sane_makeflags=$$MAKEFLAGS; \
44  if $(am__is_gnu_make); then \
45    sane_makeflags=$$MFLAGS; \
46  else \
47    case $$MAKEFLAGS in \
48      *\\[\ \	]*) \
49        bs=\\; \
50        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
51          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
52    esac; \
53  fi; \
54  skip_next=no; \
55  strip_trailopt () \
56  { \
57    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
58  }; \
59  for flg in $$sane_makeflags; do \
60    test $$skip_next = yes && { skip_next=no; continue; }; \
61    case $$flg in \
62      *=*|--*) continue;; \
63        -*I) strip_trailopt 'I'; skip_next=yes;; \
64      -*I?*) strip_trailopt 'I';; \
65        -*O) strip_trailopt 'O'; skip_next=yes;; \
66      -*O?*) strip_trailopt 'O';; \
67        -*l) strip_trailopt 'l'; skip_next=yes;; \
68      -*l?*) strip_trailopt 'l';; \
69      -[dEDm]) skip_next=yes;; \
70      -[JT]) skip_next=yes;; \
71    esac; \
72    case $$flg in \
73      *$$target_option*) has_opt=yes; break;; \
74    esac; \
75  done; \
76  test $$has_opt = yes
77am__make_dryrun = (target_option=n; $(am__make_running_with_option))
78am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
79pkgdatadir = $(datadir)/@PACKAGE@
80pkgincludedir = $(includedir)/@PACKAGE@
81pkglibdir = $(libdir)/@PACKAGE@
82pkglibexecdir = $(libexecdir)/@PACKAGE@
83am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
84install_sh_DATA = $(install_sh) -c -m 644
85install_sh_PROGRAM = $(install_sh) -c
86install_sh_SCRIPT = $(install_sh) -c
87INSTALL_HEADER = $(INSTALL_DATA)
88transform = $(program_transform_name)
89NORMAL_INSTALL = :
90PRE_INSTALL = :
91POST_INSTALL = :
92NORMAL_UNINSTALL = :
93PRE_UNINSTALL = :
94POST_UNINSTALL = :
95build_triplet = @build@
96host_triplet = @host@
97target_triplet = @target@
98subdir = src/operation/predicate
99ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
100am__aclocal_m4_deps = $(top_srcdir)/macros/ax_check_compile_flag.m4 \
101	$(top_srcdir)/macros/ax_cxx_compile_stdcxx.m4 \
102	$(top_srcdir)/macros/libtool.m4 \
103	$(top_srcdir)/macros/ltoptions.m4 \
104	$(top_srcdir)/macros/ltsugar.m4 \
105	$(top_srcdir)/macros/ltversion.m4 \
106	$(top_srcdir)/macros/lt~obsolete.m4 $(top_srcdir)/configure.ac
107am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
108	$(ACLOCAL_M4)
109DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
110mkinstalldirs = $(install_sh) -d
111CONFIG_HEADER = $(top_builddir)/include/config.h
112CONFIG_CLEAN_FILES =
113CONFIG_CLEAN_VPATH_FILES =
114LTLIBRARIES = $(noinst_LTLIBRARIES)
115liboppredicate_la_DEPENDENCIES =
116am_liboppredicate_la_OBJECTS = RectangleIntersects.lo \
117	RectangleContains.lo SegmentIntersectionTester.lo
118liboppredicate_la_OBJECTS = $(am_liboppredicate_la_OBJECTS)
119AM_V_lt = $(am__v_lt_@AM_V@)
120am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
121am__v_lt_0 = --silent
122am__v_lt_1 =
123AM_V_P = $(am__v_P_@AM_V@)
124am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
125am__v_P_0 = false
126am__v_P_1 = :
127AM_V_GEN = $(am__v_GEN_@AM_V@)
128am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
129am__v_GEN_0 = @echo "  GEN     " $@;
130am__v_GEN_1 =
131AM_V_at = $(am__v_at_@AM_V@)
132am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
133am__v_at_0 = @
134am__v_at_1 =
135DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
136depcomp = $(SHELL) $(top_srcdir)/depcomp
137am__maybe_remake_depfiles = depfiles
138am__depfiles_remade = ./$(DEPDIR)/RectangleContains.Plo \
139	./$(DEPDIR)/RectangleIntersects.Plo \
140	./$(DEPDIR)/SegmentIntersectionTester.Plo
141am__mv = mv -f
142CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
143	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
144LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
145	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
146	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
147	$(AM_CXXFLAGS) $(CXXFLAGS)
148AM_V_CXX = $(am__v_CXX_@AM_V@)
149am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
150am__v_CXX_0 = @echo "  CXX     " $@;
151am__v_CXX_1 =
152CXXLD = $(CXX)
153CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
154	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
155	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
156AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
157am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
158am__v_CXXLD_0 = @echo "  CXXLD   " $@;
159am__v_CXXLD_1 =
160SOURCES = $(liboppredicate_la_SOURCES)
161DIST_SOURCES = $(liboppredicate_la_SOURCES)
162am__can_run_installinfo = \
163  case $$AM_UPDATE_INFO_DIR in \
164    n|no|NO) false;; \
165    *) (install-info --version) >/dev/null 2>&1;; \
166  esac
167am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
168# Read a list of newline-separated strings from the standard input,
169# and print each of them once, without duplicates.  Input order is
170# *not* preserved.
171am__uniquify_input = $(AWK) '\
172  BEGIN { nonempty = 0; } \
173  { items[$$0] = 1; nonempty = 1; } \
174  END { if (nonempty) { for (i in items) print i; }; } \
175'
176# Make sure the list of sources is unique.  This is necessary because,
177# e.g., the same source file might be shared among _SOURCES variables
178# for different programs/libraries.
179am__define_uniq_tagged_files = \
180  list='$(am__tagged_files)'; \
181  unique=`for i in $$list; do \
182    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
183  done | $(am__uniquify_input)`
184ETAGS = etags
185CTAGS = ctags
186am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
187DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
188ACLOCAL = @ACLOCAL@
189ALLOCA = @ALLOCA@
190AMTAR = @AMTAR@
191AM_CFLAGS = @AM_CFLAGS@
192AM_CXXFLAGS = @AM_CXXFLAGS@
193AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
194AR = @AR@
195AS = @AS@
196AUTOCONF = @AUTOCONF@
197AUTOHEADER = @AUTOHEADER@
198AUTOMAKE = @AUTOMAKE@
199AWK = @AWK@
200CAPI_INTERFACE_AGE = @CAPI_INTERFACE_AGE@
201CAPI_INTERFACE_CURRENT = @CAPI_INTERFACE_CURRENT@
202CAPI_INTERFACE_REVISION = @CAPI_INTERFACE_REVISION@
203CAPI_VERSION = @CAPI_VERSION@
204CAPI_VERSION_MAJOR = @CAPI_VERSION_MAJOR@
205CAPI_VERSION_MINOR = @CAPI_VERSION_MINOR@
206CAPI_VERSION_PATCH = @CAPI_VERSION_PATCH@
207CC = @CC@
208CCDEPMODE = @CCDEPMODE@
209CFLAGS = @CFLAGS@
210CPP = @CPP@
211CPPFLAGS = @CPPFLAGS@
212CXX = @CXX@
213CXXCPP = @CXXCPP@
214CXXDEPMODE = @CXXDEPMODE@
215CXXFLAGS = @CXXFLAGS@
216CYGPATH_W = @CYGPATH_W@
217DEFS = @DEFS@
218DEPDIR = @DEPDIR@
219DLLTOOL = @DLLTOOL@
220DOXYGEN_LOGFILE = @DOXYGEN_LOGFILE@
221DSYMUTIL = @DSYMUTIL@
222DUMPBIN = @DUMPBIN@
223ECHO_C = @ECHO_C@
224ECHO_N = @ECHO_N@
225ECHO_T = @ECHO_T@
226EGREP = @EGREP@
227EXEEXT = @EXEEXT@
228FGREP = @FGREP@
229GREP = @GREP@
230HAVE_CXX11 = @HAVE_CXX11@
231INLINE_FLAGS = @INLINE_FLAGS@
232INSTALL = @INSTALL@
233INSTALL_DATA = @INSTALL_DATA@
234INSTALL_PROGRAM = @INSTALL_PROGRAM@
235INSTALL_SCRIPT = @INSTALL_SCRIPT@
236INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
237JTS_PORT = @JTS_PORT@
238LD = @LD@
239LDFLAGS = @LDFLAGS@
240LIBOBJS = @LIBOBJS@
241LIBS = @LIBS@
242LIBTOOL = @LIBTOOL@
243LIPO = @LIPO@
244LN_S = @LN_S@
245LTLIBOBJS = @LTLIBOBJS@
246LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
247MAINT = @MAINT@
248MAKEINFO = @MAKEINFO@
249MANIFEST_TOOL = @MANIFEST_TOOL@
250MKDIR_P = @MKDIR_P@
251NM = @NM@
252NMEDIT = @NMEDIT@
253OBJDUMP = @OBJDUMP@
254OBJEXT = @OBJEXT@
255OTOOL = @OTOOL@
256OTOOL64 = @OTOOL64@
257PACKAGE = @PACKAGE@
258PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
259PACKAGE_NAME = @PACKAGE_NAME@
260PACKAGE_STRING = @PACKAGE_STRING@
261PACKAGE_TARNAME = @PACKAGE_TARNAME@
262PACKAGE_URL = @PACKAGE_URL@
263PACKAGE_VERSION = @PACKAGE_VERSION@
264PATH_SEPARATOR = @PATH_SEPARATOR@
265RANLIB = @RANLIB@
266SED = @SED@
267SET_MAKE = @SET_MAKE@
268SHELL = @SHELL@
269STRIP = @STRIP@
270VERSION = @VERSION@
271VERSION_MAJOR = @VERSION_MAJOR@
272VERSION_MINOR = @VERSION_MINOR@
273VERSION_PATCH = @VERSION_PATCH@
274VERSION_RELEASE = @VERSION_RELEASE@
275abs_builddir = @abs_builddir@
276abs_srcdir = @abs_srcdir@
277abs_top_builddir = @abs_top_builddir@
278abs_top_srcdir = @abs_top_srcdir@
279ac_ct_AR = @ac_ct_AR@
280ac_ct_CC = @ac_ct_CC@
281ac_ct_CXX = @ac_ct_CXX@
282ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
283am__include = @am__include@
284am__leading_dot = @am__leading_dot@
285am__quote = @am__quote@
286am__tar = @am__tar@
287am__untar = @am__untar@
288bindir = @bindir@
289build = @build@
290build_alias = @build_alias@
291build_cpu = @build_cpu@
292build_os = @build_os@
293build_vendor = @build_vendor@
294builddir = @builddir@
295datadir = @datadir@
296datarootdir = @datarootdir@
297docdir = @docdir@
298dvidir = @dvidir@
299exec_prefix = @exec_prefix@
300host = @host@
301host_alias = @host_alias@
302host_cpu = @host_cpu@
303host_os = @host_os@
304host_vendor = @host_vendor@
305htmldir = @htmldir@
306includedir = @includedir@
307infodir = @infodir@
308install_sh = @install_sh@
309libdir = @libdir@
310libexecdir = @libexecdir@
311localedir = @localedir@
312localstatedir = @localstatedir@
313mandir = @mandir@
314mkdir_p = @mkdir_p@
315oldincludedir = @oldincludedir@
316pdfdir = @pdfdir@
317prefix = @prefix@
318program_transform_name = @program_transform_name@
319psdir = @psdir@
320sbindir = @sbindir@
321sharedstatedir = @sharedstatedir@
322srcdir = @srcdir@
323sysconfdir = @sysconfdir@
324target = @target@
325target_alias = @target_alias@
326target_cpu = @target_cpu@
327target_os = @target_os@
328target_vendor = @target_vendor@
329top_build_prefix = @top_build_prefix@
330top_builddir = @top_builddir@
331top_srcdir = @top_srcdir@
332noinst_LTLIBRARIES = liboppredicate.la
333AM_CPPFLAGS = -I$(top_srcdir)/include
334liboppredicate_la_SOURCES = \
335    RectangleIntersects.cpp \
336    RectangleContains.cpp \
337    SegmentIntersectionTester.cpp
338
339liboppredicate_la_LIBADD =
340all: all-am
341
342.SUFFIXES:
343.SUFFIXES: .cpp .lo .o .obj
344$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
345	@for dep in $?; do \
346	  case '$(am__configure_deps)' in \
347	    *$$dep*) \
348	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
349	        && { if test -f $@; then exit 0; else break; fi; }; \
350	      exit 1;; \
351	  esac; \
352	done; \
353	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/operation/predicate/Makefile'; \
354	$(am__cd) $(top_srcdir) && \
355	  $(AUTOMAKE) --gnu src/operation/predicate/Makefile
356Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
357	@case '$?' in \
358	  *config.status*) \
359	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
360	  *) \
361	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
362	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
363	esac;
364
365$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
366	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367
368$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
369	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
371	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372$(am__aclocal_m4_deps):
373
374clean-noinstLTLIBRARIES:
375	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
376	@list='$(noinst_LTLIBRARIES)'; \
377	locs=`for p in $$list; do echo $$p; done | \
378	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
379	      sort -u`; \
380	test -z "$$locs" || { \
381	  echo rm -f $${locs}; \
382	  rm -f $${locs}; \
383	}
384
385liboppredicate.la: $(liboppredicate_la_OBJECTS) $(liboppredicate_la_DEPENDENCIES) $(EXTRA_liboppredicate_la_DEPENDENCIES)
386	$(AM_V_CXXLD)$(CXXLINK)  $(liboppredicate_la_OBJECTS) $(liboppredicate_la_LIBADD) $(LIBS)
387
388mostlyclean-compile:
389	-rm -f *.$(OBJEXT)
390
391distclean-compile:
392	-rm -f *.tab.c
393
394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RectangleContains.Plo@am__quote@ # am--include-marker
395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RectangleIntersects.Plo@am__quote@ # am--include-marker
396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SegmentIntersectionTester.Plo@am__quote@ # am--include-marker
397
398$(am__depfiles_remade):
399	@$(MKDIR_P) $(@D)
400	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
401
402am--depfiles: $(am__depfiles_remade)
403
404.cpp.o:
405@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
406@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
407@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
408@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
410
411.cpp.obj:
412@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
413@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
414@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
415@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
417
418.cpp.lo:
419@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
420@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
421@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
422@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
424
425mostlyclean-libtool:
426	-rm -f *.lo
427
428clean-libtool:
429	-rm -rf .libs _libs
430
431ID: $(am__tagged_files)
432	$(am__define_uniq_tagged_files); mkid -fID $$unique
433tags: tags-am
434TAGS: tags
435
436tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
437	set x; \
438	here=`pwd`; \
439	$(am__define_uniq_tagged_files); \
440	shift; \
441	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
442	  test -n "$$unique" || unique=$$empty_fix; \
443	  if test $$# -gt 0; then \
444	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445	      "$$@" $$unique; \
446	  else \
447	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
448	      $$unique; \
449	  fi; \
450	fi
451ctags: ctags-am
452
453CTAGS: ctags
454ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
455	$(am__define_uniq_tagged_files); \
456	test -z "$(CTAGS_ARGS)$$unique" \
457	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
458	     $$unique
459
460GTAGS:
461	here=`$(am__cd) $(top_builddir) && pwd` \
462	  && $(am__cd) $(top_srcdir) \
463	  && gtags -i $(GTAGS_ARGS) "$$here"
464cscopelist: cscopelist-am
465
466cscopelist-am: $(am__tagged_files)
467	list='$(am__tagged_files)'; \
468	case "$(srcdir)" in \
469	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
470	  *) sdir=$(subdir)/$(srcdir) ;; \
471	esac; \
472	for i in $$list; do \
473	  if test -f "$$i"; then \
474	    echo "$(subdir)/$$i"; \
475	  else \
476	    echo "$$sdir/$$i"; \
477	  fi; \
478	done >> $(top_builddir)/cscope.files
479
480distclean-tags:
481	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
482
483distdir: $(BUILT_SOURCES)
484	$(MAKE) $(AM_MAKEFLAGS) distdir-am
485
486distdir-am: $(DISTFILES)
487	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
488	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
489	list='$(DISTFILES)'; \
490	  dist_files=`for file in $$list; do echo $$file; done | \
491	  sed -e "s|^$$srcdirstrip/||;t" \
492	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
493	case $$dist_files in \
494	  */*) $(MKDIR_P) `echo "$$dist_files" | \
495			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
496			   sort -u` ;; \
497	esac; \
498	for file in $$dist_files; do \
499	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
500	  if test -d $$d/$$file; then \
501	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
502	    if test -d "$(distdir)/$$file"; then \
503	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
504	    fi; \
505	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
506	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
507	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
508	    fi; \
509	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
510	  else \
511	    test -f "$(distdir)/$$file" \
512	    || cp -p $$d/$$file "$(distdir)/$$file" \
513	    || exit 1; \
514	  fi; \
515	done
516check-am: all-am
517check: check-am
518all-am: Makefile $(LTLIBRARIES)
519installdirs:
520install: install-am
521install-exec: install-exec-am
522install-data: install-data-am
523uninstall: uninstall-am
524
525install-am: all-am
526	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
527
528installcheck: installcheck-am
529install-strip:
530	if test -z '$(STRIP)'; then \
531	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
532	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
533	      install; \
534	else \
535	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
536	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
537	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
538	fi
539mostlyclean-generic:
540
541clean-generic:
542
543distclean-generic:
544	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
545	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
546
547maintainer-clean-generic:
548	@echo "This command is intended for maintainers to use"
549	@echo "it deletes files that may require special tools to rebuild."
550clean: clean-am
551
552clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
553	mostlyclean-am
554
555distclean: distclean-am
556		-rm -f ./$(DEPDIR)/RectangleContains.Plo
557	-rm -f ./$(DEPDIR)/RectangleIntersects.Plo
558	-rm -f ./$(DEPDIR)/SegmentIntersectionTester.Plo
559	-rm -f Makefile
560distclean-am: clean-am distclean-compile distclean-generic \
561	distclean-tags
562
563dvi: dvi-am
564
565dvi-am:
566
567html: html-am
568
569html-am:
570
571info: info-am
572
573info-am:
574
575install-data-am:
576
577install-dvi: install-dvi-am
578
579install-dvi-am:
580
581install-exec-am:
582
583install-html: install-html-am
584
585install-html-am:
586
587install-info: install-info-am
588
589install-info-am:
590
591install-man:
592
593install-pdf: install-pdf-am
594
595install-pdf-am:
596
597install-ps: install-ps-am
598
599install-ps-am:
600
601installcheck-am:
602
603maintainer-clean: maintainer-clean-am
604		-rm -f ./$(DEPDIR)/RectangleContains.Plo
605	-rm -f ./$(DEPDIR)/RectangleIntersects.Plo
606	-rm -f ./$(DEPDIR)/SegmentIntersectionTester.Plo
607	-rm -f Makefile
608maintainer-clean-am: distclean-am maintainer-clean-generic
609
610mostlyclean: mostlyclean-am
611
612mostlyclean-am: mostlyclean-compile mostlyclean-generic \
613	mostlyclean-libtool
614
615pdf: pdf-am
616
617pdf-am:
618
619ps: ps-am
620
621ps-am:
622
623uninstall-am:
624
625.MAKE: install-am install-strip
626
627.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
628	clean-generic clean-libtool clean-noinstLTLIBRARIES \
629	cscopelist-am ctags ctags-am distclean distclean-compile \
630	distclean-generic distclean-libtool distclean-tags distdir dvi \
631	dvi-am html html-am info info-am install install-am \
632	install-data install-data-am install-dvi install-dvi-am \
633	install-exec install-exec-am install-html install-html-am \
634	install-info install-info-am install-man install-pdf \
635	install-pdf-am install-ps install-ps-am install-strip \
636	installcheck installcheck-am installdirs maintainer-clean \
637	maintainer-clean-generic mostlyclean mostlyclean-compile \
638	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
639	tags tags-am uninstall uninstall-am
640
641.PRECIOUS: Makefile
642
643
644# Tell versions [3.59,3.63) of GNU make to not export all variables.
645# Otherwise a system limit (for SysV at least) may be exceeded.
646.NOEXPORT:
647