help-make
[Top][All Lists]
Advanced

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

Re: question about Generating Prerequisites Automatically


From: Lin George
Subject: Re: question about Generating Prerequisites Automatically
Date: Thu, 27 Apr 2006 22:23:20 -0700 (PDT)

Thanks Paul,

> Read the section of the GNU make manual on
> intermediate files.

I can not find a dedicated section dealing with
intermediate files in the PDF GNU make manual. It is
mentioned in page 107/108 from the Index of Concepts,
but I can not find it.

For a newbie of intermediate files, which section of
GNU make manual should I read? Thanks.


regards,
George

--- "Paul D. Smith" <address@hidden> wrote:

> %% Lin George <address@hidden> writes:
> 
>   lg> I am reading through GNU make manual about
> "Generating
>   lg> Prerequisites Automatically" topic. I do not
> quite
>   lg> understand what the following statements mean
> (Section
>   lg> 4.14),
> 
>   lg> --------------------
>   lg> Note that such a prerequisite constitutes
> mentioning
>   lg> main.o in a makefile, so it can never be
> considered an
>   lg> intermediate file by implicit rule search.
> This means
>   lg> that make won't ever remove the file after
> using it;
>   lg> see Chains of Implicit Rules. 
>   lg> --------------------
> 
>   lg> Could anyone show me a simple sample please?
> 
> I'm not sure what kind of example one could show.
> 
> Read the section of the GNU make manual on
> intermediate files.
> 
> Then note that by putting your .o files into the
> makefile like this,
> you're ensuring that they cannot be intermediate
> files.
> 
> -- 
>
-------------------------------------------------------------------------------
>  Paul D. Smith <address@hidden>          Find some
> GNU make tips at:
>  http://www.gnu.org                     
> http://make.paulandlesley.org
>  "Please remain calm...I may be mad, but I am a
> professional." --Mad Scientist
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




reply via email to

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