This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Adding site specific rules to Automake
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- To: matthew dot gibbons at acterna dot com
- Cc: automake at gnu dot org
- Date: Tue, 23 Jul 2002 11:01:07 +0200
- Subject: Re: Adding site specific rules to Automake
- References: <C1256BFE.0049F6C5.00@magnus.eni.wago.de>
>>> "matthew" == matthew gibbons <matthew.gibbons@acterna.com> writes:
[...]
matthew> Since I want all my project's to include
matthew> this rule, as well as some others for quality
matthew> checking, can I (and should I) add this to Automake's
matthew> templates in /usr/share/automake-1.6?
No, because if you do so other people will not be able to
rebuild the Makefiles of your package.
You could put these rules in a file (say `Makefile.rules'), that
you distribute with each project and `include' in each Makefile.am.
[...]
--
Alexandre Duret-Lutz