VirtualBox

source: vbox/trunk/src/libs/openssl-3.1.7/demos/signature/Makefile@ 107935

Last change on this file since 107935 was 104078, checked in by vboxsync, 12 months ago

openssl-3.1.5: Applied and adjusted our OpenSSL changes to 3.1.4. bugref:10638

File size: 559 bytes
Line 
1#
2# To run the demos when linked with a shared library (default):
3#
4# LD_LIBRARY_PATH=../.. ./EVP_Signature_demo
5
6CFLAGS = -I../../include -g -Wall
7LDFLAGS = -L../..
8LDLIBS = -lcrypto
9
10all: EVP_EC_Signature_demo EVP_DSA_Signature_demo rsa_pss_direct rsa_pss_hash
11
12%.o: %.c
13 $(CC) $(CFLAGS) -c $<
14
15EVP_EC_Signature_demo: EVP_EC_Signature_demo.o
16EVP_DSA_Signature_demo: EVP_DSA_Signature_demo.o
17rsa_pss_direct: rsa_pss_direct.o
18rsa_pss_hash: rsa_pss_hash.o
19
20test: ;
21
22clean:
23 $(RM) *.o EVP_EC_Signature_demo EVP_DSA_Signature_demo rsa_pss_direct rsa_pss_hash
Note: See TracBrowser for help on using the repository browser.

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