Create hierarchical demo Makefile.
authorslontis <shane.lontis@oracle.com>
Mon, 20 Mar 2023 05:08:38 +0000 (15:08 +1000)
committerMatt Caswell <matt@openssl.org>
Wed, 25 Oct 2023 08:21:07 +0000 (09:21 +0100)
commit66f4782f1452d6fbfab78822b340a99aaeacc2f0
tree063d3ad8628b8b10260b4316531f78de9d83b0c1
parentdbbdb940d421daca4a65e765b5244bde6aed3f61
Create hierarchical demo Makefile.

Adds a Makefile with all, clean, and test targets.
This has only been added for demos that already contain Makefiles.
For problematic tests that require inputs, the test target does nothing.

(Note: Demos should be self contained and not require unknown external
inputs. This PR does not attempt to fix this.)

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20546)
12 files changed:
demos/Makefile [new file with mode: 0644]
demos/bio/Makefile
demos/cipher/Makefile
demos/digest/Makefile
demos/encode/Makefile
demos/encrypt/Makefile
demos/kdf/Makefile
demos/keyexch/Makefile [new file with mode: 0644]
demos/mac/Makefile
demos/pkey/Makefile
demos/signature/Makefile
demos/sslecho/makefile