1*e7be843bSPierre Pronchery# 2*e7be843bSPierre Pronchery# To run the demo when linked with a shared library (default) ensure that 3*e7be843bSPierre Pronchery# libcrypto and libssl are on the library path. For example: 4*e7be843bSPierre Pronchery# 5*e7be843bSPierre Pronchery# LD_LIBRARY_PATH=../.. ./ossl-nghttp3-demo www.example.com:443 6*e7be843bSPierre Pronchery 7*e7be843bSPierre Pronchery 8*e7be843bSPierre ProncheryPROGRAMS{noinst} = ossl-nghttp3-demo ossl-nghttp3-demo-server 9*e7be843bSPierre Pronchery 10*e7be843bSPierre ProncheryGENERATE[libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll]=gen_nghttp3.pl 11*e7be843bSPierre ProncheryDEPEND[ossl-nghttp3-demo.o]=libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll 12*e7be843bSPierre ProncheryDEPEND[ossl-nghttp3-demo-server.o]=libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll 13*e7be843bSPierre ProncheryDEPEND[ossl-nghttp3.o]=libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll 14*e7be843bSPierre ProncheryINCLUDE[ossl-nghttp3-demo]=../../include nghttp3/lib/includes nghttp3/build/lib/includes 15*e7be843bSPierre ProncheryINCLUDE[ossl-nghttp3-demo-server]=../../include nghttp3/lib/includes nghttp3/build/lib/includes 16*e7be843bSPierre ProncheryINCLUDE[ossl-nghttp3]=../../include nghttp3/lib/includes nghttp3/build/lib/includes 17*e7be843bSPierre ProncherySOURCE[ossl-nghttp3-demo]=ossl-nghttp3.c ossl-nghttp3-demo.c 18*e7be843bSPierre ProncherySOURCE[ossl-nghttp3-demo-server]=ossl-nghttp3-demo-server.c 19*e7be843bSPierre ProncheryDEPEND[ossl-nghttp3-demo]=../../libcrypto ../../libssl ./libnghttp3 20*e7be843bSPierre ProncheryDEPEND[ossl-nghttp3-demo-server]=../../libcrypto ../../libssl ./libnghttp3 21