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