automake
[Top][All Lists]
Advanced

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

Re: precompiled headers


From: Ralf Wildenhues
Subject: Re: precompiled headers
Date: Fri, 18 Apr 2008 12:46:05 +0200
User-agent: Mutt/1.5.17 (2008-03-09)

* Brian Dessent wrote on Fri, Apr 18, 2008 at 11:28:07AM CEST:
> BUILT_SOURCES = myheader.hh.gch
> %.hh.gch: %.hh
>       $(CXX) -c $<
[...] 

The rule is a good start, but likely lacking dependency information.

> But honestly the above is just a random stab at how to start, you'd be
> much better asking on the automake list (in CC:.)

My humble musings about precompiled headers support are mostly in
<http://thread.gmane.org/gmane.comp.gcc.devel/60371>, and those
affect GCC-type precompiled headers only.

Cheers,
Ralf




reply via email to

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