]> git.ipfire.org Git - thirdparty/openssl.git/blob - apps/build.info
build.info files: add quotes around any spec that may contain spaces
[thirdparty/openssl.git] / apps / build.info
1 {- use File::Spec::Functions qw/catdir rel2abs/;
2 our $tsget_name = $config{target} =~ /^(VC|vms)-/ ? "tsget.pl" : "tsget";
3 "" -}
4 IF[{- !$disabled{apps} -}]
5 PROGRAMS=openssl
6 SOURCE[openssl]=\
7 openssl.c \
8 asn1pars.c ca.c ciphers.c cms.c crl.c crl2p7.c dgst.c dhparam.c \
9 dsa.c dsaparam.c ec.c ecparam.c enc.c engine.c errstr.c gendsa.c \
10 genpkey.c genrsa.c nseq.c ocsp.c passwd.c pkcs12.c pkcs7.c pkcs8.c \
11 pkey.c pkeyparam.c pkeyutl.c prime.c rand.c req.c rsa.c rsautl.c \
12 s_client.c s_server.c s_time.c sess_id.c smime.c speed.c spkac.c \
13 srp.c ts.c verify.c version.c x509.c rehash.c \
14 apps.c opt.c s_cb.c s_socket.c \
15 app_rand.c \
16 {- $target{apps_aux_src} -}
17 INCLUDE[openssl]="{- rel2abs(catdir($builddir,"../include")) -}" .. ../include
18 DEPEND[openssl]=../libssl
19
20 SCRIPTS=CA.pl {- $tsget_name -}
21 SOURCE[CA.pl]=CA.pl.in
22 SOURCE[{- $tsget_name -}]=tsget.in
23 ENDIF