This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: How to advise or override the libtool make rules?
- From: Alexandre Duret-Lutz <adl at src dot lip6 dot fr>
- To: Dan Katz <dkatz at profitlogic dot com>
- Cc: automake at gnu dot org
- Date: Thu, 03 Jun 2004 21:35:24 +0200
- Subject: Re: How to advise or override the libtool make rules?
- References: <87n03lg1df.fsf@profitlogic.com>
>>> "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