summaryrefslogtreecommitdiffstats
path: root/fortran/test/Makefile.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-08-08 18:33:45 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-08-08 18:33:45 (GMT)
commit26e94d4eefb59c58fd4691bea289e149b68e6a7f (patch)
treec0ec9544d65b81711fe6e5655afe6e71d8207ce3 /fortran/test/Makefile.in
parentc1f6f9defd4266e40fde0845c0ca18099be7f50d (diff)
downloadhdf5-26e94d4eefb59c58fd4691bea289e149b68e6a7f.zip
hdf5-26e94d4eefb59c58fd4691bea289e149b68e6a7f.tar.gz
hdf5-26e94d4eefb59c58fd4691bea289e149b68e6a7f.tar.bz2
[svn-r7293] Purpose:
Code cleanup Description: Remove some redundant libtool definitions, etc. Platforms tested: h5committested
Diffstat (limited to 'fortran/test/Makefile.in')
-rw-r--r--fortran/test/Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in
index 811aaaa..b60d7de 100644
--- a/fortran/test/Makefile.in
+++ b/fortran/test/Makefile.in
@@ -26,7 +26,6 @@ CPPFLAGS=-I. -I$(hdf5_builddir) -I$(hdf5_srcdir) @CPPFLAGS@
## Add include directory to the C preprocessor flags and the h5test and hdf5
## libraries to the library list.
-LT_LINK_FLIB=$(LT) --mode=link $(F9X) -static -rpath $(libdir)
FLIB=../src/libhdf5_fortran.la
HDF5LIB=$(hdf5_builddir)/libhdf5.la
TCLIB=../../test/.libs/libh5test.a
@@ -53,12 +52,12 @@ MOSTLYCLEAN=*.h5 *.tmp
$(TEST_PROGS): $(LIB) $(FLIB)
fortranlib_test: $(FORTLIBTEST_OBJ)
- @$(LT_LINK_FEXE) -static $(FFLAGS) -o $@ $(FORTLIBTEST_OBJ) $(LIB) $(TCLIB) $(FLIB) $(LIBS) $(HDF5LIB)
+ @$(LT_LINK_FEXE) $(FFLAGS) -o $@ $(FORTLIBTEST_OBJ) $(LIB) $(TCLIB) $(FLIB) $(LIBS) $(HDF5LIB)
fflush1: fflush1.lo
- @$(LT_LINK_FEXE) -static $(FFLAGS) -o $@ fflush1.lo $(LIB) $(TCLIB) $(FLIB) $(LIBS) $(HDF5LIB)
+ @$(LT_LINK_FEXE) $(FFLAGS) -o $@ fflush1.lo $(LIB) $(TCLIB) $(FLIB) $(LIBS) $(HDF5LIB)
fflush2: fflush2.lo
- @$(LT_LINK_FEXE) -static $(FFLAGS) -o $@ fflush2.lo $(LIB) $(TCLIB) $(FLIB) $(LIBS) $(HDF5LIB)
+ @$(LT_LINK_FEXE) $(FFLAGS) -o $@ fflush2.lo $(LIB) $(TCLIB) $(FLIB) $(LIBS) $(HDF5LIB)
@CONCLUDE@