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