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