diff options
Diffstat (limited to 'fortran/examples/Makefile.in')
-rw-r--r-- | fortran/examples/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in index a214edf..008178d 100644 --- a/fortran/examples/Makefile.in +++ b/fortran/examples/Makefile.in @@ -490,6 +490,10 @@ uninstall-am: uninstall-info-am uninstall-local uninstall uninstall-am uninstall-info-am uninstall-local +# Some examples depend on files created by other examples. +rwdsetexample.chkexe_ attrexample.chkexe_: dsetexample.chkexe_ +grpdsetexample.chkexe_: grpsexample.chkexe_ + # Tell automake how to build examples using h5fc # Additional dependencies for the examples are listed below $(EXTRA_PROG): $(LIBHDF5) $(LIBH5F) |