VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.7/crypto/asn1/Makefile.kmk@ 98103

Last change on this file since 98103 was 98103, checked in by vboxsync, 2 years ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 1.9 KB
Line 
1# $Id: Makefile.kmk 98103 2023-01-17 14:15:46Z vboxsync $
2## @file
3# OpenSSL Sub-Makefile.
4#
5
6#
7# Copyright (C) 2019-2023 Oracle and/or its affiliates.
8#
9# This file is part of VirtualBox base platform packages, as
10# available from https://www.virtualbox.org.
11#
12# This program is free software; you can redistribute it and/or
13# modify it under the terms of the GNU General Public License
14# as published by the Free Software Foundation, in version 3 of the
15# License.
16#
17# This program is distributed in the hope that it will be useful, but
18# WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20# General Public License for more details.
21#
22# You should have received a copy of the GNU General Public License
23# along with this program; if not, see <https://www.gnu.org/licenses>.
24#
25# SPDX-License-Identifier: GPL-3.0-only
26#
27
28SUB_DEPTH = ../../../../..
29include $(KBUILD_PATH)/subheader.kmk
30
31LIBRARIES += crypto_asn1
32crypto_asn1_TEMPLATE = SUBLIBCRYPTO
33crypto_asn1_DEFS = OPENSSL_NO_DEPRECATED
34crypto_asn1_SOURCES = \
35 a_bitstr.c \
36 a_d2i_fp.c \
37 a_digest.c \
38 a_dup.c \
39 a_gentm.c \
40 a_i2d_fp.c \
41 a_int.c \
42 a_mbstr.c \
43 a_object.c \
44 a_octet.c \
45 a_print.c \
46 a_sign.c \
47 a_strex.c \
48 a_strnid.c \
49 a_time.c \
50 a_type.c \
51 a_utctm.c \
52 a_utf8.c \
53 a_verify.c \
54 ameth_lib.c \
55 asn1_err.c \
56 asn1_gen.c \
57 asn1_item_list.c \
58 asn1_lib.c \
59 asn1_parse.c \
60 asn_mime.c \
61 asn_moid.c \
62 asn_mstbl.c \
63 asn_pack.c \
64 bio_asn1.c \
65 bio_ndef.c \
66 d2i_pr.c \
67 d2i_pu.c \
68 evp_asn1.c \
69 f_int.c \
70 f_string.c \
71 i2d_evp.c \
72 n_pkey.c \
73 nsseq.c \
74 p5_pbe.c \
75 p5_pbev2.c \
76 p5_scrypt.c \
77 p8_pkey.c \
78 t_bitst.c \
79 t_pkey.c \
80 t_spki.c \
81 tasn_dec.c \
82 tasn_enc.c \
83 tasn_fre.c \
84 tasn_new.c \
85 tasn_prn.c \
86 tasn_scn.c \
87 tasn_typ.c \
88 tasn_utl.c \
89 x_algor.c \
90 x_bignum.c \
91 x_info.c \
92 x_int64.c \
93 x_long.c \
94 x_pkey.c \
95 x_sig.c \
96 x_spki.c \
97 x_val.c
98$(evalcall VBOX_OPENSSL_X86,crypto_asn1)
99
100include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette