]> andersk Git - splint.git/blob - lib/Makefile
Added usleep to unix.h in library.
[splint.git] / lib / Makefile
1 LCLINT = ../bin/lclint
2
3 all:
4         -${LCLINT} -nolib +impconj ansi.h -dump ansi 
5         -${LCLINT} -nolib +impconj -DSTRICT ansi.h -dump ansistrict
6         -${LCLINT} -nolib +impconj ansi.h posix.h -dump posix
7         -${LCLINT} -nolib +impconj -DSTRICT ansi.h posix.h -dump posixstrict
8         -${LCLINT} -nolib +impconj ansi.h posix.h unix.h stdio.h stdlib.h -dump unix
9         -${LCLINT} -nolib +impconj -DSTRICT ansi.h posix.h unix.h -dump unixstrict
10
This page took 0.042556 seconds and 5 git commands to generate.