Lines Matching +full:if +full:- +full:no +full:- +full:files +full:- +full:found
7 # copy of this software and associated documentation files (the "Software"), #
19 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL #
35 # Lint-script that allows user's own lint libraries, in addition to the ones
41 FILES=""
42 ARCH=`uname -s`
43 if test -z "$ARCH" ; then
44 echo '? uname not found'
48 AIX) set - "$@" -Nn4000
50 IRIX) set - "$@" -n -lc
52 FreeBSD) set - "$@" -g -p -u -v -z
55 case `uname -r` in
57 set - "$@" -n -lc
66 if [ -d "$p" ]
75 -D*\"*) ;;
76 -L*)
77 DIRS="`echo "$1"|sed -e 's/^-L//'` $DIRS"
79 -l*)
80 lib="llib-l`echo "$1" | sed -e 's/^-l//'`.ln"
81 found=no
85 if [ -f "$p/$lib" ]
89 found=yes
94 if [ $found = no ]
99 -n) if [ -z "$OPT" ]
101 OPT="-I."
105 -*) OPT="$OPT $1"
108 FILES="$FILES $1"
114 exec lint $OPT $FILES $LIBS