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