.PHONY: boolt testalt

all: testalt boolt uconstants badcomment hoof

testalt:
	lclint -dump newlint.lcd testalt.c

boolt:
	lclint -expect 1 +partial +booltype pan_bool_t +booltrue PAN_TRUE +boolfalse PAN_FALSE boolt.c

uconstants:
	lclint uconstants.c -expect 2

badcomment:
	lclint badcomment.c -expect 3

hoof:
	lclint hoof.c -expect 1
	lclint hoof.c +ignorequals

ignorecmd:
	lclint +ignorecommand -we
