summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.in
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2001-02-16 03:42:03 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2001-02-16 03:42:03 (GMT)
commit1578b261033d470575420c0a35f26734ec74d359 (patch)
treec1c470816259a220242ae6d8265821aadba31225 /tools/Makefile.in
parente8c3d178ac26288a99a7cca0811f2b8a45ae5fe5 (diff)
downloadhdf5-1578b261033d470575420c0a35f26734ec74d359.zip
hdf5-1578b261033d470575420c0a35f26734ec74d359.tar.gz
hdf5-1578b261033d470575420c0a35f26734ec74d359.tar.bz2
[svn-r3418]
Purpose: add contents to compile h4toh5test.c Description: solution: handled similar as h5dumptst.c Platforms tested: Linux(eirene), sun 5.7(arabica)
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r--tools/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index b5507e5..c9a8cd4 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -24,7 +24,7 @@ LT_LINK_LIB=$(LT) --mode=link $(CC) -static -rpath $(libdir)
LIB=libh5tools.la
LIBHDF5=../src/libhdf5.la
PUB_PROGS=h5debug h5import h5ls h5repart h5dump @H5TOH4@ @H4TOH5@ @PDB2HDF@
-PROGS=$(PUB_PROGS) $(TEST_PROGS) h5dumptst
+PROGS=$(PUB_PROGS) $(TEST_PROGS) h5dumptst h4toh5test
## Source and object files for the library; do not install
LIB_SRC=h5tools.c
@@ -39,7 +39,7 @@ H4TOH5_HDR=h4toh5main.h h4toh5util.h
## Source and object files for programs...
PROG_SRC=h5debug.c h5import.c h5ls.c h5repart.c h5dump.c h5toh4.c \
- h5dumptst.c pdb2hdf.c talign.c $(H4TOH5_SRC)
+ h5dumptst.c h4toh5test.c pdb2hdf.c talign.c $(H4TOH5_SRC)
PROG_OBJ=$(PROG_SRC:.c=.lo)
PRIVATE_HDR=h5tools.h $(H4TOH5_HDR)
@@ -75,6 +75,9 @@ h5toh4: h5toh4.lo
h5dumptst: h5dumptst.lo
@$(LT_LINK_EXE) $(CFLAGS) -o $@ h5dumptst.lo $(LIB) $(LIBHDF5) $(LDFLAGS) $(LIBS)
+h4toh5test: h4toh5test.lo
+ @$(LT_LINK_EXE) $(CFLAGS) -o $@ h4toh5test.lo $(LIB) $(LIBHDF5) $(LDFLAGS) $(LIBS)
+
h4toh5: $(H4TOH5_OBJ)
@$(LT_LINK_EXE) $(CFLAGS) -o $@ $(H4TOH5_OBJ) $(LIB) $(LIBHDF5) $(LDFLAGS) $(LIBS)