VirtualBox

source: vbox/trunk/src/libs/openssl-3.3.2/demos/http3/Makefile@ 108358

最後變更 在這個檔案從108358是 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
檔案大小: 541 位元組
 
1#
2# To run the demo when linked with a shared library (default) ensure that
3# libcrypto and libssl are on the library path. For example:
4#
5# LD_LIBRARY_PATH=../.. ./ossl-nghttp3-demo www.example.com:443
6
7CFLAGS += -I../../include -g -Wall -Wsign-compare
8LDFLAGS += -L../..
9LDLIBS = -lcrypto -lssl -lnghttp3
10
11all: ossl-nghttp3-demo
12
13ossl-nghttp3-demo: ossl-nghttp3-demo.o ossl-nghttp3.o
14 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS)
15
16clean:
17 $(RM) ossl-nghttp3-demo *.o
18
19.PHONY: test
20test: all
21 @echo "\nHTTP/3 tests:"
22 @echo "skipped"
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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