help-make
[Top][All Lists]
Advanced

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

Splint under the make


From: Mariusz Janczak
Subject: Splint under the make
Date: Mon, 28 Feb 2005 10:00:33 +0100

Hi all,

Had anyone some experience with running splint under the make. I'm trying to
perform splint on whole list of source files.

%.$(SUFFIX): %.$(OBJSOURCE)
    @echo .... analising: $<
    $(LINT) -messagestream $(@:.$(SUFFIX)=.lintmsg) -warningstream
$(@:.$(SUFFIX)=.lintwarn) -errorstream $(@:.$(SUFFIX)=.linterr) $<

The results are directed into stream files. But if splint returns some
errors or warnings the make breaks work.

Best regards,
Mariusz Janczak





reply via email to

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