automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: preprocessor output target


From: Ralf Wildenhues
Subject: Re: preprocessor output target
Date: Thu, 5 Jun 2008 21:08:44 +0200
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

* Jason Roscoe wrote on Thu, Jun 05, 2008 at 09:00:16PM CEST:
> What is the equivalent to:
>
> rm init.o && make init.o
>
> when using libtool?

rm init.lo && make init.lo

will possible recreate init.o, .libs/init.o, and init.lo.
The latter is merely a small helper script.

BTW, you should note that if you use per-target flags, your
intermediate object files may have been renamed to something
like program_init.o or similar.  In that case it is important
that you remake these, as making init.o may use different flags.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]