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
17# Copyright 2012-2019, see the COPYRIGHT file for more information.
18
19# This is the main automake file for netCDF-Fortran.
20
21# Ed Hartnett, Russ Rew, Dennis Heimbigner, Ward Fisher
22
23
24VPATH = @srcdir@
25am__is_gnu_make = { \
26  if test -z '$(MAKELEVEL)'; then \
27    false; \
28  elif test -n '$(MAKE_HOST)'; then \
29    true; \
30  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
31    true; \
32  else \
33    false; \
34  fi; \
35}
36am__make_running_with_option = \
37  case $${target_option-} in \
38      ?) ;; \
39      *) echo "am__make_running_with_option: internal error: invalid" \
40              "target option '$${target_option-}' specified" >&2; \
41         exit 1;; \
42  esac; \
43  has_opt=no; \
44  sane_makeflags=$$MAKEFLAGS; \
45  if $(am__is_gnu_make); then \
46    sane_makeflags=$$MFLAGS; \
47  else \
48    case $$MAKEFLAGS in \
49      *\\[\ \	]*) \
50        bs=\\; \
51        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
52          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
53    esac; \
54  fi; \
55  skip_next=no; \
56  strip_trailopt () \
57  { \
58    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
59  }; \
60  for flg in $$sane_makeflags; do \
61    test $$skip_next = yes && { skip_next=no; continue; }; \
62    case $$flg in \
63      *=*|--*) continue;; \
64        -*I) strip_trailopt 'I'; skip_next=yes;; \
65      -*I?*) strip_trailopt 'I';; \
66        -*O) strip_trailopt 'O'; skip_next=yes;; \
67      -*O?*) strip_trailopt 'O';; \
68        -*l) strip_trailopt 'l'; skip_next=yes;; \
69      -*l?*) strip_trailopt 'l';; \
70      -[dEDm]) skip_next=yes;; \
71      -[JT]) skip_next=yes;; \
72    esac; \
73    case $$flg in \
74      *$$target_option*) has_opt=yes; break;; \
75    esac; \
76  done; \
77  test $$has_opt = yes
78am__make_dryrun = (target_option=n; $(am__make_running_with_option))
79am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
80pkgdatadir = $(datadir)/@PACKAGE@
81pkgincludedir = $(includedir)/@PACKAGE@
82pkglibdir = $(libdir)/@PACKAGE@
83pkglibexecdir = $(libexecdir)/@PACKAGE@
84am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
85install_sh_DATA = $(install_sh) -c -m 644
86install_sh_PROGRAM = $(install_sh) -c
87install_sh_SCRIPT = $(install_sh) -c
88INSTALL_HEADER = $(INSTALL_DATA)
89transform = $(program_transform_name)
90NORMAL_INSTALL = :
91PRE_INSTALL = :
92POST_INSTALL = :
93NORMAL_UNINSTALL = :
94PRE_UNINSTALL = :
95POST_UNINSTALL = :
96build_triplet = @build@
97host_triplet = @host@
98target_triplet = @target@
99subdir = .
100ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
102	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
103	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
104	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
105am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106	$(ACLOCAL_M4)
107DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
108	$(am__configure_deps) $(am__DIST_COMMON)
109am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
110 configure.lineno config.status.lineno
111mkinstalldirs = $(install_sh) -d
112CONFIG_CLEAN_FILES = nf-config netcdf-fortran.pc libnetcdff.settings
113CONFIG_CLEAN_VPATH_FILES =
114am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
115am__vpath_adj = case $$p in \
116    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
117    *) f=$$p;; \
118  esac;
119am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
120am__install_max = 40
121am__nobase_strip_setup = \
122  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
123am__nobase_strip = \
124  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
125am__nobase_list = $(am__nobase_strip_setup); \
126  for p in $$list; do echo "$$p $$p"; done | \
127  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
128  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
129    if (++n[$$2] == $(am__install_max)) \
130      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
131    END { for (dir in files) print dir, files[dir] }'
132am__base_list = \
133  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
134  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
135am__uninstall_files_from_dir = { \
136  test -z "$$files" \
137    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
138    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
139         $(am__cd) "$$dir" && rm -f $$files; }; \
140  }
141am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" \
142	"$(DESTDIR)$(settingsdir)"
143SCRIPTS = $(bin_SCRIPTS)
144AM_V_P = $(am__v_P_@AM_V@)
145am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
146am__v_P_0 = false
147am__v_P_1 = :
148AM_V_GEN = $(am__v_GEN_@AM_V@)
149am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
150am__v_GEN_0 = @echo "  GEN     " $@;
151am__v_GEN_1 =
152AM_V_at = $(am__v_at_@AM_V@)
153am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
154am__v_at_0 = @
155am__v_at_1 =
156SOURCES =
157DIST_SOURCES =
158RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
159	ctags-recursive dvi-recursive html-recursive info-recursive \
160	install-data-recursive install-dvi-recursive \
161	install-exec-recursive install-html-recursive \
162	install-info-recursive install-pdf-recursive \
163	install-ps-recursive install-recursive installcheck-recursive \
164	installdirs-recursive pdf-recursive ps-recursive \
165	tags-recursive uninstall-recursive
166am__can_run_installinfo = \
167  case $$AM_UPDATE_INFO_DIR in \
168    n|no|NO) false;; \
169    *) (install-info --version) >/dev/null 2>&1;; \
170  esac
171DATA = $(pkgconfig_DATA) $(settings_DATA)
172RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
173  distclean-recursive maintainer-clean-recursive
174am__recursive_targets = \
175  $(RECURSIVE_TARGETS) \
176  $(RECURSIVE_CLEAN_TARGETS) \
177  $(am__extra_recursive_targets)
178AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
179	cscope distdir distdir-am dist dist-all distcheck
180am__extra_recursive_targets = check-valgrind-recursive \
181	check-valgrind-memcheck-recursive \
182	check-valgrind-helgrind-recursive check-valgrind-drd-recursive \
183	check-valgrind-sgcheck-recursive
184am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
185# Read a list of newline-separated strings from the standard input,
186# and print each of them once, without duplicates.  Input order is
187# *not* preserved.
188am__uniquify_input = $(AWK) '\
189  BEGIN { nonempty = 0; } \
190  { items[$$0] = 1; nonempty = 1; } \
191  END { if (nonempty) { for (i in items) print i; }; } \
192'
193# Make sure the list of sources is unique.  This is necessary because,
194# e.g., the same source file might be shared among _SOURCES variables
195# for different programs/libraries.
196am__define_uniq_tagged_files = \
197  list='$(am__tagged_files)'; \
198  unique=`for i in $$list; do \
199    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200  done | $(am__uniquify_input)`
201ETAGS = etags
202CTAGS = ctags
203CSCOPE = cscope
204DIST_SUBDIRS = libsrc fortran nf_test nf03_test nf_test4 nf03_test4 \
205	docs examples CMakeExtras
206am__DIST_COMMON = $(srcdir)/Makefile.in \
207	$(srcdir)/libnetcdff.settings.in \
208	$(srcdir)/netcdf-fortran.pc.in $(srcdir)/nf-config.in compile \
209	config.guess config.sub install-sh ltmain.sh missing
210DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
211distdir = $(PACKAGE)-$(VERSION)
212top_distdir = $(distdir)
213am__remove_distdir = \
214  if test -d "$(distdir)"; then \
215    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
216      && rm -rf "$(distdir)" \
217      || { sleep 5 && rm -rf "$(distdir)"; }; \
218  else :; fi
219am__post_remove_distdir = $(am__remove_distdir)
220am__relativize = \
221  dir0=`pwd`; \
222  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
223  sed_rest='s,^[^/]*/*,,'; \
224  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
225  sed_butlast='s,/*[^/]*$$,,'; \
226  while test -n "$$dir1"; do \
227    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
228    if test "$$first" != "."; then \
229      if test "$$first" = ".."; then \
230        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
231        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
232      else \
233        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
234        if test "$$first2" = "$$first"; then \
235          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
236        else \
237          dir2="../$$dir2"; \
238        fi; \
239        dir0="$$dir0"/"$$first"; \
240      fi; \
241    fi; \
242    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
243  done; \
244  reldir="$$dir2"
245DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip
246GZIP_ENV = --best
247DIST_TARGETS = dist-gzip dist-zip
248distuninstallcheck_listfiles = find . -type f -print
249am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
250  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
251distcleancheck_listfiles = find . -type f -print
252ACLOCAL = @ACLOCAL@
253ALLOCA = @ALLOCA@
254AMTAR = @AMTAR@
255AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
256AM_LDFLAGS = @AM_LDFLAGS@
257AR = @AR@
258AUTOCONF = @AUTOCONF@
259AUTOHEADER = @AUTOHEADER@
260AUTOMAKE = @AUTOMAKE@
261AWK = @AWK@
262BUILD_INTERNAL_DOCS = @BUILD_INTERNAL_DOCS@
263CC = @CC@
264CCDEPMODE = @CCDEPMODE@
265CFLAGS = @CFLAGS@
266CONFIG_DATE = @CONFIG_DATE@
267CPP = @CPP@
268CPPFLAGS = @CPPFLAGS@
269CYGPATH_W = @CYGPATH_W@
270DEFS = @DEFS@
271DEPDIR = @DEPDIR@
272DLLTOOL = @DLLTOOL@
273DOT = @DOT@
274DOXYGEN = @DOXYGEN@
275DSYMUTIL = @DSYMUTIL@
276DUMPBIN = @DUMPBIN@
277ECHO_C = @ECHO_C@
278ECHO_N = @ECHO_N@
279ECHO_T = @ECHO_T@
280EGREP = @EGREP@
281ENABLE_VALGRIND_drd = @ENABLE_VALGRIND_drd@
282ENABLE_VALGRIND_helgrind = @ENABLE_VALGRIND_helgrind@
283ENABLE_VALGRIND_memcheck = @ENABLE_VALGRIND_memcheck@
284ENABLE_VALGRIND_sgcheck = @ENABLE_VALGRIND_sgcheck@
285EXEEXT = @EXEEXT@
286F77 = @F77@
287FC = @FC@
288FCFLAGS = @FCFLAGS@
289FCFLAGS_f90 = @FCFLAGS_f90@
290FC_VERSION = @FC_VERSION@
291FFLAGS = @FFLAGS@
292FGREP = @FGREP@
293GREP = @GREP@
294HAS_CDF5 = @HAS_CDF5@
295HAS_DAP = @HAS_DAP@
296HAS_F03 = @HAS_F03@
297HAS_F90 = @HAS_F90@
298HAS_LOGGING = @HAS_LOGGING@
299HAS_NC2 = @HAS_NC2@
300HAS_NC4 = @HAS_NC4@
301HAS_NC4_PARALLEL = @HAS_NC4_PARALLEL@
302HAS_PARALLEL = @HAS_PARALLEL@
303HAS_PNETCDF = @HAS_PNETCDF@
304HAS_SZIP_WRITE = @HAS_SZIP_WRITE@
305HAVE_DOT = @HAVE_DOT@
306INSTALL = @INSTALL@
307INSTALL_DATA = @INSTALL_DATA@
308INSTALL_PROGRAM = @INSTALL_PROGRAM@
309INSTALL_SCRIPT = @INSTALL_SCRIPT@
310INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
311LD = @LD@
312LDFLAGS = @LDFLAGS@
313LIBOBJS = @LIBOBJS@
314LIBS = @LIBS@
315LIBTOOL = @LIBTOOL@
316LIPO = @LIPO@
317LN_S = @LN_S@
318LTLIBOBJS = @LTLIBOBJS@
319LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
320MAINT = @MAINT@
321MAKEINFO = @MAKEINFO@
322MANIFEST_TOOL = @MANIFEST_TOOL@
323MKDIR_P = @MKDIR_P@
324MOD_FLAG = @MOD_FLAG@
325NC_FLIBS = @NC_FLIBS@
326NC_LIBS = @NC_LIBS@
327NM = @NM@
328NMEDIT = @NMEDIT@
329NMFLAGS = @NMFLAGS@
330OBJDUMP = @OBJDUMP@
331OBJEXT = @OBJEXT@
332OTOOL = @OTOOL@
333OTOOL64 = @OTOOL64@
334PACKAGE = @PACKAGE@
335PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
336PACKAGE_NAME = @PACKAGE_NAME@
337PACKAGE_STRING = @PACKAGE_STRING@
338PACKAGE_TARNAME = @PACKAGE_TARNAME@
339PACKAGE_URL = @PACKAGE_URL@
340PACKAGE_VERSION = @PACKAGE_VERSION@
341PATH_SEPARATOR = @PATH_SEPARATOR@
342RANLIB = @RANLIB@
343SED = @SED@
344SET_MAKE = @SET_MAKE@
345SHELL = @SHELL@
346STRIP = @STRIP@
347VALGRIND = @VALGRIND@
348VALGRIND_ENABLED = @VALGRIND_ENABLED@
349VERSION = @VERSION@
350abs_builddir = @abs_builddir@
351abs_srcdir = @abs_srcdir@
352abs_top_builddir = @abs_top_builddir@
353abs_top_srcdir = @abs_top_srcdir@
354ac_ct_AR = @ac_ct_AR@
355ac_ct_CC = @ac_ct_CC@
356ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
357ac_ct_F77 = @ac_ct_F77@
358ac_ct_FC = @ac_ct_FC@
359am__include = @am__include@
360am__leading_dot = @am__leading_dot@
361am__quote = @am__quote@
362am__tar = @am__tar@
363am__untar = @am__untar@
364bindir = @bindir@
365build = @build@
366build_alias = @build_alias@
367build_cpu = @build_cpu@
368build_os = @build_os@
369build_vendor = @build_vendor@
370builddir = @builddir@
371datadir = @datadir@
372datarootdir = @datarootdir@
373docdir = @docdir@
374dvidir = @dvidir@
375enable_shared = @enable_shared@
376enable_static = @enable_static@
377exec_prefix = @exec_prefix@
378fmoddir = @fmoddir@
379host = @host@
380host_alias = @host_alias@
381host_cpu = @host_cpu@
382host_os = @host_os@
383host_vendor = @host_vendor@
384htmldir = @htmldir@
385includedir = @includedir@
386infodir = @infodir@
387install_sh = @install_sh@
388libdir = @libdir@
389libexecdir = @libexecdir@
390localedir = @localedir@
391localstatedir = @localstatedir@
392mandir = @mandir@
393mkdir_p = @mkdir_p@
394oldincludedir = @oldincludedir@
395pdfdir = @pdfdir@
396prefix = @prefix@
397program_transform_name = @program_transform_name@
398psdir = @psdir@
399sbindir = @sbindir@
400sharedstatedir = @sharedstatedir@
401srcdir = @srcdir@
402sysconfdir = @sysconfdir@
403target = @target@
404target_alias = @target_alias@
405target_cpu = @target_cpu@
406target_os = @target_os@
407target_vendor = @target_vendor@
408top_build_prefix = @top_build_prefix@
409top_builddir = @top_builddir@
410top_srcdir = @top_srcdir@
411valgrind_enabled_tools = @valgrind_enabled_tools@
412valgrind_tools = @valgrind_tools@
413
414# This directory stores libtool macros, put there by aclocal.
415ACLOCAL_AMFLAGS = -I m4
416pkgconfigdir = $(prefix)/libdata/pkgconfig
417pkgconfig_DATA = netcdf-fortran.pc
418
419# Run these tests for netCDF-4 builds.
420@USE_NETCDF4_TRUE@NF_TEST4 = nf_test4     # netCDF-4 F77 API tests
421@USE_NETCDF4_TRUE@NF03_TEST4 = nf03_test4 # netCDF-4 F90 API tests
422
423# This is the list of subdirs for which Makefiles will be constructed
424# and run.
425SUBDIRS = libsrc fortran nf_test nf03_test $(NF_TEST4) $(NF03_TEST4)	\
426docs examples CMakeExtras
427
428
429# The nf-config script helps the user build programs with netCDF.
430bin_SCRIPTS = nf-config
431
432# install libnetcdff.settings in lib directory.
433settingsdir = $(libdir)
434settings_DATA = libnetcdff.settings
435
436# These files get added to the distribution.
437EXTRA_DIST = README.md RELEASE_NOTES.md netcdf-fortran.pc.in	\
438F03Interfaces_LICENSE CMakeLists.txt COPYRIGHT nf-config.in	\
439config.h.cmake.in CTestConfig.cmake.in nf-config.cmake.in \
440libnetcdff.settings.in
441
442
443# Remove these generated files, for a distclean.
444DISTCLEANFILES = VERSION libnetcdf.settings
445all: all-recursive
446
447.SUFFIXES:
448am--refresh: Makefile
449	@:
450$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
451	@for dep in $?; do \
452	  case '$(am__configure_deps)' in \
453	    *$$dep*) \
454	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
455	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
456		&& exit 0; \
457	      exit 1;; \
458	  esac; \
459	done; \
460	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
461	$(am__cd) $(top_srcdir) && \
462	  $(AUTOMAKE) --foreign Makefile
463Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
464	@case '$?' in \
465	  *config.status*) \
466	    echo ' $(SHELL) ./config.status'; \
467	    $(SHELL) ./config.status;; \
468	  *) \
469	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
470	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
471	esac;
472
473$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
474	$(SHELL) ./config.status --recheck
475
476$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
477	$(am__cd) $(srcdir) && $(AUTOCONF)
478$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
479	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
480$(am__aclocal_m4_deps):
481nf-config: $(top_builddir)/config.status $(srcdir)/nf-config.in
482	cd $(top_builddir) && $(SHELL) ./config.status $@
483netcdf-fortran.pc: $(top_builddir)/config.status $(srcdir)/netcdf-fortran.pc.in
484	cd $(top_builddir) && $(SHELL) ./config.status $@
485libnetcdff.settings: $(top_builddir)/config.status $(srcdir)/libnetcdff.settings.in
486	cd $(top_builddir) && $(SHELL) ./config.status $@
487install-binSCRIPTS: $(bin_SCRIPTS)
488	@$(NORMAL_INSTALL)
489	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
490	if test -n "$$list"; then \
491	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
492	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
493	fi; \
494	for p in $$list; do \
495	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
496	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
497	done | \
498	sed -e 'p;s,.*/,,;n' \
499	    -e 'h;s|.*|.|' \
500	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
501	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
502	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
503	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
504	      if (++n[d] == $(am__install_max)) { \
505		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
506	    else { print "f", d "/" $$4, $$1 } } \
507	  END { for (d in files) print "f", d, files[d] }' | \
508	while read type dir files; do \
509	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
510	     test -z "$$files" || { \
511	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
512	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
513	     } \
514	; done
515
516uninstall-binSCRIPTS:
517	@$(NORMAL_UNINSTALL)
518	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
519	files=`for p in $$list; do echo "$$p"; done | \
520	       sed -e 's,.*/,,;$(transform)'`; \
521	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
522
523mostlyclean-libtool:
524	-rm -f *.lo
525
526clean-libtool:
527	-rm -rf .libs _libs
528
529distclean-libtool:
530	-rm -f libtool config.lt
531install-pkgconfigDATA: $(pkgconfig_DATA)
532	@$(NORMAL_INSTALL)
533	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
534	if test -n "$$list"; then \
535	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
536	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
537	fi; \
538	for p in $$list; do \
539	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
540	  echo "$$d$$p"; \
541	done | $(am__base_list) | \
542	while read files; do \
543	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
544	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
545	done
546
547uninstall-pkgconfigDATA:
548	@$(NORMAL_UNINSTALL)
549	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
550	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
551	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
552install-settingsDATA: $(settings_DATA)
553	@$(NORMAL_INSTALL)
554	@list='$(settings_DATA)'; test -n "$(settingsdir)" || list=; \
555	if test -n "$$list"; then \
556	  echo " $(MKDIR_P) '$(DESTDIR)$(settingsdir)'"; \
557	  $(MKDIR_P) "$(DESTDIR)$(settingsdir)" || exit 1; \
558	fi; \
559	for p in $$list; do \
560	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
561	  echo "$$d$$p"; \
562	done | $(am__base_list) | \
563	while read files; do \
564	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(settingsdir)'"; \
565	  $(INSTALL_DATA) $$files "$(DESTDIR)$(settingsdir)" || exit $$?; \
566	done
567
568uninstall-settingsDATA:
569	@$(NORMAL_UNINSTALL)
570	@list='$(settings_DATA)'; test -n "$(settingsdir)" || list=; \
571	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
572	dir='$(DESTDIR)$(settingsdir)'; $(am__uninstall_files_from_dir)
573
574# This directory's subdirectories are mostly independent; you can cd
575# into them and run 'make' without going through this Makefile.
576# To change the values of 'make' variables: instead of editing Makefiles,
577# (1) if the variable is set in 'config.status', edit 'config.status'
578#     (which will cause the Makefiles to be regenerated when you run 'make');
579# (2) otherwise, pass the desired values on the 'make' command line.
580$(am__recursive_targets):
581	@fail=; \
582	if $(am__make_keepgoing); then \
583	  failcom='fail=yes'; \
584	else \
585	  failcom='exit 1'; \
586	fi; \
587	dot_seen=no; \
588	target=`echo $@ | sed s/-recursive//`; \
589	case "$@" in \
590	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
591	  *) list='$(SUBDIRS)' ;; \
592	esac; \
593	for subdir in $$list; do \
594	  echo "Making $$target in $$subdir"; \
595	  if test "$$subdir" = "."; then \
596	    dot_seen=yes; \
597	    local_target="$$target-am"; \
598	  else \
599	    local_target="$$target"; \
600	  fi; \
601	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
602	  || eval $$failcom; \
603	done; \
604	if test "$$dot_seen" = "no"; then \
605	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
606	fi; test -z "$$fail"
607check-valgrind-local:
608check-valgrind-memcheck-local:
609check-valgrind-helgrind-local:
610check-valgrind-drd-local:
611check-valgrind-sgcheck-local:
612
613ID: $(am__tagged_files)
614	$(am__define_uniq_tagged_files); mkid -fID $$unique
615tags: tags-recursive
616TAGS: tags
617
618tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
619	set x; \
620	here=`pwd`; \
621	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
622	  include_option=--etags-include; \
623	  empty_fix=.; \
624	else \
625	  include_option=--include; \
626	  empty_fix=; \
627	fi; \
628	list='$(SUBDIRS)'; for subdir in $$list; do \
629	  if test "$$subdir" = .; then :; else \
630	    test ! -f $$subdir/TAGS || \
631	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
632	  fi; \
633	done; \
634	$(am__define_uniq_tagged_files); \
635	shift; \
636	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
637	  test -n "$$unique" || unique=$$empty_fix; \
638	  if test $$# -gt 0; then \
639	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
640	      "$$@" $$unique; \
641	  else \
642	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
643	      $$unique; \
644	  fi; \
645	fi
646ctags: ctags-recursive
647
648CTAGS: ctags
649ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
650	$(am__define_uniq_tagged_files); \
651	test -z "$(CTAGS_ARGS)$$unique" \
652	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
653	     $$unique
654
655GTAGS:
656	here=`$(am__cd) $(top_builddir) && pwd` \
657	  && $(am__cd) $(top_srcdir) \
658	  && gtags -i $(GTAGS_ARGS) "$$here"
659cscope: cscope.files
660	test ! -s cscope.files \
661	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
662clean-cscope:
663	-rm -f cscope.files
664cscope.files: clean-cscope cscopelist
665cscopelist: cscopelist-recursive
666
667cscopelist-am: $(am__tagged_files)
668	list='$(am__tagged_files)'; \
669	case "$(srcdir)" in \
670	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
671	  *) sdir=$(subdir)/$(srcdir) ;; \
672	esac; \
673	for i in $$list; do \
674	  if test -f "$$i"; then \
675	    echo "$(subdir)/$$i"; \
676	  else \
677	    echo "$$sdir/$$i"; \
678	  fi; \
679	done >> $(top_builddir)/cscope.files
680
681distclean-tags:
682	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
683	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
684
685distdir: $(BUILT_SOURCES)
686	$(MAKE) $(AM_MAKEFLAGS) distdir-am
687
688distdir-am: $(DISTFILES)
689	$(am__remove_distdir)
690	test -d "$(distdir)" || mkdir "$(distdir)"
691	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
692	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
693	list='$(DISTFILES)'; \
694	  dist_files=`for file in $$list; do echo $$file; done | \
695	  sed -e "s|^$$srcdirstrip/||;t" \
696	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
697	case $$dist_files in \
698	  */*) $(MKDIR_P) `echo "$$dist_files" | \
699			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
700			   sort -u` ;; \
701	esac; \
702	for file in $$dist_files; do \
703	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
704	  if test -d $$d/$$file; then \
705	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
706	    if test -d "$(distdir)/$$file"; then \
707	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
708	    fi; \
709	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
710	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
711	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
712	    fi; \
713	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
714	  else \
715	    test -f "$(distdir)/$$file" \
716	    || cp -p $$d/$$file "$(distdir)/$$file" \
717	    || exit 1; \
718	  fi; \
719	done
720	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
721	  if test "$$subdir" = .; then :; else \
722	    $(am__make_dryrun) \
723	      || test -d "$(distdir)/$$subdir" \
724	      || $(MKDIR_P) "$(distdir)/$$subdir" \
725	      || exit 1; \
726	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
727	    $(am__relativize); \
728	    new_distdir=$$reldir; \
729	    dir1=$$subdir; dir2="$(top_distdir)"; \
730	    $(am__relativize); \
731	    new_top_distdir=$$reldir; \
732	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
733	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
734	    ($(am__cd) $$subdir && \
735	      $(MAKE) $(AM_MAKEFLAGS) \
736	        top_distdir="$$new_top_distdir" \
737	        distdir="$$new_distdir" \
738		am__remove_distdir=: \
739		am__skip_length_check=: \
740		am__skip_mode_fix=: \
741	        distdir) \
742	      || exit 1; \
743	  fi; \
744	done
745	-test -n "$(am__skip_mode_fix)" \
746	|| find "$(distdir)" -type d ! -perm -755 \
747		-exec chmod u+rwx,go+rx {} \; -o \
748	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
749	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
750	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
751	|| chmod -R a+r "$(distdir)"
752dist-gzip: distdir
753	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
754	$(am__post_remove_distdir)
755
756dist-bzip2: distdir
757	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
758	$(am__post_remove_distdir)
759
760dist-lzip: distdir
761	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
762	$(am__post_remove_distdir)
763
764dist-xz: distdir
765	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
766	$(am__post_remove_distdir)
767
768dist-zstd: distdir
769	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
770	$(am__post_remove_distdir)
771
772dist-tarZ: distdir
773	@echo WARNING: "Support for distribution archives compressed with" \
774		       "legacy program 'compress' is deprecated." >&2
775	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
776	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
777	$(am__post_remove_distdir)
778
779dist-shar: distdir
780	@echo WARNING: "Support for shar distribution archives is" \
781	               "deprecated." >&2
782	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
783	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
784	$(am__post_remove_distdir)
785dist-zip: distdir
786	-rm -f $(distdir).zip
787	zip -rq $(distdir).zip $(distdir)
788	$(am__post_remove_distdir)
789
790dist dist-all:
791	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
792	$(am__post_remove_distdir)
793
794# This target untars the dist file and tries a VPATH configuration.  Then
795# it guarantees that the distribution is self-contained by making another
796# tarfile.
797distcheck: dist
798	case '$(DIST_ARCHIVES)' in \
799	*.tar.gz*) \
800	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
801	*.tar.bz2*) \
802	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
803	*.tar.lz*) \
804	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
805	*.tar.xz*) \
806	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
807	*.tar.Z*) \
808	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
809	*.shar.gz*) \
810	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
811	*.zip*) \
812	  unzip $(distdir).zip ;;\
813	*.tar.zst*) \
814	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
815	esac
816	chmod -R a-w $(distdir)
817	chmod u+w $(distdir)
818	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
819	chmod a-w $(distdir)
820	test -d $(distdir)/_build || exit 0; \
821	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
822	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
823	  && am__cwd=`pwd` \
824	  && $(am__cd) $(distdir)/_build/sub \
825	  && ../../configure \
826	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
827	    $(DISTCHECK_CONFIGURE_FLAGS) \
828	    --srcdir=../.. --prefix="$$dc_install_base" \
829	  && $(MAKE) $(AM_MAKEFLAGS) \
830	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
831	  && $(MAKE) $(AM_MAKEFLAGS) check \
832	  && $(MAKE) $(AM_MAKEFLAGS) install \
833	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
834	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
835	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
836	        distuninstallcheck \
837	  && chmod -R a-w "$$dc_install_base" \
838	  && ({ \
839	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
840	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
841	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
842	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
843	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
844	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
845	  && rm -rf "$$dc_destdir" \
846	  && $(MAKE) $(AM_MAKEFLAGS) dist \
847	  && rm -rf $(DIST_ARCHIVES) \
848	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
849	  && cd "$$am__cwd" \
850	  || exit 1
851	$(am__post_remove_distdir)
852	@(echo "$(distdir) archives ready for distribution: "; \
853	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
854	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
855distuninstallcheck:
856	@test -n '$(distuninstallcheck_dir)' || { \
857	  echo 'ERROR: trying to run $@ with an empty' \
858	       '$$(distuninstallcheck_dir)' >&2; \
859	  exit 1; \
860	}; \
861	$(am__cd) '$(distuninstallcheck_dir)' || { \
862	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
863	  exit 1; \
864	}; \
865	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
866	   || { echo "ERROR: files left after uninstall:" ; \
867	        if test -n "$(DESTDIR)"; then \
868	          echo "  (check DESTDIR support)"; \
869	        fi ; \
870	        $(distuninstallcheck_listfiles) ; \
871	        exit 1; } >&2
872distcleancheck: distclean
873	@if test '$(srcdir)' = . ; then \
874	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
875	  exit 1 ; \
876	fi
877	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
878	  || { echo "ERROR: files left in build directory after distclean:" ; \
879	       $(distcleancheck_listfiles) ; \
880	       exit 1; } >&2
881check-am: all-am
882check: check-recursive
883all-am: Makefile $(SCRIPTS) $(DATA)
884installdirs: installdirs-recursive
885installdirs-am:
886	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(settingsdir)"; do \
887	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
888	done
889install: install-recursive
890install-exec: install-exec-recursive
891install-data: install-data-recursive
892uninstall: uninstall-recursive
893
894install-am: all-am
895	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
896
897installcheck: installcheck-recursive
898install-strip:
899	if test -z '$(STRIP)'; then \
900	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
901	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
902	      install; \
903	else \
904	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
905	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
906	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
907	fi
908mostlyclean-generic:
909
910clean-generic:
911
912distclean-generic:
913	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
914	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
915	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
916
917maintainer-clean-generic:
918	@echo "This command is intended for maintainers to use"
919	@echo "it deletes files that may require special tools to rebuild."
920check-valgrind: check-valgrind-recursive
921
922check-valgrind-am: check-valgrind-local
923
924check-valgrind-drd: check-valgrind-drd-recursive
925
926check-valgrind-drd-am: check-valgrind-drd-local
927
928check-valgrind-helgrind: check-valgrind-helgrind-recursive
929
930check-valgrind-helgrind-am: check-valgrind-helgrind-local
931
932check-valgrind-memcheck: check-valgrind-memcheck-recursive
933
934check-valgrind-memcheck-am: check-valgrind-memcheck-local
935
936check-valgrind-sgcheck: check-valgrind-sgcheck-recursive
937
938check-valgrind-sgcheck-am: check-valgrind-sgcheck-local
939
940clean: clean-recursive
941
942clean-am: clean-generic clean-libtool mostlyclean-am
943
944distclean: distclean-recursive
945	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
946	-rm -f Makefile
947distclean-am: clean-am distclean-generic distclean-libtool \
948	distclean-tags
949
950dvi: dvi-recursive
951
952dvi-am:
953
954html: html-recursive
955
956html-am:
957
958info: info-recursive
959
960info-am:
961
962install-data-am: install-pkgconfigDATA install-settingsDATA
963	@$(NORMAL_INSTALL)
964	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
965install-dvi: install-dvi-recursive
966
967install-dvi-am:
968
969install-exec-am: install-binSCRIPTS
970
971install-html: install-html-recursive
972
973install-html-am:
974
975install-info: install-info-recursive
976
977install-info-am:
978
979install-man:
980
981install-pdf: install-pdf-recursive
982
983install-pdf-am:
984
985install-ps: install-ps-recursive
986
987install-ps-am:
988
989installcheck-am:
990
991maintainer-clean: maintainer-clean-recursive
992	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
993	-rm -rf $(top_srcdir)/autom4te.cache
994	-rm -f Makefile
995maintainer-clean-am: distclean-am maintainer-clean-generic
996
997mostlyclean: mostlyclean-recursive
998
999mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1000
1001pdf: pdf-recursive
1002
1003pdf-am:
1004
1005ps: ps-recursive
1006
1007ps-am:
1008
1009uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA \
1010	uninstall-settingsDATA
1011
1012.MAKE: $(am__recursive_targets) install-am install-data-am \
1013	install-strip
1014
1015.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1016	am--refresh check check-am check-valgrind-am \
1017	check-valgrind-drd-am check-valgrind-drd-local \
1018	check-valgrind-helgrind-am check-valgrind-helgrind-local \
1019	check-valgrind-local check-valgrind-memcheck-am \
1020	check-valgrind-memcheck-local check-valgrind-sgcheck-am \
1021	check-valgrind-sgcheck-local clean clean-cscope clean-generic \
1022	clean-libtool cscope cscopelist-am ctags ctags-am dist \
1023	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
1024	dist-xz dist-zip dist-zstd distcheck distclean \
1025	distclean-generic distclean-libtool distclean-tags \
1026	distcleancheck distdir distuninstallcheck dvi dvi-am html \
1027	html-am info info-am install install-am install-binSCRIPTS \
1028	install-data install-data-am install-data-hook install-dvi \
1029	install-dvi-am install-exec install-exec-am install-html \
1030	install-html-am install-info install-info-am install-man \
1031	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
1032	install-ps-am install-settingsDATA install-strip installcheck \
1033	installcheck-am installdirs installdirs-am maintainer-clean \
1034	maintainer-clean-generic mostlyclean mostlyclean-generic \
1035	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1036	uninstall-am uninstall-binSCRIPTS uninstall-pkgconfigDATA \
1037	uninstall-settingsDATA
1038
1039.PRECIOUS: Makefile
1040
1041
1042check_nc_config:
1043	$(F03) `./nf-config --fflags` test_prog.f03 -o test_prog `./nf-config --libs`
1044	./test_prog
1045
1046install-data-hook:
1047	@echo ''
1048	@echo '+-------------------------------------------------------------+'
1049	@echo '| Congratulations! You have successfully installed the netCDF |'
1050	@echo '| Fortran libraries.                                          |'
1051	@echo '|                                                             |'
1052	@echo '| You can use script "nf-config" to find out the relevant     |'
1053	@echo '| compiler options to build your application. Enter           |'
1054	@echo '|                                                             |'
1055	@echo '|     nf-config --help                                        |'
1056	@echo '|                                                             |'
1057	@echo '| for additional information.                                 |'
1058	@echo '|                                                             |'
1059	@echo '| CAUTION:                                                    |'
1060	@echo '|                                                             |'
1061	@echo '| If you have not already run "make check", then we strongly  |'
1062	@echo '| recommend you do so. It does not take very long.            |'
1063	@echo '|                                                             |'
1064	@echo '| Before using netCDF to store important data, test your      |'
1065	@echo '| build with "make check".                                    |'
1066	@echo '|                                                             |'
1067	@echo '| NetCDF is tested nightly on many platforms at Unidata       |'
1068	@echo '| but your platform is probably different in some ways.       |'
1069	@echo '|                                                             |'
1070	@echo '| If any tests fail, please see the netCDF web site:          |'
1071	@echo '| http://www.unidata.ucar.edu/software/netcdf/                |'
1072	@echo '|                                                             |'
1073	@echo '| NetCDF is developed and maintained at the Unidata Program   |'
1074	@echo '| Center. Unidata provides a broad array of data and software |'
1075	@echo '| tools for use in geoscience education and research.         |'
1076	@echo '| http://www.unidata.ucar.edu                                 |'
1077	@echo '+-------------------------------------------------------------+'
1078	@echo ''
1079
1080# Tell versions [3.59,3.63) of GNU make to not export all variables.
1081# Otherwise a system limit (for SysV at least) may be exceeded.
1082.NOEXPORT:
1083