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