]> git.saurik.com Git - apple/xnu.git/blob - osfmk/Makefile
xnu-2422.115.4.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_X86_64 = \
27 mach \
28 i386 \
29 x86_64
30
31 EXPINC_SUBDIRS = \
32 mach \
33 device \
34 default_pager \
35 mach_debug \
36 kern \
37 kdp \
38 ipc \
39 machine \
40 UserNotification \
41 gssd \
42 kextd \
43 lockd \
44 vm \
45 libsa \
46 console \
47 pmc \
48 kperf
49
50 EXPINC_SUBDIRS_X86_64 = \
51 mach \
52 i386 \
53 x86_64
54
55 COMP_SUBDIRS = \
56 conf
57
58 include $(MakeInc_rule)
59 include $(MakeInc_dir)