Last change
on this file since 94320 was 94320, checked in by vboxsync, 3 years ago |
libs/openssl-3.0.1: Export to OSE and fix copyright headers in Makefiles, bugref:10128
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
1.6 KB
|
Line | |
---|
1 | # $Id: Makefile.kmk 94320 2022-03-22 10:38:12Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # OpenSSL Sub-Makefile.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2019-2022 Oracle Corporation
|
---|
8 | #
|
---|
9 | # This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
10 | # available from http://www.virtualbox.org. This file is free software;
|
---|
11 | # you can redistribute it and/or modify it under the terms of the GNU
|
---|
12 | # General Public License (GPL) as published by the Free Software
|
---|
13 | # Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
14 | # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
15 | # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
16 | #
|
---|
17 |
|
---|
18 | SUB_DEPTH = ../../../../..
|
---|
19 | include $(KBUILD_PATH)/subheader.kmk
|
---|
20 |
|
---|
21 | LIBRARIES += crypto_asn1
|
---|
22 | crypto_asn1_TEMPLATE = SUBLIBCRYPTO
|
---|
23 | crypto_asn1_DEFS = OPENSSL_NO_DEPRECATED
|
---|
24 | crypto_asn1_SOURCES = \
|
---|
25 | a_bitstr.c \
|
---|
26 | a_d2i_fp.c \
|
---|
27 | a_digest.c \
|
---|
28 | a_dup.c \
|
---|
29 | a_gentm.c \
|
---|
30 | a_i2d_fp.c \
|
---|
31 | a_int.c \
|
---|
32 | a_mbstr.c \
|
---|
33 | a_object.c \
|
---|
34 | a_octet.c \
|
---|
35 | a_print.c \
|
---|
36 | a_sign.c \
|
---|
37 | a_strex.c \
|
---|
38 | a_strnid.c \
|
---|
39 | a_time.c \
|
---|
40 | a_type.c \
|
---|
41 | a_utctm.c \
|
---|
42 | a_utf8.c \
|
---|
43 | a_verify.c \
|
---|
44 | ameth_lib.c \
|
---|
45 | asn1_err.c \
|
---|
46 | asn1_gen.c \
|
---|
47 | asn1_item_list.c \
|
---|
48 | asn1_lib.c \
|
---|
49 | asn1_parse.c \
|
---|
50 | asn_mime.c \
|
---|
51 | asn_moid.c \
|
---|
52 | asn_mstbl.c \
|
---|
53 | asn_pack.c \
|
---|
54 | bio_asn1.c \
|
---|
55 | bio_ndef.c \
|
---|
56 | d2i_pr.c \
|
---|
57 | d2i_pu.c \
|
---|
58 | evp_asn1.c \
|
---|
59 | f_int.c \
|
---|
60 | f_string.c \
|
---|
61 | i2d_evp.c \
|
---|
62 | n_pkey.c \
|
---|
63 | nsseq.c \
|
---|
64 | p5_pbe.c \
|
---|
65 | p5_pbev2.c \
|
---|
66 | p5_scrypt.c \
|
---|
67 | p8_pkey.c \
|
---|
68 | t_bitst.c \
|
---|
69 | t_pkey.c \
|
---|
70 | t_spki.c \
|
---|
71 | tasn_dec.c \
|
---|
72 | tasn_enc.c \
|
---|
73 | tasn_fre.c \
|
---|
74 | tasn_new.c \
|
---|
75 | tasn_prn.c \
|
---|
76 | tasn_scn.c \
|
---|
77 | tasn_typ.c \
|
---|
78 | tasn_utl.c \
|
---|
79 | x_algor.c \
|
---|
80 | x_bignum.c \
|
---|
81 | x_info.c \
|
---|
82 | x_int64.c \
|
---|
83 | x_long.c \
|
---|
84 | x_pkey.c \
|
---|
85 | x_sig.c \
|
---|
86 | x_spki.c \
|
---|
87 | x_val.c
|
---|
88 | $(evalcall VBOX_OPENSSL_X86,crypto_asn1)
|
---|
89 |
|
---|
90 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.