d030892312
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8541)
23 lines
558 B
Text
23 lines
558 B
Text
SUBDIRS=common default
|
|
|
|
IF[{- !$disabled{fips} -}]
|
|
SUBDIRS=fips
|
|
MODULES=fips
|
|
IF[{- defined $target{shared_defflag} -}]
|
|
SOURCE[fips]=fips.ld
|
|
GENERATE[fips.ld]=../util/providers.num
|
|
ENDIF
|
|
INCLUDE[fips]=.. ../include ../crypto/include
|
|
DEFINE[fips]=FIPS_MODE
|
|
ENDIF
|
|
|
|
IF[{- !$disabled{legacy} -}]
|
|
SUBDIRS=legacy
|
|
MODULES=legacy
|
|
IF[{- defined $target{shared_defflag} -}]
|
|
SOURCE[legacy]=legacy.ld
|
|
GENERATE[legacy.ld]=../util/providers.num
|
|
ENDIF
|
|
INCLUDE[legacy]=.. ../include ../crypto/include
|
|
DEPEND[legacy]=../libcrypto
|
|
ENDIF
|