xref: /xnu-8792.41.9/iokit/IOKit/skywalk/Makefile (revision 5c2921b07a2480ab43ec66f5b9e41cb872bc554f)
1*5c2921b0SApple OSS Distributionsexport MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2*5c2921b0SApple OSS Distributionsexport MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3*5c2921b0SApple OSS Distributionsexport MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4*5c2921b0SApple OSS Distributionsexport MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5*5c2921b0SApple OSS Distributions
6*5c2921b0SApple OSS Distributionsinclude $(MakeInc_cmd)
7*5c2921b0SApple OSS Distributionsinclude $(MakeInc_def)
8*5c2921b0SApple OSS Distributions
9*5c2921b0SApple OSS DistributionsMI_DIR = skywalk
10*5c2921b0SApple OSS DistributionsNOT_EXPORT_HEADERS =
11*5c2921b0SApple OSS Distributions
12*5c2921b0SApple OSS DistributionsALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
13*5c2921b0SApple OSS Distributions
14*5c2921b0SApple OSS Distributions# Install these only in Kernel.framework's PrivateHeaders (not Headers).
15*5c2921b0SApple OSS DistributionsNOT_KF_MI_HEADERS  = $(NOT_EXPORT_HEADERS)			\
16*5c2921b0SApple OSS Distributions		     IOSkywalkSupport.h
17*5c2921b0SApple OSS Distributions
18*5c2921b0SApple OSS DistributionsINSTALL_IF_MI_LIST	=
19*5c2921b0SApple OSS DistributionsINSTALL_IF_MI_LCL_LIST =
20*5c2921b0SApple OSS DistributionsINSTALL_MI_DIR = $(MI_DIR)
21*5c2921b0SApple OSS Distributions
22*5c2921b0SApple OSS DistributionsEXPORT_MI_LIST	= $(filter-out $(NOT_EXPORT_HEADERS), $(ALL_HEADERS))
23*5c2921b0SApple OSS DistributionsEXPORT_MI_DIR = IOKit/$(MI_DIR)
24*5c2921b0SApple OSS Distributions
25*5c2921b0SApple OSS DistributionsINSTALL_KF_MI_LIST = $(filter-out $(NOT_KF_MI_HEADERS), $(ALL_HEADERS))
26*5c2921b0SApple OSS Distributions
27*5c2921b0SApple OSS Distributionsinclude $(MakeInc_rule)
28*5c2921b0SApple OSS Distributionsinclude $(MakeInc_dir)
29