VirtualBox

source: vbox/trunk/src/libs/openssl-3.3.2/demos/encode/Makefile@ 108403

最後變更 在這個檔案從108403是 108206,由 vboxsync 提交於 5 週 前

openssl-3.3.2: Exported all files to OSE and removed .scm-settings ​bugref:10757

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 498 位元組
 
1#
2# To run the demos when linked with a shared library (default) ensure
3# that libcrypto is on the library path. For example:
4#
5# LD_LIBRARY_PATH=../.. ./rsa_encode
6
7TESTS = ec_encode \
8 rsa_encode
9
10CFLAGS = -I../../include -g -Wall
11LDFLAGS = -L../..
12LDLIBS = -lcrypto
13
14all: $(TESTS)
15
16ec_encode: ec_encode.o
17rsa_encode: rsa_encode.o
18
19$(TESTS):
20 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LDLIBS)
21
22clean:
23 $(RM) *.o $(TESTS)
24
25.PHONY: test
26test: all
27 @echo "\nencode tests:"
28 @echo "skipped"
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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