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