unified build scheme: add and document the "unified" driving engine
authorRichard Levitte <levitte@openssl.org>
Fri, 29 Jan 2016 23:57:33 +0000 (00:57 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 9 Feb 2016 00:25:00 +0000 (01:25 +0100)
commitddf1847dc81c30e80e7027c928720bf869264bd4
tree8a396ef8f47e3eb6b256b6a534dc6b723ee36813
parente5a82bfd68f2de9b9b19ba37d59ef73a9b1fe193
unified build scheme: add and document the "unified" driving engine

common.tmpl will be used together with the template build file, and is
the engine that connects the information gathered from all the
build.info files with making the build file itself.

This file expects there to be a template section in the build file
template that defines a number perl functions designed to return
strings with appropriate lines for the build system at hand.  The
exact functions, what they can expect as arguments and what output
they're expected to produce is documented in Configurations/README.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Configurations/README
Configurations/common.tmpl [new file with mode: 0644]
Configure