Re: monolithic Makefile.am

2002-05-11 Thread Tom Tromey
Rob == Robert Collins [EMAIL PROTECTED] writes: Rob I hacked up an import command. It was simply a variant on include, that Rob appended the include prefix to any relative paths. It worked so-so, but Rob I didn't have time to make it work well enough to submit it. Anyway, for Rob someone who

RE: monolithic Makefile.am

2002-05-11 Thread Robert Collins
-Original Message- From: Tom Tromey [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 12, 2002 9:15 AM To: Robert Collins Cc: Richard Boulton; Harlan Stenn; Automake Subject: Re: monolithic Makefile.am Rob == Robert Collins [EMAIL PROTECTED] writes: I looked at this. I

Re: monolithic Makefile.am

2002-05-04 Thread Tom Tromey
Richard == Richard Boulton [EMAIL PROTECTED] writes: Richard I split mine up into sub-files, one in each directory, using Richard include. This sounds good. Richard Each subMake.am must add itself to EXTRA_DIST. Also, all Richard paths inside subMake.am have to be relative to the top Richard

RE: monolithic Makefile.am

2002-05-04 Thread Robert Collins
-Original Message- From: Tom Tromey [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 05, 2002 11:18 AM Long term I'd like us to ease this sort of thing. My working idea is to have a new `import' command which is like `include' but understands about directory structure. So for

RE: monolithic Makefile.am

2002-05-04 Thread Robert Collins
In fact, here are some of the references... http://sources.redhat.com/ml/automake/2001-08/msg00061.html http://sources.redhat.com/ml/automake/2001-08/msg00088.html http://sources.redhat.com/ml/automake/2001-08/msg00109.html http://sources.redhat.com/ml/automake/2001-08/msg00113.html Msg 113

Re: monolithic Makefile.am

2002-05-02 Thread Richard Boulton
On Thu, 2002-05-02 at 23:19, Harlan Stenn wrote: So what options exist for making a single top-level monolithic Makefile.am? I can't imagine keeping this file up-to-date by hand, especially on a large project where changes must be frequently made by multiple developers. Ideas? I split

Re: monolithic Makefile.am

2002-05-02 Thread Harlan Stenn
Does anybody have some examples of how this works? And is it possible to go to any spot in the tree and have a make do a monolithic (non-recursive make) build of the descendent hierarchy? H

RE: monolithic Makefile.am

2002-05-02 Thread Dan Kegel
To: Richard Boulton Cc: Harlan Stenn; Automake; [EMAIL PROTECTED] Sent: 5/2/2002 4:48 PM Subject: Re: monolithic Makefile.am Does anybody have some examples of how this works? And is it possible to go to any spot in the tree and have a make do a monolithic (non-recursive make) build