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