]> git.ipfire.org Git - thirdparty/openssl.git/blame - apps/build.info
unified build scheme: add a "unified" template for Unix Makefile
[thirdparty/openssl.git] / apps / build.info
CommitLineData
e8461ee1 1{- use File::Spec::Functions qw/catdir rel2abs/; -}
777a2882
RL
2PROGRAMS=openssl
3SOURCE[openssl]=\
4 openssl.c \
5 asn1pars.c ca.c ciphers.c cms.c crl.c crl2p7.c dgst.c dhparam.c \
6 dsa.c dsaparam.c ec.c ecparam.c enc.c engine.c errstr.c gendsa.c \
7 genpkey.c genrsa.c nseq.c ocsp.c passwd.c pkcs12.c pkcs7.c pkcs8.c \
8 pkey.c pkeyparam.c pkeyutl.c prime.c rand.c req.c rsa.c rsautl.c \
9 s_client.c s_server.c s_time.c sess_id.c smime.c speed.c spkac.c \
10 srp.c ts.c verify.c version.c x509.c rehash.c \
11 apps.c opt.c s_cb.c s_socket.c \
12 app_rand.c
e8461ee1 13INCLUDE[openssl]={- rel2abs(catdir($builddir,"../include")) -} .. ../include
777a2882
RL
14DEPEND[openssl]=../libssl
15
16SCRIPTS=CA.pl
17SOURCE[CA.pl]=CA.pl.in
567a9e6f
RL
18
19BEGINRAW[Makefile]
20{- $builddir -}/progs.h: {- $sourcedir -}/progs.pl {- $builddir -}/../Makefile
21 $(RM) {- $builddir -}/progs.h
22 $(PERL) {- $sourcedir -}/progs.pl $(COMMANDS) >{- $builddir -}/progs.h
23ENDRAW[Makefile]