This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
automake/380: User produced dependency files - possible to usethem?
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- To: Alex Hornby <alex at anvil dot com>
- Cc: automake at gnu dot org
- Cc: automake-gnats at sources dot redhat dot com
- Date: Thu, 12 Dec 2002 16:06:30 +0100
- Subject: automake/380: User produced dependency files - possible to usethem?
- References: <1039445147.17095.108.camel@nero.anvil.co.uk>
>>> "Alex" == Alex Hornby <alex@anvil.com> writes:
Alex> Hi,
Alex> As part of my project I have some suffix rules to produce built sources
Alex> from which I can produce automatic dependency information.
Alex> My question is - is it possible to get automake to take these user
Alex> defined auto dependencies into consideration?
No. This sounds like something Automake ought to support --
I've submitted a PR for this.
Right now I believe you have to do yourself what Automake does:
* fill Makefile.am with a series of
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/foo.Po@am__quote@
* create empty dependency files from config.status
[...]
--
Alexandre Duret-Lutz