]> git.saurik.com Git - apple/xnu.git/blame - osfmk/Makefile
xnu-2050.22.13.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 23 kdp \
316670eb
A
24 pmc \
25 kperf
1c79356b
A
26INSTINC_SUBDIRS_I386 = \
27 mach \
91447636 28 i386
b0d623f7
A
29INSTINC_SUBDIRS_X86_64 = \
30 mach \
31 i386 \
32 x86_64
2d21ac55 33
1c79356b
A
34EXPINC_SUBDIRS = \
35 mach \
36 device \
37 default_pager \
38 mach_debug \
1c79356b 39 kern \
9bccf70c 40 kdp \
1c79356b
A
41 ipc \
42 machine \
43 UserNotification \
2d21ac55 44 gssd \
b0d623f7 45 kextd \
2d21ac55 46 lockd \
1c79356b 47 vm \
2d21ac55 48 libsa \
b0d623f7 49 kdp \
13f56ec4 50 console \
316670eb
A
51 pmc \
52 kperf
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 61
6d2010ae 62SETUP_SUBDIRS =
1c79356b
A
63
64COMP_SUBDIRS = \
65 conf
66
67INST_SUBDIRS = \
68
69
70include $(MakeInc_rule)
71include $(MakeInc_dir)