xref: /xnu-12377.81.4/san/Makefile (revision 043036a2b3718f7f0be807e2870f8f47d3fa0796)
1*043036a2SApple OSS Distributionsexport MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2*043036a2SApple OSS Distributionsexport MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3*043036a2SApple OSS Distributionsexport MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4*043036a2SApple OSS Distributionsexport MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5*043036a2SApple OSS Distributions
6*043036a2SApple OSS Distributionsinclude $(MakeInc_cmd)
7*043036a2SApple OSS Distributionsinclude $(MakeInc_def)
8*043036a2SApple OSS Distributions
9*043036a2SApple OSS DistributionsSETUP_SUBDIRS = \
10*043036a2SApple OSS Distributions	memory \
11*043036a2SApple OSS Distributions	coverage
12*043036a2SApple OSS Distributions
13*043036a2SApple OSS DistributionsEXPINC_SUBDIRS = \
14*043036a2SApple OSS Distributions	memory \
15*043036a2SApple OSS Distributions	coverage
16*043036a2SApple OSS Distributions
17*043036a2SApple OSS DistributionsINSTINC_SUBDIRS = \
18*043036a2SApple OSS Distributions	memory \
19*043036a2SApple OSS Distributions	coverage
20*043036a2SApple OSS Distributions
21*043036a2SApple OSS DistributionsCOMP_SUBDIRS = \
22*043036a2SApple OSS Distributions	conf
23*043036a2SApple OSS Distributions
24*043036a2SApple OSS DistributionsCONFIG_SUBDIRS = \
25*043036a2SApple OSS Distributions	memory \
26*043036a2SApple OSS Distributions	coverage
27*043036a2SApple OSS Distributions
28*043036a2SApple OSS Distributionsinclude $(MakeInc_rule)
29*043036a2SApple OSS Distributionsinclude $(MakeInc_dir)
30