Lines Matching full:library
27 @${MAKE} -f ${MAKEFILE} set-up-library
28 @${MAKE} -f ${MAKEFILE} -dm library 2>&1 \
31 @${MAKE} -f ${MAKEFILE} tear-down-library
69 set-up-library: .PHONY
71 @echo "not a library" > libbad.a
73 @echo "begin library"
75 .if make(library)
79 # The two lines for libgood contain the word "library", the two lines for
84 # expect: Examining libgood.a...library...up-to-date.
85 # expect: Examining -lgood...library...up-to-date.
86 library: .PHONY libbad.a -lbad libgood.a -lgood
89 tear-down-library: .PHONY
90 @echo "end library"