Add developer targets for each subdirectory we have something to build in
authorRichard Levitte <levitte@openssl.org>
Sat, 2 Apr 2016 20:26:38 +0000 (22:26 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 4 Jun 2016 18:33:46 +0000 (20:33 +0200)
commit0ad1d94df4f844eec8eb7ff404582253b4a3cfae
tree64ac8f27ae7520106c273ba17e30b32d28efea79
parent578b55144121b83a96e780f241f614759c75d1b5
Add developer targets for each subdirectory we have something to build in

Previous build scheme allowed building just the stuff in one
subdirectory, like this:

    make -C crypto/aes

Because the unified only has a top-level Makefile, this is not
possible with it.  This change adds a replacement where each directory
we have something to build in becomes a target in its own right,
allowing building something like this:

    make crypto/aes

The exception is the directory test, because we already have such a
target.

Reviewed-by: Stephen Henson <steve@openssl.org>
Configurations/common.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl