xref: /xnu-10002.81.5/iokit/IOKit/machine/Makefile (revision 5e3eaea39dcf651e66cb99ba7d70e32cc4a99587)
1*5e3eaea3SApple OSS Distributionsexport MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2*5e3eaea3SApple OSS Distributionsexport MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3*5e3eaea3SApple OSS Distributionsexport MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4*5e3eaea3SApple OSS Distributionsexport MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5*5e3eaea3SApple OSS Distributions
6*5e3eaea3SApple OSS Distributionsinclude $(MakeInc_cmd)
7*5e3eaea3SApple OSS Distributionsinclude $(MakeInc_def)
8*5e3eaea3SApple OSS Distributions
9*5e3eaea3SApple OSS DistributionsMI_DIR = machine
10*5e3eaea3SApple OSS DistributionsEXCLUDE_HEADERS =
11*5e3eaea3SApple OSS Distributions
12*5e3eaea3SApple OSS DistributionsALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
13*5e3eaea3SApple OSS DistributionsHEADER_LIST = $(filter-out $(EXCLUDE_HEADERS), $(ALL_HEADERS))
14*5e3eaea3SApple OSS Distributions
15*5e3eaea3SApple OSS DistributionsINSTALL_IF_MI_LIST	= ${HEADER_LIST}
16*5e3eaea3SApple OSS DistributionsINSTALL_IF_MI_LCL_LIST = ${HEADER_LIST}
17*5e3eaea3SApple OSS DistributionsINSTALL_MI_DIR = $(MI_DIR)
18*5e3eaea3SApple OSS Distributions
19*5e3eaea3SApple OSS DistributionsEXPORT_MI_LIST	= ${HEADER_LIST}
20*5e3eaea3SApple OSS DistributionsEXPORT_MI_DIR = IOKit/$(MI_DIR)
21*5e3eaea3SApple OSS Distributions
22*5e3eaea3SApple OSS Distributionsinclude $(MakeInc_rule)
23*5e3eaea3SApple OSS Distributionsinclude $(MakeInc_dir)
24