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