1 | # $Id$
|
---|
2 | ## @file
|
---|
3 | # OpenSSL Sub-Makefile.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2019 Oracle Corporation
|
---|
8 | #
|
---|
9 | # Oracle Corporation confidential
|
---|
10 | # All rights reserved
|
---|
11 | #
|
---|
12 |
|
---|
13 | SUB_DEPTH = ../../../../..
|
---|
14 | include $(KBUILD_PATH)/subheader.kmk
|
---|
15 |
|
---|
16 | LIBRARIES += crypto_bio
|
---|
17 | crypto_bio_TEMPLATE = SUBLIBCRYPTO
|
---|
18 | crypto_bio_DEFS = OPENSSL_NO_DEPRECATED
|
---|
19 | crypto_bio_SOURCES = \
|
---|
20 | b_addr.c \
|
---|
21 | b_dump.c \
|
---|
22 | b_print.c \
|
---|
23 | b_sock.c \
|
---|
24 | b_sock2.c \
|
---|
25 | bf_buff.c \
|
---|
26 | bf_lbuf.c \
|
---|
27 | bf_nbio.c \
|
---|
28 | bf_null.c \
|
---|
29 | bio_cb.c \
|
---|
30 | bio_err.c \
|
---|
31 | bio_lib.c \
|
---|
32 | bio_meth.c \
|
---|
33 | bss_acpt.c \
|
---|
34 | bss_bio.c \
|
---|
35 | bss_conn.c \
|
---|
36 | bss_dgram.c \
|
---|
37 | bss_fd.c \
|
---|
38 | bss_file.c \
|
---|
39 | bss_log.c \
|
---|
40 | bss_mem.c \
|
---|
41 | bss_null.c \
|
---|
42 | bss_sock.c
|
---|
43 | $(evalcall VBOX_OPENSSL_X86,crypto_bio)
|
---|
44 |
|
---|
45 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|