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