This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

cleaning up header install 3



last one.

---------- Forwarded message ----------
Date: 12 Oct 2000 18:35:04 -0200
From: Alexandre Oliva <aoliva@redhat.com>
To: Benjamin Kosnik <bkoz@redhat.com>
Cc: tromey@cygnus.com
Subject: Re: missing install dir bits

On Oct 12, 2000, Benjamin Kosnik <bkoz@redhat.com> wrote:

>> > 1) is an elegant solution possible with net-release-automake/autoconf
>> 
>> Is something like defining, in every directory containing headers to
>> be installed, macros such as:
>> 
>> myinstdir = $(includedir)/g++-v3/<installdir>
>> myinst_HEADERS = list of files to install
>> 
>> ... considered inelegant?

> is there a way to do it with one, include/Makefile.am as opposed to 5 
> sets of include/*/Makefile.am?

Not with automake 1.4.

> ..especially since the build_dir symlinks aren't represened by include/* 
> files...

You'd have to have Makefile.ams for the build_dir directories too, and
list the links as HEADERS, probably within conditionals.

-- 
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]