1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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##############################################################################
19
20VPATH = @srcdir@
21am__is_gnu_make = { \
22  if test -z '$(MAKELEVEL)'; then \
23    false; \
24  elif test -n '$(MAKE_HOST)'; then \
25    true; \
26  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
27    true; \
28  else \
29    false; \
30  fi; \
31}
32am__make_running_with_option = \
33  case $${target_option-} in \
34      ?) ;; \
35      *) echo "am__make_running_with_option: internal error: invalid" \
36              "target option '$${target_option-}' specified" >&2; \
37         exit 1;; \
38  esac; \
39  has_opt=no; \
40  sane_makeflags=$$MAKEFLAGS; \
41  if $(am__is_gnu_make); then \
42    sane_makeflags=$$MFLAGS; \
43  else \
44    case $$MAKEFLAGS in \
45      *\\[\ \	]*) \
46        bs=\\; \
47        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
48          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
49    esac; \
50  fi; \
51  skip_next=no; \
52  strip_trailopt () \
53  { \
54    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
55  }; \
56  for flg in $$sane_makeflags; do \
57    test $$skip_next = yes && { skip_next=no; continue; }; \
58    case $$flg in \
59      *=*|--*) continue;; \
60        -*I) strip_trailopt 'I'; skip_next=yes;; \
61      -*I?*) strip_trailopt 'I';; \
62        -*O) strip_trailopt 'O'; skip_next=yes;; \
63      -*O?*) strip_trailopt 'O';; \
64        -*l) strip_trailopt 'l'; skip_next=yes;; \
65      -*l?*) strip_trailopt 'l';; \
66      -[dEDm]) skip_next=yes;; \
67      -[JT]) skip_next=yes;; \
68    esac; \
69    case $$flg in \
70      *$$target_option*) has_opt=yes; break;; \
71    esac; \
72  done; \
73  test $$has_opt = yes
74am__make_dryrun = (target_option=n; $(am__make_running_with_option))
75am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
76pkgdatadir = $(datadir)/@PACKAGE@
77pkgincludedir = $(includedir)/@PACKAGE@
78pkglibdir = $(libdir)/@PACKAGE@
79pkglibexecdir = $(libexecdir)/@PACKAGE@
80am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81install_sh_DATA = $(install_sh) -c -m 644
82install_sh_PROGRAM = $(install_sh) -c
83install_sh_SCRIPT = $(install_sh) -c
84INSTALL_HEADER = $(INSTALL_DATA)
85transform = $(program_transform_name)
86NORMAL_INSTALL = :
87PRE_INSTALL = :
88POST_INSTALL = :
89NORMAL_UNINSTALL = :
90PRE_UNINSTALL = :
91POST_UNINSTALL = :
92build_triplet = @build@
93host_triplet = @host@
94@BUILD_ADOLC_MEDIPACK_SUPPORT_TRUE@am__append_1 = medipacksupport.h
95@SPARSE_TRUE@am__append_2 = sparse
96subdir = ADOL-C/include/adolc
97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98am__aclocal_m4_deps = $(top_srcdir)/autoconf/acx_builtin.m4 \
99	$(top_srcdir)/autoconf/ampi.m4 \
100	$(top_srcdir)/autoconf/ax_boost_base.m4 \
101	$(top_srcdir)/autoconf/ax_boost_system.m4 \
102	$(top_srcdir)/autoconf/colpack.m4 \
103	$(top_srcdir)/autoconf/libtool.m4 \
104	$(top_srcdir)/autoconf/ltoptions.m4 \
105	$(top_srcdir)/autoconf/ltsugar.m4 \
106	$(top_srcdir)/autoconf/ltversion.m4 \
107	$(top_srcdir)/autoconf/lt~obsolete.m4 \
108	$(top_srcdir)/autoconf/medipack.m4 \
109	$(top_srcdir)/autoconf/mpi.m4 \
110	$(top_srcdir)/autoconf/stdcxx_11.m4 $(top_srcdir)/configure.ac
111am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
112	$(ACLOCAL_M4)
113DIST_COMMON = $(srcdir)/Makefile.am $(am__pkginclude_HEADERS_DIST) \
114	$(am__DIST_COMMON)
115mkinstalldirs = $(install_sh) -d
116CONFIG_HEADER = $(top_builddir)/ADOL-C/src/config.h
117CONFIG_CLEAN_FILES =
118CONFIG_CLEAN_VPATH_FILES =
119AM_V_P = $(am__v_P_@AM_V@)
120am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
121am__v_P_0 = false
122am__v_P_1 = :
123AM_V_GEN = $(am__v_GEN_@AM_V@)
124am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
125am__v_GEN_0 = @echo "  GEN     " $@;
126am__v_GEN_1 =
127AM_V_at = $(am__v_at_@AM_V@)
128am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
129am__v_at_0 = @
130am__v_at_1 =
131SOURCES =
132DIST_SOURCES =
133RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
134	ctags-recursive dvi-recursive html-recursive info-recursive \
135	install-data-recursive install-dvi-recursive \
136	install-exec-recursive install-html-recursive \
137	install-info-recursive install-pdf-recursive \
138	install-ps-recursive install-recursive installcheck-recursive \
139	installdirs-recursive pdf-recursive ps-recursive \
140	tags-recursive uninstall-recursive
141am__can_run_installinfo = \
142  case $$AM_UPDATE_INFO_DIR in \
143    n|no|NO) false;; \
144    *) (install-info --version) >/dev/null 2>&1;; \
145  esac
146am__pkginclude_HEADERS_DIST = adolc.h adalloc.h adouble.h adutils.h \
147	adutilsc.h convolut.h fortutils.h interfaces.h taping.h \
148	externfcts.h checkpointing.h fixpoint.h adolc_sparse.h \
149	adolc_openmp.h revolve.h advector.h adolc_fatalerror.h adtl.h \
150	adtl_indo.h adtl_hov.h adoublecuda.h param.h externfcts2.h \
151	edfclasses.h medipacksupport.h
152am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
153am__vpath_adj = case $$p in \
154    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
155    *) f=$$p;; \
156  esac;
157am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
158am__install_max = 40
159am__nobase_strip_setup = \
160  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
161am__nobase_strip = \
162  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
163am__nobase_list = $(am__nobase_strip_setup); \
164  for p in $$list; do echo "$$p $$p"; done | \
165  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
166  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
167    if (++n[$$2] == $(am__install_max)) \
168      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
169    END { for (dir in files) print dir, files[dir] }'
170am__base_list = \
171  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
172  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
173am__uninstall_files_from_dir = { \
174  test -z "$$files" \
175    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
176    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
177         $(am__cd) "$$dir" && rm -f $$files; }; \
178  }
179am__installdirs = "$(DESTDIR)$(pkgincludedir)"
180HEADERS = $(pkginclude_HEADERS)
181RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
182  distclean-recursive maintainer-clean-recursive
183am__recursive_targets = \
184  $(RECURSIVE_TARGETS) \
185  $(RECURSIVE_CLEAN_TARGETS) \
186  $(am__extra_recursive_targets)
187AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
188	distdir
189am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
190# Read a list of newline-separated strings from the standard input,
191# and print each of them once, without duplicates.  Input order is
192# *not* preserved.
193am__uniquify_input = $(AWK) '\
194  BEGIN { nonempty = 0; } \
195  { items[$$0] = 1; nonempty = 1; } \
196  END { if (nonempty) { for (i in items) print i; }; } \
197'
198# Make sure the list of sources is unique.  This is necessary because,
199# e.g., the same source file might be shared among _SOURCES variables
200# for different programs/libraries.
201am__define_uniq_tagged_files = \
202  list='$(am__tagged_files)'; \
203  unique=`for i in $$list; do \
204    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
205  done | $(am__uniquify_input)`
206ETAGS = etags
207CTAGS = ctags
208DIST_SUBDIRS = internal drivers tapedoc lie sparse
209am__DIST_COMMON = $(srcdir)/Makefile.in
210DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
211am__relativize = \
212  dir0=`pwd`; \
213  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
214  sed_rest='s,^[^/]*/*,,'; \
215  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
216  sed_butlast='s,/*[^/]*$$,,'; \
217  while test -n "$$dir1"; do \
218    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
219    if test "$$first" != "."; then \
220      if test "$$first" = ".."; then \
221        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
222        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
223      else \
224        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
225        if test "$$first2" = "$$first"; then \
226          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
227        else \
228          dir2="../$$dir2"; \
229        fi; \
230        dir0="$$dir0"/"$$first"; \
231      fi; \
232    fi; \
233    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
234  done; \
235  reldir="$$dir2"
236ACLOCAL = @ACLOCAL@
237ADOLC_PATCHLEVEL = @ADOLC_PATCHLEVEL@
238ADOLC_SUBVERSION = @ADOLC_SUBVERSION@
239ADOLC_VERSION = @ADOLC_VERSION@
240ADTL_REFCNT = @ADTL_REFCNT@
241ADVBRANCH = @ADVBRANCH@
242AMTAR = @AMTAR@
243AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
244AR = @AR@
245AS = @AS@
246ATRIG_ERF = @ATRIG_ERF@
247AUTOCONF = @AUTOCONF@
248AUTOHEADER = @AUTOHEADER@
249AUTOMAKE = @AUTOMAKE@
250AWK = @AWK@
251BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
252BOOST_LDFLAGS = @BOOST_LDFLAGS@
253BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
254CC = @CC@
255CCDEPMODE = @CCDEPMODE@
256CFLAGS = @CFLAGS@
257CPP = @CPP@
258CPPFLAGS = @CPPFLAGS@
259CXX = @CXX@
260CXXCPP = @CXXCPP@
261CXXDEPMODE = @CXXDEPMODE@
262CXXFLAGS = @CXXFLAGS@
263CYGPATH_W = @CYGPATH_W@
264DEFS = @DEFS@
265DEPDIR = @DEPDIR@
266DLLTOOL = @DLLTOOL@
267DSYMUTIL = @DSYMUTIL@
268DUMPBIN = @DUMPBIN@
269ECHO_C = @ECHO_C@
270ECHO_N = @ECHO_N@
271ECHO_T = @ECHO_T@
272EGREP = @EGREP@
273EXEEXT = @EXEEXT@
274FGREP = @FGREP@
275GREP = @GREP@
276HAVE_CXX11 = @HAVE_CXX11@
277INSTALL = @INSTALL@
278INSTALL_DATA = @INSTALL_DATA@
279INSTALL_PROGRAM = @INSTALL_PROGRAM@
280INSTALL_SCRIPT = @INSTALL_SCRIPT@
281INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
282LD = @LD@
283LDFLAGS = @LDFLAGS@
284LIBOBJS = @LIBOBJS@
285LIBS = @LIBS@
286LIBTOOL = @LIBTOOL@
287LIPO = @LIPO@
288LN_S = @LN_S@
289LTLIBOBJS = @LTLIBOBJS@
290LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
291MAINT = @MAINT@
292MAKEINFO = @MAKEINFO@
293MANIFEST_TOOL = @MANIFEST_TOOL@
294MKDIR_P = @MKDIR_P@
295NM = @NM@
296NMEDIT = @NMEDIT@
297OBJDUMP = @OBJDUMP@
298OBJEXT = @OBJEXT@
299OTOOL = @OTOOL@
300OTOOL64 = @OTOOL64@
301PACKAGE = @PACKAGE@
302PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
303PACKAGE_NAME = @PACKAGE_NAME@
304PACKAGE_STRING = @PACKAGE_STRING@
305PACKAGE_TARNAME = @PACKAGE_TARNAME@
306PACKAGE_URL = @PACKAGE_URL@
307PACKAGE_VERSION = @PACKAGE_VERSION@
308PATH_SEPARATOR = @PATH_SEPARATOR@
309PYTHON = @PYTHON@
310PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
311PYTHON_PLATFORM = @PYTHON_PLATFORM@
312PYTHON_PREFIX = @PYTHON_PREFIX@
313PYTHON_VERSION = @PYTHON_VERSION@
314RANLIB = @RANLIB@
315REAL_TYPE = @REAL_TYPE@
316SED = @SED@
317SET_MAKE = @SET_MAKE@
318SHELL = @SHELL@
319SPARSE_DRIVERS = @SPARSE_DRIVERS@
320STRIP = @STRIP@
321SWIG = @SWIG@
322UINT_TYPE = @UINT_TYPE@
323USE_BOOST_POOL = @USE_BOOST_POOL@
324VERSION = @VERSION@
325_lib = @_lib@
326abs_builddir = @abs_builddir@
327abs_srcdir = @abs_srcdir@
328abs_top_builddir = @abs_top_builddir@
329abs_top_srcdir = @abs_top_srcdir@
330ac_adolc_cflags = @ac_adolc_cflags@
331ac_adolc_cxxflags = @ac_adolc_cxxflags@
332ac_aux_dir = @ac_aux_dir@
333ac_ct_AR = @ac_ct_AR@
334ac_ct_CC = @ac_ct_CC@
335ac_ct_CXX = @ac_ct_CXX@
336ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
337adolclib = @adolclib@
338am__include = @am__include@
339am__leading_dot = @am__leading_dot@
340am__quote = @am__quote@
341am__tar = @am__tar@
342am__untar = @am__untar@
343bindir = @bindir@
344build = @build@
345build_alias = @build_alias@
346build_cpu = @build_cpu@
347build_os = @build_os@
348build_vendor = @build_vendor@
349builddir = @builddir@
350datadir = @datadir@
351datarootdir = @datarootdir@
352docdir = @docdir@
353dvidir = @dvidir@
354exec_prefix = @exec_prefix@
355host = @host@
356host_alias = @host_alias@
357host_cpu = @host_cpu@
358host_os = @host_os@
359host_vendor = @host_vendor@
360htmldir = @htmldir@
361includedir = @includedir@
362infodir = @infodir@
363install_sh = @install_sh@
364libdir = @libdir@
365libexecdir = @libexecdir@
366localedir = @localedir@
367localstatedir = @localstatedir@
368mandir = @mandir@
369mkdir_p = @mkdir_p@
370oldincludedir = @oldincludedir@
371pdfdir = @pdfdir@
372pkgpyexecdir = @pkgpyexecdir@
373pkgpythondir = @pkgpythondir@
374prefix = @prefix@
375program_transform_name = @program_transform_name@
376psdir = @psdir@
377pyexecdir = @pyexecdir@
378pythondir = @pythondir@
379runstatedir = @runstatedir@
380saveCC = @saveCC@
381saveCXX = @saveCXX@
382sbindir = @sbindir@
383sharedstatedir = @sharedstatedir@
384srcdir = @srcdir@
385sysconfdir = @sysconfdir@
386target_alias = @target_alias@
387top_build_prefix = @top_build_prefix@
388top_builddir = @top_builddir@
389top_srcdir = @top_srcdir@
390pkginclude_HEADERS = adolc.h adalloc.h adouble.h adutils.h adutilsc.h \
391	convolut.h fortutils.h interfaces.h taping.h externfcts.h \
392	checkpointing.h fixpoint.h adolc_sparse.h adolc_openmp.h \
393	revolve.h advector.h adolc_fatalerror.h adtl.h adtl_indo.h \
394	adtl_hov.h adoublecuda.h param.h externfcts2.h edfclasses.h \
395	$(am__append_1)
396SUBDIRS = internal drivers tapedoc lie $(am__append_2)
397all: all-recursive
398
399.SUFFIXES:
400$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
401	@for dep in $?; do \
402	  case '$(am__configure_deps)' in \
403	    *$$dep*) \
404	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
405	        && { if test -f $@; then exit 0; else break; fi; }; \
406	      exit 1;; \
407	  esac; \
408	done; \
409	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ADOL-C/include/adolc/Makefile'; \
410	$(am__cd) $(top_srcdir) && \
411	  $(AUTOMAKE) --foreign ADOL-C/include/adolc/Makefile
412Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
413	@case '$?' in \
414	  *config.status*) \
415	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
416	  *) \
417	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
418	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
419	esac;
420
421$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
422	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
423
424$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
425	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
426$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
427	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
428$(am__aclocal_m4_deps):
429
430mostlyclean-libtool:
431	-rm -f *.lo
432
433clean-libtool:
434	-rm -rf .libs _libs
435install-pkgincludeHEADERS: $(pkginclude_HEADERS)
436	@$(NORMAL_INSTALL)
437	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
438	if test -n "$$list"; then \
439	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
440	  $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
441	fi; \
442	for p in $$list; do \
443	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
444	  echo "$$d$$p"; \
445	done | $(am__base_list) | \
446	while read files; do \
447	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
448	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
449	done
450
451uninstall-pkgincludeHEADERS:
452	@$(NORMAL_UNINSTALL)
453	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
454	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
455	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
456
457# This directory's subdirectories are mostly independent; you can cd
458# into them and run 'make' without going through this Makefile.
459# To change the values of 'make' variables: instead of editing Makefiles,
460# (1) if the variable is set in 'config.status', edit 'config.status'
461#     (which will cause the Makefiles to be regenerated when you run 'make');
462# (2) otherwise, pass the desired values on the 'make' command line.
463$(am__recursive_targets):
464	@fail=; \
465	if $(am__make_keepgoing); then \
466	  failcom='fail=yes'; \
467	else \
468	  failcom='exit 1'; \
469	fi; \
470	dot_seen=no; \
471	target=`echo $@ | sed s/-recursive//`; \
472	case "$@" in \
473	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
474	  *) list='$(SUBDIRS)' ;; \
475	esac; \
476	for subdir in $$list; do \
477	  echo "Making $$target in $$subdir"; \
478	  if test "$$subdir" = "."; then \
479	    dot_seen=yes; \
480	    local_target="$$target-am"; \
481	  else \
482	    local_target="$$target"; \
483	  fi; \
484	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
485	  || eval $$failcom; \
486	done; \
487	if test "$$dot_seen" = "no"; then \
488	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
489	fi; test -z "$$fail"
490
491ID: $(am__tagged_files)
492	$(am__define_uniq_tagged_files); mkid -fID $$unique
493tags: tags-recursive
494TAGS: tags
495
496tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
497	set x; \
498	here=`pwd`; \
499	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
500	  include_option=--etags-include; \
501	  empty_fix=.; \
502	else \
503	  include_option=--include; \
504	  empty_fix=; \
505	fi; \
506	list='$(SUBDIRS)'; for subdir in $$list; do \
507	  if test "$$subdir" = .; then :; else \
508	    test ! -f $$subdir/TAGS || \
509	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
510	  fi; \
511	done; \
512	$(am__define_uniq_tagged_files); \
513	shift; \
514	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
515	  test -n "$$unique" || unique=$$empty_fix; \
516	  if test $$# -gt 0; then \
517	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
518	      "$$@" $$unique; \
519	  else \
520	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
521	      $$unique; \
522	  fi; \
523	fi
524ctags: ctags-recursive
525
526CTAGS: ctags
527ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
528	$(am__define_uniq_tagged_files); \
529	test -z "$(CTAGS_ARGS)$$unique" \
530	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
531	     $$unique
532
533GTAGS:
534	here=`$(am__cd) $(top_builddir) && pwd` \
535	  && $(am__cd) $(top_srcdir) \
536	  && gtags -i $(GTAGS_ARGS) "$$here"
537cscopelist: cscopelist-recursive
538
539cscopelist-am: $(am__tagged_files)
540	list='$(am__tagged_files)'; \
541	case "$(srcdir)" in \
542	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
543	  *) sdir=$(subdir)/$(srcdir) ;; \
544	esac; \
545	for i in $$list; do \
546	  if test -f "$$i"; then \
547	    echo "$(subdir)/$$i"; \
548	  else \
549	    echo "$$sdir/$$i"; \
550	  fi; \
551	done >> $(top_builddir)/cscope.files
552
553distclean-tags:
554	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
555
556distdir: $(DISTFILES)
557	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
558	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
559	list='$(DISTFILES)'; \
560	  dist_files=`for file in $$list; do echo $$file; done | \
561	  sed -e "s|^$$srcdirstrip/||;t" \
562	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
563	case $$dist_files in \
564	  */*) $(MKDIR_P) `echo "$$dist_files" | \
565			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
566			   sort -u` ;; \
567	esac; \
568	for file in $$dist_files; do \
569	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
570	  if test -d $$d/$$file; then \
571	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
572	    if test -d "$(distdir)/$$file"; then \
573	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
574	    fi; \
575	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
576	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
577	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
578	    fi; \
579	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
580	  else \
581	    test -f "$(distdir)/$$file" \
582	    || cp -p $$d/$$file "$(distdir)/$$file" \
583	    || exit 1; \
584	  fi; \
585	done
586	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
587	  if test "$$subdir" = .; then :; else \
588	    $(am__make_dryrun) \
589	      || test -d "$(distdir)/$$subdir" \
590	      || $(MKDIR_P) "$(distdir)/$$subdir" \
591	      || exit 1; \
592	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
593	    $(am__relativize); \
594	    new_distdir=$$reldir; \
595	    dir1=$$subdir; dir2="$(top_distdir)"; \
596	    $(am__relativize); \
597	    new_top_distdir=$$reldir; \
598	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
599	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
600	    ($(am__cd) $$subdir && \
601	      $(MAKE) $(AM_MAKEFLAGS) \
602	        top_distdir="$$new_top_distdir" \
603	        distdir="$$new_distdir" \
604		am__remove_distdir=: \
605		am__skip_length_check=: \
606		am__skip_mode_fix=: \
607	        distdir) \
608	      || exit 1; \
609	  fi; \
610	done
611check-am: all-am
612check: check-recursive
613all-am: Makefile $(HEADERS)
614installdirs: installdirs-recursive
615installdirs-am:
616	for dir in "$(DESTDIR)$(pkgincludedir)"; do \
617	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
618	done
619install: install-recursive
620install-exec: install-exec-recursive
621install-data: install-data-recursive
622uninstall: uninstall-recursive
623
624install-am: all-am
625	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
626
627installcheck: installcheck-recursive
628install-strip:
629	if test -z '$(STRIP)'; then \
630	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
631	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
632	      install; \
633	else \
634	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
635	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
636	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
637	fi
638mostlyclean-generic:
639
640clean-generic:
641
642distclean-generic:
643	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
644	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
645
646maintainer-clean-generic:
647	@echo "This command is intended for maintainers to use"
648	@echo "it deletes files that may require special tools to rebuild."
649clean: clean-recursive
650
651clean-am: clean-generic clean-libtool mostlyclean-am
652
653distclean: distclean-recursive
654	-rm -f Makefile
655distclean-am: clean-am distclean-generic distclean-tags
656
657dvi: dvi-recursive
658
659dvi-am:
660
661html: html-recursive
662
663html-am:
664
665info: info-recursive
666
667info-am:
668
669install-data-am: install-pkgincludeHEADERS
670
671install-dvi: install-dvi-recursive
672
673install-dvi-am:
674
675install-exec-am:
676
677install-html: install-html-recursive
678
679install-html-am:
680
681install-info: install-info-recursive
682
683install-info-am:
684
685install-man:
686
687install-pdf: install-pdf-recursive
688
689install-pdf-am:
690
691install-ps: install-ps-recursive
692
693install-ps-am:
694
695installcheck-am:
696
697maintainer-clean: maintainer-clean-recursive
698	-rm -f Makefile
699maintainer-clean-am: distclean-am maintainer-clean-generic
700
701mostlyclean: mostlyclean-recursive
702
703mostlyclean-am: mostlyclean-generic mostlyclean-libtool
704
705pdf: pdf-recursive
706
707pdf-am:
708
709ps: ps-recursive
710
711ps-am:
712
713uninstall-am: uninstall-pkgincludeHEADERS
714
715.MAKE: $(am__recursive_targets) install-am install-strip
716
717.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
718	check-am clean clean-generic clean-libtool cscopelist-am ctags \
719	ctags-am distclean distclean-generic distclean-libtool \
720	distclean-tags distdir dvi dvi-am html html-am info info-am \
721	install install-am install-data install-data-am install-dvi \
722	install-dvi-am install-exec install-exec-am install-html \
723	install-html-am install-info install-info-am install-man \
724	install-pdf install-pdf-am install-pkgincludeHEADERS \
725	install-ps install-ps-am install-strip installcheck \
726	installcheck-am installdirs installdirs-am maintainer-clean \
727	maintainer-clean-generic mostlyclean mostlyclean-generic \
728	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
729	uninstall-am uninstall-pkgincludeHEADERS
730
731.PRECIOUS: Makefile
732
733
734# Tell versions [3.59,3.63) of GNU make to not export all variables.
735# Otherwise a system limit (for SysV at least) may be exceeded.
736.NOEXPORT:
737