Build: Change all _NO_INST to use attributes instead.
This means that all PROGRAMS_NO_INST, LIBS_NO_INST, ENGINES_NO_INST and SCRIPTS_NO_INST are changed to be PROGRAM, LIBS, ENGINES and SCRIPTS with the associated attribute 'noinst'. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7581)
This commit is contained in:
parent
c91f24d4cc
commit
ac6bba6f6e
9 changed files with 106 additions and 50 deletions
|
@ -9,14 +9,14 @@
|
|||
-}
|
||||
|
||||
IF[{- !$disabled{"fuzz-afl"} || !$disabled{"fuzz-libfuzzer"} -}]
|
||||
PROGRAMS_NO_INST=asn1 asn1parse bignum bndiv client conf crl server x509
|
||||
PROGRAMS{noinst}=asn1 asn1parse bignum bndiv client conf crl server x509
|
||||
|
||||
IF[{- !$disabled{"cms"} -}]
|
||||
PROGRAMS_NO_INST=cms
|
||||
PROGRAMS{noinst}=cms
|
||||
ENDIF
|
||||
|
||||
IF[{- !$disabled{"ct"} -}]
|
||||
PROGRAMS_NO_INST=ct
|
||||
PROGRAMS{noinst}=ct
|
||||
ENDIF
|
||||
|
||||
SOURCE[asn1]=asn1.c driver.c
|
||||
|
@ -65,14 +65,14 @@ IF[{- !$disabled{"fuzz-afl"} || !$disabled{"fuzz-libfuzzer"} -}]
|
|||
ENDIF
|
||||
|
||||
IF[{- !$disabled{tests} -}]
|
||||
PROGRAMS_NO_INST=asn1-test asn1parse-test bignum-test bndiv-test client-test conf-test crl-test server-test x509-test
|
||||
PROGRAMS{noinst}=asn1-test asn1parse-test bignum-test bndiv-test client-test conf-test crl-test server-test x509-test
|
||||
|
||||
IF[{- !$disabled{"cms"} -}]
|
||||
PROGRAMS_NO_INST=cms-test
|
||||
PROGRAMS{noinst}=cms-test
|
||||
ENDIF
|
||||
|
||||
IF[{- !$disabled{"ct"} -}]
|
||||
PROGRAMS_NO_INST=ct-test
|
||||
PROGRAMS{noinst}=ct-test
|
||||
ENDIF
|
||||
|
||||
SOURCE[asn1-test]=asn1.c test-corpus.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue