Lines Matching +full:built +full:- +full:into
5 build.info - Building information files
29 B<GENERATE[>I<item>B<]=> I<generator> I<generator-args> ...
54 This is about having all the information on what needs to be built and
71 F<build.info> files are meta data files for OpenSSL's built file
78 very rarely, and support for that sort of thing is added on as-needed
132 information on what end products need to be built, for example:
136 MODULES=awesome-plugin
142 C<awesome-plugin>, a couple of scripts C<tool1> and C<tool2>, and
152 This says that the program C<foo> is built from the source files
175 =item B<I<KEYWORD>{> I<attrib> | I<attrib>B<=>I<attrib-value> [,...]B<}>
178 =item B<I<KEYWORD>[>I<items>B<]{> I<attrib> | I<attrib>B<=>I<attrib-value>
216 Statement values are normally split into a list of tokens, separated
219 To avoid having a value split up into several tokens, they may be
268 I<variables are expanded into their values before the value they are
302 Perl nuggets are anything between C<{-> and C<-}>, and whatever the
310 IF[{- $disabled{something} -}]
312 ELSIF[{- $somethingelse eq 'blah' -}]
369 Collects names of programs that should be built.
382 Collects names of libraries that should be built.
384 The normal case is that libraries are built in both static and shared
404 Collects names of dynamically loadable modules that should be built.
417 Collects names of scripts that should be built, or that just exist.
467 =item B<GENERATE[>I<item>B<]> B<=> I<generator> I<generator-arg> ...
470 with the I<generator-arg>s as arguments, plus the name of the output
508 on the module F<OpenSSL::foo> - a.k.a. F<OpenSSL/foo.pm> - which lives in
558 C<.c> file is built into an object file.
664 C<perldoc -o man util/perl/OpenSSL/Template.pm>
670 Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.