• R
    Unified - Add the build.info command GENERATE, to generate source files · ae4c7450
    Richard Levitte 提交于
    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: NRich Salz <rsalz@openssl.org>
    ae4c7450
Configure 76.9 KB