Lines Matching full:depend
27 B<DEPEND[>I<items>B<]=> I<otheritem> ...
150 DEPEND[foo]=libcookie
161 DEPEND[foo details]=libcookie
436 =item B<DEPEND[>I<items>B<]> B<=> I<file> ...
438 Collects dependencies, where I<items> depend on the given I<file>s.
441 generators should make the whole build depend on the given I<file>s,
451 DEPEND[|tests|]=fipsmodule.cnf
453 B<DEPEND> statements may have attributes, which apply to each
456 DEPEND[libfoo.a]=libmandatory.a
457 DEPEND[libfoo.a]{weak}=libbar.a libcookie.a
472 inclusion directories. Likewise, any B<DEPEND> statement for the same
493 dependency and symbol resolution (through B<DEPEND> statements).
561 This is used with B<DEPEND> where libraries are involved, to specify
569 DEPEND[libfoo.a]=libmandatory.a
577 DEPEND[libfoo.a]{weak}=libfoo.a libcookie.a
585 DEPEND[program1]=libmandatory.a lib1.a
586 DEPEND[program2]=libmandatory.a lib2.a
587 DEPEND[libmandatory]{weak}=lib1.a lib2.a