This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to advise or override the libtool make rules?


>>> "Dan" == Dan Katz <dkatz@profitlogic.com> writes:

 Dan> Hi.

 Dan> I have a moderately large application that I'm working with which is
 Dan> built using autoconf, automake, and libtool.  I want to profile the
 Dan> application, and the profiler I want to use (TAU) is adds code
 Dan> instrumentation prior to compilation.

IMHO, the easiest route is to create a script the wrap the call
to TAU and your real compiler, and tell configure to use this
script as a compiler with `./configure CC=taucc`.  That way you
do not need to change your build setup.
-- 
Alexandre Duret-Lutz




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]