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