source:
vbox/trunk/src/libs/openssl-1.1.1l/crypto/sm3/Makefile.kmk@
91977
最後變更 在這個檔案從91977是 91772,由 提交於 3 年 前 | |
---|---|
檔案大小: 426 位元組 |
行 | |
---|---|
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_sm3 |
17 | crypto_sm3_TEMPLATE = SUBLIBCRYPTO |
18 | crypto_sm3_DEFS = OPENSSL_NO_DEPRECATED |
19 | crypto_sm3_SOURCES = \ |
20 | m_sm3.c \ |
21 | sm3.c |
22 | $(evalcall VBOX_OPENSSL_X86,crypto_sm3) |
23 | |
24 | include $(FILE_KBUILD_SUB_FOOTER) |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器