summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-04-05 23:39:04 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-04-05 23:39:04 (GMT)
commit3a0524dfa9d0067392c9a8bbb9a31934aa8e90ba (patch)
tree15334f15bdb607c13388701596d36aea0084a68d /testpar/Makefile.in
parent740a672798d4e0b9c946aea8b94eb7e1b8d74a6e (diff)
downloadhdf5-3a0524dfa9d0067392c9a8bbb9a31934aa8e90ba.zip
hdf5-3a0524dfa9d0067392c9a8bbb9a31934aa8e90ba.tar.gz
hdf5-3a0524dfa9d0067392c9a8bbb9a31934aa8e90ba.tar.bz2
[svn-r8300] Purpose:
Cleanup Description: Removed FPHDF configure and test file since it is not implemented in v1.6. Platforms tested: Only tested in Sol parallel. Misc. update: Update MANIFEST.
Diffstat (limited to 'testpar/Makefile.in')
-rw-r--r--testpar/Makefile.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/testpar/Makefile.in b/testpar/Makefile.in
index e4d3af4..9c9c4f1 100644
--- a/testpar/Makefile.in
+++ b/testpar/Makefile.in
@@ -29,7 +29,7 @@ RUNTEST=$(RUNPARALLEL)
## Test programs and scripts.
##
-TEST_PROGS_PARA=t_mpi t_fphdf5 testphdf5
+TEST_PROGS_PARA=t_mpi testphdf5
TEST_SCRIPTS=testph5.sh
## These are our main targets
@@ -45,7 +45,7 @@ DISTCLEAN=go Makefile testph5.sh
## Test source files
TEST_PHDF5_SRC=testphdf5.c t_dset.c t_file.c t_mdset.c t_ph5basic.c
TEST_PHDF5_OBJ=$(TEST_PHDF5_SRC:.c=.lo)
-TEST_SRC=t_mpi.c t_fphdf5.c $(TEST_PHDF5_SRC)
+TEST_SRC=t_mpi.c $(TEST_PHDF5_SRC)
TEST_OBJ=$(TEST_SRC:.c=.lo)
TEST_HDR=testphdf5.h
@@ -54,9 +54,6 @@ $(PROGS): $(LIBHDF5) $(LIBH5TEST)
$(TEST_OBJ): $(TEST_HDR)
-t_fphdf5: t_fphdf5.lo
- @$(LT_LINK_EXE) $(CFLAGS) -o $@ t_fphdf5.lo $(LIBH5TEST) $(LIBHDF5) $(LDFLAGS) $(LIBS)
-
t_mpi: t_mpi.lo
@$(LT_LINK_EXE) $(CFLAGS) -o $@ t_mpi.lo $(LIBH5TEST) $(LIBHDF5) $(LDFLAGS) $(LIBS)