Lines Matching refs:files
5 build.info - Building information files
69 =head2 F<build.info> files
71 F<build.info> files are meta data files for OpenSSL's built file
72 generators, and are used to specify exactly what end product files
76 Intermediate files, such as object files, are seldom referred to at
94 F<build.info> files are platform agnostic. This means that there is
100 different types of files.
112 F<build.info> files. The build file generators are responsible for
143 finally that there are more F<build.info> files in subdirectories
152 This says that the program C<foo> is built from the source files
231 F<build.info> files include a very simple condition system, involving
292 F<build.info> files that are digested. There are two exceptions,
474 Currently, they at least recognise files ending in C<.pl>, and will
475 execute them to generate the I<item>, and files ending in C<.in>,
478 L</Perl nuggets> mechanism that is used to read F<build.info> files).
518 Collects filenames that will be used as source files for I<item>.
524 Static libraries may be sources. In that case, its object files are
541 Collects filenames that will be used as source files for I<item>.
563 I<items> components (object files and whatever else). This is used at
636 Perl code that generates build files, given configuration data and
637 data collected from F<build.info> files.