]> git.ipfire.org Git - thirdparty/openssl.git/blame - apps/build.info
dsa: deprecate applications that depend on the low level DSA functions.
[thirdparty/openssl.git] / apps / build.info
CommitLineData
2ad75c6c
RL
1SUBDIRS=lib
2
989b2ad7
RL
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.
5IF[{- !$disabled{uplink} -}]
6 $INITSRC=../ms/applink.c
7ENDIF
8IF[{- $config{target} =~ /^vms-/ -}]
9 $INITSRC=vms_decc_init.c
10ENDIF
11
989b2ad7 12# Source for the 'openssl' program
2ad75c6c
RL
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
989b2ad7 22
d90a6beb
MC
23IF[{- !$disabled{apps} -}]
24 PROGRAMS=openssl
989b2ad7 25 SOURCE[openssl]=$INITSRC $OPENSSLSRC
5674466e 26 INCLUDE[openssl]=.. ../include include
d6baf09f 27 DEPEND[openssl]=libapps.a ../libssl
777a2882 28
989b2ad7
RL
29 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
30 GENERATE[openssl.rc]=../util/mkrc.pl openssl
31 SOURCE[openssl]=openssl.rc
32 ENDIF
83900628 33
1ddf2594
P
34 IF[{- !$disabled{'deprecated-3.0'} -}]
35 SOURCE[openssl]=dhparam.c dsa.c dsaparam.c gendsa.c
36 ENDIF
37
994e86a9 38 SCRIPTS{misc}=CA.pl
d90a6beb 39 SOURCE[CA.pl]=CA.pl.in
994e86a9
RL
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
d8356e1b 43 SOURCE[tsget.pl]=tsget.in
d90a6beb 44ENDIF