VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.1/demos/evp/Makefile@ 94081

最後變更 在這個檔案從94081是 91772,由 vboxsync 提交於 3 年 前

openssl-1.1.1l: Applied and adjusted our OpenSSL changes to 1.1.1l. bugref:10126

檔案大小: 532 位元組
 
1# Quick instruction:
2# To build against an OpenSSL built in the source tree, do this:
3#
4# make OPENSSL_INCS_LOCATION=-I../../include OPENSSL_LIBS_LOCATION=-L../..
5#
6# To run the demos when linked with a shared library (default):
7#
8# LD_LIBRARY_PATH=../.. ./aesccm
9# LD_LIBRARY_PATH=../.. ./aesgcm
10
11CFLAGS = $(OPENSSL_INCS_LOCATION)
12LDFLAGS = $(OPENSSL_LIBS_LOCATION) -lssl -lcrypto
13
14all: aesccm aesgcm
15
16aesccm: aesccm.o
17aesgcm: aesgcm.o
18
19aesccm aesgcm:
20 $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
21
22clean:
23 $(RM) aesccm aesgcm *.o
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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