1# $NetBSD: asn1.inc,v 1.5 2023/05/06 17:07:22 christos Exp $ 2 3.PATH: ${OPENSSLSRC}/crypto/asn1 4 5ASN1_SRCS += \ 6a_bitstr.c \ 7a_d2i_fp.c \ 8a_digest.c \ 9a_dup.c \ 10a_gentm.c \ 11a_i2d_fp.c \ 12a_int.c \ 13a_mbstr.c \ 14a_object.c \ 15a_octet.c \ 16a_print.c \ 17a_sign.c \ 18a_strex.c \ 19a_strnid.c \ 20a_time.c \ 21a_type.c \ 22a_utctm.c \ 23a_utf8.c \ 24a_verify.c \ 25ameth_lib.c \ 26asn1_err.c \ 27asn1_gen.c \ 28asn1_item_list.c \ 29asn1_lib.c \ 30asn1_parse.c \ 31asn_mime.c \ 32asn_moid.c \ 33asn_mstbl.c \ 34asn_pack.c \ 35bio_asn1.c \ 36bio_ndef.c \ 37d2i_param.c \ 38d2i_pr.c \ 39d2i_pu.c \ 40evp_asn1.c \ 41f_int.c \ 42f_string.c \ 43i2d_evp.c \ 44n_pkey.c \ 45nsseq.c \ 46p5_pbe.c \ 47p5_pbev2.c \ 48p5_scrypt.c \ 49p8_pkey.c \ 50t_bitst.c \ 51t_pkey.c \ 52t_spki.c \ 53tasn_dec.c \ 54tasn_enc.c \ 55tasn_fre.c \ 56tasn_new.c \ 57tasn_prn.c \ 58tasn_scn.c \ 59tasn_typ.c \ 60tasn_utl.c \ 61x_algor.c \ 62x_bignum.c \ 63x_info.c \ 64x_int64.c \ 65x_long.c \ 66x_pkey.c \ 67x_sig.c \ 68x_spki.c \ 69x_val.c \ 70 71SRCS += ${ASN1_SRCS} 72 73.for cryptosrc in ${ASN1_SRCS} 74CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/asn1 ${ASN1CPPFLAGS} 75.endfor 76