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