Lines Matching refs:items
27 B<DEPEND[>I<items>B<]=> I<otheritem> ...
35 B<DEFINE[>I<items>B<]=> I<name>[B<=>I<value>] ...
37 B<INCLUDE[>I<items>B<]=> I<dir> ...
125 =item B<I<KEYWORD>[>I<items>B<]> B<=> I<value> ...
147 specify further details for existing items, for example:
157 Multiple space separated items are allowed too:
163 For any indexed statement for which the items haven't been specified
164 through any plain statement, or where the items exists but the indexed
178 =item B<I<KEYWORD>[>I<items>B<]{> I<attrib> | I<attrib>B<=>I<attrib-value>
436 =item B<DEPEND[>I<items>B<]> B<=> I<file> ...
438 Collects dependencies, where I<items> depend on the given I<file>s.
440 As a special case, the I<items> may be empty, for which the build file
442 rather than the specific I<items>.
444 The I<items> may be any program, library, module, script, or any
447 The I<items> may also be literal build file targets. Those are
504 B<DEPEND[>I<items>B<]> B<=> I<dir>|I<module>
551 =item B<DEFINE[>I<items>B<]> B<=> I<name>[B<=>I<value>] ...
554 value if no I<value> is given) associated with I<items>.
560 =item B<INCLUDE[>I<items>B<]> B<=> I<dir> ...
563 I<items> components (object files and whatever else). This is used at
646 Any F<build.info> statement of the form B<I<KEYWORD>[>I<items>B<]=>I<values>,