xref: /xnu-8796.141.3/osfmk/Makefile (revision 1b191cb58250d0705d8a51287127505aa4bc0789)
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 DistributionsINSTINC_SUBDIRS = \
10*1b191cb5SApple OSS Distributions	mach	\
11*1b191cb5SApple OSS Distributions	atm	\
12*1b191cb5SApple OSS Distributions	corpses	\
13*1b191cb5SApple OSS Distributions	bank \
14*1b191cb5SApple OSS Distributions	voucher \
15*1b191cb5SApple OSS Distributions	device \
16*1b191cb5SApple OSS Distributions	default_pager \
17*1b191cb5SApple OSS Distributions	mach_debug \
18*1b191cb5SApple OSS Distributions	kern \
19*1b191cb5SApple OSS Distributions	ipc \
20*1b191cb5SApple OSS Distributions	machine \
21*1b191cb5SApple OSS Distributions	UserNotification \
22*1b191cb5SApple OSS Distributions	gssd \
23*1b191cb5SApple OSS Distributions	kextd \
24*1b191cb5SApple OSS Distributions	lockd \
25*1b191cb5SApple OSS Distributions	vm \
26*1b191cb5SApple OSS Distributions	libsa \
27*1b191cb5SApple OSS Distributions	kdp \
28*1b191cb5SApple OSS Distributions	console \
29*1b191cb5SApple OSS Distributions	kperf \
30*1b191cb5SApple OSS Distributions	prng
31*1b191cb5SApple OSS Distributions
32*1b191cb5SApple OSS DistributionsINSTINC_SUBDIRS_X86_64 = \
33*1b191cb5SApple OSS Distributions	mach	\
34*1b191cb5SApple OSS Distributions	i386	\
35*1b191cb5SApple OSS Distributions	x86_64
36*1b191cb5SApple OSS Distributions
37*1b191cb5SApple OSS DistributionsINSTINC_SUBDIRS_X86_64H = \
38*1b191cb5SApple OSS Distributions	mach	\
39*1b191cb5SApple OSS Distributions	i386	\
40*1b191cb5SApple OSS Distributions	x86_64
41*1b191cb5SApple OSS Distributions
42*1b191cb5SApple OSS DistributionsINSTINC_SUBDIRS_ARM = \
43*1b191cb5SApple OSS Distributions	mach	\
44*1b191cb5SApple OSS Distributions	arm	\
45*1b191cb5SApple OSS Distributions	arm64
46*1b191cb5SApple OSS Distributions
47*1b191cb5SApple OSS DistributionsINSTINC_SUBDIRS_ARM64 = \
48*1b191cb5SApple OSS Distributions	mach	\
49*1b191cb5SApple OSS Distributions	arm	\
50*1b191cb5SApple OSS Distributions	arm64
51*1b191cb5SApple OSS Distributions
52*1b191cb5SApple OSS DistributionsEXPINC_SUBDIRS = \
53*1b191cb5SApple OSS Distributions	mach	\
54*1b191cb5SApple OSS Distributions	atm	\
55*1b191cb5SApple OSS Distributions	corpses	\
56*1b191cb5SApple OSS Distributions	bank \
57*1b191cb5SApple OSS Distributions	voucher \
58*1b191cb5SApple OSS Distributions	device \
59*1b191cb5SApple OSS Distributions	default_pager \
60*1b191cb5SApple OSS Distributions	mach_debug \
61*1b191cb5SApple OSS Distributions	kern \
62*1b191cb5SApple OSS Distributions	kdp \
63*1b191cb5SApple OSS Distributions	ipc \
64*1b191cb5SApple OSS Distributions	machine \
65*1b191cb5SApple OSS Distributions	UserNotification \
66*1b191cb5SApple OSS Distributions	gssd \
67*1b191cb5SApple OSS Distributions	kextd \
68*1b191cb5SApple OSS Distributions	lockd \
69*1b191cb5SApple OSS Distributions	vm \
70*1b191cb5SApple OSS Distributions	libsa \
71*1b191cb5SApple OSS Distributions	console \
72*1b191cb5SApple OSS Distributions	kperf \
73*1b191cb5SApple OSS Distributions	prng \
74*1b191cb5SApple OSS Distributions	tests
75*1b191cb5SApple OSS Distributions
76*1b191cb5SApple OSS Distributions
77*1b191cb5SApple OSS DistributionsEXPINC_SUBDIRS_X86_64 = \
78*1b191cb5SApple OSS Distributions	mach	\
79*1b191cb5SApple OSS Distributions	i386	\
80*1b191cb5SApple OSS Distributions	x86_64
81*1b191cb5SApple OSS DistributionsEXPINC_SUBDIRS_X86_64H = \
82*1b191cb5SApple OSS Distributions	mach	\
83*1b191cb5SApple OSS Distributions	i386	\
84*1b191cb5SApple OSS Distributions	x86_64
85*1b191cb5SApple OSS DistributionsEXPINC_SUBDIRS_ARM = \
86*1b191cb5SApple OSS Distributions	mach	\
87*1b191cb5SApple OSS Distributions	arm	\
88*1b191cb5SApple OSS Distributions	arm64
89*1b191cb5SApple OSS DistributionsEXPINC_SUBDIRS_ARM64 = \
90*1b191cb5SApple OSS Distributions	mach	\
91*1b191cb5SApple OSS Distributions	arm	\
92*1b191cb5SApple OSS Distributions	arm64
93*1b191cb5SApple OSS Distributions
94*1b191cb5SApple OSS DistributionsCOMP_SUBDIRS =	\
95*1b191cb5SApple OSS Distributions	conf
96*1b191cb5SApple OSS Distributions
97*1b191cb5SApple OSS Distributionsinclude $(MakeInc_rule)
98*1b191cb5SApple OSS Distributionsinclude $(MakeInc_dir)
99