summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-11-15 18:00:55 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-11-15 18:00:55 (GMT)
commit5939bcff41c1de7cf948679b7a08f329b318c238 (patch)
treec5bb7dcf5327aaeda1c8648a9afa73b64d02ed41 /fortran
parent24da402d9a112f83ce1436d6a8c688c6a78b3576 (diff)
downloadhdf5-5939bcff41c1de7cf948679b7a08f329b318c238.zip
hdf5-5939bcff41c1de7cf948679b7a08f329b318c238.tar.gz
hdf5-5939bcff41c1de7cf948679b7a08f329b318c238.tar.bz2
[svn-r2934] Purpose:
Changed to handle tracing in Fortran files. Description: Changed so that it picks up the correct trace program in hdf5/bin. Platforms tested: Linux
Diffstat (limited to 'fortran')
-rw-r--r--fortran/examples/Makefile.in2
-rw-r--r--fortran/src/Makefile.in4
-rw-r--r--fortran/test/Makefile.in2
-rw-r--r--fortran/testpar/Makefile.in2
4 files changed, 5 insertions, 5 deletions
diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in
index d49fcbe..a452d90 100644
--- a/fortran/examples/Makefile.in
+++ b/fortran/examples/Makefile.in
@@ -4,7 +4,7 @@
## All rights reserved.
##
##
-top_srcdir=@top_srcdir@
+top_srcdir=@top_srcdir@/..
top_builddir=../..
srcdir=@srcdir@
@COMMENCE@
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index ae719c3..3cef49c 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -4,12 +4,12 @@
## Copyright (C) 2000 National Center for Supercomputing Applications.
## All rights reserved.
##
-top_srcdir=@top_srcdir@
+top_srcdir=@top_srcdir@/..
top_builddir=../..
srcdir=@srcdir@
@COMMENCE@
-hdf5_srcdir=$(top_srcdir)/../src
+hdf5_srcdir=$(top_srcdir)/src
hdf5_builddir=$(top_builddir)/src
TRACE=perl $(top_srcdir)/bin/trace
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in
index 0cca394..1a3de05 100644
--- a/fortran/test/Makefile.in
+++ b/fortran/test/Makefile.in
@@ -4,7 +4,7 @@
## All rights reserved.
##
##
-top_srcdir=@top_srcdir@
+top_srcdir=@top_srcdir@/..
top_builddir=../..
srcdir=@srcdir@
@COMMENCE@
diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in
index af59a4f..6d2916a 100644
--- a/fortran/testpar/Makefile.in
+++ b/fortran/testpar/Makefile.in
@@ -4,7 +4,7 @@
## All rights reserved
##
##
-top_srcdir=@top_srcdir@
+top_srcdir=@top_srcdir@/..
top_builddir=../..
srcdir=@srcdir@
@COMMENCE@