VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.2/demos/digest/Makefile@ 94403

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

libs/openssl-3.0.1: Export to OSE and fix copyright headers in Makefiles, bugref:10128

檔案大小: 387 位元組
 
1#
2# To run the demos when linked with a shared library (default):
3#
4# LD_LIBRARY_PATH=../.. ./EVP_MD_demo
5
6CFLAGS = -I../../include -g
7LDFLAGS = -L../..
8LDLIBS = -lcrypto
9
10all: EVP_MD_demo EVP_MD_stdin BIO_f_md
11
12%.o: %.c
13 $(CC) $(CFLAGS) -c $<
14
15EVP_MD_demo: EVP_MD_demo.o
16EVP_MD_stdin: EVP_MD_stdin.o
17BIO_f_md: BIO_f_md.o
18
19test: ;
20
21clean:
22 $(RM) *.o EVP_MD_demo EVP_MD_stdin BIO_f_md
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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