]> git.saurik.com Git - apple/xnu.git/blob - osfmk/Makefile
xnu-1504.3.12.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
26 INSTINC_SUBDIRS_PPC = \
27 mach \
28 ppc
29
30 INSTINC_SUBDIRS_I386 = \
31 mach \
32 i386
33
34 INSTINC_SUBDIRS_X86_64 = \
35 mach \
36 i386 \
37 x86_64
38
39 INSTINC_SUBDIRS_ARM = \
40 mach \
41 arm
42
43 EXPINC_SUBDIRS = \
44 mach \
45 device \
46 default_pager \
47 mach_debug \
48 kern \
49 kdp \
50 ipc \
51 machine \
52 UserNotification \
53 gssd \
54 kextd \
55 lockd \
56 vm \
57 libsa \
58 kdp \
59 pmc
60
61 EXPINC_SUBDIRS_PPC = \
62 mach \
63 ppc
64
65 EXPINC_SUBDIRS_I386 = \
66 mach \
67 i386
68
69 EXPINC_SUBDIRS_X86_64 = \
70 mach \
71 i386 \
72 x86_64
73
74 EXPINC_SUBDIRS_ARM = \
75 mach \
76 arm
77
78 SETUP_SUBDIRS = \
79 conf
80
81 COMP_SUBDIRS = \
82 conf
83
84 INST_SUBDIRS = \
85
86
87 include $(MakeInc_rule)
88 include $(MakeInc_dir)