3 # $Header: /cvs/Darwin/Security/SecuritySNACCRuntime/c-examples/makefile,v 1.1.1.1 2001/05/18 23:14:07 mb Exp $
5 # Revision 1.1.1.1 2001/05/18 23:14:07 mb
6 # Move from private repository to open source repository
8 # Revision 1.2 2000/06/08 20:06:37 dmitch
11 # Revision 1.1.1.1 1999/03/16 18:06:08 aram
12 # Originals from SMIME Free Library.
14 # Revision 1.2 1995/07/24 20:38:56 rj
15 # `cd && make' instead of `cd; make'.
17 # changed `_' to `-' in file names.
20 # Appple change: snmp test does not work.
21 #SUBDIRS = test-lib simple any snmp
22 SUBDIRS = test-lib simple any
24 #-------------------------------------------------------------------------------
26 .PHONY: implicit_default
32 cd $@ && $(MAKE) $(subtarget)
34 # the following hack is needed for older make versions (gmake doesn't need it):
36 @for dir in $(SUBDIRS); do\
37 test -f $$dir/dependencies || touch $$dir/dependencies;\
41 $(MAKE) subdirs subtarget=$@
45 for dir in $(SUBDIRS); do\
46 subfiles=`cd $$dir && $(MAKE) -s $@`;\
47 for file in $$subfiles; do\