xref: /freebsd/crypto/openssl/demos/http3/build.info (revision e7be843b4a162e68651d3911f0357ed464915629)
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
7
8PROGRAMS{noinst} = ossl-nghttp3-demo ossl-nghttp3-demo-server
9
10GENERATE[libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll]=gen_nghttp3.pl
11DEPEND[ossl-nghttp3-demo.o]=libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll
12DEPEND[ossl-nghttp3-demo-server.o]=libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll
13DEPEND[ossl-nghttp3.o]=libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll
14INCLUDE[ossl-nghttp3-demo]=../../include nghttp3/lib/includes nghttp3/build/lib/includes
15INCLUDE[ossl-nghttp3-demo-server]=../../include nghttp3/lib/includes nghttp3/build/lib/includes
16INCLUDE[ossl-nghttp3]=../../include nghttp3/lib/includes nghttp3/build/lib/includes
17SOURCE[ossl-nghttp3-demo]=ossl-nghttp3.c ossl-nghttp3-demo.c
18SOURCE[ossl-nghttp3-demo-server]=ossl-nghttp3-demo-server.c
19DEPEND[ossl-nghttp3-demo]=../../libcrypto ../../libssl ./libnghttp3
20DEPEND[ossl-nghttp3-demo-server]=../../libcrypto ../../libssl ./libnghttp3
21