Lines Matching refs:library
6 # ZDST may be set to the location of the directory where library
8 # Z_AS may be set to 'obj' to build a object from the library's
9 # object files. (Otherwise, a library will be built.)
10 # Defaults to 'library'.
12 # Miscellaneous cpp flags to be passed to the library's Makefile
15 # Miscellaneous flags to be passed to the library's Makefile when
16 # building. See library's Makefile for more details about
21 Z_AS?= library
49 @echo making sure the z library is up to date...
50 .if (${Z_AS} == "library")
57 @echo making sure the profiled z library is up to date...
58 .if (${Z_AS} == "library")
66 @echo cleaning the z library objects
71 @echo cleandiring the z library objects
76 @echo depending the z library objects