[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
This commit is contained in:
Bill Wendling 2000-11-15 13:00:55 -05:00
parent 24da402d9a
commit 5939bcff41
4 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
## All rights reserved.
##
##
top_srcdir=@top_srcdir@
top_srcdir=@top_srcdir@/..
top_builddir=../..
srcdir=@srcdir@
@COMMENCE@

View File

@ -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

View File

@ -4,7 +4,7 @@
## All rights reserved.
##
##
top_srcdir=@top_srcdir@
top_srcdir=@top_srcdir@/..
top_builddir=../..
srcdir=@srcdir@
@COMMENCE@

View File

@ -4,7 +4,7 @@
## All rights reserved
##
##
top_srcdir=@top_srcdir@
top_srcdir=@top_srcdir@/..
top_builddir=../..
srcdir=@srcdir@
@COMMENCE@