VMS: Use different C flags for programs that aren't to be installed
authorRichard Levitte <levitte@openssl.org>
Thu, 8 Sep 2016 17:23:38 +0000 (19:23 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 8 Sep 2016 22:12:54 +0000 (00:12 +0200)
commit1750142f43436c9e074352580f1b434fd3b87f3a
tree21e342b44c2f2abacfec59e6003d9f0c1d0849df
parent84f3867536625253b48e270cc261f0559b8861a9
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>
Configurations/10-main.conf
Configurations/descrip.mms.tmpl