From 5939bcff41c1de7cf948679b7a08f329b318c238 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 15 Nov 2000 13:00:55 -0500 Subject: [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 --- fortran/examples/Makefile.in | 2 +- fortran/src/Makefile.in | 4 ++-- fortran/test/Makefile.in | 2 +- fortran/testpar/Makefile.in | 2 +- 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@ -- cgit v0.12