Unified - Add the build.info command GENERATE, to generate source files
authorRichard Levitte <levitte@openssl.org>
Mon, 7 Mar 2016 13:37:00 +0000 (14:37 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 7 Mar 2016 17:25:56 +0000 (18:25 +0100)
commitae4c7450754ea13265edd69e6ff74d87c89401cd
tree8acb4c1b1120b58109e4b66d60b2cccf9750b6d7
parent667867cced0013c1cfd8d7a9efa43b8f2cebc942
Unified - Add the build.info command GENERATE, to generate source files

In some cases, one might want to generate some source files from
others, that's done as follows:

    GENERATE[foo.s]=asm/something.pl $(CFLAGS)
    GENERATE[bar.s]=asm/bar.S

The value of each GENERATE line is a command line or part of it.
Configure places no rules on the command line, except the the first
item muct be the generator file.  It is, however, entirely up to the
build file template to define exactly how those command lines should
be handled, how the output is captured and so on.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/README
Configurations/README.design
Configurations/common.tmpl
Configure