]> git.saurik.com Git - apple/xnu.git/blame - osfmk/Makefile
xnu-344.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
6
7include $(MakeInc_cmd)
8include $(MakeInc_def)
9
10INSTINC_SUBDIRS = \
11 mach \
12 default_pager \
13 device \
14 mach_debug \
15 profiling \
16 UserNotification
17
18INSTINC_SUBDIRS_PPC = \
19 mach \
20 profiling
21
22INSTINC_SUBDIRS_I386 = \
23 mach \
24 profiling
25
26EXPINC_SUBDIRS = \
27 mach \
28 device \
29 default_pager \
30 mach_debug \
31 profiling \
32 ddb \
33 kern \
9bccf70c 34 kdp \
1c79356b
A
35 ipc \
36 machine \
37 UserNotification \
38 vm \
39 libsa
40
41EXPINC_SUBDIRS_PPC = \
42 mach \
43 ppc \
44 profiling
45
46EXPINC_SUBDIRS_I386 = \
47 mach \
48 i386 \
49 profiling
50
51SETUP_SUBDIRS = \
52 conf
53
54COMP_SUBDIRS = \
55 conf
56
57INST_SUBDIRS = \
58
59
60include $(MakeInc_rule)
61include $(MakeInc_dir)
62
63