1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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# Copyright by The HDF Group.
19# Copyright by the Board of Trustees of the University of Illinois.
20# All rights reserved.
21#
22# This file is part of HDF5.  The full HDF5 copyright notice, including
23# terms governing use, modification, and redistribution, is contained in
24# the files COPYING and Copyright.html.  COPYING can be found at the root
25# of the source code distribution tree; Copyright.html can be found at the
26# root level of an installed copy of the electronic HDF5 document set and
27# is linked from the top-level documents page.  It can also be found at
28# http://hdfgroup.org/HDF5/doc/Copyright.html.  If you do not have
29# access to either file, you may request a copy from help@hdfgroup.org.
30#
31# HDF5 Library Makefile(.in)
32#
33
34
35
36
37VPATH = @srcdir@
38am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
39am__make_running_with_option = \
40  case $${target_option-} in \
41      ?) ;; \
42      *) echo "am__make_running_with_option: internal error: invalid" \
43              "target option '$${target_option-}' specified" >&2; \
44         exit 1;; \
45  esac; \
46  has_opt=no; \
47  sane_makeflags=$$MAKEFLAGS; \
48  if $(am__is_gnu_make); then \
49    sane_makeflags=$$MFLAGS; \
50  else \
51    case $$MAKEFLAGS in \
52      *\\[\ \	]*) \
53        bs=\\; \
54        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
55          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
56    esac; \
57  fi; \
58  skip_next=no; \
59  strip_trailopt () \
60  { \
61    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
62  }; \
63  for flg in $$sane_makeflags; do \
64    test $$skip_next = yes && { skip_next=no; continue; }; \
65    case $$flg in \
66      *=*|--*) continue;; \
67        -*I) strip_trailopt 'I'; skip_next=yes;; \
68      -*I?*) strip_trailopt 'I';; \
69        -*O) strip_trailopt 'O'; skip_next=yes;; \
70      -*O?*) strip_trailopt 'O';; \
71        -*l) strip_trailopt 'l'; skip_next=yes;; \
72      -*l?*) strip_trailopt 'l';; \
73      -[dEDm]) skip_next=yes;; \
74      -[JT]) skip_next=yes;; \
75    esac; \
76    case $$flg in \
77      *$$target_option*) has_opt=yes; break;; \
78    esac; \
79  done; \
80  test $$has_opt = yes
81am__make_dryrun = (target_option=n; $(am__make_running_with_option))
82am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
83pkgdatadir = $(datadir)/@PACKAGE@
84pkgincludedir = $(includedir)/@PACKAGE@
85pkglibdir = $(libdir)/@PACKAGE@
86pkglibexecdir = $(libexecdir)/@PACKAGE@
87am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
88install_sh_DATA = $(install_sh) -c -m 644
89install_sh_PROGRAM = $(install_sh) -c
90install_sh_SCRIPT = $(install_sh) -c
91INSTALL_HEADER = $(INSTALL_DATA)
92transform = $(program_transform_name)
93NORMAL_INSTALL = :
94PRE_INSTALL = :
95POST_INSTALL = :
96NORMAL_UNINSTALL = :
97PRE_UNINSTALL = :
98POST_UNINSTALL = :
99build_triplet = @build@
100host_triplet = @host@
101DIST_COMMON = $(top_srcdir)/config/commence.am \
102	$(top_srcdir)/config/lt_vers.am \
103	$(top_srcdir)/config/conclude.am $(srcdir)/Makefile.in \
104	$(srcdir)/Makefile.am $(srcdir)/H5config.h.in \
105	$(top_srcdir)/bin/mkinstalldirs $(srcdir)/libhdf5.settings.in \
106	$(top_srcdir)/bin/depcomp $(include_HEADERS) \
107	$(top_srcdir)/bin/test-driver COPYING
108noinst_PROGRAMS = H5detect$(EXEEXT) H5make_libsettings$(EXEEXT)
109TESTS =
110subdir = src
111ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112am__aclocal_m4_deps = $(top_srcdir)/configure.ac
113am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
114	$(ACLOCAL_M4)
115mkinstalldirs = $(SHELL) $(top_srcdir)/bin/mkinstalldirs
116CONFIG_HEADER = H5config.h
117CONFIG_CLEAN_FILES = libhdf5.settings
118CONFIG_CLEAN_VPATH_FILES =
119am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
120am__vpath_adj = case $$p in \
121    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
122    *) f=$$p;; \
123  esac;
124am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
125am__install_max = 40
126am__nobase_strip_setup = \
127  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
128am__nobase_strip = \
129  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
130am__nobase_list = $(am__nobase_strip_setup); \
131  for p in $$list; do echo "$$p $$p"; done | \
132  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
133  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
134    if (++n[$$2] == $(am__install_max)) \
135      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
136    END { for (dir in files) print dir, files[dir] }'
137am__base_list = \
138  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
139  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
140am__uninstall_files_from_dir = { \
141  test -z "$$files" \
142    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
143    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
144         $(am__cd) "$$dir" && rm -f $$files; }; \
145  }
146am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(settingsdir)" \
147	"$(DESTDIR)$(includedir)"
148LTLIBRARIES = $(lib_LTLIBRARIES)
149libhdf5_la_LIBADD =
150am_libhdf5_la_OBJECTS = H5.lo H5checksum.lo H5dbg.lo H5system.lo \
151	H5timer.lo H5trace.lo H5A.lo H5Abtree2.lo H5Adense.lo \
152	H5Adeprec.lo H5Aint.lo H5Atest.lo H5AC.lo H5B.lo H5Bcache.lo \
153	H5Bdbg.lo H5B2.lo H5B2cache.lo H5B2dbg.lo H5B2hdr.lo \
154	H5B2int.lo H5B2stat.lo H5B2test.lo H5C.lo H5CS.lo H5D.lo \
155	H5Dbtree.lo H5Dchunk.lo H5Dcompact.lo H5Dcontig.lo H5Ddbg.lo \
156	H5Ddeprec.lo H5Defl.lo H5Dfill.lo H5Dint.lo H5Dio.lo \
157	H5Dlayout.lo H5Dmpio.lo H5Doh.lo H5Dscatgath.lo H5Dselect.lo \
158	H5Dtest.lo H5E.lo H5Edeprec.lo H5Eint.lo H5F.lo H5Faccum.lo \
159	H5Fcwfs.lo H5Fdbg.lo H5Fefc.lo H5Ffake.lo H5Fio.lo H5Fmount.lo \
160	H5Fmpi.lo H5Fquery.lo H5Fsfile.lo H5Fsuper.lo \
161	H5Fsuper_cache.lo H5Ftest.lo H5FD.lo H5FDcore.lo H5FDdirect.lo \
162	H5FDfamily.lo H5FDint.lo H5FDlog.lo H5FDmpi.lo H5FDmpio.lo \
163	H5FDmulti.lo H5FDsec2.lo H5FDspace.lo H5FDstdio.lo H5FL.lo \
164	H5FO.lo H5FS.lo H5FScache.lo H5FSdbg.lo H5FSsection.lo \
165	H5FSstat.lo H5FStest.lo H5G.lo H5Gbtree2.lo H5Gcache.lo \
166	H5Gcompact.lo H5Gdense.lo H5Gdeprec.lo H5Gent.lo H5Gint.lo \
167	H5Glink.lo H5Gloc.lo H5Gname.lo H5Gnode.lo H5Gobj.lo H5Goh.lo \
168	H5Groot.lo H5Gstab.lo H5Gtest.lo H5Gtraverse.lo H5HF.lo \
169	H5HFbtree2.lo H5HFcache.lo H5HFdbg.lo H5HFdblock.lo \
170	H5HFdtable.lo H5HFhdr.lo H5HFhuge.lo H5HFiblock.lo H5HFiter.lo \
171	H5HFman.lo H5HFsection.lo H5HFspace.lo H5HFstat.lo H5HFtest.lo \
172	H5HFtiny.lo H5HG.lo H5HGcache.lo H5HGdbg.lo H5HGquery.lo \
173	H5HL.lo H5HLcache.lo H5HLdbg.lo H5HLint.lo H5HP.lo H5I.lo \
174	H5Itest.lo H5L.lo H5Lexternal.lo H5lib_settings.lo H5MF.lo \
175	H5MFaggr.lo H5MFdbg.lo H5MFsection.lo H5MM.lo H5MP.lo \
176	H5MPtest.lo H5O.lo H5Oainfo.lo H5Oalloc.lo H5Oattr.lo \
177	H5Oattribute.lo H5Obogus.lo H5Obtreek.lo H5Ocache.lo \
178	H5Ochunk.lo H5Ocont.lo H5Ocopy.lo H5Odbg.lo H5Odrvinfo.lo \
179	H5Odtype.lo H5Oefl.lo H5Ofill.lo H5Oginfo.lo H5Olayout.lo \
180	H5Olinfo.lo H5Olink.lo H5Omessage.lo H5Omtime.lo H5Oname.lo \
181	H5Onull.lo H5Opline.lo H5Orefcount.lo H5Osdspace.lo \
182	H5Oshared.lo H5Ostab.lo H5Oshmesg.lo H5Otest.lo H5Ounknown.lo \
183	H5P.lo H5Pacpl.lo H5Pdapl.lo H5Pdcpl.lo H5Pdeprec.lo \
184	H5Pdxpl.lo H5Pfapl.lo H5Pfcpl.lo H5Pfmpl.lo H5Pgcpl.lo \
185	H5Pint.lo H5Plapl.lo H5Plcpl.lo H5Pocpl.lo H5Pocpypl.lo \
186	H5Pstrcpl.lo H5Ptest.lo H5PL.lo H5R.lo H5Rdeprec.lo H5RC.lo \
187	H5RS.lo H5S.lo H5Sall.lo H5Sdbg.lo H5Shyper.lo H5Smpio.lo \
188	H5Snone.lo H5Spoint.lo H5Sselect.lo H5Stest.lo H5SL.lo H5SM.lo \
189	H5SMbtree2.lo H5SMcache.lo H5SMmessage.lo H5SMtest.lo H5ST.lo \
190	H5T.lo H5Tarray.lo H5Tbit.lo H5Tcommit.lo H5Tcompound.lo \
191	H5Tconv.lo H5Tcset.lo H5Tdbg.lo H5Tdeprec.lo H5Tenum.lo \
192	H5Tfields.lo H5Tfixed.lo H5Tfloat.lo H5Tinit.lo H5Tnative.lo \
193	H5Toffset.lo H5Toh.lo H5Topaque.lo H5Torder.lo H5Tpad.lo \
194	H5Tprecis.lo H5Tstrpad.lo H5Tvisit.lo H5Tvlen.lo H5TS.lo \
195	H5VM.lo H5WB.lo H5Z.lo H5Zdeflate.lo H5Zfletcher32.lo \
196	H5Znbit.lo H5Zshuffle.lo H5Zszip.lo H5Zscaleoffset.lo \
197	H5Ztrans.lo
198libhdf5_la_OBJECTS = $(am_libhdf5_la_OBJECTS)
199AM_V_lt = $(am__v_lt_@AM_V@)
200am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
201am__v_lt_0 = --silent
202am__v_lt_1 =
203libhdf5_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
204	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
205	$(libhdf5_la_LDFLAGS) $(LDFLAGS) -o $@
206PROGRAMS = $(noinst_PROGRAMS)
207H5detect_SOURCES = H5detect.c
208H5detect_OBJECTS = H5detect.$(OBJEXT)
209H5detect_LDADD = $(LDADD)
210H5make_libsettings_SOURCES = H5make_libsettings.c
211H5make_libsettings_OBJECTS = H5make_libsettings.$(OBJEXT)
212H5make_libsettings_LDADD = $(LDADD)
213AM_V_P = $(am__v_P_@AM_V@)
214am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
215am__v_P_0 = false
216am__v_P_1 = :
217AM_V_GEN = $(am__v_GEN_@AM_V@)
218am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
219am__v_GEN_0 = @echo "  GEN     " $@;
220am__v_GEN_1 =
221AM_V_at = $(am__v_at_@AM_V@)
222am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
223am__v_at_0 = @
224am__v_at_1 =
225DEFAULT_INCLUDES = -I.@am__isrc@
226depcomp = $(SHELL) $(top_srcdir)/bin/depcomp
227am__depfiles_maybe = depfiles
228am__mv = mv -f
229COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
230	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
231LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
232	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
233	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
234	$(AM_CFLAGS) $(CFLAGS)
235AM_V_CC = $(am__v_CC_@AM_V@)
236am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
237am__v_CC_0 = @echo "  CC      " $@;
238am__v_CC_1 =
239CCLD = $(CC)
240LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
241	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
242	$(AM_LDFLAGS) $(LDFLAGS) -o $@
243AM_V_CCLD = $(am__v_CCLD_@AM_V@)
244am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
245am__v_CCLD_0 = @echo "  CCLD    " $@;
246am__v_CCLD_1 =
247SOURCES = $(libhdf5_la_SOURCES) H5detect.c H5make_libsettings.c
248DIST_SOURCES = $(libhdf5_la_SOURCES) H5detect.c H5make_libsettings.c
249am__can_run_installinfo = \
250  case $$AM_UPDATE_INFO_DIR in \
251    n|no|NO) false;; \
252    *) (install-info --version) >/dev/null 2>&1;; \
253  esac
254DATA = $(settings_DATA)
255HEADERS = $(include_HEADERS)
256am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
257	$(LISP)H5config.h.in
258# Read a list of newline-separated strings from the standard input,
259# and print each of them once, without duplicates.  Input order is
260# *not* preserved.
261am__uniquify_input = $(AWK) '\
262  BEGIN { nonempty = 0; } \
263  { items[$$0] = 1; nonempty = 1; } \
264  END { if (nonempty) { for (i in items) print i; }; } \
265'
266# Make sure the list of sources is unique.  This is necessary because,
267# e.g., the same source file might be shared among _SOURCES variables
268# for different programs/libraries.
269am__define_uniq_tagged_files = \
270  list='$(am__tagged_files)'; \
271  unique=`for i in $$list; do \
272    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
273  done | $(am__uniquify_input)`
274ETAGS = etags
275CTAGS = ctags
276am__tty_colors_dummy = \
277  mgn= red= grn= lgn= blu= brg= std=; \
278  am__color_tests=no
279am__tty_colors = { \
280  $(am__tty_colors_dummy); \
281  if test "X$(AM_COLOR_TESTS)" = Xno; then \
282    am__color_tests=no; \
283  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
284    am__color_tests=yes; \
285  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
286    am__color_tests=yes; \
287  fi; \
288  if test $$am__color_tests = yes; then \
289    red=''; \
290    grn=''; \
291    lgn=''; \
292    blu=''; \
293    mgn=''; \
294    brg=''; \
295    std=''; \
296  fi; \
297}
298am__recheck_rx = ^[ 	]*:recheck:[ 	]*
299am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
300am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
301# A command that, given a newline-separated list of test names on the
302# standard input, print the name of the tests that are to be re-run
303# upon "make recheck".
304am__list_recheck_tests = $(AWK) '{ \
305  recheck = 1; \
306  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
307    { \
308      if (rc < 0) \
309        { \
310          if ((getline line2 < ($$0 ".log")) < 0) \
311	    recheck = 0; \
312          break; \
313        } \
314      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
315        { \
316          recheck = 0; \
317          break; \
318        } \
319      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
320        { \
321          break; \
322        } \
323    }; \
324  if (recheck) \
325    print $$0; \
326  close ($$0 ".trs"); \
327  close ($$0 ".log"); \
328}'
329# A command that, given a newline-separated list of test names on the
330# standard input, create the global log from their .trs and .log files.
331am__create_global_log = $(AWK) ' \
332function fatal(msg) \
333{ \
334  print "fatal: making $@: " msg | "cat >&2"; \
335  exit 1; \
336} \
337function rst_section(header) \
338{ \
339  print header; \
340  len = length(header); \
341  for (i = 1; i <= len; i = i + 1) \
342    printf "="; \
343  printf "\n\n"; \
344} \
345{ \
346  copy_in_global_log = 1; \
347  global_test_result = "RUN"; \
348  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
349    { \
350      if (rc < 0) \
351         fatal("failed to read from " $$0 ".trs"); \
352      if (line ~ /$(am__global_test_result_rx)/) \
353        { \
354          sub("$(am__global_test_result_rx)", "", line); \
355          sub("[ 	]*$$", "", line); \
356          global_test_result = line; \
357        } \
358      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
359        copy_in_global_log = 0; \
360    }; \
361  if (copy_in_global_log) \
362    { \
363      rst_section(global_test_result ": " $$0); \
364      while ((rc = (getline line < ($$0 ".log"))) != 0) \
365      { \
366        if (rc < 0) \
367          fatal("failed to read from " $$0 ".log"); \
368        print line; \
369      }; \
370      printf "\n"; \
371    }; \
372  close ($$0 ".trs"); \
373  close ($$0 ".log"); \
374}'
375# Restructured Text title.
376am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
377# Solaris 10 'make', and several other traditional 'make' implementations,
378# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
379# by disabling -e (using the XSI extension "set +e") if it's set.
380am__sh_e_setup = case $$- in *e*) set +e;; esac
381# Default flags passed to test drivers.
382am__common_driver_flags = \
383  --color-tests "$$am__color_tests" \
384  --enable-hard-errors "$$am__enable_hard_errors" \
385  --expect-failure "$$am__expect_failure"
386# To be inserted before the command running the test.  Creates the
387# directory for the log if needed.  Stores in $dir the directory
388# containing $f, in $tst the test, in $log the log.  Executes the
389# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
390# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
391# will run the test scripts (or their associated LOG_COMPILER, if
392# thy have one).
393am__check_pre = \
394$(am__sh_e_setup);					\
395$(am__vpath_adj_setup) $(am__vpath_adj)			\
396$(am__tty_colors);					\
397srcdir=$(srcdir); export srcdir;			\
398case "$@" in						\
399  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
400    *) am__odir=.;; 					\
401esac;							\
402test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
403  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
404if test -f "./$$f"; then dir=./;			\
405elif test -f "$$f"; then dir=;				\
406else dir="$(srcdir)/"; fi;				\
407tst=$$dir$$f; log='$@'; 				\
408if test -n '$(DISABLE_HARD_ERRORS)'; then		\
409  am__enable_hard_errors=no; 				\
410else							\
411  am__enable_hard_errors=yes; 				\
412fi; 							\
413case " $(XFAIL_TESTS) " in				\
414  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
415    am__expect_failure=yes;;				\
416  *)							\
417    am__expect_failure=no;;				\
418esac; 							\
419$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
420# A shell command to get the names of the tests scripts with any registered
421# extension removed (i.e., equivalently, the names of the test logs, with
422# the '.log' extension removed).  The result is saved in the shell variable
423# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
424# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
425# since that might cause problem with VPATH rewrites for suffix-less tests.
426# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
427am__set_TESTS_bases = \
428  bases='$(TEST_LOGS)'; \
429  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
430  bases=`echo $$bases`
431RECHECK_LOGS = $(TEST_LOGS)
432AM_RECURSIVE_TARGETS = check recheck
433TEST_SUITE_LOG = test-suite.log
434am__test_logs1 = $(TESTS:=.log)
435am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
436TEST_LOGS = $(am__test_logs2:.sh.log=.log)
437SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/bin/test-driver
438SH_LOG_COMPILE = $(SH_LOG_COMPILER) $(AM_SH_LOG_FLAGS) $(SH_LOG_FLAGS)
439am__set_b = \
440  case '$@' in \
441    */*) \
442      case '$*' in \
443        */*) b='$*';; \
444          *) b=`echo '$@' | sed 's/\.log$$//'`; \
445       esac;; \
446    *) \
447      b='$*';; \
448  esac
449DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
450ACLOCAL = @ACLOCAL@
451ADD_PARALLEL_FILES = @ADD_PARALLEL_FILES@
452AMTAR = @AMTAR@
453
454# H5_CFLAGS holds flags that should be used when building hdf5,
455# but which should not be exported to h5cc for building other programs.
456# AM_CFLAGS is an automake construct which should be used by Makefiles
457# instead of CFLAGS, as CFLAGS is reserved solely for the user to define.
458# This applies to FCFLAGS, CXXFLAGS, CPPFLAGS, and LDFLAGS as well.
459AM_CFLAGS = @AM_CFLAGS@ @H5_CFLAGS@
460AM_CPPFLAGS = @AM_CPPFLAGS@ @H5_CPPFLAGS@
461AM_CXXFLAGS = @AM_CXXFLAGS@ @H5_CXXFLAGS@
462AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
463AM_FCFLAGS = @AM_FCFLAGS@ @H5_FCFLAGS@
464AM_LDFLAGS = @AM_LDFLAGS@ @H5_LDFLAGS@
465AM_MAKEFLAGS = @AM_MAKEFLAGS@
466AR = @AR@
467AS = @AS@
468AUTOCONF = @AUTOCONF@
469AUTOHEADER = @AUTOHEADER@
470AUTOMAKE = @AUTOMAKE@
471AWK = @AWK@
472BYTESEX = @BYTESEX@
473CC = @CC@
474CCDEPMODE = @CCDEPMODE@
475CC_VERSION = @CC_VERSION@
476CFLAGS = @CFLAGS@
477CLEARFILEBUF = @CLEARFILEBUF@
478CODESTACK = @CODESTACK@
479CONFIG_DATE = @CONFIG_DATE@
480CONFIG_MODE = @CONFIG_MODE@
481CONFIG_USER = @CONFIG_USER@
482CPP = @CPP@
483CPPFLAGS = @CPPFLAGS@
484CXX = @CXX@
485CXXCPP = @CXXCPP@
486CXXDEPMODE = @CXXDEPMODE@
487CXXFLAGS = @CXXFLAGS@
488CXX_VERSION = @CXX_VERSION@
489CYGPATH_W = @CYGPATH_W@
490DEBUG_PKG = @DEBUG_PKG@
491DEFAULT_API_VERSION = @DEFAULT_API_VERSION@
492DEFS = @DEFS@
493DEPDIR = @DEPDIR@
494DEPRECATED_SYMBOLS = @DEPRECATED_SYMBOLS@
495DIRECT_VFD = @DIRECT_VFD@
496DLLTOOL = @DLLTOOL@
497DSYMUTIL = @DSYMUTIL@
498DUMPBIN = @DUMPBIN@
499DYNAMIC_DIRS = @DYNAMIC_DIRS@
500ECHO_C = @ECHO_C@
501ECHO_N = @ECHO_N@
502ECHO_T = @ECHO_T@
503EGREP = @EGREP@
504EXEEXT = @EXEEXT@
505EXTERNAL_FILTERS = @EXTERNAL_FILTERS@
506
507# Make sure that these variables are exported to the Makefiles
508F9XMODEXT = @F9XMODEXT@
509F9XMODFLAG = @F9XMODFLAG@
510F9XSUFFIXFLAG = @F9XSUFFIXFLAG@
511FC = @FC@
512FC2003 = @FC2003@
513FCFLAGS = @FCFLAGS@
514FCFLAGS_f90 = @FCFLAGS_f90@
515FCLIBS = @FCLIBS@
516FC_VERSION = @FC_VERSION@
517FGREP = @FGREP@
518FILTERS = @FILTERS@
519FSEARCH_DIRS = @FSEARCH_DIRS@
520GREP = @GREP@
521H5_CFLAGS = @H5_CFLAGS@
522H5_CPPFLAGS = @H5_CPPFLAGS@
523H5_CXXFLAGS = @H5_CXXFLAGS@
524H5_CXX_SHARED = @H5_CXX_SHARED@
525H5_FCFLAGS = @H5_FCFLAGS@
526H5_FORTRAN_SHARED = @H5_FORTRAN_SHARED@
527H5_LDFLAGS = @H5_LDFLAGS@
528H5_LONE_COLON = @H5_LONE_COLON@
529H5_VERSION = @H5_VERSION@
530HADDR_T = @HADDR_T@
531HAVE_DMALLOC = @HAVE_DMALLOC@
532HAVE_FORTRAN_2003 = @HAVE_FORTRAN_2003@
533HAVE_PTHREAD = @HAVE_PTHREAD@
534HDF5_HL = @HDF5_HL@
535HDF5_INTERFACES = @HDF5_INTERFACES@
536HDF_CXX = @HDF_CXX@
537HDF_FORTRAN = @HDF_FORTRAN@
538HDF_FORTRAN2003 = @HDF_FORTRAN2003@
539HID_T = @HID_T@
540HL = @HL@
541HL_FOR = @HL_FOR@
542HSIZE_T = @HSIZE_T@
543HSSIZE_T = @HSSIZE_T@
544INSTALL = @INSTALL@
545INSTALL_DATA = @INSTALL_DATA@
546INSTALL_PROGRAM = @INSTALL_PROGRAM@
547INSTALL_SCRIPT = @INSTALL_SCRIPT@
548INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
549INSTRUMENT = @INSTRUMENT@
550INSTRUMENT_LIBRARY = @INSTRUMENT_LIBRARY@
551LARGEFILE = @LARGEFILE@
552LD = @LD@
553LDFLAGS = @LDFLAGS@
554LIBOBJS = @LIBOBJS@
555LIBS = @LIBS@
556LIBTOOL = @LIBTOOL@
557LIPO = @LIPO@
558LL_PATH = @LL_PATH@
559LN_S = @LN_S@
560LTLIBOBJS = @LTLIBOBJS@
561LT_STATIC_EXEC = @LT_STATIC_EXEC@
562MAINT = @MAINT@
563MAKEINFO = @MAKEINFO@
564MANIFEST_TOOL = @MANIFEST_TOOL@
565MKDIR_P = @MKDIR_P@
566MPE = @MPE@
567MPI_GET_SIZE = @MPI_GET_SIZE@
568NM = @NM@
569NMEDIT = @NMEDIT@
570OBJDUMP = @OBJDUMP@
571OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@
572OBJEXT = @OBJEXT@
573OTOOL = @OTOOL@
574OTOOL64 = @OTOOL64@
575PACKAGE = @PACKAGE@
576PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
577PACKAGE_NAME = @PACKAGE_NAME@
578PACKAGE_STRING = @PACKAGE_STRING@
579PACKAGE_TARNAME = @PACKAGE_TARNAME@
580PACKAGE_URL = @PACKAGE_URL@
581PACKAGE_VERSION = @PACKAGE_VERSION@
582PARALLEL = @PARALLEL@
583PATH_SEPARATOR = @PATH_SEPARATOR@
584PERL = @PERL@
585RANLIB = @RANLIB@
586ROOT = @ROOT@
587RUNPARALLEL = @RUNPARALLEL@
588RUNSERIAL = @RUNSERIAL@
589R_INTEGER = @R_INTEGER@
590R_LARGE = @R_LARGE@
591SEARCH = @SEARCH@
592SED = @SED@
593SETX = @SETX@
594SET_MAKE = @SET_MAKE@
595SHELL = @SHELL@
596SIZE_T = @SIZE_T@
597STATIC_EXEC = @STATIC_EXEC@
598STATIC_SHARED = @STATIC_SHARED@
599STRICT_FORMAT_CHECKS = @STRICT_FORMAT_CHECKS@
600STRIP = @STRIP@
601TESTPARALLEL = @TESTPARALLEL@
602THREADSAFE = @THREADSAFE@
603TIME = @TIME@
604TR = @TR@
605TRACE_API = @TRACE_API@
606UNAME_INFO = @UNAME_INFO@
607USE_FILTER_DEFLATE = @USE_FILTER_DEFLATE@
608USE_FILTER_FLETCHER32 = @USE_FILTER_FLETCHER32@
609USE_FILTER_NBIT = @USE_FILTER_NBIT@
610USE_FILTER_SCALEOFFSET = @USE_FILTER_SCALEOFFSET@
611USE_FILTER_SHUFFLE = @USE_FILTER_SHUFFLE@
612USE_FILTER_SZIP = @USE_FILTER_SZIP@
613USINGMEMCHECKER = @USINGMEMCHECKER@
614VERSION = @VERSION@
615WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
616abs_builddir = @abs_builddir@
617abs_srcdir = @abs_srcdir@
618abs_top_builddir = @abs_top_builddir@
619abs_top_srcdir = @abs_top_srcdir@
620ac_ct_AR = @ac_ct_AR@
621ac_ct_CC = @ac_ct_CC@
622ac_ct_CXX = @ac_ct_CXX@
623ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
624ac_ct_FC = @ac_ct_FC@
625am__include = @am__include@
626am__leading_dot = @am__leading_dot@
627am__quote = @am__quote@
628am__tar = @am__tar@
629am__untar = @am__untar@
630bindir = @bindir@
631build = @build@
632build_alias = @build_alias@
633build_cpu = @build_cpu@
634build_os = @build_os@
635build_vendor = @build_vendor@
636builddir = @builddir@
637datadir = @datadir@
638datarootdir = @datarootdir@
639
640# Install directories that automake doesn't know about
641docdir = $(exec_prefix)/doc
642dvidir = @dvidir@
643enable_shared = @enable_shared@
644enable_static = @enable_static@
645exec_prefix = @exec_prefix@
646host = @host@
647host_alias = @host_alias@
648host_cpu = @host_cpu@
649host_os = @host_os@
650host_vendor = @host_vendor@
651htmldir = @htmldir@
652includedir = @includedir@
653infodir = @infodir@
654install_sh = @install_sh@
655libdir = @libdir@
656libexecdir = @libexecdir@
657localedir = @localedir@
658localstatedir = @localstatedir@
659mandir = @mandir@
660mkdir_p = @mkdir_p@
661oldincludedir = @oldincludedir@
662pdfdir = @pdfdir@
663prefix = @prefix@
664program_transform_name = @program_transform_name@
665psdir = @psdir@
666sbindir = @sbindir@
667sharedstatedir = @sharedstatedir@
668srcdir = @srcdir@
669sysconfdir = @sysconfdir@
670target_alias = @target_alias@
671top_build_prefix = @top_build_prefix@
672top_builddir = @top_builddir@
673top_srcdir = @top_srcdir@
674
675# Shell commands used in Makefiles
676RM = rm -f
677CP = cp
678
679# Some machines need a command to run executables; this is that command
680# so that our tests will run.
681# We use RUNEXEC instead of RUNSERIAL directly because it may be that
682# some tests need to be run with a different command.  Older versions
683# of the makefiles used the command
684# $(LIBTOOL) --mode=execute
685# in some directories, for instance.
686RUNEXEC = $(RUNSERIAL)
687
688# Libraries to link to while building
689LIBHDF5 = $(top_builddir)/src/libhdf5.la
690LIBH5TEST = $(top_builddir)/test/libh5test.la
691LIBH5F = $(top_builddir)/fortran/src/libhdf5_fortran.la
692LIBH5FTEST = $(top_builddir)/fortran/test/libh5test_fortran.la
693LIBH5CPP = $(top_builddir)/c++/src/libhdf5_cpp.la
694LIBH5TOOLS = $(top_builddir)/tools/lib/libh5tools.la
695LIBH5_HL = $(top_builddir)/hl/src/libhdf5_hl.la
696LIBH5F_HL = $(top_builddir)/hl/fortran/src/libhdf5hl_fortran.la
697LIBH5CPP_HL = $(top_builddir)/hl/c++/src/libhdf5_hl_cpp.la
698
699# Note that in svn revision 19400 the '/' after DESTDIR in H5* variables below
700# has been removed. According to the official description of DESTDIR by Gnu at
701# http://www.gnu.org/prep/standards/html_node/DESTDIR.html, DESTDIR is
702# prepended to the normal and complete install path that it precedes for the
703# purpose of installing in a temporary directory which is useful for building
704# rpms and other packages.  The '/' after ${DESTDIR} will be followed by another
705# '/' at the beginning of the normal install path.  When DESTDIR is empty the
706# path then begins with '//', which is incorrect and causes problems at least for
707# Cygwin.
708
709# Scripts used to build examples
710# If only shared libraries have been installed, have h5cc build examples with
711# shared libraries instead of static libraries
712H5CC = ${DESTDIR}$(bindir)/h5cc
713H5CC_PP = ${DESTDIR}$(bindir)/h5pcc
714H5FC = ${DESTDIR}$(bindir)/h5fc
715H5FC_PP = ${DESTDIR}$(bindir)/h5pfc
716H5CPP = ${DESTDIR}$(bindir)/h5c++
717ACLOCAL_AMFLAGS = "-I m4"
718
719# The trace script; this is used on source files from the C library to
720# insert tracing macros.
721TRACE = perl $(top_srcdir)/bin/trace
722
723# .chkexe files are used to mark tests that have run successfully.
724# .chklog files are output from those tests.
725# *.clog are from the MPE option.
726CHECK_CLEANFILES = *.chkexe *.chklog *.clog
727
728# Add libtool shared library version numbers to the HDF5 library
729# See libtool versioning documentation online.
730LT_VERS_INTERFACE = 8
731LT_VERS_REVISION = 2
732LT_VERS_AGE = 0
733
734# Our main target, the HDF5 library
735lib_LTLIBRARIES = libhdf5.la
736
737# Add libtool numbers to the HDF5 library (from config/lt_vers.am)
738libhdf5_la_LDFLAGS = -version-info $(LT_VERS_INTERFACE):$(LT_VERS_REVISION):$(LT_VERS_AGE) $(AM_LDFLAGS)
739
740# H5Tinit.c and H5lib_settings.c are generated files and should be cleaned.
741MOSTLYCLEANFILES = H5Tinit.c H5lib_settings.c
742# H5pubconf.h is generated by configure, and should be cleaned.
743DISTCLEANFILES = H5pubconf.h
744
745# library sources
746libhdf5_la_SOURCES = H5.c H5checksum.c H5dbg.c H5system.c H5timer.c H5trace.c \
747        H5A.c H5Abtree2.c H5Adense.c H5Adeprec.c H5Aint.c H5Atest.c \
748        H5AC.c H5B.c H5Bcache.c H5Bdbg.c \
749        H5B2.c H5B2cache.c H5B2dbg.c H5B2hdr.c H5B2int.c H5B2stat.c H5B2test.c \
750        H5C.c H5CS.c \
751        H5D.c H5Dbtree.c H5Dchunk.c H5Dcompact.c H5Dcontig.c H5Ddbg.c \
752        H5Ddeprec.c H5Defl.c H5Dfill.c H5Dint.c \
753        H5Dio.c H5Dlayout.c \
754        H5Dmpio.c H5Doh.c H5Dscatgath.c H5Dselect.c H5Dtest.c \
755        H5E.c H5Edeprec.c H5Eint.c \
756        H5F.c H5Faccum.c H5Fcwfs.c \
757        H5Fdbg.c H5Fefc.c H5Ffake.c H5Fio.c \
758        H5Fmount.c H5Fmpi.c H5Fquery.c \
759        H5Fsfile.c H5Fsuper.c H5Fsuper_cache.c H5Ftest.c \
760        H5FD.c H5FDcore.c  \
761        H5FDdirect.c H5FDfamily.c H5FDint.c H5FDlog.c H5FDmpi.c H5FDmpio.c \
762        H5FDmulti.c H5FDsec2.c H5FDspace.c H5FDstdio.c \
763        H5FL.c H5FO.c H5FS.c H5FScache.c H5FSdbg.c H5FSsection.c H5FSstat.c H5FStest.c \
764        H5G.c H5Gbtree2.c H5Gcache.c \
765        H5Gcompact.c H5Gdense.c H5Gdeprec.c H5Gent.c \
766        H5Gint.c H5Glink.c \
767        H5Gloc.c H5Gname.c H5Gnode.c H5Gobj.c H5Goh.c H5Groot.c H5Gstab.c H5Gtest.c \
768        H5Gtraverse.c \
769        H5HF.c H5HFbtree2.c H5HFcache.c H5HFdbg.c H5HFdblock.c H5HFdtable.c \
770        H5HFhdr.c H5HFhuge.c H5HFiblock.c H5HFiter.c H5HFman.c H5HFsection.c \
771        H5HFspace.c H5HFstat.c H5HFtest.c H5HFtiny.c \
772        H5HG.c H5HGcache.c H5HGdbg.c H5HGquery.c \
773        H5HL.c H5HLcache.c H5HLdbg.c H5HLint.c \
774        H5HP.c H5I.c H5Itest.c H5L.c H5Lexternal.c H5lib_settings.c \
775        H5MF.c H5MFaggr.c H5MFdbg.c H5MFsection.c \
776        H5MM.c H5MP.c H5MPtest.c \
777        H5O.c H5Oainfo.c H5Oalloc.c H5Oattr.c \
778        H5Oattribute.c H5Obogus.c H5Obtreek.c H5Ocache.c H5Ochunk.c \
779        H5Ocont.c H5Ocopy.c H5Odbg.c H5Odrvinfo.c H5Odtype.c H5Oefl.c \
780        H5Ofill.c H5Oginfo.c \
781        H5Olayout.c \
782        H5Olinfo.c H5Olink.c H5Omessage.c H5Omtime.c \
783        H5Oname.c H5Onull.c H5Opline.c H5Orefcount.c \
784        H5Osdspace.c H5Oshared.c H5Ostab.c \
785        H5Oshmesg.c H5Otest.c H5Ounknown.c \
786        H5P.c H5Pacpl.c H5Pdapl.c H5Pdcpl.c \
787        H5Pdeprec.c H5Pdxpl.c H5Pfapl.c H5Pfcpl.c H5Pfmpl.c \
788        H5Pgcpl.c H5Pint.c \
789        H5Plapl.c H5Plcpl.c H5Pocpl.c H5Pocpypl.c H5Pstrcpl.c H5Ptest.c \
790        H5PL.c \
791        H5R.c H5Rdeprec.c \
792        H5RC.c \
793        H5RS.c \
794        H5S.c H5Sall.c H5Sdbg.c H5Shyper.c H5Smpio.c H5Snone.c H5Spoint.c \
795        H5Sselect.c H5Stest.c \
796        H5SL.c \
797        H5SM.c H5SMbtree2.c H5SMcache.c H5SMmessage.c H5SMtest.c \
798        H5ST.c \
799        H5T.c H5Tarray.c H5Tbit.c H5Tcommit.c H5Tcompound.c H5Tconv.c \
800        H5Tcset.c H5Tdbg.c H5Tdeprec.c H5Tenum.c H5Tfields.c \
801        H5Tfixed.c \
802        H5Tfloat.c H5Tinit.c H5Tnative.c H5Toffset.c H5Toh.c \
803        H5Topaque.c \
804        H5Torder.c \
805        H5Tpad.c H5Tprecis.c H5Tstrpad.c H5Tvisit.c H5Tvlen.c H5TS.c H5VM.c H5WB.c H5Z.c  \
806        H5Zdeflate.c H5Zfletcher32.c H5Znbit.c H5Zshuffle.c H5Zszip.c  \
807        H5Zscaleoffset.c H5Ztrans.c
808
809
810# Public headers
811include_HEADERS = hdf5.h H5api_adpt.h H5overflow.h H5pubconf.h H5public.h H5version.h \
812        H5Apublic.h H5ACpublic.h \
813        H5Cpublic.h H5Dpublic.h \
814        H5Epubgen.h H5Epublic.h H5Fpublic.h \
815        H5FDpublic.h H5FDcore.h H5FDdirect.h \
816	H5FDfamily.h H5FDlog.h H5FDmpi.h H5FDmpio.h \
817        H5FDmulti.h H5FDsec2.h  H5FDstdio.h \
818        H5Gpublic.h  H5Ipublic.h H5Lpublic.h \
819        H5MMpublic.h H5Opublic.h H5Ppublic.h \
820        H5PLextern.h \
821        H5Rpublic.h H5Spublic.h \
822        H5Tpublic.h H5Zpublic.h
823
824
825# install libhdf5.settings in lib directory
826settingsdir = $(libdir)
827settings_DATA = libhdf5.settings
828
829# Automake needs to be taught how to build lib, progs, and tests targets.
830# These will be filled in automatically for the most part (e.g.,
831# lib_LIBRARIES are built for lib target), but EXTRA_LIB, EXTRA_PROG, and
832# EXTRA_TEST variables are supplied to allow the user to force targets to
833# be built at certain times.
834LIB = $(lib_LIBRARIES) $(lib_LTLIBRARIES) $(noinst_LIBRARIES)                 \
835      $(noinst_LTLIBRARIES) $(check_LIBRARIES) $(check_LTLIBRARIES) $(EXTRA_LIB)
836
837PROGS = $(bin_PROGRAMS) $(bin_SCRIPTS) $(noinst_PROGRAMS) $(noinst_SCRIPTS)   \
838        $(EXTRA_PROG)
839
840chk_TESTS = $(check_PROGRAMS) $(check_SCRIPTS) $(EXTRA_TEST)
841TEST_EXTENSIONS = .sh
842SH_LOG_COMPILER = $(SHELL)
843AM_SH_LOG_FLAGS =
844TEST_PROG_CHKEXE = $(TEST_PROG:=.chkexe_)
845TEST_PROG_PARA_CHKEXE = $(TEST_PROG_PARA:=.chkexe_)
846TEST_SCRIPT_CHKSH = $(TEST_SCRIPT:=.chkexe_)
847TEST_SCRIPT_PARA_CHKSH = $(TEST_SCRIPT_PARA:=.chkexe_)
848all: H5config.h
849	$(MAKE) $(AM_MAKEFLAGS) all-am
850
851.SUFFIXES:
852.SUFFIXES: .c .lo .log .o .obj .sh .sh$(EXEEXT) .trs
853$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/commence.am $(top_srcdir)/config/lt_vers.am $(top_srcdir)/config/conclude.am $(am__configure_deps)
854	@for dep in $?; do \
855	  case '$(am__configure_deps)' in \
856	    *$$dep*) \
857	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
858	        && { if test -f $@; then exit 0; else break; fi; }; \
859	      exit 1;; \
860	  esac; \
861	done; \
862	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
863	$(am__cd) $(top_srcdir) && \
864	  $(AUTOMAKE) --foreign src/Makefile
865.PRECIOUS: Makefile
866Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
867	@case '$?' in \
868	  *config.status*) \
869	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
870	  *) \
871	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
872	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
873	esac;
874$(top_srcdir)/config/commence.am $(top_srcdir)/config/lt_vers.am $(top_srcdir)/config/conclude.am:
875
876$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
877	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
878
879$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
880	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
881$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
882	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
883$(am__aclocal_m4_deps):
884
885H5config.h: stamp-h1
886	@test -f $@ || rm -f stamp-h1
887	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
888
889stamp-h1: $(srcdir)/H5config.h.in $(top_builddir)/config.status
890	@rm -f stamp-h1
891	cd $(top_builddir) && $(SHELL) ./config.status src/H5config.h
892$(srcdir)/H5config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
893	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
894	rm -f stamp-h1
895	touch $@
896
897distclean-hdr:
898	-rm -f H5config.h stamp-h1
899libhdf5.settings: $(top_builddir)/config.status $(srcdir)/libhdf5.settings.in
900	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
901
902install-libLTLIBRARIES: $(lib_LTLIBRARIES)
903	@$(NORMAL_INSTALL)
904	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
905	list2=; for p in $$list; do \
906	  if test -f $$p; then \
907	    list2="$$list2 $$p"; \
908	  else :; fi; \
909	done; \
910	test -z "$$list2" || { \
911	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
912	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
913	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
914	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
915	}
916
917uninstall-libLTLIBRARIES:
918	@$(NORMAL_UNINSTALL)
919	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
920	for p in $$list; do \
921	  $(am__strip_dir) \
922	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
923	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
924	done
925
926clean-libLTLIBRARIES:
927	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
928	@list='$(lib_LTLIBRARIES)'; \
929	locs=`for p in $$list; do echo $$p; done | \
930	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
931	      sort -u`; \
932	test -z "$$locs" || { \
933	  echo rm -f $${locs}; \
934	  rm -f $${locs}; \
935	}
936
937libhdf5.la: $(libhdf5_la_OBJECTS) $(libhdf5_la_DEPENDENCIES) $(EXTRA_libhdf5_la_DEPENDENCIES)
938	$(AM_V_CCLD)$(libhdf5_la_LINK) -rpath $(libdir) $(libhdf5_la_OBJECTS) $(libhdf5_la_LIBADD) $(LIBS)
939
940clean-noinstPROGRAMS:
941	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
942	echo " rm -f" $$list; \
943	rm -f $$list || exit $$?; \
944	test -n "$(EXEEXT)" || exit 0; \
945	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
946	echo " rm -f" $$list; \
947	rm -f $$list
948
949H5detect$(EXEEXT): $(H5detect_OBJECTS) $(H5detect_DEPENDENCIES) $(EXTRA_H5detect_DEPENDENCIES)
950	@rm -f H5detect$(EXEEXT)
951	$(AM_V_CCLD)$(LINK) $(H5detect_OBJECTS) $(H5detect_LDADD) $(LIBS)
952
953H5make_libsettings$(EXEEXT): $(H5make_libsettings_OBJECTS) $(H5make_libsettings_DEPENDENCIES) $(EXTRA_H5make_libsettings_DEPENDENCIES)
954	@rm -f H5make_libsettings$(EXEEXT)
955	$(AM_V_CCLD)$(LINK) $(H5make_libsettings_OBJECTS) $(H5make_libsettings_LDADD) $(LIBS)
956
957mostlyclean-compile:
958	-rm -f *.$(OBJEXT)
959
960distclean-compile:
961	-rm -f *.tab.c
962
963@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5.Plo@am__quote@
964@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5A.Plo@am__quote@
965@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5AC.Plo@am__quote@
966@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Abtree2.Plo@am__quote@
967@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Adense.Plo@am__quote@
968@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Adeprec.Plo@am__quote@
969@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Aint.Plo@am__quote@
970@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Atest.Plo@am__quote@
971@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5B.Plo@am__quote@
972@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5B2.Plo@am__quote@
973@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5B2cache.Plo@am__quote@
974@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5B2dbg.Plo@am__quote@
975@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5B2hdr.Plo@am__quote@
976@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5B2int.Plo@am__quote@
977@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5B2stat.Plo@am__quote@
978@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5B2test.Plo@am__quote@
979@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Bcache.Plo@am__quote@
980@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Bdbg.Plo@am__quote@
981@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5C.Plo@am__quote@
982@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5CS.Plo@am__quote@
983@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5D.Plo@am__quote@
984@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Dbtree.Plo@am__quote@
985@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Dchunk.Plo@am__quote@
986@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Dcompact.Plo@am__quote@
987@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Dcontig.Plo@am__quote@
988@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Ddbg.Plo@am__quote@
989@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Ddeprec.Plo@am__quote@
990@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Defl.Plo@am__quote@
991@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Dfill.Plo@am__quote@
992@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Dint.Plo@am__quote@
993@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Dio.Plo@am__quote@
994@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Dlayout.Plo@am__quote@
995@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Dmpio.Plo@am__quote@
996@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Doh.Plo@am__quote@
997@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Dscatgath.Plo@am__quote@
998@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Dselect.Plo@am__quote@
999@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Dtest.Plo@am__quote@
1000@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5E.Plo@am__quote@
1001@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Edeprec.Plo@am__quote@
1002@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Eint.Plo@am__quote@
1003@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5F.Plo@am__quote@
1004@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FD.Plo@am__quote@
1005@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FDcore.Plo@am__quote@
1006@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FDdirect.Plo@am__quote@
1007@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FDfamily.Plo@am__quote@
1008@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FDint.Plo@am__quote@
1009@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FDlog.Plo@am__quote@
1010@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FDmpi.Plo@am__quote@
1011@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FDmpio.Plo@am__quote@
1012@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FDmulti.Plo@am__quote@
1013@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FDsec2.Plo@am__quote@
1014@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FDspace.Plo@am__quote@
1015@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FDstdio.Plo@am__quote@
1016@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FL.Plo@am__quote@
1017@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FO.Plo@am__quote@
1018@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FS.Plo@am__quote@
1019@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FScache.Plo@am__quote@
1020@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FSdbg.Plo@am__quote@
1021@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FSsection.Plo@am__quote@
1022@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FSstat.Plo@am__quote@
1023@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5FStest.Plo@am__quote@
1024@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Faccum.Plo@am__quote@
1025@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Fcwfs.Plo@am__quote@
1026@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Fdbg.Plo@am__quote@
1027@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Fefc.Plo@am__quote@
1028@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Ffake.Plo@am__quote@
1029@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Fio.Plo@am__quote@
1030@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Fmount.Plo@am__quote@
1031@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Fmpi.Plo@am__quote@
1032@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Fquery.Plo@am__quote@
1033@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Fsfile.Plo@am__quote@
1034@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Fsuper.Plo@am__quote@
1035@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Fsuper_cache.Plo@am__quote@
1036@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Ftest.Plo@am__quote@
1037@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5G.Plo@am__quote@
1038@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Gbtree2.Plo@am__quote@
1039@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Gcache.Plo@am__quote@
1040@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Gcompact.Plo@am__quote@
1041@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Gdense.Plo@am__quote@
1042@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Gdeprec.Plo@am__quote@
1043@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Gent.Plo@am__quote@
1044@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Gint.Plo@am__quote@
1045@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Glink.Plo@am__quote@
1046@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Gloc.Plo@am__quote@
1047@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Gname.Plo@am__quote@
1048@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Gnode.Plo@am__quote@
1049@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Gobj.Plo@am__quote@
1050@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Goh.Plo@am__quote@
1051@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Groot.Plo@am__quote@
1052@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Gstab.Plo@am__quote@
1053@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Gtest.Plo@am__quote@
1054@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Gtraverse.Plo@am__quote@
1055@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HF.Plo@am__quote@
1056@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HFbtree2.Plo@am__quote@
1057@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HFcache.Plo@am__quote@
1058@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HFdbg.Plo@am__quote@
1059@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HFdblock.Plo@am__quote@
1060@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HFdtable.Plo@am__quote@
1061@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HFhdr.Plo@am__quote@
1062@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HFhuge.Plo@am__quote@
1063@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HFiblock.Plo@am__quote@
1064@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HFiter.Plo@am__quote@
1065@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HFman.Plo@am__quote@
1066@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HFsection.Plo@am__quote@
1067@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HFspace.Plo@am__quote@
1068@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HFstat.Plo@am__quote@
1069@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HFtest.Plo@am__quote@
1070@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HFtiny.Plo@am__quote@
1071@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HG.Plo@am__quote@
1072@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HGcache.Plo@am__quote@
1073@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HGdbg.Plo@am__quote@
1074@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HGquery.Plo@am__quote@
1075@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HL.Plo@am__quote@
1076@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HLcache.Plo@am__quote@
1077@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HLdbg.Plo@am__quote@
1078@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HLint.Plo@am__quote@
1079@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5HP.Plo@am__quote@
1080@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5I.Plo@am__quote@
1081@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Itest.Plo@am__quote@
1082@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5L.Plo@am__quote@
1083@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Lexternal.Plo@am__quote@
1084@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5MF.Plo@am__quote@
1085@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5MFaggr.Plo@am__quote@
1086@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5MFdbg.Plo@am__quote@
1087@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5MFsection.Plo@am__quote@
1088@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5MM.Plo@am__quote@
1089@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5MP.Plo@am__quote@
1090@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5MPtest.Plo@am__quote@
1091@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5O.Plo@am__quote@
1092@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Oainfo.Plo@am__quote@
1093@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Oalloc.Plo@am__quote@
1094@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Oattr.Plo@am__quote@
1095@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Oattribute.Plo@am__quote@
1096@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Obogus.Plo@am__quote@
1097@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Obtreek.Plo@am__quote@
1098@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Ocache.Plo@am__quote@
1099@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Ochunk.Plo@am__quote@
1100@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Ocont.Plo@am__quote@
1101@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Ocopy.Plo@am__quote@
1102@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Odbg.Plo@am__quote@
1103@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Odrvinfo.Plo@am__quote@
1104@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Odtype.Plo@am__quote@
1105@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Oefl.Plo@am__quote@
1106@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Ofill.Plo@am__quote@
1107@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Oginfo.Plo@am__quote@
1108@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Olayout.Plo@am__quote@
1109@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Olinfo.Plo@am__quote@
1110@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Olink.Plo@am__quote@
1111@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Omessage.Plo@am__quote@
1112@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Omtime.Plo@am__quote@
1113@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Oname.Plo@am__quote@
1114@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Onull.Plo@am__quote@
1115@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Opline.Plo@am__quote@
1116@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Orefcount.Plo@am__quote@
1117@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Osdspace.Plo@am__quote@
1118@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Oshared.Plo@am__quote@
1119@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Oshmesg.Plo@am__quote@
1120@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Ostab.Plo@am__quote@
1121@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Otest.Plo@am__quote@
1122@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Ounknown.Plo@am__quote@
1123@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5P.Plo@am__quote@
1124@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5PL.Plo@am__quote@
1125@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Pacpl.Plo@am__quote@
1126@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Pdapl.Plo@am__quote@
1127@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Pdcpl.Plo@am__quote@
1128@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Pdeprec.Plo@am__quote@
1129@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Pdxpl.Plo@am__quote@
1130@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Pfapl.Plo@am__quote@
1131@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Pfcpl.Plo@am__quote@
1132@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Pfmpl.Plo@am__quote@
1133@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Pgcpl.Plo@am__quote@
1134@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Pint.Plo@am__quote@
1135@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Plapl.Plo@am__quote@
1136@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Plcpl.Plo@am__quote@
1137@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Pocpl.Plo@am__quote@
1138@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Pocpypl.Plo@am__quote@
1139@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Pstrcpl.Plo@am__quote@
1140@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Ptest.Plo@am__quote@
1141@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5R.Plo@am__quote@
1142@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5RC.Plo@am__quote@
1143@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5RS.Plo@am__quote@
1144@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Rdeprec.Plo@am__quote@
1145@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5S.Plo@am__quote@
1146@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5SL.Plo@am__quote@
1147@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5SM.Plo@am__quote@
1148@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5SMbtree2.Plo@am__quote@
1149@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5SMcache.Plo@am__quote@
1150@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5SMmessage.Plo@am__quote@
1151@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5SMtest.Plo@am__quote@
1152@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5ST.Plo@am__quote@
1153@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Sall.Plo@am__quote@
1154@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Sdbg.Plo@am__quote@
1155@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Shyper.Plo@am__quote@
1156@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Smpio.Plo@am__quote@
1157@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Snone.Plo@am__quote@
1158@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Spoint.Plo@am__quote@
1159@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Sselect.Plo@am__quote@
1160@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Stest.Plo@am__quote@
1161@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5T.Plo@am__quote@
1162@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5TS.Plo@am__quote@
1163@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Tarray.Plo@am__quote@
1164@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Tbit.Plo@am__quote@
1165@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Tcommit.Plo@am__quote@
1166@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Tcompound.Plo@am__quote@
1167@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Tconv.Plo@am__quote@
1168@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Tcset.Plo@am__quote@
1169@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Tdbg.Plo@am__quote@
1170@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Tdeprec.Plo@am__quote@
1171@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Tenum.Plo@am__quote@
1172@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Tfields.Plo@am__quote@
1173@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Tfixed.Plo@am__quote@
1174@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Tfloat.Plo@am__quote@
1175@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Tinit.Plo@am__quote@
1176@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Tnative.Plo@am__quote@
1177@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Toffset.Plo@am__quote@
1178@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Toh.Plo@am__quote@
1179@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Topaque.Plo@am__quote@
1180@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Torder.Plo@am__quote@
1181@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Tpad.Plo@am__quote@
1182@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Tprecis.Plo@am__quote@
1183@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Tstrpad.Plo@am__quote@
1184@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Tvisit.Plo@am__quote@
1185@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Tvlen.Plo@am__quote@
1186@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5VM.Plo@am__quote@
1187@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5WB.Plo@am__quote@
1188@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Z.Plo@am__quote@
1189@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Zdeflate.Plo@am__quote@
1190@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Zfletcher32.Plo@am__quote@
1191@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Znbit.Plo@am__quote@
1192@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Zscaleoffset.Plo@am__quote@
1193@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Zshuffle.Plo@am__quote@
1194@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Zszip.Plo@am__quote@
1195@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5Ztrans.Plo@am__quote@
1196@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5checksum.Plo@am__quote@
1197@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5dbg.Plo@am__quote@
1198@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5detect.Po@am__quote@
1199@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5lib_settings.Plo@am__quote@
1200@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5make_libsettings.Po@am__quote@
1201@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5system.Plo@am__quote@
1202@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5timer.Plo@am__quote@
1203@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/H5trace.Plo@am__quote@
1204
1205.c.o:
1206@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1207@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1208@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1209@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1210@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1211
1212.c.obj:
1213@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1214@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1215@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1216@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1217@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1218
1219.c.lo:
1220@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1221@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1222@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1223@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1224@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1225
1226mostlyclean-libtool:
1227	-rm -f *.lo
1228
1229clean-libtool:
1230	-rm -rf .libs _libs
1231install-settingsDATA: $(settings_DATA)
1232	@$(NORMAL_INSTALL)
1233	@list='$(settings_DATA)'; test -n "$(settingsdir)" || list=; \
1234	if test -n "$$list"; then \
1235	  echo " $(MKDIR_P) '$(DESTDIR)$(settingsdir)'"; \
1236	  $(MKDIR_P) "$(DESTDIR)$(settingsdir)" || exit 1; \
1237	fi; \
1238	for p in $$list; do \
1239	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1240	  echo "$$d$$p"; \
1241	done | $(am__base_list) | \
1242	while read files; do \
1243	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(settingsdir)'"; \
1244	  $(INSTALL_DATA) $$files "$(DESTDIR)$(settingsdir)" || exit $$?; \
1245	done
1246
1247uninstall-settingsDATA:
1248	@$(NORMAL_UNINSTALL)
1249	@list='$(settings_DATA)'; test -n "$(settingsdir)" || list=; \
1250	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1251	dir='$(DESTDIR)$(settingsdir)'; $(am__uninstall_files_from_dir)
1252install-includeHEADERS: $(include_HEADERS)
1253	@$(NORMAL_INSTALL)
1254	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
1255	if test -n "$$list"; then \
1256	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
1257	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
1258	fi; \
1259	for p in $$list; do \
1260	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1261	  echo "$$d$$p"; \
1262	done | $(am__base_list) | \
1263	while read files; do \
1264	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
1265	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
1266	done
1267
1268uninstall-includeHEADERS:
1269	@$(NORMAL_UNINSTALL)
1270	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
1271	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1272	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
1273
1274ID: $(am__tagged_files)
1275	$(am__define_uniq_tagged_files); mkid -fID $$unique
1276tags: tags-am
1277TAGS: tags
1278
1279tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1280	set x; \
1281	here=`pwd`; \
1282	$(am__define_uniq_tagged_files); \
1283	shift; \
1284	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1285	  test -n "$$unique" || unique=$$empty_fix; \
1286	  if test $$# -gt 0; then \
1287	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1288	      "$$@" $$unique; \
1289	  else \
1290	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1291	      $$unique; \
1292	  fi; \
1293	fi
1294ctags: ctags-am
1295
1296CTAGS: ctags
1297ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1298	$(am__define_uniq_tagged_files); \
1299	test -z "$(CTAGS_ARGS)$$unique" \
1300	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1301	     $$unique
1302
1303GTAGS:
1304	here=`$(am__cd) $(top_builddir) && pwd` \
1305	  && $(am__cd) $(top_srcdir) \
1306	  && gtags -i $(GTAGS_ARGS) "$$here"
1307cscopelist: cscopelist-am
1308
1309cscopelist-am: $(am__tagged_files)
1310	list='$(am__tagged_files)'; \
1311	case "$(srcdir)" in \
1312	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1313	  *) sdir=$(subdir)/$(srcdir) ;; \
1314	esac; \
1315	for i in $$list; do \
1316	  if test -f "$$i"; then \
1317	    echo "$(subdir)/$$i"; \
1318	  else \
1319	    echo "$$sdir/$$i"; \
1320	  fi; \
1321	done >> $(top_builddir)/cscope.files
1322
1323distclean-tags:
1324	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1325
1326# Recover from deleted '.trs' file; this should ensure that
1327# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1328# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
1329# to avoid problems with "make -n".
1330.log.trs:
1331	rm -f $< $@
1332	$(MAKE) $(AM_MAKEFLAGS) $<
1333
1334# Leading 'am--fnord' is there to ensure the list of targets does not
1335# expand to empty, as could happen e.g. with make check TESTS=''.
1336am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1337am--force-recheck:
1338	@:
1339
1340$(TEST_SUITE_LOG): $(TEST_LOGS)
1341	@$(am__set_TESTS_bases); \
1342	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1343	redo_bases=`for i in $$bases; do \
1344	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1345	            done`; \
1346	if test -n "$$redo_bases"; then \
1347	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1348	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1349	  if $(am__make_dryrun); then :; else \
1350	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1351	  fi; \
1352	fi; \
1353	if test -n "$$am__remaking_logs"; then \
1354	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1355	       "recursion detected" >&2; \
1356	else \
1357	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1358	fi; \
1359	if $(am__make_dryrun); then :; else \
1360	  st=0;  \
1361	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1362	  for i in $$redo_bases; do \
1363	    test -f $$i.trs && test -r $$i.trs \
1364	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1365	    test -f $$i.log && test -r $$i.log \
1366	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1367	  done; \
1368	  test $$st -eq 0 || exit 1; \
1369	fi
1370	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1371	ws='[ 	]'; \
1372	results=`for b in $$bases; do echo $$b.trs; done`; \
1373	test -n "$$results" || results=/dev/null; \
1374	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
1375	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
1376	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
1377	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
1378	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1379	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1380	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1381	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1382	  success=true; \
1383	else \
1384	  success=false; \
1385	fi; \
1386	br='==================='; br=$$br$$br$$br$$br; \
1387	result_count () \
1388	{ \
1389	    if test x"$$1" = x"--maybe-color"; then \
1390	      maybe_colorize=yes; \
1391	    elif test x"$$1" = x"--no-color"; then \
1392	      maybe_colorize=no; \
1393	    else \
1394	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1395	    fi; \
1396	    shift; \
1397	    desc=$$1 count=$$2; \
1398	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
1399	      color_start=$$3 color_end=$$std; \
1400	    else \
1401	      color_start= color_end=; \
1402	    fi; \
1403	    echo "$${color_start}# $$desc $$count$${color_end}"; \
1404	}; \
1405	create_testsuite_report () \
1406	{ \
1407	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
1408	  result_count $$1 "PASS: " $$pass  "$$grn"; \
1409	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
1410	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1411	  result_count $$1 "FAIL: " $$fail  "$$red"; \
1412	  result_count $$1 "XPASS:" $$xpass "$$red"; \
1413	  result_count $$1 "ERROR:" $$error "$$mgn"; \
1414	}; \
1415	{								\
1416	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
1417	    $(am__rst_title);						\
1418	  create_testsuite_report --no-color;				\
1419	  echo;								\
1420	  echo ".. contents:: :depth: 2";				\
1421	  echo;								\
1422	  for b in $$bases; do echo $$b; done				\
1423	    | $(am__create_global_log);					\
1424	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
1425	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
1426	if $$success; then						\
1427	  col="$$grn";							\
1428	 else								\
1429	  col="$$red";							\
1430	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
1431	fi;								\
1432	echo "$${col}$$br$${std}"; 					\
1433	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
1434	echo "$${col}$$br$${std}"; 					\
1435	create_testsuite_report --maybe-color;				\
1436	echo "$$col$$br$$std";						\
1437	if $$success; then :; else					\
1438	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
1439	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1440	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
1441	  fi;								\
1442	  echo "$$col$$br$$std";					\
1443	fi;								\
1444	$$success || exit 1
1445recheck: all
1446	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1447	@set +e; $(am__set_TESTS_bases); \
1448	bases=`for i in $$bases; do echo $$i; done \
1449	         | $(am__list_recheck_tests)` || exit 1; \
1450	log_list=`for i in $$bases; do echo $$i.log; done`; \
1451	log_list=`echo $$log_list`; \
1452	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1453	        am__force_recheck=am--force-recheck \
1454	        TEST_LOGS="$$log_list"; \
1455	exit $$?
1456.sh.log:
1457	@p='$<'; \
1458	$(am__set_b); \
1459	$(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \
1460	--log-file $$b.log --trs-file $$b.trs \
1461	$(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \
1462	"$$tst" $(AM_TESTS_FD_REDIRECT)
1463@am__EXEEXT_TRUE@.sh$(EXEEXT).log:
1464@am__EXEEXT_TRUE@	@p='$<'; \
1465@am__EXEEXT_TRUE@	$(am__set_b); \
1466@am__EXEEXT_TRUE@	$(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \
1467@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1468@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \
1469@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1470
1471distdir: $(DISTFILES)
1472	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1473	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1474	list='$(DISTFILES)'; \
1475	  dist_files=`for file in $$list; do echo $$file; done | \
1476	  sed -e "s|^$$srcdirstrip/||;t" \
1477	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1478	case $$dist_files in \
1479	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1480			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1481			   sort -u` ;; \
1482	esac; \
1483	for file in $$dist_files; do \
1484	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1485	  if test -d $$d/$$file; then \
1486	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1487	    if test -d "$(distdir)/$$file"; then \
1488	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1489	    fi; \
1490	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1491	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1492	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1493	    fi; \
1494	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1495	  else \
1496	    test -f "$(distdir)/$$file" \
1497	    || cp -p $$d/$$file "$(distdir)/$$file" \
1498	    || exit 1; \
1499	  fi; \
1500	done
1501check-am: all-am
1502	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1503check: check-am
1504all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) \
1505		H5config.h all-local
1506installdirs:
1507	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(settingsdir)" "$(DESTDIR)$(includedir)"; do \
1508	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1509	done
1510install: install-am
1511install-exec: install-exec-am
1512install-data: install-data-am
1513uninstall: uninstall-am
1514
1515install-am: all-am
1516	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1517
1518installcheck: installcheck-am
1519install-strip:
1520	if test -z '$(STRIP)'; then \
1521	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1522	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1523	      install; \
1524	else \
1525	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1526	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1527	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1528	fi
1529mostlyclean-generic:
1530	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1531	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1532	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1533	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1534
1535clean-generic:
1536
1537distclean-generic:
1538	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1539	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1540	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1541
1542maintainer-clean-generic:
1543	@echo "This command is intended for maintainers to use"
1544	@echo "it deletes files that may require special tools to rebuild."
1545clean: clean-am
1546
1547clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
1548	clean-noinstPROGRAMS mostlyclean-am
1549
1550distclean: distclean-am
1551	-rm -rf ./$(DEPDIR)
1552	-rm -f Makefile
1553distclean-am: clean-am distclean-compile distclean-generic \
1554	distclean-hdr distclean-tags
1555
1556dvi: dvi-am
1557
1558dvi-am:
1559
1560html: html-am
1561
1562html-am:
1563
1564info: info-am
1565
1566info-am:
1567
1568install-data-am: install-includeHEADERS install-settingsDATA
1569
1570install-dvi: install-dvi-am
1571
1572install-dvi-am:
1573
1574install-exec-am: install-libLTLIBRARIES
1575
1576install-html: install-html-am
1577
1578install-html-am:
1579
1580install-info: install-info-am
1581
1582install-info-am:
1583
1584install-man:
1585
1586install-pdf: install-pdf-am
1587
1588install-pdf-am:
1589
1590install-ps: install-ps-am
1591
1592install-ps-am:
1593
1594installcheck-am:
1595
1596maintainer-clean: maintainer-clean-am
1597	-rm -rf ./$(DEPDIR)
1598	-rm -f Makefile
1599maintainer-clean-am: distclean-am maintainer-clean-generic
1600
1601mostlyclean: mostlyclean-am
1602
1603mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1604	mostlyclean-libtool mostlyclean-local
1605
1606pdf: pdf-am
1607
1608pdf-am:
1609
1610ps: ps-am
1611
1612ps-am:
1613
1614uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1615	uninstall-settingsDATA
1616
1617.MAKE: all check-am install-am install-strip
1618
1619.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-TESTS \
1620	check-am clean clean-generic clean-libLTLIBRARIES \
1621	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
1622	ctags-am distclean distclean-compile distclean-generic \
1623	distclean-hdr distclean-libtool distclean-tags distdir dvi \
1624	dvi-am html html-am info info-am install install-am \
1625	install-data install-data-am install-dvi install-dvi-am \
1626	install-exec install-exec-am install-html install-html-am \
1627	install-includeHEADERS install-info install-info-am \
1628	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
1629	install-ps install-ps-am install-settingsDATA install-strip \
1630	installcheck installcheck-am installdirs maintainer-clean \
1631	maintainer-clean-generic mostlyclean mostlyclean-compile \
1632	mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
1633	pdf-am ps ps-am recheck tags tags-am uninstall uninstall-am \
1634	uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1635	uninstall-settingsDATA
1636
1637
1638# List all build rules defined by HDF5 Makefiles as "PHONY" targets here.
1639# This tells the Makefiles that these targets are not files to be built but
1640# commands that should be executed even if a file with the same name already
1641# exists.
1642.PHONY: build-check-clean build-check-p build-check-s build-lib build-progs \
1643        build-tests check-clean check-install check-p check-s check-vfd \
1644        install-doc lib progs tests uninstall-doc _exec_check-s _test help
1645
1646help:
1647	@$(top_srcdir)/bin/makehelp
1648
1649# Copyright by The HDF Group.
1650# Copyright by the Board of Trustees of the University of Illinois.
1651# All rights reserved.
1652#
1653# This file is part of HDF5.  The full HDF5 copyright notice, including
1654# terms governing use, modification, and redistribution, is contained in
1655# the files COPYING and Copyright.html.  COPYING can be found at the root
1656# of the source code distribution tree; Copyright.html can be found at the
1657# root level of an installed copy of the electronic HDF5 document set and
1658# is linked from the top-level documents page.  It can also be found at
1659# http://hdfgroup.org/HDF5/doc/Copyright.html.  If you do not have
1660# access to either file, you may request a copy from help@hdfgroup.org.
1661
1662# Number format detection
1663# The LD_LIBRARY_PATH setting is a kludge.
1664# Things should have been all set during H5detect making.
1665# Remove the generated .c file if errors occur unless HDF5_Make_Ignore
1666# is set to ignore the error.
1667H5Tinit.c: H5detect$(EXEEXT)
1668	LD_LIBRARY_PATH="$$LD_LIBRARY_PATH`echo $(LDFLAGS) |                  \
1669		sed -e 's/-L/:/g' -e 's/ //g'`"                               \
1670	$(RUNSERIAL) ./H5detect$(EXEEXT) > $@  ||                               \
1671	    (test $$HDF5_Make_Ignore && echo "*** Error ignored") ||          \
1672	    ($(RM) $@ ; exit 1)
1673
1674# Build configuration header file generation
1675# The LD_LIBRARY_PATH setting is a kludge.
1676# Things should have been all set during H5make_libsettings making.
1677# Remove the generated .c file if errors occur unless HDF5_Make_Ignore
1678# is set to ignore the error.
1679H5lib_settings.c: H5make_libsettings$(EXEEXT) libhdf5.settings
1680	LD_LIBRARY_PATH="$$LD_LIBRARY_PATH`echo $(LDFLAGS) |                  \
1681		sed -e 's/-L/:/g' -e 's/ //g'`"                               \
1682	$(RUNSERIAL) ./H5make_libsettings$(EXEEXT) > $@  ||                               \
1683	    (test $$HDF5_Make_Ignore && echo "*** Error ignored") ||          \
1684	    ($(RM) $@ ; exit 1)
1685
1686# Error header generation
1687#
1688# Actually, H5Einit.h, H5Eterm.h, H5Edefin.h and H5Epubgen.h all
1689# depend on H5err.txt, but the perl script generates them all, so just
1690# list one here.
1691$(top_srcdir)/src/H5Edefin.h: $(top_srcdir)/src/H5err.txt
1692	perl $(top_srcdir)/bin/make_err $?
1693
1694# API version macro generation
1695$(top_srcdir)/src/H5version.h: $(top_srcdir)/src/H5vers.txt
1696	perl $(top_srcdir)/bin/make_vers $?
1697
1698# Assignment overflow macro generation
1699$(top_srcdir)/src/H5overflow.h: $(top_srcdir)/src/H5overflow.txt
1700	perl $(top_srcdir)/bin/make_overflow $?
1701
1702# Add TRACE macros to library source files.  This is done via the trace script
1703# in the hdf5/bin directory.  If the file contains HDF5 API macros, a "clean"
1704# version of the source file is saved with a tilde (~) after its name and
1705# tracing information is inserted.  trace should have no effect on files
1706# without HDF5 macros.
1707.PHONY: trace
1708
1709trace: $(libhdf5_la_SOURCES)
1710	@for dep in $? dummy; do                                          \
1711	 if test $$dep != "dummy" -a -n "$(PERL)"; then                      \
1712	  case "$$dep" in                                                 \
1713	   *.c)                                                           \
1714	    $(TRACE) $$dep;                                               \
1715	    ;;                                                            \
1716	  esac;                                                           \
1717	 fi;                                                              \
1718	done
1719
1720# lib/progs/tests targets recurse into subdirectories. build-* targets
1721# build files in this directory.
1722build-lib: $(LIB)
1723build-progs: $(LIB) $(PROGS)
1724build-tests: $(LIB) $(PROGS) $(chk_TESTS)
1725
1726# General rule for recursive building targets.
1727# BUILT_SOURCES contain targets that need to be built before anything else
1728# in the directory (e.g., for Fortran type detection)
1729lib progs tests check-s check-p :: $(BUILT_SOURCES)
1730	@$(MAKE) $(AM_MAKEFLAGS) build-$@ || exit 1;
1731	@for d in X $(SUBDIRS); do                                             \
1732	    if test $$d != X && test $$d != .; then                           \
1733	        (set -x; cd $$d && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1;     \
1734	    fi;                                                               \
1735	done
1736
1737# General rule for recursive cleaning targets.  Like the rule above,
1738# but doesn't require building BUILT_SOURCES.
1739check-clean ::
1740	@$(MAKE) $(AM_MAKEFLAGS) build-$@ || exit 1;
1741	@for d in X $(SUBDIRS); do                                             \
1742	    if test $$d != X && test $$d != .; then                           \
1743	        (set -x; cd $$d && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1;     \
1744	    fi;                                                               \
1745	done
1746
1747# Tell Automake to build tests when the user types `make all' (this is
1748# not its default behavior).  Also build EXTRA_LIB and EXTRA_PROG since
1749# Automake won't build them automatically, either.
1750all-local: $(EXTRA_LIB) $(EXTRA_PROG) $(chk_TESTS)
1751
1752# make install-doc doesn't do anything outside of doc directory, but
1753# Makefiles should recognize it.
1754# UPDATE: docs no longer reside in this build tree, so this target
1755# is depreciated.
1756install-doc uninstall-doc:
1757	@echo "Nothing to be done."
1758
1759# clean up files generated by tests so they can be re-run.
1760build-check-clean:
1761	$(RM) -rf $(CHECK_CLEANFILES)
1762
1763# run check-clean whenever mostlyclean is run
1764mostlyclean-local: build-check-clean
1765
1766# check-install is just a synonym for installcheck
1767check-install: installcheck
1768
1769# Run each test in order, passing $(TEST_FLAGS) to the program.
1770# Since tests are done in a shell loop, "make -i" does apply inside it.
1771# Set HDF5_Make_Ignore to a non-blank string to ignore errors inside the loop.
1772# The timestamps give a rough idea how much time the tests use.
1773#
1774# Note that targets in chk_TESTS (defined above) will be built when the user
1775# types 'make tests' or 'make check', but only programs in TEST_PROG,
1776# TEST_PROG_PARA, or TEST_SCRIPT will actually be executed.
1777check-TESTS: test
1778
1779test _test:
1780	@$(MAKE) build-check-s
1781	@$(MAKE) build-check-p
1782
1783# Actual execution of check-s.
1784build-check-s: $(LIB) $(PROGS) $(chk_TESTS)
1785	@if test -n "$(TEST_PROG)$(TEST_SCRIPT)"; then      \
1786	   echo "===Serial tests in `echo ${PWD} | sed -e s:.*/::` begin `date`==="; \
1787	fi
1788	@$(MAKE) $(AM_MAKEFLAGS) _exec_check-s
1789	@if test -n "$(TEST_PROG)$(TEST_SCRIPT)"; then      \
1790	    echo "===Serial tests in `echo ${PWD} | sed -e s:.*/::` ended `date`===";\
1791	fi
1792
1793_exec_check-s: $(TEST_PROG_CHKEXE) $(TEST_SCRIPT_CHKSH)
1794
1795# The dummy.chkexe here prevents the target from being
1796# empty if there are no tests in the current directory.
1797# $${log} is the log file.
1798# $${tname} is the name of test.
1799$(TEST_PROG_CHKEXE) $(TEST_PROG_PARA_CHKEXE) dummy.chkexe_:
1800	@if test "X$@" != "X.chkexe_" && test "X$@" != "Xdummy.chkexe_"; then \
1801	   tname=$(@:.chkexe_=)$(EXEEXT);\
1802	   log=$(@:.chkexe_=.chklog); \
1803	   echo "============================"; \
1804	   if $(top_srcdir)/bin/newer $(@:.chkexe_=.chkexe) $${tname}; then \
1805	      echo "No need to test $${tname} again."; \
1806	   else \
1807	      echo "============================" > $${log}; \
1808	      if test "X$(FORTRAN_API)" = "Xyes"; then \
1809	         echo "Fortran API: Testing $(HDF5_DRIVER) $${tname} $(TEST_FLAGS)"; \
1810	         echo "Fortran API: $(HDF5_DRIVER) $${tname} $(TEST_FLAGS) Test Log" >> $${log}; \
1811	      elif test "X$(CXX_API)" = "Xyes"; then \
1812	         echo "C++ API: Testing $(HDF5_DRIVER) $${tname} $(TEST_FLAGS)"; \
1813	         echo "C++ API: $(HDF5_DRIVER) $${tname} $(TEST_FLAGS) Test Log" >> $${log};\
1814	      else \
1815	         echo "Testing $(HDF5_DRIVER) $${tname} $(TEST_FLAGS)"; \
1816	         echo "$(HDF5_DRIVER) $${tname} $(TEST_FLAGS) Test Log" >> $${log}; \
1817	      fi; \
1818	      echo "============================" >> $${log}; \
1819	      srcdir="$(srcdir)" \
1820	         $(TIME) $(RUNEXEC) ./$${tname} $(TEST_FLAGS) >> $${log} 2>&1 \
1821	         && touch $(@:.chkexe_=.chkexe) || \
1822	         (test $$HDF5_Make_Ignore && echo "*** Error ignored") || \
1823	         (cat $${log} && false) || exit 1; \
1824	      echo "" >> $${log}; \
1825	      echo "Finished testing $${tname} $(TEST_FLAGS)" >> $${log}; \
1826	      echo "============================" >> $${log}; \
1827	      echo "Finished testing $${tname} $(TEST_FLAGS)"; \
1828	      cat $${log}; \
1829	   fi; \
1830	fi
1831
1832# The dummysh.chkexe here prevents the target from being
1833# empty if there are no tests in the current directory.
1834# $${log} is the log file.
1835# $${tname} is the name of test.
1836$(TEST_SCRIPT_CHKSH) $(TEST_SCRIPT_PARA_CHKSH) dummysh.chkexe_:
1837	@if test "X$@" != "X.chkexe_" && test "X$@" != "Xdummysh.chkexe_"; then \
1838	   cmd=$(@:.chkexe_=);\
1839	   tname=`basename $$cmd`;\
1840	   chkname=`basename $(@:.chkexe_=.chkexe)`;\
1841	   log=`basename $(@:.chkexe_=.chklog)`; \
1842	   echo "============================"; \
1843	   if $(top_srcdir)/bin/newer $${chkname} $$cmd $(SCRIPT_DEPEND); then \
1844	      echo "No need to test $${tname} again."; \
1845	   else \
1846	      echo "============================" > $${log}; \
1847	      if test "X$(FORTRAN_API)" = "Xyes"; then \
1848	         echo "Fortran API: Testing $${tname} $(TEST_FLAGS)"; \
1849	         echo "Fortran API: $${tname} $(TEST_FLAGS) Test Log" >> $${log}; \
1850	      elif test "X$(CXX_API)" = "Xyes"; then \
1851	         echo "C++ API: Testing $${tname} $(TEST_FLAGS)"; \
1852	         echo "C++ API: $${tname} $(TEST_FLAGS) Test Log" >> $${log}; \
1853	      else \
1854	         echo "Testing $${tname} $(TEST_FLAGS)"; \
1855	         echo "$${tname} $(TEST_FLAGS) Test Log" >> $${log}; \
1856	      fi; \
1857	      echo "============================" >> $${log}; \
1858	      RUNSERIAL="$(RUNSERIAL)" RUNPARALLEL="$(RUNPARALLEL)"           \
1859	      srcdir="$(srcdir)" \
1860	         $(TIME) $(SHELL) $$cmd $(TEST_FLAGS) >> $${log} 2>&1 \
1861	         && touch $${chkname} || \
1862	         (test $$HDF5_Make_Ignore && echo "*** Error ignored") || \
1863	         (cat $${log} && false) || exit 1; \
1864	      echo "" >> $${log}; \
1865	      echo "Finished testing $${tname} $(TEST_FLAGS)" >> $${log}; \
1866	      echo "============================" >> $${log}; \
1867	      echo "Finished testing $${tname} $(TEST_FLAGS)"; \
1868	      cat $${log}; \
1869	   fi; \
1870	   echo "============================"; \
1871	fi
1872
1873# Actual execution of check-p.
1874build-check-p: $(LIB) $(PROGS) $(chk_TESTS)
1875	@if test -n "$(TEST_PROG_PARA)$(TEST_SCRIPT_PARA)"; then      \
1876	   echo "===Parallel tests in `echo ${PWD} | sed -e s:.*/::` begin `date`==="; \
1877	fi
1878	@if test -n "$(TEST_PROG_PARA)"; then                                \
1879	    echo "**** Hint ****";                                            \
1880	    echo "Parallel test files reside in the current directory"        \
1881	         "by default.";                                               \
1882	    echo "Set HDF5_PARAPREFIX to use another directory. E.g.,";       \
1883	    echo "    HDF5_PARAPREFIX=/PFS/user/me";                          \
1884	    echo "    export HDF5_PARAPREFIX";                                \
1885	    echo "    make check";                                            \
1886	    echo "**** end of Hint ****";                                     \
1887	fi
1888	@for test in $(TEST_PROG_PARA) dummy; do                             \
1889	   if test $$test != dummy; then                                      \
1890	      $(MAKE) $(AM_MAKEFLAGS) $$test.chkexe_ \
1891	      RUNEXEC="$(RUNPARALLEL)" || exit 1; \
1892	   fi;                                                                \
1893	done
1894	@for test in $(TEST_SCRIPT_PARA) dummy; do                           \
1895	  if test $$test != dummy; then                                      \
1896	    $(MAKE) $(AM_MAKEFLAGS) $$test.chkexe_ || exit 1; \
1897	  fi;                                                                 \
1898	done
1899	@if test -n "$(TEST_PROG_PARA)$(TEST_SCRIPT_PARA)"; then      \
1900	    echo "===Parallel tests in `echo ${PWD} | sed -e s:.*/::` ended `date`===";\
1901	fi
1902
1903# Run test with different Virtual File Driver
1904check-vfd: $(LIB) $(PROGS) $(chk_TESTS)
1905	@for vfd in $(VFD_LIST) dummy; do                                     \
1906	    if test $$vfd != dummy; then                                      \
1907	        echo "============================";                          \
1908	        echo "Testing Virtual File Driver $$vfd";                     \
1909	        echo "============================";                          \
1910	        $(MAKE) $(AM_MAKEFLAGS) check-clean || exit 1;                \
1911	        HDF5_DRIVER=$$vfd $(MAKE) $(AM_MAKEFLAGS) check || exit 1;    \
1912	    fi;                                                               \
1913	done
1914
1915# Tell versions [3.59,3.63) of GNU make to not export all variables.
1916# Otherwise a system limit (for SysV at least) may be exceeded.
1917.NOEXPORT:
1918