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