summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-02-23 23:05:03 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-02-23 23:05:03 (GMT)
commit47d9a73c2fcd47366cfbdd6ed5b7eb43ffc4fd49 (patch)
tree69624c265edb2421b59026ff9f5febb1e1f85f22 /fortran
parente10819b99462d9d9f54abe5ed4a7e6970225f318 (diff)
downloadhdf5-47d9a73c2fcd47366cfbdd6ed5b7eb43ffc4fd49.zip
hdf5-47d9a73c2fcd47366cfbdd6ed5b7eb43ffc4fd49.tar.gz
hdf5-47d9a73c2fcd47366cfbdd6ed5b7eb43ffc4fd49.tar.bz2
[svn-r14639] Purpose:
Bug fix. Descriptions: Some examples are dependent on other files. E.g., a read program depend a write program to create the data file first. Adapted the dependencies from v1.8 Makefiles. Tested: By hand and also by h5committest.
Diffstat (limited to 'fortran')
-rw-r--r--fortran/examples/Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in
index 7cdbfd5..7d39b58 100644
--- a/fortran/examples/Makefile.in
+++ b/fortran/examples/Makefile.in
@@ -33,6 +33,14 @@ TEST_PROGS=dsetexample fileexample rwdsetexample attrexample groupexample \
refregexample mountexample compound
TEST_SCRIPTS=testh5fc.sh
+# Some examples depend on files created by other examples.
+grpdsetexample.chkexe_: grpsexample.chkexe_
+refregexample.chkexe_: refobjexample.chkexe_
+# rwdsetexample and attrexample both modify the same file created by
+# dsetexample. Serialize them.
+rwdsetexample.chkexe_: dsetexample.chkexe_
+attrexample.chkexe_: rwdsetexample.chkexe_
+
## These are the files that `make clean' (and derivatives) will remove from
## this directory.
CLEAN=*.h5