This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: [Fwd: Can nobase_pkgdata_DATA take directories? Does not seamso.]
- From: Ralf Corsepius <corsepiu at faw dot uni-ulm dot de>
- To: Bob Friesenhahn <bfriesen at simple dot dallas dot tx dot us>
- Cc: Automake List <automake at gnu dot org>
- Date: Fri, 12 Mar 2004 06:35:49 +0100
- Subject: Re: [Fwd: Can nobase_pkgdata_DATA take directories? Does not seamso.]
- References: <Pine.GSO.4.44.0403091558010.9129-100000@scooby.simplesystems.org>
On Tue, 2004-03-09 at 23:04, Bob Friesenhahn wrote:
> Using run-time Makefile includes is not portable.
AFAIK, automake has the magic to do this portably.
IIRC, it rewrites "include file" statements being using in Makefile.am
into BSD-make and gmake-compatible Makefile-include statements.
Furthermore, automake's dependency tracking is based on run-time
Makefile includes.
Ralf