mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[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:
parent
24da402d9a
commit
5939bcff41
@ -4,7 +4,7 @@
|
||||
## All rights reserved.
|
||||
##
|
||||
##
|
||||
top_srcdir=@top_srcdir@
|
||||
top_srcdir=@top_srcdir@/..
|
||||
top_builddir=../..
|
||||
srcdir=@srcdir@
|
||||
@COMMENCE@
|
||||
|
@ -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
|
||||
|
@ -4,7 +4,7 @@
|
||||
## All rights reserved.
|
||||
##
|
||||
##
|
||||
top_srcdir=@top_srcdir@
|
||||
top_srcdir=@top_srcdir@/..
|
||||
top_builddir=../..
|
||||
srcdir=@srcdir@
|
||||
@COMMENCE@
|
||||
|
@ -4,7 +4,7 @@
|
||||
## All rights reserved
|
||||
##
|
||||
##
|
||||
top_srcdir=@top_srcdir@
|
||||
top_srcdir=@top_srcdir@/..
|
||||
top_builddir=../..
|
||||
srcdir=@srcdir@
|
||||
@COMMENCE@
|
||||
|
Loading…
Reference in New Issue
Block a user