summaryrefslogtreecommitdiffstats
path: root/demos/digest/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'demos/digest/build.info')
-rw-r--r--demos/digest/build.info20
1 files changed, 20 insertions, 0 deletions
diff --git a/demos/digest/build.info b/demos/digest/build.info
new file mode 100644
index 0000000000..b9fcc4e259
--- /dev/null
+++ b/demos/digest/build.info
@@ -0,0 +1,20 @@
+PROGRAMS{noinst} = EVP_MD_demo \
+ EVP_MD_stdin \
+ EVP_MD_xof \
+ BIO_f_md
+
+INCLUDE[EVP_MD_demo]=../../include
+SOURCE[EVP_MD_demo]=EVP_MD_demo.c
+DEPEND[EVP_MD_demo]=../../libcrypto
+
+INCLUDE[EVP_MD_stdin]=../../include
+SOURCE[EVP_MD_stdin]=EVP_MD_stdin.c
+DEPEND[EVP_MD_stdin]=../../libcrypto
+
+INCLUDE[EVP_MD_xof]=../../include
+SOURCE[EVP_MD_xof]=EVP_MD_xof.c
+DEPEND[EVP_MD_xof]=../../libcrypto
+
+INCLUDE[BIO_f_md]=../../include
+SOURCE[BIO_f_md]=BIO_f_md.c
+DEPEND[BIO_f_md]=../../libcrypto