]> git.saurik.com Git - apple/xnu.git/blame - osfmk/Makefile
xnu-1504.3.12.tar.gz
[apple/xnu.git] / osfmk / Makefile
CommitLineData
1c79356b
A
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
1c79356b
A
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
9INSTINC_SUBDIRS = \
10 mach \
1c79356b 11 device \
91447636 12 default_pager \
1c79356b 13 mach_debug \
91447636
A
14 kern \
15 ipc \
16 machine \
17 UserNotification \
2d21ac55 18 gssd \
b0d623f7 19 kextd \
2d21ac55 20 lockd \
91447636 21 vm \
2d21ac55 22 libsa \
b0d623f7
A
23 kdp \
24 pmc
1c79356b
A
25
26INSTINC_SUBDIRS_PPC = \
27 mach \
91447636 28 ppc
1c79356b
A
29
30INSTINC_SUBDIRS_I386 = \
31 mach \
91447636 32 i386
1c79356b 33
b0d623f7
A
34INSTINC_SUBDIRS_X86_64 = \
35 mach \
36 i386 \
37 x86_64
38
2d21ac55
A
39INSTINC_SUBDIRS_ARM = \
40 mach \
41 arm
42
1c79356b
A
43EXPINC_SUBDIRS = \
44 mach \
45 device \
46 default_pager \
47 mach_debug \
1c79356b 48 kern \
9bccf70c 49 kdp \
1c79356b
A
50 ipc \
51 machine \
52 UserNotification \
2d21ac55 53 gssd \
b0d623f7 54 kextd \
2d21ac55 55 lockd \
1c79356b 56 vm \
2d21ac55 57 libsa \
b0d623f7
A
58 kdp \
59 pmc
1c79356b
A
60
61EXPINC_SUBDIRS_PPC = \
62 mach \
91447636 63 ppc
1c79356b
A
64
65EXPINC_SUBDIRS_I386 = \
66 mach \
91447636 67 i386
1c79356b 68
b0d623f7
A
69EXPINC_SUBDIRS_X86_64 = \
70 mach \
71 i386 \
72 x86_64
73
2d21ac55
A
74EXPINC_SUBDIRS_ARM = \
75 mach \
76 arm
77
1c79356b
A
78SETUP_SUBDIRS = \
79 conf
80
81COMP_SUBDIRS = \
82 conf
83
84INST_SUBDIRS = \
85
86
87include $(MakeInc_rule)
88include $(MakeInc_dir)