Subversion Repositories DevTools

Rev

Rev 227 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 227 Rev 261
Line 26... Line 26...
26
 
26
 
27
#..     Lint initialisation
27
#..     Lint initialisation
28
#
28
#
29
#       Ensure that PCLINT is defined
29
#       Ensure that PCLINT is defined
30
#
30
#
31
.PHONY:
31
.PHONY: lint_init
32
lint_init:
32
lint_init:
33
ifndef PCLINT
33
ifndef PCLINT
34
	$(warning The LINT operation requires that the environment variable PCLINT be set)
34
	$(warning The LINT operation requires that the environment variable PCLINT be set)
35
	$(error PCLINT has not been set)
35
	$(error PCLINT has not been set)
36
endif
36
endif