summaryrefslogtreecommitdiffstats
path: root/fortran/test
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-02-14 21:13:12 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-02-14 21:13:12 (GMT)
commit2870a5d07ae0345acc6f2cc2f90123fd382fb512 (patch)
treebafb2d4ec723e5bc3f903d1444a94cb2bfa1ea96 /fortran/test
parent4ad6d6dbd11ad4c84e2b97e83c684969e51e7720 (diff)
downloadhdf5-2870a5d07ae0345acc6f2cc2f90123fd382fb512.zip
hdf5-2870a5d07ae0345acc6f2cc2f90123fd382fb512.tar.gz
hdf5-2870a5d07ae0345acc6f2cc2f90123fd382fb512.tar.bz2
[svn-r10005] Purpose:
Configure feature Description: Changed bin/reconfigure.sh script to use autotools in AFS. Solution: Previously, the only machine with the correct versions of autoconf and automake was heping. Now both tools are installed in AFS, so in theory any hdf machine can be used to run the reconfigure script. Platforms tested: heping, eirene, verbena. On sleipnir and arabica the autotools were unable to find a version of m4 that was new enough for them. Misc. update:
Diffstat (limited to 'fortran/test')
-rw-r--r--fortran/test/Makefile.in11
1 files changed, 4 insertions, 7 deletions
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in
index c4f226b..2f085f4 100644
--- a/fortran/test/Makefile.in
+++ b/fortran/test/Makefile.in
@@ -736,6 +736,10 @@ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
uninstall-libLTLIBRARIES
+ tH5F.lo tH5D.lo tH5R.lo tH5S.lo tH5T.lo tH5VL.lo tH5Z.lo \
+ tH5Sselect.lo tH5P.lo tH5A.lo tH5I.lo tH5G.lo tH5E.lo tf.lo \
+ t.lo
+
# lib/progs/tests targets recurse into subdirectories. build-* targets
# build files in this directory.
build-lib: $(LIB)
@@ -856,13 +860,6 @@ check-vfd:
HDF5_DRIVER=$$vfd $(MAKE) $(AM_MAKEFLAGS) check; \
fi; \
done
-
-# Fortran dependencies must be hardcoded, unfortunately.
-#FORTLIBTEST_OBJ= fortranlib_test.lo \
-# tH5F.lo tH5D.lo tH5R.lo tH5S.lo tH5T.lo tH5VL.lo tH5Z.lo \
-# tH5Sselect.lo tH5P.lo tH5A.lo tH5I.lo tH5G.lo tH5E.lo tf.lo \
-# t.lo
-#fortranlib_test$(EXEEXT): $(FORTLIBTEST_OBJ)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: