]> git.saurik.com Git - apple/xnu.git/blame_incremental - osfmk/Makefile
xnu-1699.22.73.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
9INSTINC_SUBDIRS = \
10 mach \
11 device \
12 default_pager \
13 mach_debug \
14 kern \
15 ipc \
16 machine \
17 UserNotification \
18 gssd \
19 kextd \
20 lockd \
21 vm \
22 libsa \
23 kdp \
24 pmc
25INSTINC_SUBDIRS_I386 = \
26 mach \
27 i386
28INSTINC_SUBDIRS_X86_64 = \
29 mach \
30 i386 \
31 x86_64
32INSTINC_SUBDIRS_ARM = \
33 mach \
34 arm
35
36EXPINC_SUBDIRS = \
37 mach \
38 device \
39 default_pager \
40 mach_debug \
41 kern \
42 kdp \
43 ipc \
44 machine \
45 UserNotification \
46 gssd \
47 kextd \
48 lockd \
49 vm \
50 libsa \
51 kdp \
52 pmc
53
54EXPINC_SUBDIRS_I386 = \
55 mach \
56 i386
57EXPINC_SUBDIRS_X86_64 = \
58 mach \
59 i386 \
60 x86_64
61EXPINC_SUBDIRS_ARM = \
62 mach \
63 arm
64
65SETUP_SUBDIRS =
66
67COMP_SUBDIRS = \
68 conf
69
70INST_SUBDIRS = \
71
72
73include $(MakeInc_rule)
74include $(MakeInc_dir)