Re: The %.o: %.cc rule

2001-06-04 Thread Tom Tromey
> "Hair" == Raja R Harinath <[EMAIL PROTECTED]> writes: Clark> test_SOURCES = d1/s1.cc d2/s2.cc Hair> Try using Hair> AUTOMAKE_OPTIONS = subdir-objects subdir-objects will cause Makefile to build d1/s1.o and d2/s2.o. Without it, the above test_SOURCES will still work but the .o files will

Re: The %.o: %.cc rule

2001-06-04 Thread Raja R Harinath
Clark Rawlins <[EMAIL PROTECTED]> writes: [snip] > I want to be able to do something like: > > test_SOURCES = d1/s1.cc d2/s2.cc Try using AUTOMAKE_OPTIONS = subdir-objects I think that does what you want (you have to use the in-CVS version of automake). - Hari -- Raja R Harinath --

Re: The %.o: %.cc rule

2001-06-04 Thread Clark Rawlins
On Mon, Jun 04, 2001 at 05:15:22PM -0600, Tom Tromey wrote: > > "Clark" == Clark Rawlins <[EMAIL PROTECTED]> writes: > > Clark> Is there any kind of consensus on what would be the 'correct' > Clark> way to do this in automake? Is there a consensus that automake > Clark> should continue to su

Re: cygwin libtool breakage

2001-06-04 Thread Robert Collins
- Original Message - From: "Robert Collins" <[EMAIL PROTECTED]> > > - Original Message - > From: "Gary V. Vaughan" <[EMAIL PROTECTED]> > To: "Robert Collins" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Monday, June 04, 2001 11:25 AM > Subject: Re: cygwin libtool breakage > >

Re: The %.o: %.cc rule

2001-06-04 Thread Tom Tromey
> "Clark" == Clark Rawlins <[EMAIL PROTECTED]> writes: Clark> Is there any kind of concensus on what would be the 'correct' Clark> way to do this in automake? Is there a consensus that automake Clark> should continue to support these old compilers? Yes, automake should support these old com

Re: The %.o: %.cc rule

2001-06-04 Thread Clark Rawlins
On Sun, Jun 03, 2001 at 11:03:23PM -0400, Harlan Stenn wrote: > > Besides the reason that it's not nessasary are there any reasons why > > the automake inference rules for C and C++ don't use -o ? > > > > I seem to remember that some compilers don't accept -o is this correct? > > Yes. Some olde

Re: cygwin libtool breakage

2001-06-04 Thread Gary V . Vaughan
On Monday 04 June 2001 12:41 pm, Robert Collins wrote: > - Original Message - > From: "Gary V. Vaughan" <[EMAIL PROTECTED]> > To: "Robert Collins" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Monday, June 04, 2001 11:25 AM > Subject: Re: cygwin libtool breakage > > > On Saturday 02 Jun

Re: Problem with site.exp in automake-1.4f

2001-06-04 Thread Tom Tromey
> "Kevin" == Kevin Dalley <[EMAIL PROTECTED]> writes: Kevin> In automake-1.4f, in a directory using dejagnu, I ended up with a Kevin> if % Kevin> in the middle of Makefile.in Thanks. I checked in your patch. Tom