Refactor the 'depend' target
authorRichard Levitte <levitte@openssl.org>
Tue, 13 Mar 2018 16:56:20 +0000 (17:56 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 13 Mar 2018 18:24:26 +0000 (19:24 +0100)
commit249b4e28a6c91074f2fe276a2b2b40eb6f9639a9
treedd251c63fd0e390f45c635fd2163b1f21a8eaf93
parent3b855b1f892bb26aca760b331afe506527fe369c
Refactor the 'depend' target

With the help of the perl script util/add-depends.pl, which takes all
its information directly from configdata.pm, the dependency adding
procedure can be streamlined for all support platforms.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5606)
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl
util/add-depends.pl [new file with mode: 0644]