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.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
##
|
##
|
||||||
top_srcdir=@top_srcdir@
|
top_srcdir=@top_srcdir@/..
|
||||||
top_builddir=../..
|
top_builddir=../..
|
||||||
srcdir=@srcdir@
|
srcdir=@srcdir@
|
||||||
@COMMENCE@
|
@COMMENCE@
|
||||||
|
@ -4,12 +4,12 @@
|
|||||||
## Copyright (C) 2000 National Center for Supercomputing Applications.
|
## Copyright (C) 2000 National Center for Supercomputing Applications.
|
||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
top_srcdir=@top_srcdir@
|
top_srcdir=@top_srcdir@/..
|
||||||
top_builddir=../..
|
top_builddir=../..
|
||||||
srcdir=@srcdir@
|
srcdir=@srcdir@
|
||||||
@COMMENCE@
|
@COMMENCE@
|
||||||
|
|
||||||
hdf5_srcdir=$(top_srcdir)/../src
|
hdf5_srcdir=$(top_srcdir)/src
|
||||||
hdf5_builddir=$(top_builddir)/src
|
hdf5_builddir=$(top_builddir)/src
|
||||||
|
|
||||||
TRACE=perl $(top_srcdir)/bin/trace
|
TRACE=perl $(top_srcdir)/bin/trace
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## All rights reserved.
|
## All rights reserved.
|
||||||
##
|
##
|
||||||
##
|
##
|
||||||
top_srcdir=@top_srcdir@
|
top_srcdir=@top_srcdir@/..
|
||||||
top_builddir=../..
|
top_builddir=../..
|
||||||
srcdir=@srcdir@
|
srcdir=@srcdir@
|
||||||
@COMMENCE@
|
@COMMENCE@
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
## All rights reserved
|
## All rights reserved
|
||||||
##
|
##
|
||||||
##
|
##
|
||||||
top_srcdir=@top_srcdir@
|
top_srcdir=@top_srcdir@/..
|
||||||
top_builddir=../..
|
top_builddir=../..
|
||||||
srcdir=@srcdir@
|
srcdir=@srcdir@
|
||||||
@COMMENCE@
|
@COMMENCE@
|
||||||
|
Loading…
Reference in New Issue
Block a user