Lines Matching refs:library
31 @${MAKE} -f ${MAKEFILE} set-up-library
32 @${MAKE} -f ${MAKEFILE} -dm library 2>&1 \
35 @${MAKE} -f ${MAKEFILE} tear-down-library
87 set-up-library: .PHONY
89 @echo "not a library" > libbad.a
91 @echo "begin library"
93 .if make(library)
97 # The two lines for libgood contain the word "library", the two lines for
102 # expect: Examining libgood.a...library...up-to-date.
103 # expect: Examining -lgood...library...up-to-date.
104 library: .PHONY libbad.a -lbad libgood.a -lgood
107 tear-down-library: .PHONY
108 @echo "end library"