Re: make dist and sources in subdirs

2001-04-05 Thread Tom Tromey
> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: Robert> However there is still a problem: Robert> make dist doesn't create directory foo. This is a bug. >> 2) Do the stub directories such as foo, which only have 2 or three c >> files need Makefile.am's ? Robert> I take it the answ

Re: make dist and sources in subdirs

2001-04-05 Thread Tom Tromey
Alexandre> There's an automake option that tells it to keep object Alexandre> files in subdirs. I don't recall the exact spelling. Akim> Couldn't find it in the doc (probably still too experimental?), Akim> but a RTFC shows it's subdir-objects. See the subobj*.test Akim> files. That's a genero

Re: make dist and sources in subdirs

2001-04-05 Thread Robert Collins
- Original Message - From: "Akim Demaille" <[EMAIL PROTECTED]> To: "Alexandre Oliva" <[EMAIL PROTECTED]> Cc: "Robert Collins" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 05, 2001 12:56 AM Subject: Re: make dist and

Re: make dist and sources in subdirs

2001-04-05 Thread Robert Collins
- Original Message - From: "Lars J. Aas" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, April 05, 2001 5:34 PM Subject: Re: make dist and sources in subdirs > On Thu, Apr 05, 2001 at 09:20:

Re: make dist and sources in subdirs

2001-04-05 Thread Lars J. Aas
On Thu, Apr 05, 2001 at 09:20:46AM +0200, Lars J. Aas wrote: : On Thu, Apr 05, 2001 at 08:33:52AM +1000, Robert Collins wrote: : : I take it the answer to this is "yes it solves creating the directory?" : : The reason why I was hoping to avoid a Makefile is that it saves a level : : of recursion d

Re: make dist and sources in subdirs

2001-04-05 Thread Lars J. Aas
On Thu, Apr 05, 2001 at 08:33:52AM +1000, Robert Collins wrote: : I take it the answer to this is "yes it solves creating the directory?" : The reason why I was hoping to avoid a Makefile is that it saves a level : of recursion during make, and on cygwin that saves time. I'm doing the same thing

Re: make dist and sources in subdirs

2001-04-04 Thread Robert Collins
- Original Message - From: "Robert Collins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 03, 2001 11:46 PM Subject: make dist and sources in subdirs > I have three questions: > > 1) Based on a recent comment on this list, > I ha

Re: make dist and sources in subdirs

2001-04-04 Thread Akim Demaille
> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes: Alexandre> On Apr 3, 2001, "Robert Collins" Alexandre> <[EMAIL PROTECTED]> wrote: >> Is it expected behaviour for a.o,b.o ans c.o from the above example >> to be created in ., or in foo/ ? Alexandre> Yep (Alexandre means `yes, in

Re: make dist and sources in subdirs

2001-04-04 Thread Alexandre Oliva
On Apr 3, 2001, "Robert Collins" <[EMAIL PROTECTED]> wrote: > Is it expected behaviour for a.o,b.o ans c.o from the above example to > be created in ., or in foo/ ? Yep > It would be good if they could be created in foo/ rather than the > current directory (in case of name collisions. There's

make dist and sources in subdirs

2001-04-03 Thread Robert Collins
I have three questions: 1) Based on a recent comment on this list, I have noinst_LIBRARIES = libfoo.a lib_foo_a_SOURCES = foo/a.c foo/b.c foo/c.c upon entering this particular directory, make dist does: make[2]: *** No rule to make target `foo.c', needed by `distdir'. Stop. make[2]: Leaving di