Searched refs:llib (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/contrib/ncurses/misc/
H A Dmakellib35 # a. If the file llib-lXXX doesn't exist, create it using the make-rule
36 # b. Process llib-lXXX with the system's lint utility, making
37 # llib-lXXX.ln
38 # c. Install llib-lXXX.ln in the lib directory.
40 # Using the intermediate file llib-lXXX bypasses a weakness of lint (passing
44 # a. On a few systems, you'll have to manually-edit the llib-lXXX file
64 llib=""
80 llib=llib-l$1
91 elif test -z "$llib"
[all...]
H A Dtdlint79 lib="llib-l`echo $1 | sed -e 's/^-l//'`.ln"
/freebsd-10.3-release/usr.bin/xlint/llib/
H A DMakefile2 # $FreeBSD: releng/10.3/usr.bin/xlint/llib/Makefile 92813 2002-03-20 18:25:50Z ru $
4 LIBS= llib-lposix.ln llib-lstdc.ln
11 llib-lposix.ln: llib-lposix
14 llib-lstdc.ln: llib-lstdc
/freebsd-10.3-release/usr.bin/xlint/
H A DMakefile5 _llib= llib
/freebsd-10.3-release/contrib/bmake/mk/
H A Dlib.mk377 _LIBS+=llib-l${LIB}.ln
480 llib-l${LIB}.ln: ${LOBJS}
481 @echo building llib-l${LIB}.ln
482 @rm -f llib-l${LIB}.ln
491 rm -f llib-l${LIB}.ln ${LOBJS}
557 llib-l${LIB}.ln ${DESTDIR}${LINTLIBDIR}
/freebsd-10.3-release/contrib/tcsh/
H A Dtc.os.c1461 llib(Char *s) function
1484 llib(*v++);
/freebsd-10.3-release/share/mk/
H A Dbsd.lib.mk247 LINTLIB= llib-l${LIB}.ln

Completed in 70 milliseconds