Merge from vendor branch GDB:
[dragonfly.git] / secure / lib / libcrypto / Makefile
1 # $FreeBSD: src/secure/lib/libcrypto/Makefile,v 1.15.2.14 2003/02/14 22:38:14 nectar Exp $
2 # $DragonFly: src/secure/lib/libcrypto/Makefile,v 1.10 2007/03/28 19:05:58 pavalos Exp $
3
4 LIB=            crypto
5 SHLIB_MAJOR=    4
6
7 NOLINT=         true
8
9 .if exists(Makefile.man)
10 .include "Makefile.man"
11 .endif
12
13 .include "Makefile.inc"
14
15 # base sources
16 SRCS+=  cpt_err.c cryptlib.c cversion.c ebcdic.c ex_data.c mem.c mem_clr.c \
17         mem_dbg.c o_dir.c o_time.c tmdiff.c uid.c
18
19 # aes
20 SRCS+=  aes_cbc.c aes_cfb.c aes_core.c aes_ctr.c aes_ecb.c aes_ige.c \
21         aes_misc.c aes_ofb.c
22
23 # asn1
24 SRCS+=  a_bitstr.c a_bool.c a_bytes.c a_d2i_fp.c a_digest.c \
25         a_dup.c a_enum.c a_gentm.c a_hdr.c a_i2d_fp.c a_int.c \
26         a_mbstr.c a_meth.c a_object.c a_octet.c a_print.c \
27         a_set.c a_sign.c a_strex.c a_strnid.c a_time.c a_type.c \
28         a_utctm.c a_utf8.c a_verify.c asn1_err.c asn1_lib.c \
29         asn1_gen.c asn1_par.c asn_moid.c asn_pack.c d2i_pr.c d2i_pu.c \
30         evp_asn1.c f_enum.c f_int.c f_string.c i2d_pr.c i2d_pu.c \
31         n_pkey.c nsseq.c p5_pbe.c p5_pbev2.c p8_pkey.c t_bitst.c \
32         t_crl.c t_pkey.c t_req.c t_spki.c t_x509.c t_x509a.c \
33         tasn_dec.c tasn_enc.c tasn_fre.c tasn_new.c tasn_typ.c \
34         tasn_utl.c x_algor.c x_attrib.c x_bignum.c x_crl.c \
35         x_exten.c x_info.c x_long.c x_name.c x_pkey.c x_pubkey.c \
36         x_req.c x_sig.c x_spki.c x_val.c x_x509.c x_x509a.c
37
38 # bf
39 SRCS+=  bf_cfb64.c bf_ecb.c bf_enc.c bf_ofb64.c bf_skey.c
40
41 # bio
42 SRCS+=  b_dump.c b_print.c b_sock.c bf_buff.c bf_lbuf.c bf_nbio.c \
43         bf_null.c bio_cb.c bio_err.c bio_lib.c bss_acpt.c bss_bio.c \
44         bss_conn.c bss_dgram.c bss_fd.c bss_file.c bss_log.c bss_mem.c \
45         bss_null.c bss_sock.c
46
47 # bn
48 SRCS+=  bn_add.c bn_asm.c bn_blind.c bn_const.c bn_ctx.c bn_depr.c \
49         bn_div.c bn_err.c bn_exp.c \
50         bn_exp2.c bn_gcd.c bn_gf2m.c bn_kron.c bn_lib.c bn_mod.c bn_mont.c \
51         bn_mpi.c bn_mul.c bn_nist.c bn_prime.c bn_print.c bn_rand.c bn_recp.c \
52         bn_shift.c bn_sqr.c bn_sqrt.c bn_word.c
53
54 # buffer
55 SRCS+=  buf_err.c buffer.c
56
57 # camellia
58 # still disabled in 0.9.8
59 #SRCS+= camellia.c cmll_misc.c cmll_ecb.c cmll_cbc.c cmll_ofb.c \
60 #       cmll_cfb.c cmll_ctr.c 
61
62 # cast
63 SRCS+=  c_cfb64.c c_ecb.c c_enc.c c_ofb64.c c_skey.c
64
65 # comp
66 SRCS+=  c_rle.c c_zlib.c comp_err.c comp_lib.c
67
68 # conf
69 SRCS+=  conf_api.c conf_def.c conf_err.c conf_lib.c conf_mall.c conf_mod.c conf_sap.c
70
71 # des
72 SRCS+=  cbc3_enc.c cbc_cksm.c cbc_enc.c cfb64ede.c cfb64enc.c cfb_enc.c \
73         des_enc.c des_old.c des_old2.c ecb3_enc.c ecb_enc.c ede_cbcm_enc.c \
74         enc_read.c enc_writ.c fcrypt.c fcrypt_b.c ofb64ede.c ofb64enc.c \
75         ofb_enc.c pcbc_enc.c qud_cksm.c rand_key.c read2pwd.c \
76         rpc_enc.c set_key.c str2key.c xcbc_enc.c
77
78 # dh
79 SRCS+=  dh_asn1.c dh_check.c dh_depr.c dh_err.c dh_gen.c dh_key.c dh_lib.c
80
81 # dsa
82 SRCS+=  dsa_asn1.c dsa_depr.c dsa_err.c dsa_gen.c dsa_key.c dsa_lib.c \
83         dsa_ossl.c dsa_sign.c dsa_vrf.c
84
85 # dso
86 SRCS+=  dso_dl.c dso_dlfcn.c dso_err.c dso_lib.c dso_null.c dso_openssl.c
87
88 # ec
89 SRCS+=  ec_asn1.c ec_check.c ec_curve.c ec_cvt.c ec_err.c ec_key.c ec_lib.c \
90         ec_mult.c ec_print.c ec2_smpl.c ec2_mult.c ecp_mont.c ecp_nist.c \
91         ecp_smpl.c
92
93 # ecdh
94 SRCS+=  ech_err.c ech_key.c ech_lib.c ech_ossl.c
95
96 # ecdsa
97 SRCS+=  ecs_asn1.c ecs_err.c ecs_lib.c ecs_ossl.c ecs_sign.c ecs_vrf.c
98
99 # engine
100 SRCS+=  eng_all.c eng_cnf.c eng_cryptodev.c eng_ctrl.c eng_dyn.c eng_err.c \
101         eng_fat.c eng_init.c eng_lib.c eng_list.c eng_openssl.c eng_padlock.c \
102         eng_pkey.c eng_table.c tb_cipher.c tb_dh.c tb_ecdh.c tb_ecdsa.c \
103         tb_digest.c tb_dsa.c tb_rand.c tb_rsa.c tb_store.c
104
105 # engines
106 CFLAGS+=-DOPENSSL_NO_DYNAMIC_ENGINE     # needs more hacking
107 SRCS+=  e_4758cca.c e_aep.c e_atalla.c e_chil.c e_cswift.c e_gmp.c \
108         e_nuron.c e_sureware.c e_ubsec.c
109
110 # err
111 SRCS+=  err.c err_all.c err_prn.c
112
113 # evp
114 SRCS+=  bio_b64.c bio_enc.c bio_md.c bio_ok.c c_all.c c_allc.c c_alld.c \
115         digest.c e_aes.c e_bf.c e_camellia.c e_cast.c e_des.c e_des3.c \
116         e_idea.c e_null.c e_rc2.c e_rc4.c e_rc5.c e_xcbc_d.c encode.c \
117         evp_acnf.c evp_enc.c evp_err.c evp_key.c evp_lib.c evp_pbe.c \
118         evp_pkey.c m_dss.c m_dss1.c m_ecdsa.c m_md2.c m_md4.c m_md5.c \
119         m_mdc2.c m_null.c m_ripemd.c m_sha.c m_sha1.c names.c openbsd_hw.c \
120         p5_crpt.c p5_crpt2.c p_dec.c p_enc.c p_lib.c p_open.c p_seal.c \
121         p_sign.c p_verify.c
122
123 # hmac
124 SRCS+=  hmac.c
125
126 # idea
127 .if defined(WANT_IDEA)
128 SRCS+=  i_cbc.c i_cfb64.c i_ecb.c i_ofb64.c i_skey.c
129 .endif
130
131 # krb5
132 #SRCS+= krb5_asn.c
133
134 # lhash
135 SRCS+=  lh_stats.c lhash.c
136
137 # md2
138 SRCS+=  md2_dgst.c md2_one.c
139
140 # md4
141 SRCS+=  md4_dgst.c md4_one.c
142
143 # md5
144 SRCS+=  md5_dgst.c md5_one.c
145
146 # mdc2
147 # ... is patented, so don't compile by default.
148 #SRCS+= mdc2_one.c mdc2dgst.c
149
150 # objects
151 SRCS+=  o_names.c obj_dat.c obj_err.c obj_lib.c
152
153 # ocsp
154 SRCS+=  ocsp_asn.c ocsp_cl.c ocsp_err.c ocsp_ext.c ocsp_ht.c \
155         ocsp_lib.c ocsp_prn.c ocsp_srv.c ocsp_vfy.c
156
157 # pem
158 SRCS+=  pem_all.c pem_err.c pem_info.c pem_lib.c pem_oth.c pem_pk8.c \
159         pem_pkey.c pem_seal.c pem_sign.c pem_x509.c pem_xaux.c
160
161 # pkcs12
162 SRCS+=  p12_add.c p12_asn.c p12_attr.c p12_crpt.c p12_crt.c \
163         p12_decr.c p12_init.c p12_key.c p12_kiss.c p12_mutl.c \
164         p12_npas.c p12_p8d.c p12_p8e.c p12_utl.c pk12err.c
165
166 # pkcs7
167 SRCS+=  example.c pk7_asn1.c pk7_attr.c pk7_dgst.c pk7_doit.c \
168         pk7_lib.c pk7_mime.c pk7_smime.c pkcs7err.c
169
170 # pqueue
171 SRCS+=  pqueue.c
172
173 # rand
174 SRCS+=  md_rand.c rand_egd.c rand_err.c rand_lib.c rand_nw.c rand_unix.c \
175         randfile.c
176
177 # rc2
178 SRCS+=  rc2_cbc.c rc2_ecb.c rc2_skey.c rc2cfb64.c rc2ofb64.c
179
180 # rc4
181 SRCS+=  rc4_enc.c rc4_skey.c
182
183 # rc5
184 # .. is patented, so don't compile by default
185 #SRCS+= rc5_ecb.c rc5_enc.c rc5_skey.c rc5cfb64.c rc5ofb64.c
186
187 # ripemd
188 SRCS+=  rmd_dgst.c rmd_one.c
189
190 # rsa
191 SRCS+=  rsa_asn1.c rsa_chk.c rsa_depr.c rsa_eay.c rsa_err.c rsa_gen.c \
192         rsa_lib.c rsa_none.c rsa_null.c rsa_oaep.c rsa_pk1.c rsa_pss.c \
193         rsa_saos.c rsa_sign.c rsa_ssl.c rsa_x931.c
194
195 # sha
196 SRCS+=  sha1_one.c sha1dgst.c sha256.c sha512.c sha_dgst.c sha_one.c
197
198 # stack
199 SRCS+=  stack.c
200
201 # store
202 SRCS+=  str_err.c str_lib.c str_meth.c str_mem.c
203
204 # txt_db
205 SRCS+=  txt_db.c
206
207 # ui
208 SRCS+=  ui_compat.c ui_err.c ui_lib.c ui_openssl.c ui_util.c
209
210 # x509
211 SRCS+=  by_dir.c by_file.c x509_att.c x509_cmp.c x509_d2.c \
212         x509_def.c x509_err.c x509_ext.c x509_lu.c x509_obj.c \
213         x509_r2x.c x509_req.c x509_set.c x509_trs.c x509_txt.c \
214         x509_v3.c x509_vfy.c x509_vpm.c x509cset.c x509name.c x509rset.c \
215         x509spki.c x509type.c x_all.c
216
217 # x509v3
218 SRCS+=  pcy_cache.c pcy_data.c pcy_lib.c pcy_map.c pcy_node.c pcy_tree.c \
219         v3_addr.c v3_akey.c v3_akeya.c v3_asid.c v3_alt.c v3_bcons.c v3_bitst.c \
220         v3_conf.c v3_cpols.c v3_crld.c v3_enum.c v3_extku.c \
221         v3_genn.c v3_ia5.c v3_info.c v3_int.c v3_lib.c v3_ncons.c v3_ocsp.c \
222         v3_pci.c v3_pcia.c v3_pcons.c v3_pmaps.c v3_pku.c v3_prn.c v3_purp.c \
223         v3_skey.c v3_sxnet.c v3_utl.c v3err.c
224
225 INCS=           ${CRYTPO_HDRS} openssl/evp.h openssl/opensslconf.h
226 INCSDIR=        ${INCLUDEDIR}/openssl
227
228 MKDEP=  -DOPENSSL_DOING_MAKEDEPEND
229
230 .include <bsd.lib.mk>
231
232 .if defined(WANT_IDEA)
233 _ideapath=      ${LCRYPTO_SRC}/crypto/idea
234 .endif
235
236 .PATH: \
237         ${LCRYPTO_SRC}/crypto \
238         ${LCRYPTO_SRC}/crypto/aes \
239         ${LCRYPTO_SRC}/crypto/asn1 \
240         ${LCRYPTO_SRC}/crypto/bf \
241         ${LCRYPTO_SRC}/crypto/bio \
242         ${LCRYPTO_SRC}/crypto/bn \
243         ${LCRYPTO_SRC}/crypto/buffer \
244         ${LCRYPTO_SRC}/crypto/cast \
245         ${LCRYPTO_SRC}/crypto/comp \
246         ${LCRYPTO_SRC}/crypto/conf \
247         ${LCRYPTO_SRC}/crypto/des \
248         ${LCRYPTO_SRC}/crypto/dh \
249         ${LCRYPTO_SRC}/crypto/dsa \
250         ${LCRYPTO_SRC}/crypto/dso \
251         ${LCRYPTO_SRC}/crypto/ec \
252         ${LCRYPTO_SRC}/crypto/ecdh \
253         ${LCRYPTO_SRC}/crypto/ecdsa \
254         ${LCRYPTO_SRC}/crypto/engine \
255         ${LCRYPTO_SRC}/crypto/err \
256         ${LCRYPTO_SRC}/crypto/evp \
257         ${LCRYPTO_SRC}/crypto/hmac \
258         ${_ideapath} \
259         ${LCRYPTO_SRC}/crypto/krb5 \
260         ${LCRYPTO_SRC}/crypto/lhash \
261         ${LCRYPTO_SRC}/crypto/md2 \
262         ${LCRYPTO_SRC}/crypto/md4 \
263         ${LCRYPTO_SRC}/crypto/md5 \
264         ${LCRYPTO_SRC}/crypto/objects \
265         ${LCRYPTO_SRC}/crypto/ocsp \
266         ${LCRYPTO_SRC}/crypto/pem \
267         ${LCRYPTO_SRC}/crypto/pkcs12 \
268         ${LCRYPTO_SRC}/crypto/pkcs7 \
269         ${LCRYPTO_SRC}/crypto/pqueue \
270         ${LCRYPTO_SRC}/crypto/rand \
271         ${LCRYPTO_SRC}/crypto/rc2 \
272         ${LCRYPTO_SRC}/crypto/rc4 \
273         ${LCRYPTO_SRC}/crypto/ripemd \
274         ${LCRYPTO_SRC}/crypto/rsa \
275         ${LCRYPTO_SRC}/crypto/sha \
276         ${LCRYPTO_SRC}/crypto/stack \
277         ${LCRYPTO_SRC}/crypto/store \
278         ${LCRYPTO_SRC}/crypto/threads \
279         ${LCRYPTO_SRC}/crypto/txt_db \
280         ${LCRYPTO_SRC}/crypto/ui \
281         ${LCRYPTO_SRC}/crypto/x509 \
282         ${LCRYPTO_SRC}/crypto/x509v3 \
283         ${LCRYPTO_SRC}/engines \
284         ${LCRYPTO_SRC} \
285         ${.CURDIR}/man