Lines Matching refs:generator
29 B<GENERATE[>I<item>B<]=> I<generator> I<generator-args> ...
196 way to tell the build file generator to emit the necessary command
467 =item B<GENERATE[>I<item>B<]> B<=> I<generator> I<generator-arg> ...
469 This specifies that the I<item> is generated using the I<generator>
470 with the I<generator-arg>s as arguments, plus the name of the output
473 The build file generators must be able to recognise the I<generator>.
480 For I<generator>s where this is applicable, any B<INCLUDE> statement
481 for the same I<item> will be given to the I<generator> as its
484 Likewise, For I<generator>s where this is applicable, any B<DEPEND>
485 statement for the same I<item> will be given to the I<generator> as an
492 Depending on what generator is used, a B<DEPEND> statement also acts
506 The I<module> must be specified in a way that makes sense for the generator.
507 For example, when the generator implies perl (ends with C<.in>) and depends
634 =item "build file generator"