diff options
author | Richard Levitte <levitte@openssl.org> | 2016-09-08 19:23:38 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-09-09 00:12:54 +0200 |
commit | 1750142f43436c9e074352580f1b434fd3b87f3a (patch) | |
tree | 21e342b44c2f2abacfec59e6003d9f0c1d0849df /config | |
parent | Build file templates: additional information to build file template functions (diff) | |
download | openssl-1750142f43436c9e074352580f1b434fd3b87f3a.tar.xz openssl-1750142f43436c9e074352580f1b434fd3b87f3a.zip |
VMS: Use different C flags for programs that aren't to be installed
This is generalised by having the following macros for stuff that won't
be installed:
NO_INST_LIB_CFLAGS, used instead of LIB_CFLAGS
NO_INST_DSO_CFLAGS, used instead of DSO_CFLAGS
NO_INST_BIN_CFLAGS, used instead of BIN_CFLAGS
They take values from corresponding target config fields if those are
defined, otherwise they take the respective values from LIB_CFLAGS,
DSO_CFLAGS and BIN_CFLAGS.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'config')
0 files changed, 0 insertions, 0 deletions