unified build scheme: add build.info files
authorRichard Levitte <levitte@openssl.org>
Fri, 29 Jan 2016 22:33:10 +0000 (23:33 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 1 Feb 2016 11:46:58 +0000 (12:46 +0100)
commit777a288270cb4c3671f9095630415207d867396b
tree9d578694057e974829b5092f2ff08c75675da70b
parent9fe2bb77c40f5fd3624b30f1b0c3cd8b791ca615
unified build scheme: add build.info files

Now that we have the foundation for the "unified" build scheme in
place, we add build.info files.  They have been generated from the
Makefiles in the same directories.  Things that are platform specific
will appear in later commits.

Reviewed-by: Andy Polyakov <appro@openssl.org>
63 files changed:
apps/build.info [new file with mode: 0644]
build.info [new file with mode: 0644]
crypto/aes/build.info [new file with mode: 0644]
crypto/asn1/build.info [new file with mode: 0644]
crypto/async/build.info [new file with mode: 0644]
crypto/bf/build.info [new file with mode: 0644]
crypto/bio/build.info [new file with mode: 0644]
crypto/bn/build.info [new file with mode: 0644]
crypto/buffer/build.info [new file with mode: 0644]
crypto/build.info [new file with mode: 0644]
crypto/camellia/build.info [new file with mode: 0644]
crypto/cast/build.info [new file with mode: 0644]
crypto/chacha/build.info [new file with mode: 0644]
crypto/cmac/build.info [new file with mode: 0644]
crypto/cms/build.info [new file with mode: 0644]
crypto/comp/build.info [new file with mode: 0644]
crypto/conf/build.info [new file with mode: 0644]
crypto/ct/build.info [new file with mode: 0644]
crypto/des/build.info [new file with mode: 0644]
crypto/dh/build.info [new file with mode: 0644]
crypto/dsa/build.info [new file with mode: 0644]
crypto/dso/build.info [new file with mode: 0644]
crypto/ec/build.info [new file with mode: 0644]
crypto/engine/build.info [new file with mode: 0644]
crypto/err/build.info [new file with mode: 0644]
crypto/evp/build.info [new file with mode: 0644]
crypto/hmac/build.info [new file with mode: 0644]
crypto/idea/build.info [new file with mode: 0644]
crypto/jpake/build.info [new file with mode: 0644]
crypto/kdf/build.info [new file with mode: 0644]
crypto/lhash/build.info [new file with mode: 0644]
crypto/md2/build.info [new file with mode: 0644]
crypto/md4/build.info [new file with mode: 0644]
crypto/md5/build.info [new file with mode: 0644]
crypto/mdc2/build.info [new file with mode: 0644]
crypto/modes/build.info [new file with mode: 0644]
crypto/objects/build.info [new file with mode: 0644]
crypto/ocsp/build.info [new file with mode: 0644]
crypto/pem/build.info [new file with mode: 0644]
crypto/pkcs12/build.info [new file with mode: 0644]
crypto/pkcs7/build.info [new file with mode: 0644]
crypto/poly1305/build.info [new file with mode: 0644]
crypto/rand/build.info [new file with mode: 0644]
crypto/rc2/build.info [new file with mode: 0644]
crypto/rc4/build.info [new file with mode: 0644]
crypto/rc5/build.info [new file with mode: 0644]
crypto/ripemd/build.info [new file with mode: 0644]
crypto/rsa/build.info [new file with mode: 0644]
crypto/seed/build.info [new file with mode: 0644]
crypto/sha/build.info [new file with mode: 0644]
crypto/srp/build.info [new file with mode: 0644]
crypto/stack/build.info [new file with mode: 0644]
crypto/store/build.info [new file with mode: 0644]
crypto/ts/build.info [new file with mode: 0644]
crypto/txt_db/build.info [new file with mode: 0644]
crypto/ui/build.info [new file with mode: 0644]
crypto/whrlpool/build.info [new file with mode: 0644]
crypto/x509/build.info [new file with mode: 0644]
crypto/x509v3/build.info [new file with mode: 0644]
engines/build.info [new file with mode: 0644]
ssl/build.info [new file with mode: 0644]
test/build.info [new file with mode: 0644]
tools/build.info [new file with mode: 0644]