This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Two libraries from the same sources
- To: Pavel Roskin <pavel_roskin@geocities.com>
- Subject: Re: Two libraries from the same sources
- From: Tom Tromey <tromey@cygnus.com>
- Date: 19 May 1999 01:23:33 -0600
- Cc: Alexandre Oliva <oliva@dcc.unicamp.br>, automake@gnu.org
- References: <Pine.LNX.4.10.9905181800570.31934-100000@intra.typhoon.spb.ru>
- Reply-To: tromey@cygnus.com
>>>>> "Pavel" == Pavel Roskin <pavel_roskin@geocities.com> writes:
>> The cvs repository does have per-library and per-executable (not
>> per-object) flags. This code ought to work, but it has not been
>> extensively tested.
Pavel> Thank you! This is exactly what I need.
Pavel> However...
Pavel> There is a rule for test1-test1.o, but it is empty!
Thanks, I've fixed this.
Pavel> Another minor defect: sometimes automake complains twice about
Pavel> missing "compile" in the same directory.
I've added this to TODO. Unfortunately there are many more things
that are more important to fix right now. Probably we should just
change automake to automatically track all file requires and only give
one error per file.
Tom