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