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