]> git.saurik.com Git - apple/xnu.git/blame - bsd/Makefile
xnu-6153.81.5.tar.gz
[apple/xnu.git] / bsd / 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
cb323159
A
9SETUP_SUBDIRS = sys
10
1c79356b 11INSTINC_SUBDIRS = \
e5568f75 12 bsm \
1c79356b
A
13 crypto \
14 dev \
1c79356b
A
15 libkern \
16 machine \
17 miscfs \
18 net \
1c79356b
A
19 netinet \
20 netinet6 \
1c79356b 21 netkey \
1c79356b 22 nfs \
b0d623f7 23 security \
d9a64523 24 pthread \
1c79356b 25 sys \
cb323159 26 sys_private \
91447636 27 uuid \
1c79356b
A
28 vfs
29
39037602 30
b0d623f7 31INSTINC_SUBDIRS_X86_64 = \
6d2010ae
A
32 i386 \
33 crypto
b0d623f7 34
fe8ab488
A
35INSTINC_SUBDIRS_X86_64H = \
36 i386 \
37 crypto
38
2d21ac55 39INSTINC_SUBDIRS_ARM = \
39037602 40 arm
2d21ac55 41
3e170ce0
A
42INSTINC_SUBDIRS_ARM64 = \
43 arm
fe8ab488 44
1c79356b 45EXPINC_SUBDIRS = \
e5568f75 46 bsm \
1c79356b 47 dev \
1c79356b
A
48 libkern \
49 machine \
50 miscfs \
51 net \
1c79356b
A
52 netinet \
53 netinet6 \
1c79356b 54 netkey \
b0d623f7 55 security \
d9a64523 56 pthread \
1c79356b 57 sys \
cb323159 58 sys_private \
91447636 59 uuid \
1c79356b
A
60 vfs \
61 vm
62
39037602 63
b0d623f7 64EXPINC_SUBDIRS_X86_64 = \
39037602 65 i386
b0d623f7 66
fe8ab488 67EXPINC_SUBDIRS_X86_64H = \
39037602 68 i386
fe8ab488 69
2d21ac55 70EXPINC_SUBDIRS_ARM = \
39037602 71 arm
2d21ac55 72
3e170ce0
A
73EXPINC_SUBDIRS_ARM64 = \
74 arm
fe8ab488 75
39037602 76COMP_SUBDIRS = \
1c79356b
A
77 conf
78
fe8ab488 79INSTTEXTFILES_SUBDIRS = \
39236c6e 80 dev \
39037602
A
81 man \
82 sys
1c79356b
A
83
84include $(MakeInc_rule)
85include $(MakeInc_dir)