summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPaul Harten <pharten@ncsa.uiuc.edu>1998-03-10 16:40:39 (GMT)
committerPaul Harten <pharten@ncsa.uiuc.edu>1998-03-10 16:40:39 (GMT)
commitdf5e4656f67f39ce85510b92dfe5e3790fe3748d (patch)
treece6b430a84e9c1c511ba090c275c81a1716493ee /Makefile.in
parent6e977a298822150e39d30229503578be71c79aab (diff)
downloadhdf5-df5e4656f67f39ce85510b92dfe5e3790fe3748d.zip
hdf5-df5e4656f67f39ce85510b92dfe5e3790fe3748d.tar.gz
hdf5-df5e4656f67f39ce85510b92dfe5e3790fe3748d.tar.bz2
[svn-r314] Purpose:
New feature Problem: "make H5Tinit.c" from toplevel not supported. Solution: added in the lines H5Tinit.c: (cd src && $(MAKE) $@) This and other changes already committed allow the sequential HDF5 library to be compiled and tested for the ASCI Red machine in the following steps: sasn100: configure -v tflop janus: make H5Tinit.c #made possible by this check-in sasn100: make >&! comp.out janus: make _test >&! test.out The name: indicates which machine the command line must be run from. Platform tested: ASCI Red machine: janus
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 9d4b6db..83bd9cf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -62,6 +62,10 @@ lib progs test _test install uninstall TAGS dep depend:
(cd $$d && $(MAKE) $@) || exit 1; \
done
+# Number format detection
+H5Tinit.c:
+ (cd src && $(MAKE) $@)
+
.PHONY: all lib progs test _test install uninstall dep depend clean \
mostlyclean distclean maintainer-clean