diff options
Diffstat (limited to 'c++/examples/Makefile.in')
-rw-r--r-- | c++/examples/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in index f392787..dee7c11 100644 --- a/c++/examples/Makefile.in +++ b/c++/examples/Makefile.in @@ -659,6 +659,9 @@ help: # Some of the examples depend on files created by running other examples readdata.chkexe_: create.chkexe_ chunks.chkexe_: extend_ds.chkexe_ +h5tutr_rdwt.chkexe_: h5tutrcrtdat.chkexe +h5tutrcrtatt.chkexe_: h5tutrcrtdat.chkexe +h5tutr_crtgrpd.chkexe_: h5tutr_crtgrpar.chkexe # How to build programs using h5c++ $(EXTRA_PROG): $(H5CPP) |