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