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 DistributionsMI_DIR = machine 10*1b191cb5SApple OSS DistributionsEXCLUDE_HEADERS = 11*1b191cb5SApple OSS Distributions 12*1b191cb5SApple OSS DistributionsALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h)) 13*1b191cb5SApple OSS DistributionsHEADER_LIST = $(filter-out $(EXCLUDE_HEADERS), $(ALL_HEADERS)) 14*1b191cb5SApple OSS Distributions 15*1b191cb5SApple OSS DistributionsINSTALL_IF_MI_LIST = ${HEADER_LIST} 16*1b191cb5SApple OSS DistributionsINSTALL_IF_MI_LCL_LIST = ${HEADER_LIST} 17*1b191cb5SApple OSS DistributionsINSTALL_MI_DIR = $(MI_DIR) 18*1b191cb5SApple OSS Distributions 19*1b191cb5SApple OSS DistributionsEXPORT_MI_LIST = ${HEADER_LIST} 20*1b191cb5SApple OSS DistributionsEXPORT_MI_DIR = IOKit/$(MI_DIR) 21*1b191cb5SApple OSS Distributions 22*1b191cb5SApple OSS Distributionsinclude $(MakeInc_rule) 23*1b191cb5SApple OSS Distributionsinclude $(MakeInc_dir) 24