This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: interaction with dependency tracking and subdir-objects
- To: Robert Collins <robert dot collins at itdomain dot com dot au>
- Subject: Re: interaction with dependency tracking and subdir-objects
- From: Tom Tromey <tromey at redhat dot com>
- Date: 18 Aug 2001 17:33:21 -0600
- Cc: automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <997954819.684.5.camel@lifelesswks>
- Reply-To: tromey at redhat dot com
>>>>> "Robert" == Robert Collins <robert.collins@itdomain.com.au> writes:
Robert> foo_SOURCES = $(top_srcdir)/main.c
Actually, while this probably should be valid, right now it isn't.
Could you submit a PR for this?
Robert> as a result I'd like to propose that dependencies get placed
Robert> in the same relative directory as the source file resides, not
Robert> the same directory as the Makefile.
We can probably do this, using the `require_build_directory' machinery.
Could you submit a second PR for this?
Thanks.
Tom