]> git.saurik.com Git - apple/xnu.git/blob - osfmk/Makefile
xnu-1699.32.7.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 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
25 INSTINC_SUBDIRS_I386 = \
26 mach \
27 i386
28 INSTINC_SUBDIRS_X86_64 = \
29 mach \
30 i386 \
31 x86_64
32 INSTINC_SUBDIRS_ARM = \
33 mach \
34 arm
35
36 EXPINC_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 console \
53 pmc
54
55 EXPINC_SUBDIRS_I386 = \
56 mach \
57 i386
58 EXPINC_SUBDIRS_X86_64 = \
59 mach \
60 i386 \
61 x86_64
62 EXPINC_SUBDIRS_ARM = \
63 mach \
64 arm
65
66 SETUP_SUBDIRS =
67
68 COMP_SUBDIRS = \
69 conf
70
71 INST_SUBDIRS = \
72
73
74 include $(MakeInc_rule)
75 include $(MakeInc_dir)