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/distance
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/distance
329geos_HEADERS = \
330	ConnectedElementLocationFilter.h \
331	ConnectedElementPointFilter.h \
332	DistanceOp.h \
333	IndexedFacetDistance.h \
334	FacetSequence.h \
335	FacetSequenceTreeBuilder.h \
336	GeometryLocation.h
337
338all: all-am
339
340.SUFFIXES:
341$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
342	@for dep in $?; do \
343	  case '$(am__configure_deps)' in \
344	    *$$dep*) \
345	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
346	        && { if test -f $@; then exit 0; else break; fi; }; \
347	      exit 1;; \
348	  esac; \
349	done; \
350	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/geos/operation/distance/Makefile'; \
351	$(am__cd) $(top_srcdir) && \
352	  $(AUTOMAKE) --gnu include/geos/operation/distance/Makefile
353Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
354	@case '$?' in \
355	  *config.status*) \
356	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
357	  *) \
358	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
359	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
360	esac;
361
362$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
363	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364
365$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
366	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
368	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
369$(am__aclocal_m4_deps):
370
371mostlyclean-libtool:
372	-rm -f *.lo
373
374clean-libtool:
375	-rm -rf .libs _libs
376install-geosHEADERS: $(geos_HEADERS)
377	@$(NORMAL_INSTALL)
378	@list='$(geos_HEADERS)'; test -n "$(geosdir)" || list=; \
379	if test -n "$$list"; then \
380	  echo " $(MKDIR_P) '$(DESTDIR)$(geosdir)'"; \
381	  $(MKDIR_P) "$(DESTDIR)$(geosdir)" || exit 1; \
382	fi; \
383	for p in $$list; do \
384	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
385	  echo "$$d$$p"; \
386	done | $(am__base_list) | \
387	while read files; do \
388	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(geosdir)'"; \
389	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(geosdir)" || exit $$?; \
390	done
391
392uninstall-geosHEADERS:
393	@$(NORMAL_UNINSTALL)
394	@list='$(geos_HEADERS)'; test -n "$(geosdir)" || list=; \
395	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
396	dir='$(DESTDIR)$(geosdir)'; $(am__uninstall_files_from_dir)
397
398ID: $(am__tagged_files)
399	$(am__define_uniq_tagged_files); mkid -fID $$unique
400tags: tags-am
401TAGS: tags
402
403tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
404	set x; \
405	here=`pwd`; \
406	$(am__define_uniq_tagged_files); \
407	shift; \
408	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
409	  test -n "$$unique" || unique=$$empty_fix; \
410	  if test $$# -gt 0; then \
411	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
412	      "$$@" $$unique; \
413	  else \
414	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
415	      $$unique; \
416	  fi; \
417	fi
418ctags: ctags-am
419
420CTAGS: ctags
421ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
422	$(am__define_uniq_tagged_files); \
423	test -z "$(CTAGS_ARGS)$$unique" \
424	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
425	     $$unique
426
427GTAGS:
428	here=`$(am__cd) $(top_builddir) && pwd` \
429	  && $(am__cd) $(top_srcdir) \
430	  && gtags -i $(GTAGS_ARGS) "$$here"
431cscopelist: cscopelist-am
432
433cscopelist-am: $(am__tagged_files)
434	list='$(am__tagged_files)'; \
435	case "$(srcdir)" in \
436	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
437	  *) sdir=$(subdir)/$(srcdir) ;; \
438	esac; \
439	for i in $$list; do \
440	  if test -f "$$i"; then \
441	    echo "$(subdir)/$$i"; \
442	  else \
443	    echo "$$sdir/$$i"; \
444	  fi; \
445	done >> $(top_builddir)/cscope.files
446
447distclean-tags:
448	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
449
450distdir: $(BUILT_SOURCES)
451	$(MAKE) $(AM_MAKEFLAGS) distdir-am
452
453distdir-am: $(DISTFILES)
454	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
455	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
456	list='$(DISTFILES)'; \
457	  dist_files=`for file in $$list; do echo $$file; done | \
458	  sed -e "s|^$$srcdirstrip/||;t" \
459	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
460	case $$dist_files in \
461	  */*) $(MKDIR_P) `echo "$$dist_files" | \
462			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
463			   sort -u` ;; \
464	esac; \
465	for file in $$dist_files; do \
466	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
467	  if test -d $$d/$$file; then \
468	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
469	    if test -d "$(distdir)/$$file"; then \
470	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
471	    fi; \
472	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
473	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
474	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
475	    fi; \
476	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
477	  else \
478	    test -f "$(distdir)/$$file" \
479	    || cp -p $$d/$$file "$(distdir)/$$file" \
480	    || exit 1; \
481	  fi; \
482	done
483check-am: all-am
484check: check-am
485all-am: Makefile $(HEADERS)
486installdirs:
487	for dir in "$(DESTDIR)$(geosdir)"; do \
488	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
489	done
490install: install-am
491install-exec: install-exec-am
492install-data: install-data-am
493uninstall: uninstall-am
494
495install-am: all-am
496	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
497
498installcheck: installcheck-am
499install-strip:
500	if test -z '$(STRIP)'; then \
501	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
502	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
503	      install; \
504	else \
505	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
506	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
507	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
508	fi
509mostlyclean-generic:
510
511clean-generic:
512
513distclean-generic:
514	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
515	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
516
517maintainer-clean-generic:
518	@echo "This command is intended for maintainers to use"
519	@echo "it deletes files that may require special tools to rebuild."
520clean: clean-am
521
522clean-am: clean-generic clean-libtool mostlyclean-am
523
524distclean: distclean-am
525	-rm -f Makefile
526distclean-am: clean-am distclean-generic distclean-tags
527
528dvi: dvi-am
529
530dvi-am:
531
532html: html-am
533
534html-am:
535
536info: info-am
537
538info-am:
539
540install-data-am: install-geosHEADERS
541
542install-dvi: install-dvi-am
543
544install-dvi-am:
545
546install-exec-am:
547
548install-html: install-html-am
549
550install-html-am:
551
552install-info: install-info-am
553
554install-info-am:
555
556install-man:
557
558install-pdf: install-pdf-am
559
560install-pdf-am:
561
562install-ps: install-ps-am
563
564install-ps-am:
565
566installcheck-am:
567
568maintainer-clean: maintainer-clean-am
569	-rm -f Makefile
570maintainer-clean-am: distclean-am maintainer-clean-generic
571
572mostlyclean: mostlyclean-am
573
574mostlyclean-am: mostlyclean-generic mostlyclean-libtool
575
576pdf: pdf-am
577
578pdf-am:
579
580ps: ps-am
581
582ps-am:
583
584uninstall-am: uninstall-geosHEADERS
585
586.MAKE: install-am install-strip
587
588.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
589	clean-libtool cscopelist-am ctags ctags-am distclean \
590	distclean-generic distclean-libtool distclean-tags distdir dvi \
591	dvi-am html html-am info info-am install install-am \
592	install-data install-data-am install-dvi install-dvi-am \
593	install-exec install-exec-am install-geosHEADERS install-html \
594	install-html-am install-info install-info-am install-man \
595	install-pdf install-pdf-am install-ps install-ps-am \
596	install-strip installcheck installcheck-am installdirs \
597	maintainer-clean maintainer-clean-generic mostlyclean \
598	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
599	tags tags-am uninstall uninstall-am uninstall-geosHEADERS
600
601.PRECIOUS: Makefile
602
603
604# Tell versions [3.59,3.63) of GNU make to not export all variables.
605# Otherwise a system limit (for SysV at least) may be exceeded.
606.NOEXPORT:
607