diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-08-10 21:34:40 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-08-10 21:34:40 (GMT) |
commit | 48842d60fa84fb69fb0a3dc527132eb93a6be7f2 (patch) | |
tree | 2011d0d908cfc9a82fac95ca16eb203f829e338a /tools/misc/Makefile.in | |
parent | 95862451f78960cab031031011e5c6a131e0d026 (diff) | |
download | hdf5-48842d60fa84fb69fb0a3dc527132eb93a6be7f2.zip hdf5-48842d60fa84fb69fb0a3dc527132eb93a6be7f2.tar.gz hdf5-48842d60fa84fb69fb0a3dc527132eb93a6be7f2.tar.bz2 |
[svn-r4325]
Purpose:
New Feature
Description:
Adding the h5cc script thingy.
Platforms tested:
Linux
Diffstat (limited to 'tools/misc/Makefile.in')
-rw-r--r-- | tools/misc/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/misc/Makefile.in b/tools/misc/Makefile.in index def8f48..fcff393 100644 --- a/tools/misc/Makefile.in +++ b/tools/misc/Makefile.in @@ -26,7 +26,7 @@ TEST_SCRIPTS= LIBTOOLS=../lib/libh5tools.la LIBHDF5=$(top_builddir)/src/libhdf5.la -PUB_PROGS=h5debug h5import h5repart @PDB2HDF@ +PUB_PROGS=h5cc h5debug h5import h5repart @PDB2HDF@ PROGS=$(PUB_PROGS) $(TEST_PROGS) ## Source and object files for the library; do not install @@ -56,6 +56,9 @@ check test _test: $(PROGS) ## $(PROGS): $(LIBTOOLS) $(LIBHDF5) +h5cc: h5cc.in + @true + h5debug: h5debug.lo @$(LT_LINK_EXE) $(CFLAGS) -o $@ h5debug.lo $(LIBTOOLS) $(LIBHDF5) $(LDFLAGS) $(LIBS) |