Lines Matching refs:info
7 The unified scheme takes all its data from the `build.info` files seen
10 section on `build.info` files below.
12 From the information in `build.info` files, `Configure` builds up an
23 build.info files
26 As mentioned earlier, `build.info` files are meant to hold the minimum
31 as object files are rarely directly referred to in `build.info` files (and
35 in `build.info`. Their file name extensions will be inferred by the
48 All their values in all the `build.info` throughout the source tree are
57 # build.info
63 This is the top directory `build.info` file, and it tells us that two
69 # apps/build.info
75 This is the `build.info` file in `apps/`, one may notice that all file
76 paths mentioned are relative to the directory the `build.info` file is
79 platform and is therefore not mentioned in the `build.info` file). It's
85 # crypto/build.info
94 This is the `build.info` file in `crypto/`, and it tells us a little more
97 really unnecessary as it's already mentioned in the top `build.info`
98 file, but can make the info file easier to understand. This is to
101 This `build.info` file informs us that `libcrypto` is built from a few
114 # ssl/build.info
118 This is the build.info file in `ssl/`, and it tells us that the
121 # engines/build.info
132 This is the `build.info` file in `engines/`, telling us that two modules
142 When `Configure` digests these `build.info` files, the accumulated
189 When `Configure` processes the `build.info` files, it will take it as
201 The information in all the `build.info` get digested by `Configure` and
207 variables in build.info files.
210 the MODULES variable in build.info files.
214 variables in build.info files.
218 variables in build.info files.
226 the LIBS variable in build.info files.
229 the PROGRAMS variable in build.info files.
232 the SCRIPTS variable in build.info files.
236 variables in build.info files. Object files are
245 As an example, here is how the `build.info` files example from the
561 As an example with the smaller `build.info` set we've seen as an