From df5e4656f67f39ce85510b92dfe5e3790fe3748d Mon Sep 17 00:00:00 2001 From: Paul Harten Date: Tue, 10 Mar 1998 11:40:39 -0500 Subject: [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 --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v0.12