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