]> git.saurik.com Git - apple/xnu.git/blame - osfmk/Makefile
xnu-4903.241.1.tar.gz
[apple/xnu.git] / osfmk / Makefile
CommitLineData
1c79356b
A
1export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
1c79356b
A
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
d9a64523 9
1c79356b
A
10INSTINC_SUBDIRS = \
11 mach \
39037602 12 atm \
3e170ce0 13 corpses \
fe8ab488 14 bank \
39037602 15 voucher \
1c79356b 16 device \
91447636 17 default_pager \
1c79356b 18 mach_debug \
91447636
A
19 kern \
20 ipc \
21 machine \
22 UserNotification \
2d21ac55 23 gssd \
b0d623f7 24 kextd \
2d21ac55 25 lockd \
91447636 26 vm \
2d21ac55 27 libsa \
b0d623f7 28 kdp \
490019cf 29 console \
fe8ab488
A
30 kperf \
31 prng
3e170ce0 32
b0d623f7
A
33INSTINC_SUBDIRS_X86_64 = \
34 mach \
35 i386 \
36 x86_64
3e170ce0 37
fe8ab488
A
38INSTINC_SUBDIRS_X86_64H = \
39 mach \
40 i386 \
41 x86_64
2d21ac55 42
3e170ce0
A
43INSTINC_SUBDIRS_ARM = \
44 mach \
45 arm \
46 arm64
490019cf 47
3e170ce0
A
48INSTINC_SUBDIRS_ARM64 = \
49 mach \
50 arm \
51 arm64
52
1c79356b
A
53EXPINC_SUBDIRS = \
54 mach \
39037602 55 atm \
3e170ce0 56 corpses \
fe8ab488 57 bank \
39037602 58 voucher \
1c79356b
A
59 device \
60 default_pager \
61 mach_debug \
1c79356b 62 kern \
9bccf70c 63 kdp \
1c79356b
A
64 ipc \
65 machine \
66 UserNotification \
2d21ac55 67 gssd \
b0d623f7 68 kextd \
2d21ac55 69 lockd \
1c79356b 70 vm \
2d21ac55 71 libsa \
13f56ec4 72 console \
fe8ab488 73 kperf \
d9a64523
A
74 prng \
75 tests
1c79356b 76
3e170ce0 77
b0d623f7
A
78EXPINC_SUBDIRS_X86_64 = \
79 mach \
80 i386 \
81 x86_64
fe8ab488
A
82EXPINC_SUBDIRS_X86_64H = \
83 mach \
84 i386 \
85 x86_64
3e170ce0
A
86EXPINC_SUBDIRS_ARM = \
87 mach \
88 arm \
89 arm64
90EXPINC_SUBDIRS_ARM64 = \
91 mach \
92 arm \
93 arm64
2d21ac55 94
39037602 95COMP_SUBDIRS = \
1c79356b
A
96 conf
97
1c79356b
A
98include $(MakeInc_rule)
99include $(MakeInc_dir)