VMS build changes
authorRichard Levitte <levitte@openssl.org>
Thu, 29 Jan 2015 13:27:21 +0000 (14:27 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 30 Jan 2015 13:44:06 +0000 (14:44 +0100)
commit36759bb75152cece52bcf3b514e4336036deb6d3
treef7df206ee8221cb79444098b0007bb6bc3972d2e
parent132536f96e1baba466baa7323c0d74bd7948dd5b
VMS build changes

crypto/crypto-lib.com:
 Remove all APPS building, as they are gone.
 Depend on the variable SDIRS that's defined by makevms.com.
 Remake the whole partial module list mechanism to check for variables with a counter.
 Define the logical name INTERNAL to allow for '#include "internal/foo.h"'.

makevms.com:
 Define SDIRS, to allow for removal of crypto modules and pass that information to crypto/crypto-lib.com.
 Allow for experimental modules.
 Update the allowed things to disable.
 Update the things disabled by default to match Configure.
 Update headers to be copied.

Reviewed-by: Andy Polyakov <appro@openssl.org>
crypto/crypto-lib.com
makevms.com