This is the mail archive of the gcc-patches@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: Teach mklibgcc about C++'s additions


On Jun 21, 2000, Zack Weinberg <zack@wolery.cumb.org> wrote:

> On Tue, Jun 20, 2000 at 11:07:03PM -0400, Jason Merrill wrote:
>> How do you propose to deal with dependencies on headers (i.e. tinfo.h)?

> Drat - I hadn't thought of that.

<lang>/Make-lib.in ?


Another possibility is to rely upon the fact that we require a
POSIX-compliant `make'.  Such `make's are supposed to support the
`include' directive.  Then, we could use the mechanism CVS automake
uses to extract dependency information on the fly.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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