2 # Top-level Makefile for NISCC/TLS_SSL. Not compatible with Jasper tools or
3 # PB project files or Makefiles. Doesn't use SYMROOT, DSTROOT, etc., though
4 # it does require the LOCAL_BUILD_DIR env var to be set.
8 SUBDIRS= certDecode nisccSimpleClient skipThisNisccCert nisccCertVerify
10 # default SRCROOT for clean target
11 SRCROOT ?= $(shell pwd)
14 @foreach i in $(SUBDIRS); \
15 echo "=== Making $$i ==="; \
24 make "SPHINX=-DSPHINX"
28 # this module doesn't need to install any headers
34 @foreach i in $(SUBDIRS); \
35 echo "=== Cleaning $$i ==="; \
37 make clean || exit 1; \