xref: /freebsd/secure/lib/libcrypto/Makefile (revision 631a2b1ed8ce140ece9b5ece5a64d11f3b47bd1d)
1# $FreeBSD$
2
3LIB=		crypto
4SHLIB_MAJOR=	3
5
6NOLINT=		true
7
8.if exists(Makefile.man)
9.include "Makefile.man"
10.endif
11.if defined(NOTYET)
12MAN+=	config.5 des_modes.7
13.endif
14
15.include "Makefile.inc"
16
17# base sources
18SRCS=	cpt_err.c cryptlib.c cversion.c ebcdic.c ex_data.c mem.c mem_clr.c \
19	mem_dbg.c o_time.c tmdiff.c uid.c
20INCS=	crypto.h ebcdic.h opensslv.h ossl_typ.h symhacks.h tmdiff.h \
21	../e_os.h ../e_os2.h
22
23# aes
24SRCS+=	aes_cbc.c aes_cfb.c aes_core.c aes_ctr.c aes_ecb.c aes_misc.c aes_ofb.c
25INCS+=	aes.h aes_locl.h
26
27# asn1
28SRCS+=	a_bitstr.c a_bool.c a_bytes.c a_d2i_fp.c a_digest.c \
29	a_dup.c a_enum.c a_gentm.c a_hdr.c a_i2d_fp.c a_int.c \
30	a_mbstr.c a_meth.c a_object.c a_octet.c a_print.c \
31	a_set.c a_sign.c a_strex.c a_strnid.c a_time.c a_type.c \
32	a_utctm.c a_utf8.c a_verify.c asn1_err.c asn1_lib.c \
33	asn1_par.c asn_moid.c asn_pack.c d2i_pr.c d2i_pu.c \
34	evp_asn1.c f_enum.c f_int.c f_string.c i2d_pr.c i2d_pu.c \
35	n_pkey.c nsseq.c p5_pbe.c p5_pbev2.c p8_pkey.c t_bitst.c \
36	t_crl.c t_pkey.c t_req.c t_spki.c t_x509.c t_x509a.c \
37	tasn_dec.c tasn_enc.c tasn_fre.c tasn_new.c tasn_typ.c \
38	tasn_utl.c x_algor.c x_attrib.c x_bignum.c x_crl.c \
39	x_exten.c x_info.c x_long.c x_name.c x_pkey.c x_pubkey.c \
40	x_req.c x_sig.c x_spki.c x_val.c x_x509.c x_x509a.c
41INCS+=	asn1.h asn1_mac.h asn1t.h
42
43# bf
44SRCS+=	bf_cfb64.c bf_ecb.c bf_enc.c bf_ofb64.c bf_skey.c
45INCS+=	blowfish.h
46
47# bio
48SRCS+=	b_dump.c b_print.c b_sock.c bf_buff.c bf_lbuf.c bf_nbio.c \
49	bf_null.c bio_cb.c bio_err.c bio_lib.c bss_acpt.c bss_bio.c \
50	bss_conn.c bss_fd.c bss_file.c bss_log.c bss_mem.c \
51	bss_null.c bss_sock.c
52INCS+=	bio.h
53
54# bn
55SRCS+=	bn_add.c bn_asm.c bn_blind.c bn_ctx.c bn_div.c bn_err.c bn_exp.c \
56	bn_exp2.c bn_gcd.c bn_kron.c bn_lib.c bn_mod.c bn_mont.c \
57	bn_mpi.c bn_mul.c bn_prime.c bn_print.c bn_rand.c bn_recp.c \
58	bn_shift.c bn_sqr.c bn_sqrt.c bn_word.c
59INCS+=	bn.h
60
61# buffer
62SRCS+=	buf_err.c buffer.c
63INCS+=	buffer.h
64
65# cast
66SRCS+=	c_cfb64.c c_ecb.c c_enc.c c_ofb64.c c_skey.c
67INCS+=	cast.h
68
69# comp
70SRCS+=	c_rle.c c_zlib.c comp_err.c comp_lib.c
71INCS+=	comp.h
72
73# conf
74SRCS+=	conf_api.c conf_def.c conf_err.c conf_lib.c conf_mall.c conf_mod.c conf_sap.c
75INCS+=	conf.h conf_api.h
76
77# des
78SRCS+=	cbc3_enc.c cbc_cksm.c cbc_enc.c cfb64ede.c cfb64enc.c cfb_enc.c \
79	des_enc.c des_old.c des_old2.c ecb3_enc.c ecb_enc.c ede_cbcm_enc.c \
80	enc_read.c enc_writ.c fcrypt.c fcrypt_b.c ofb64ede.c ofb64enc.c \
81	ofb_enc.c pcbc_enc.c qud_cksm.c rand_key.c read2pwd.c \
82	rpc_enc.c set_key.c str2key.c xcbc_enc.c
83INCS+=	des.h des_old.h
84
85# dh
86SRCS+=	dh_asn1.c dh_check.c dh_err.c dh_gen.c dh_key.c dh_lib.c
87INCS+=	dh.h
88
89# dsa
90SRCS+=	dsa_asn1.c dsa_err.c dsa_gen.c dsa_key.c dsa_lib.c dsa_ossl.c dsa_sign.c dsa_vrf.c
91INCS+=	dsa.h
92
93# dso
94SRCS+=	dso_dl.c dso_dlfcn.c dso_err.c dso_lib.c dso_null.c dso_openssl.c
95INCS+=	dso.h
96
97# ec
98SRCS+=	ec_cvt.c ec_err.c ec_lib.c ec_mult.c ecp_mont.c ecp_nist.c \
99	ecp_recp.c ecp_smpl.c
100INCS+=	ec.h
101
102# engine
103SRCS+=	eng_all.c eng_cnf.c eng_ctrl.c eng_dyn.c eng_err.c eng_fat.c \
104	eng_init.c eng_lib.c eng_list.c eng_openssl.c eng_pkey.c \
105	eng_table.c hw_4758_cca.c hw_4758_cca_err.c hw_aep.c hw_aep_err.c \
106	hw_atalla.c hw_atalla_err.c hw_cryptodev.c hw_cswift.c \
107	hw_cswift_err.c hw_ncipher.c hw_ncipher_err.c hw_nuron.c \
108	hw_nuron_err.c hw_sureware.c hw_sureware_err.c hw_ubsec.c \
109	hw_ubsec_err.c tb_cipher.c tb_dh.c tb_digest.c tb_dsa.c tb_rand.c \
110	tb_rsa.c
111INCS+=	eng_int.h engine.h hw_4758_cca_err.h hw_aep_err.h hw_atalla_err.h \
112	hw_cswift_err.h hw_ncipher_err.h hw_nuron_err.h hw_sureware_err.h \
113	hw_ubsec_err.h
114
115# err
116SRCS+=	err.c err_all.c err_prn.c
117INCS+=	err.h
118
119# evp
120SRCS+=	bio_b64.c bio_enc.c bio_md.c bio_ok.c c_all.c c_allc.c c_alld.c \
121	digest.c e_aes.c e_bf.c e_cast.c e_des.c e_des3.c e_idea.c \
122	e_null.c e_rc2.c e_rc4.c e_rc5.c e_xcbc_d.c encode.c evp_acnf.c \
123	evp_enc.c evp_err.c evp_key.c evp_lib.c evp_pbe.c evp_pkey.c \
124	m_dss.c m_dss1.c m_md2.c m_md4.c m_md5.c m_mdc2.c m_null.c \
125	m_ripemd.c m_sha.c m_sha1.c names.c openbsd_hw.c p5_crpt.c \
126	p5_crpt2.c p_dec.c p_enc.c p_lib.c p_open.c p_seal.c p_sign.c \
127	p_verify.c
128
129# hmac
130SRCS+=	hmac.c
131INCS+=	hmac.h
132
133# idea
134.if defined(MAKE_IDEA) && ${MAKE_IDEA} == YES
135SRCS+=	i_cbc.c i_cfb64.c i_ecb.c i_ofb64.c i_skey.c
136INCS+=	idea.h
137.endif
138
139# krb5
140#SRCS+=	krb5_asn.c
141INCS+=	krb5_asn.h
142
143# lhash
144SRCS+=	lh_stats.c lhash.c
145INCS+=	lhash.h
146
147# md2
148SRCS+=	md2_dgst.c md2_one.c
149INCS+=	md2.h
150
151# md4
152SRCS+=	md4_dgst.c md4_one.c
153INCS+=	md4.h
154
155# md5
156SRCS+=	md5_dgst.c md5_one.c
157INCS+=	md5.h
158
159# mdc2
160SRCS+=	mdc2_one.c mdc2dgst.c
161INCS+=	mdc2.h
162
163# objects
164SRCS+=	o_names.c obj_dat.c obj_err.c obj_lib.c
165INCS+=	objects.h obj_mac.h
166
167# ocsp
168SRCS+=	ocsp_asn.c ocsp_cl.c ocsp_err.c ocsp_ext.c ocsp_ht.c \
169	ocsp_lib.c ocsp_prn.c ocsp_srv.c ocsp_vfy.c
170INCS+=	ocsp.h
171
172# pem
173SRCS+=	pem_all.c pem_err.c pem_info.c pem_lib.c pem_oth.c pem_pk8.c \
174	pem_pkey.c pem_seal.c pem_sign.c pem_x509.c pem_xaux.c
175INCS+=	pem.h pem2.h
176
177# pkcs12
178SRCS+=	p12_add.c p12_asn.c p12_attr.c p12_crpt.c p12_crt.c \
179	p12_decr.c p12_init.c p12_key.c p12_kiss.c p12_mutl.c \
180	p12_npas.c p12_p8d.c p12_p8e.c p12_utl.c pk12err.c
181INCS+=	pkcs12.h pkcs7.h
182
183# pkcs7
184SRCS+=	example.c pk7_asn1.c pk7_attr.c pk7_dgst.c pk7_doit.c \
185	pk7_lib.c pk7_mime.c pk7_smime.c pkcs7err.c
186
187# rand
188SRCS+=	md_rand.c rand_egd.c rand_err.c rand_lib.c rand_unix.c randfile.c
189INCS+=	rand.h
190
191# rc2
192SRCS+=	rc2_cbc.c rc2_ecb.c rc2_skey.c rc2cfb64.c rc2ofb64.c
193INCS+=	rc2.h
194
195# rc4
196SRCS+=	rc4_enc.c rc4_skey.c
197INCS+=	rc4.h
198
199# rc5
200SRCS+=	rc5_ecb.c rc5_enc.c rc5_skey.c rc5cfb64.c rc5ofb64.c
201INCS+=	rc5.h
202
203# ripemd
204SRCS+=	rmd_dgst.c rmd_one.c
205INCS+=	ripemd.h
206
207# rsa
208SRCS+=	rsa_asn1.c rsa_chk.c rsa_eay.c rsa_err.c rsa_gen.c rsa_lib.c \
209	rsa_none.c rsa_null.c rsa_oaep.c rsa_pk1.c rsa_saos.c \
210	rsa_sign.c rsa_ssl.c
211INCS+=	rsa.h
212
213# sha
214SRCS+=	sha1_one.c sha1dgst.c sha_dgst.c sha_one.c
215INCS+=	sha.h
216
217# stack
218SRCS+=	stack.c
219INCS+=	stack.h safestack.h
220
221# threads
222SRCS+=	th-lock.c
223
224# txt_db
225SRCS+=	txt_db.c
226INCS+=	txt_db.h
227
228# ui
229SRCS+=	ui_compat.c ui_err.c ui_lib.c ui_openssl.c ui_util.c
230INCS+=	ui.h ui_compat.h ui_locl.h
231
232# x509
233SRCS+=	by_dir.c by_file.c x509_att.c x509_cmp.c x509_d2.c \
234	x509_def.c x509_err.c x509_ext.c x509_lu.c x509_obj.c \
235	x509_r2x.c x509_req.c x509_set.c x509_trs.c x509_txt.c \
236	x509_v3.c x509_vfy.c x509cset.c x509name.c x509rset.c \
237	x509spki.c x509type.c x_all.c
238INCS+=	x509.h x509_vfy.h
239
240# x509v3
241SRCS+=	v3_akey.c v3_akeya.c v3_alt.c v3_bcons.c v3_bitst.c \
242	v3_conf.c v3_cpols.c v3_crld.c v3_enum.c v3_extku.c \
243	v3_genn.c v3_ia5.c v3_info.c v3_int.c v3_lib.c v3_ocsp.c \
244	v3_pku.c v3_prn.c v3_purp.c v3_skey.c v3_sxnet.c v3_utl.c v3err.c
245INCS+=	x509v3.h
246
247SRCS+=	buildinf.h
248INCS+=	opensslconf.h evp.h
249INCSDIR=	${INCLUDEDIR}/openssl
250
251CSTD=	gnu89
252
253CLEANFILES=	buildinf.h opensslconf.h evp.h
254
255buildinf.h:
256	( echo "#ifndef MK1MF_BUILD"; \
257	echo "  /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \
258	echo "  #define CFLAGS \"$(CC)\""; \
259	echo "  #define PLATFORM \"`uname -s`-`uname -m`\""; \
260	echo "  #define DATE \"`LC_ALL=C date`\""; \
261	echo "#endif" ) > ${.TARGET}
262
263opensslconf.h: opensslconf-${MACHINE_ARCH}.h
264	cp ${.ALLSRC} ${.TARGET}
265
266evp.h: ${LCRYPTO_SRC}/crypto/evp/evp.h
267.if !defined(MAKE_IDEA) || ${MAKE_IDEA} != YES
268	sed '/^#ifndef OPENSSL_NO_IDEA$$/,/^#endif$$/d' ${.ALLSRC} > ${.TARGET}
269.else
270	cp ${.ALLSRC} ${.TARGET}
271.endif
272
273OLDSYMLINKS+=	libdes.a libdes.so libdes.so.3 libdes_p.a
274afterinstall:
275	@${ECHO} "Removing stale symlinks."
276	rm -f ${DESTDIR}${INCLUDEDIR}/des.h
277.for symlink in ${OLDSYMLINKS}
278	rm -f ${DESTDIR}${LIBDIR}/${symlink}
279.endfor
280
281.include <bsd.lib.mk>
282
283.if defined(MAKE_IDEA) && ${MAKE_IDEA} == YES
284_ideapath=	${LCRYPTO_SRC}/crypto/idea
285.endif
286
287.PATH: \
288	${LCRYPTO_SRC}/crypto \
289	${LCRYPTO_SRC}/crypto/aes \
290	${LCRYPTO_SRC}/crypto/asn1 \
291	${LCRYPTO_SRC}/crypto/bf \
292	${LCRYPTO_SRC}/crypto/bio \
293	${LCRYPTO_SRC}/crypto/bn \
294	${LCRYPTO_SRC}/crypto/buffer \
295	${LCRYPTO_SRC}/crypto/cast \
296	${LCRYPTO_SRC}/crypto/comp \
297	${LCRYPTO_SRC}/crypto/conf \
298	${LCRYPTO_SRC}/crypto/des \
299	${LCRYPTO_SRC}/crypto/dh \
300	${LCRYPTO_SRC}/crypto/dsa \
301	${LCRYPTO_SRC}/crypto/dso \
302	${LCRYPTO_SRC}/crypto/ec \
303	${LCRYPTO_SRC}/crypto/engine \
304	${LCRYPTO_SRC}/crypto/err \
305	${LCRYPTO_SRC}/crypto/evp \
306	${LCRYPTO_SRC}/crypto/hmac \
307	${_ideapath} \
308	${LCRYPTO_SRC}/crypto/krb5 \
309	${LCRYPTO_SRC}/crypto/lhash \
310	${LCRYPTO_SRC}/crypto/md2 \
311	${LCRYPTO_SRC}/crypto/md4 \
312	${LCRYPTO_SRC}/crypto/md5 \
313	${LCRYPTO_SRC}/crypto/mdc2 \
314	${LCRYPTO_SRC}/crypto/objects \
315	${LCRYPTO_SRC}/crypto/ocsp \
316	${LCRYPTO_SRC}/crypto/pem \
317	${LCRYPTO_SRC}/crypto/pkcs12 \
318	${LCRYPTO_SRC}/crypto/pkcs7 \
319	${LCRYPTO_SRC}/crypto/rand \
320	${LCRYPTO_SRC}/crypto/rc2 \
321	${LCRYPTO_SRC}/crypto/rc4 \
322	${LCRYPTO_SRC}/crypto/rc5 \
323	${LCRYPTO_SRC}/crypto/ripemd \
324	${LCRYPTO_SRC}/crypto/rsa \
325	${LCRYPTO_SRC}/crypto/sha \
326	${LCRYPTO_SRC}/crypto/stack \
327	${LCRYPTO_SRC}/crypto/threads \
328	${LCRYPTO_SRC}/crypto/txt_db \
329	${LCRYPTO_SRC}/crypto/ui \
330	${LCRYPTO_SRC}/crypto/x509 \
331	${LCRYPTO_SRC}/crypto/x509v3 \
332	${LCRYPTO_SRC} \
333	${.CURDIR}/man
334