source:
vbox/trunk/src/libs/openssl-1.1.1g/crypto/txt_db/Makefile.kmk@
85201
最後變更 在這個檔案從85201是 83916,由 提交於 5 年 前 | |
---|---|
檔案大小: 433 位元組 |
行 | |
---|---|
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_txt_db |
17 | crypto_txt_db_TEMPLATE = SUBLIBCRYPTO |
18 | crypto_txt_db_DEFS = OPENSSL_NO_DEPRECATED |
19 | crypto_txt_db_SOURCES = \ |
20 | txt_db.c |
21 | $(evalcall VBOX_OPENSSL_X86,crypto_txt_db) |
22 | |
23 | include $(FILE_KBUILD_SUB_FOOTER) |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器