summaryrefslogtreecommitdiffstats
path: root/Configurations/README
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-04-21 21:36:48 +0200
committerRichard Levitte <levitte@openssl.org>2016-04-22 00:18:01 +0200
commite38bd9489aa2c7d87105f388027ba5a84c9949f9 (patch)
treef96f73e962629d279a408f37c9174465e7f26945 /Configurations/README
parent5951e840d9295bed554c267f51d7977b8f76b4bb (diff)
Update the Configurations READMEs
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'Configurations/README')
-rw-r--r--Configurations/README10
1 files changed, 7 insertions, 3 deletions
diff --git a/Configurations/README b/Configurations/README
index a05e02c097..3534ea6d25 100644
--- a/Configurations/README
+++ b/Configurations/README
@@ -498,6 +498,8 @@ They are all expected to return a string with the lines they produce.
generatesrc(src => "PATH/TO/tobegenerated",
generator => [ "generatingfile", ... ]
+ generator => [ "generatingfile", ... ]
+ incs => [ "INCL/PATH", ... ],
deps => [ "dep1", ... ],
intent => one of "libs", "dso", "bin" );
@@ -507,9 +509,11 @@ They are all expected to return a string with the lines they produce.
expected to be the file to generate from.
generatesrc() is expected to analyse and figure out
exactly how to apply that file and how to capture
- the result. 'deps' is a list of explicit
- dependencies. 'intent' indicates what the generated
- file is going to be used for.
+ the result. 'incs' and 'deps' are include
+ directories and files that are used if $(CC) used as
+ an intermediary step when generating the end product
+ (the file indicated by 'src'). 'intent' indicates
+ what the generated file is going to be used for.
src2obj - function that produces build file lines to build an
object file from source files and associated data.