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