summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-06-30 15:19:44 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-06-30 15:19:44 (GMT)
commit007affb6dfc894e2e81a90ae7790473ff6dc26b0 (patch)
tree78f04d074ac17cfc4e3777586aa33ddfe804c140 /fortran
parente51dc29e89aaea2a35d8ab4ab431013ddd0306d1 (diff)
downloadhdf5-007affb6dfc894e2e81a90ae7790473ff6dc26b0.zip
hdf5-007affb6dfc894e2e81a90ae7790473ff6dc26b0.tar.gz
hdf5-007affb6dfc894e2e81a90ae7790473ff6dc26b0.tar.bz2
[svn-r7121]
Purpose: Bug Fix Description: Changes needed to make "pmake" work on Modi4. Solution: Needed to add some null macro defines in the commence.in files. Needed to remove a dependence on LIBH5TEST in the fortran make since LIBH5TEST isn't used in the fortran stuff. Platforms tested: Modi4 (small change) Misc. update:
Diffstat (limited to 'fortran')
-rw-r--r--fortran/config/commence.in4
-rw-r--r--fortran/testpar/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/fortran/config/commence.in b/fortran/config/commence.in
index 6abbfc5..b3d4f6e 100644
--- a/fortran/config/commence.in
+++ b/fortran/config/commence.in
@@ -79,6 +79,10 @@ PROGS=
TEST_PROGS=
TEST_FLAGS=
TEST_SCRIPTS=
+AUX_LIB=
+EXAMPLE_PROGS=
+SUBDIRS=
+LIBHDF5=
## The default is to build the library and/or programs. We must build
## them sequentially.
diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in
index 2ee682a..2cf5cef 100644
--- a/fortran/testpar/Makefile.in
+++ b/fortran/testpar/Makefile.in
@@ -47,7 +47,7 @@ TEST_OBJ=$(TEST_SRC:.f90=.lo)
TEST_HDR=
## How to build the tests... They all depend on the hdf5 library
-$(TEST_PROGS): $(LIBHDF5) $(LIBH5TEST)
+$(TEST_PROGS): $(LIBHDF5)
$(TEST_OBJ): $(TEST_HDR)