Lines Matching defs:library
36 set option=';all-static;bp;-;Force the prerequisite libraries of static \b+l\b\aname\a library references to be static.'
46 set option=';force-shared;b;-;Do not ignore \b-l\b\aname\a shared library reference modification times.'
49 set option=';lib-type;bp;-;Bind library references to \b--debug-symbols\b or \b--profile\b specific variants.'
51 set option=';local-static;bp;-;Compile and link against static library targets. The default links against shared library targets, but care must be taken to point runtime shared library binding to the current directory when executing command targets in the current directory.'
57 set option=';recurse;sa;-;Set the recursive \b:MAKE:\b \aaction\a:;[action:=1]{[+combine?Combine all recursive makefiles into one rooted at the current directory. \b::\b, \b:PACKAGE:\b, \b.SOURCE\b*, and \bLDLIBRARIES\b are intercepted to adjust relative directory and library references. Complex makefile hierarchies may not be amenable to combination.][+implicit?All makefiles in all subdirectories are treated as if they contained \b:MAKE:\b.][+list?List the recursion directories, one per line, on the standard output and exit. A \b-\b prerequisite separates groups that may be made concurrently and a \b+\b prerequisite separates leaf directories from intermediate directories.][+only?Disable component closure and operate on explicit prerequisites only.][+prereqs?List the recursion directory dependencies as a makefile on the standard output and exit.][+\anumber\a?Set the directory recursion concurrency level to \anumber\a.]}'
596 .PACKAGE.$(.S.).library := -l
969 .PACKAGE.$(B).library := +l
1217 * library req support
1669 .PACKAGE.$(T1:/+l//).library.$(<:B) := +l
1881 error 1 $(B): generating static library but dynamic $(L) already exists
2285 * <pseudo-library> :REQUIRE: -[lL]*
2431 if "$(R:N=$(D))" || ! "$(-all-static)" && "$(CC.STDLIB:N=$(D:T=F:P=D))" && "$(.PACKAGE.$(L:/+l//).library)" != "+l"
2498 .PACKAGE.$(F:/+l//).library.$(P) := +l
2814 * a package consists of a library and include directory
2830 * :nolibrary: do not link with library
2831 * :static: attempt static library first
2832 * :dynamic: attempt dynamic library first
2855 if R = "$(.PACKAGE.$(%).library.$(P))"
2858 if R = "$(.PACKAGE.$(%).library.weak.$(P))"
2862 return $(.PACKAGE.$(%).library)
3197 local A H I T N O P Q V version insert=0 install=1 this_install library=-l options=1 private
3270 library := -l
3290 library := +l
3292 library := -l
3380 .PACKAGE.$(P).library := $(library)
3425 .PACKAGE.$(P).library := -l
3430 .PACKAGE.$(P).library := +l
3431 elif N == "library"
3433 .PACKAGE.$(P).library := -l
3435 .PACKAGE.$(P).library :=
3439 .PACKAGE.$(P).library := +l
3463 .PACKAGE.$(P).library :=
4202 if ! "$(PKGDIRS:X=package/$(P).lic package/$(P).pkg:T=F)" && ! "$(.PACKAGE.$(P).library)"