]> git.saurik.com Git - apple/xnu.git/blame - osfmk/Makefile
xnu-2782.10.72.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
A
11 atm \
12 bank \
1c79356b 13 device \
91447636 14 default_pager \
1c79356b 15 mach_debug \
91447636
A
16 kern \
17 ipc \
18 machine \
19 UserNotification \
2d21ac55 20 gssd \
b0d623f7 21 kextd \
2d21ac55 22 lockd \
91447636 23 vm \
2d21ac55 24 libsa \
b0d623f7 25 kdp \
316670eb 26 pmc \
fe8ab488
A
27 kperf \
28 prng
b0d623f7
A
29INSTINC_SUBDIRS_X86_64 = \
30 mach \
31 i386 \
32 x86_64
fe8ab488
A
33INSTINC_SUBDIRS_X86_64H = \
34 mach \
35 i386 \
36 x86_64
2d21ac55 37
1c79356b
A
38EXPINC_SUBDIRS = \
39 mach \
fe8ab488
A
40 atm \
41 bank \
1c79356b
A
42 device \
43 default_pager \
44 mach_debug \
1c79356b 45 kern \
9bccf70c 46 kdp \
1c79356b
A
47 ipc \
48 machine \
49 UserNotification \
2d21ac55 50 gssd \
b0d623f7 51 kextd \
2d21ac55 52 lockd \
1c79356b 53 vm \
2d21ac55 54 libsa \
13f56ec4 55 console \
316670eb 56 pmc \
fe8ab488
A
57 kperf \
58 prng
1c79356b 59
b0d623f7
A
60EXPINC_SUBDIRS_X86_64 = \
61 mach \
62 i386 \
63 x86_64
fe8ab488
A
64EXPINC_SUBDIRS_X86_64H = \
65 mach \
66 i386 \
67 x86_64
2d21ac55 68
1c79356b
A
69COMP_SUBDIRS = \
70 conf
71
1c79356b
A
72include $(MakeInc_rule)
73include $(MakeInc_dir)