]> git.saurik.com Git - apple/xnu.git/blame_incremental - osfmk/Makefile
xnu-4903.241.1.tar.gz
[apple/xnu.git] / osfmk / Makefile
... / ...
CommitLineData
1export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
9
10INSTINC_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
33INSTINC_SUBDIRS_X86_64 = \
34 mach \
35 i386 \
36 x86_64
37
38INSTINC_SUBDIRS_X86_64H = \
39 mach \
40 i386 \
41 x86_64
42
43INSTINC_SUBDIRS_ARM = \
44 mach \
45 arm \
46 arm64
47
48INSTINC_SUBDIRS_ARM64 = \
49 mach \
50 arm \
51 arm64
52
53EXPINC_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
78EXPINC_SUBDIRS_X86_64 = \
79 mach \
80 i386 \
81 x86_64
82EXPINC_SUBDIRS_X86_64H = \
83 mach \
84 i386 \
85 x86_64
86EXPINC_SUBDIRS_ARM = \
87 mach \
88 arm \
89 arm64
90EXPINC_SUBDIRS_ARM64 = \
91 mach \
92 arm \
93 arm64
94
95COMP_SUBDIRS = \
96 conf
97
98include $(MakeInc_rule)
99include $(MakeInc_dir)