]> git.saurik.com Git - apple/xnu.git/blame - bsd/Makefile
xnu-7195.81.3.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 \
f427ee49 47 crypto/entropy \
1c79356b 48 dev \
1c79356b
A
49 libkern \
50 machine \
51 miscfs \
52 net \
1c79356b
A
53 netinet \
54 netinet6 \
1c79356b 55 netkey \
b0d623f7 56 security \
d9a64523 57 pthread \
1c79356b 58 sys \
cb323159 59 sys_private \
91447636 60 uuid \
1c79356b
A
61 vfs \
62 vm
63
39037602 64
b0d623f7 65EXPINC_SUBDIRS_X86_64 = \
39037602 66 i386
b0d623f7 67
fe8ab488 68EXPINC_SUBDIRS_X86_64H = \
39037602 69 i386
fe8ab488 70
2d21ac55 71EXPINC_SUBDIRS_ARM = \
39037602 72 arm
2d21ac55 73
3e170ce0
A
74EXPINC_SUBDIRS_ARM64 = \
75 arm
fe8ab488 76
39037602 77COMP_SUBDIRS = \
1c79356b
A
78 conf
79
fe8ab488 80INSTTEXTFILES_SUBDIRS = \
39236c6e 81 dev \
39037602
A
82 man \
83 sys
1c79356b 84
f427ee49
A
85INSTTEXTFILES_SUBDIRS_X86_64 = \
86 dev
87
88INSTTEXTFILES_SUBDIRS_X86_64H = \
89 dev
90
91INSTTEXTFILES_SUBDIRS_ARM = \
92 dev
93
94INSTTEXTFILES_SUBDIRS_ARM64 = \
95 dev
96
1c79356b
A
97include $(MakeInc_rule)
98include $(MakeInc_dir)