]> git.saurik.com Git - apple/xnu.git/blob - osfmk/Makefile
xnu-2050.9.2.tar.gz
[apple/xnu.git] / osfmk / Makefile
1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2 export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6 include $(MakeInc_cmd)
7 include $(MakeInc_def)
8
9 INSTINC_SUBDIRS = \
10 mach \
11 device \
12 default_pager \
13 mach_debug \
14 kern \
15 ipc \
16 machine \
17 UserNotification \
18 gssd \
19 kextd \
20 lockd \
21 vm \
22 libsa \
23 kdp \
24 pmc \
25 kperf
26 INSTINC_SUBDIRS_I386 = \
27 mach \
28 i386
29 INSTINC_SUBDIRS_X86_64 = \
30 mach \
31 i386 \
32 x86_64
33
34 EXPINC_SUBDIRS = \
35 mach \
36 device \
37 default_pager \
38 mach_debug \
39 kern \
40 kdp \
41 ipc \
42 machine \
43 UserNotification \
44 gssd \
45 kextd \
46 lockd \
47 vm \
48 libsa \
49 kdp \
50 console \
51 pmc \
52 kperf
53
54 EXPINC_SUBDIRS_I386 = \
55 mach \
56 i386
57 EXPINC_SUBDIRS_X86_64 = \
58 mach \
59 i386 \
60 x86_64
61
62 SETUP_SUBDIRS =
63
64 COMP_SUBDIRS = \
65 conf
66
67 INST_SUBDIRS = \
68
69
70 include $(MakeInc_rule)
71 include $(MakeInc_dir)