]> git.ipfire.org Git - thirdparty/openssl.git/blob - apps/build.info
dsa: deprecate applications that depend on the low level DSA functions.
[thirdparty/openssl.git] / apps / build.info
1 SUBDIRS=lib
2
3 # Program init source, that don't have direct linkage with the rest of the
4 # source, and can therefore not be part of a library.
5 IF[{- !$disabled{uplink} -}]
6 $INITSRC=../ms/applink.c
7 ENDIF
8 IF[{- $config{target} =~ /^vms-/ -}]
9 $INITSRC=vms_decc_init.c
10 ENDIF
11
12 # Source for the 'openssl' program
13 $OPENSSLSRC=\
14 openssl.c progs.c \
15 asn1pars.c ca.c ciphers.c cms.c crl.c crl2p7.c dgst.c dhparam.c \
16 dsa.c dsaparam.c ec.c ecparam.c enc.c engine.c errstr.c gendsa.c \
17 genpkey.c genrsa.c kdf.c mac.c nseq.c ocsp.c passwd.c pkcs12.c pkcs7.c \
18 pkcs8.c pkey.c pkeyparam.c pkeyutl.c prime.c rand.c req.c rsa.c \
19 rsautl.c s_client.c s_server.c s_time.c sess_id.c smime.c speed.c \
20 spkac.c srp.c ts.c verify.c version.c x509.c rehash.c storeutl.c \
21 list.c info.c provider.c fipsinstall.c
22
23 IF[{- !$disabled{apps} -}]
24 PROGRAMS=openssl
25 SOURCE[openssl]=$INITSRC $OPENSSLSRC
26 INCLUDE[openssl]=.. ../include include
27 DEPEND[openssl]=libapps.a ../libssl
28
29 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
30 GENERATE[openssl.rc]=../util/mkrc.pl openssl
31 SOURCE[openssl]=openssl.rc
32 ENDIF
33
34 IF[{- !$disabled{'deprecated-3.0'} -}]
35 SOURCE[openssl]=dhparam.c dsa.c dsaparam.c gendsa.c
36 ENDIF
37
38 SCRIPTS{misc}=CA.pl
39 SOURCE[CA.pl]=CA.pl.in
40 # linkname tells build files that a symbolic link or copy of this script
41 # without extension must be installed as well. Unix or Unix lookalike only.
42 SCRIPTS{misc,linkname=tsget}=tsget.pl
43 SOURCE[tsget.pl]=tsget.in
44 ENDIF