automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Adding site specific rules to Automake


From: matthew . gibbons
Subject: Adding site specific rules to Automake
Date: Mon, 22 Jul 2002 14:27:50 +0100

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]