1*1b191cb5SApple OSS Distributionsexport MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd 2*1b191cb5SApple OSS Distributionsexport MakeInc_def=${SRCROOT}/makedefs/MakeInc.def 3*1b191cb5SApple OSS Distributionsexport MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule 4*1b191cb5SApple OSS Distributionsexport MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir 5*1b191cb5SApple OSS Distributions 6*1b191cb5SApple OSS Distributionsinclude $(MakeInc_cmd) 7*1b191cb5SApple OSS Distributionsinclude $(MakeInc_def) 8*1b191cb5SApple OSS Distributions 9*1b191cb5SApple OSS DistributionsSETUP_SUBDIRS = \ 10*1b191cb5SApple OSS Distributions config \ 11*1b191cb5SApple OSS Distributions kextsymboltool \ 12*1b191cb5SApple OSS Distributions setsegname \ 13*1b191cb5SApple OSS Distributions decomment \ 14*1b191cb5SApple OSS Distributions installfile \ 15*1b191cb5SApple OSS Distributions replacecontents 16*1b191cb5SApple OSS Distributions 17*1b191cb5SApple OSS Distributionsifeq ($(BUILD_JSON_COMPILATION_DATABASE),1) 18*1b191cb5SApple OSS DistributionsSETUP_SUBDIRS += json_compilation_db 19*1b191cb5SApple OSS Distributionsendif 20*1b191cb5SApple OSS Distributions 21*1b191cb5SApple OSS Distributionsinclude $(MakeInc_rule) 22*1b191cb5SApple OSS Distributionsinclude $(MakeInc_dir) 23