This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Adding site specific rules to Automake
- From: matthew dot gibbons at acterna dot com
- To: automake at gnu dot org
- Date: Mon, 22 Jul 2002 14:27:50 +0100
- Subject: Adding site specific rules to Automake
Hi,
I have added the following to my project's Makefile.am:
lint:
@ flint policy.lnt -b -v $(SOURCES)
This works fine - once ./configure is run I can run 'make lint'. Since I want
all
my project's to include this rule, as well as some others for quality checking,
can I (and should I) add this to Automake's templates in
/usr/share/automake-1.6?
Is there some documentation about this? I have read the Automake documentation
and haven't seen anything like this except extending Automake with -local rules.
Cheers,
Matthew