Lines Matching +full:built +full:- +full:in

5 #                       go in the FIPS provider.  The compilations for this
21 # -o {modulename}.so {object files...} lib{modulename}.a libcommon.a
23 # It is crucial that code that checks the FIPS_MODULE macro ends up in
25 # It is crucial that code that checks the STATIC_LEGACY macro ends up in
30 # Code in providers/implementations/ should be written in such a way that
32 # end up in either libfips.a, liblegacy.a or libdefault.a.
45 # Enough of our implementations include prov/ciphercommon.h (present in
47 # (present in include), which in turn may include very internal header
48 # files in crypto/, so let's have a common include list for them all.
59 # used is determined by non-weak dependencies.
73 # Because the default provider is built in, it means that libcrypto must
85 # Because the base provider is built in, it means that libcrypto must
97 # us to make all kinds of checks on the source, based on what we specify in
99 # built unless the proper LIBS or MODULES statement has been seen, so we
101 IF[{- !$disabled{fips} -}]
113 IF[{- defined $target{shared_defflag} -}]
119 GENERATE[fipsmodule.cnf]=../util/mk-fipsmodule-cnf.pl \
120 -module $(FIPSMODULE) -section_name fips_sect -key $(FIPSKEY)
124 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]
133 IF[{- !$disabled{legacy} -}]
136 IF[{- $disabled{module} -}]
137 # Become built in
138 # In this case, we need to do the same thing a for the default provider,
139 # and make the liblegacy object files end up in libcrypto. We could also
140 # just say that for the built-in legacy, we put the source directly in
148 # In this case, we can work with dependencies
152 IF[{- defined $target{shared_defflag} -}]
158 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]
175 # Because the null provider is built in, it means that libcrypto must