summaryrefslogtreecommitdiffstats
path: root/fortran/examples/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/examples/Makefile.in')
-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