This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]