summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-07-01 04:28:17 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-07-01 04:28:17 (GMT)
commitcf63d99566e5944f2a063d92bc4c3f8762dbfc72 (patch)
treee63415b2ac36ba0ff6d334a988ec8a9be6b1b958 /test
parent63c316a5819f0af61d6136a64e9d87c0d1723e0f (diff)
downloadhdf5-cf63d99566e5944f2a063d92bc4c3f8762dbfc72.zip
hdf5-cf63d99566e5944f2a063d92bc4c3f8762dbfc72.tar.gz
hdf5-cf63d99566e5944f2a063d92bc4c3f8762dbfc72.tar.bz2
[svn-r5730] Purpose:
Feature Add Description: Install the h5perf program (previously called pio_perf). This required the libh5test library to be compiled statically. I copied how things were compiled statically for the h5tools library into the test/Makefile.in. Platforms tested: Linux
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 69be50e..94def7b 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -33,8 +33,9 @@ TIMINGS=testmeta
## The libh5test.a library provides common support code for the tests. We link
## this library statically because some systems can only link executables to
## a single shared library and libhdf5 is much bigger than libh5test.
-LIBHDF5=../src/libhdf5.la
+LT_LINK_LIB=$(LT) --mode=link $(CC) -static -rpath $(libdir)
LIB=libh5test.la
+LIBHDF5=$(top_builddir)/src/libhdf5.la
LIB_SRC=h5test.c
LIB_OBJ=$(LIB_SRC:.c=.lo)
PUB_LIB=