]> git.saurik.com Git - apple/xnu.git/blob - osfmk/Makefile
xnu-3789.21.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 atm \
12 corpses \
13 bank \
14 voucher \
15 device \
16 default_pager \
17 mach_debug \
18 kern \
19 ipc \
20 machine \
21 UserNotification \
22 gssd \
23 kextd \
24 lockd \
25 vm \
26 libsa \
27 kdp \
28 console \
29 kperf \
30 prng
31
32 INSTINC_SUBDIRS_X86_64 = \
33 mach \
34 i386 \
35 x86_64
36
37 INSTINC_SUBDIRS_X86_64H = \
38 mach \
39 i386 \
40 x86_64
41
42 INSTINC_SUBDIRS_ARM = \
43 mach \
44 arm \
45 arm64
46
47 INSTINC_SUBDIRS_ARM64 = \
48 mach \
49 arm \
50 arm64
51
52 EXPINC_SUBDIRS = \
53 mach \
54 atm \
55 corpses \
56 bank \
57 voucher \
58 device \
59 default_pager \
60 mach_debug \
61 kern \
62 kdp \
63 ipc \
64 machine \
65 UserNotification \
66 gssd \
67 kextd \
68 lockd \
69 vm \
70 libsa \
71 console \
72 kperf \
73 prng
74
75
76 EXPINC_SUBDIRS_X86_64 = \
77 mach \
78 i386 \
79 x86_64
80 EXPINC_SUBDIRS_X86_64H = \
81 mach \
82 i386 \
83 x86_64
84 EXPINC_SUBDIRS_ARM = \
85 mach \
86 arm \
87 arm64
88 EXPINC_SUBDIRS_ARM64 = \
89 mach \
90 arm \
91 arm64
92
93 COMP_SUBDIRS = \
94 conf
95
96 include $(MakeInc_rule)
97 include $(MakeInc_dir)