Lines Matching refs:library
6 # KERNDST may be set to the location of the directory where library
8 # KERN_AS may be set to 'obj' to build a object from the library's
9 # object files. (Otherwise, a library will be built.)
11 # 'library' is used as a default value.
13 # Miscellaneous cpp flags to be passed to the library's Makefile
16 # Miscellaneous flags to be passed to the library's Makefile when
17 # building. See library's Makefile for more details about
25 KERN_AS?= library
64 @echo making sure the kern library is up to date...
65 .if (${KERN_AS} == "library")
72 @echo making sure the profiled kern library is up to date...
73 .if (${KERN_AS} == "library")
80 @echo making sure the kern lint library is up to date...
85 @echo cleaning the kern library objects
90 @echo cleandiring the kern library objects
95 @echo depending the kern library objects