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