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