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


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

Re: Pre-compiled headers


On Jan 12, 2000, Per Bothner <per@bothner.com> wrote:

> Phil Blecker <tmwg-gcc@inxservices.com> writes:
>> Wouldn't make need to be modified to get any real use benefit from this?

> Something like this should work:

> stamp: foo1.c foo2.c foo3.c
> 	gcc -c $?
>         echo timestamp > stamp

And then, arrange that `stamp' also depends on any other files
foo[123].c `#include's?  I must confess I really don't like this
approach.

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


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