Add and rearrange building of libraries
authorRichard Levitte <levitte@openssl.org>
Tue, 9 Jun 2015 23:34:26 +0000 (01:34 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 10 Jun 2015 00:01:49 +0000 (02:01 +0200)
commit177b5f9c82e1152d6ce20a83556db629697fff65
tree0254e4ceda317208836e8a1695b72ca6eeb39228
parent121ee399c91789b34898e25eed67802e7a888277
Add and rearrange building of libraries

There's a need for a target that will build all of libcrypto, so let's
add 'build_libcrypto' that does this.  For ortogonality, let's also
add 'build_libssl'.  Have both also depend on 'libcrypto.pc' and
'libssl.pc' so those get built together with the libraries.
This makes 'all' depend on fewer things directly.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Makefile.org