~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/lint-source.am

Merged in linted: rule from Robert.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
check-local: linted ${srcdir}/config/lint-rules.am
18
18
 
 
19
linted:
 
20
 
19
21
# Build the things to lint dynamically
20
22
${srcdir}/config/lint-rules.am: lint-rules-gen
21
23
        @# Make make think it did something so it sees the file changed.
24
26
lint-rules-gen:
25
27
        srcdir=${srcdir} ${top_srcdir}/config/make-lint.py
26
28
 
27
 
.PHONY: cleanlints lint-rules-gen
 
29
.PHONY: cleanlints linted lint-rules-gen
28
30
 
29
31
# dynamic rules
30
32
include config/lint-rules.am