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