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 DistributionsINSTINC_SUBDIRS = \ 10*1031c584SApple OSS Distributions libkern os firehose libcxx_support 11*1031c584SApple OSS DistributionsINSTINC_SUBDIRS_X86_64 = libkern 12*1031c584SApple OSS DistributionsINSTINC_SUBDIRS_X86_64H = libkern 13*1031c584SApple OSS DistributionsINSTINC_SUBDIRS_ARM = libkern 14*1031c584SApple OSS DistributionsINSTINC_SUBDIRS_ARM64 = libkern 15*1031c584SApple OSS Distributions 16*1031c584SApple OSS DistributionsEXPINC_SUBDIRS = \ 17*1031c584SApple OSS Distributions libkern os firehose 18*1031c584SApple OSS DistributionsEXPINC_SUBDIRS_X86_64 = libkern 19*1031c584SApple OSS DistributionsEXPINC_SUBDIRS_X86_64H = libkern 20*1031c584SApple OSS DistributionsEXPINC_SUBDIRS_ARM = libkern 21*1031c584SApple OSS DistributionsEXPINC_SUBDIRS_ARM64 = libkern 22*1031c584SApple OSS Distributions 23*1031c584SApple OSS DistributionsCOMP_SUBDIRS = conf 24*1031c584SApple OSS Distributions 25*1031c584SApple OSS Distributionsinclude $(MakeInc_rule) 26*1031c584SApple OSS Distributionsinclude $(MakeInc_dir) 27