forked from apple/darwin-xnu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
249 lines (218 loc) · 7.64 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
include $(MakeInc_cmd)
include $(MakeInc_def)
INSTINC_SUBDIRS = \
_types
EXPINC_SUBDIRS = \
_types
# Installs header file for user level -
# $(DSTROOT)/System/Library/Frameworks/System.framework/PrivateHeaders
# $(DSTROOT)/usr/include/
DATAFILES = \
appleapiopts.h acct.h aio.h attr.h \
buf.h cdefs.h clonefile.h conf.h \
dir.h dirent.h disk.h dkstat.h dtrace.h dtrace_glue.h dtrace_impl.h \
errno.h ev.h event.h fasttrap.h fasttrap_isa.h fcntl.h file.h filedesc.h filio.h fsgetpath.h gmon.h \
ioccom.h ioctl.h \
ioctl_compat.h ipc.h kernel.h kernel_types.h kern_event.h lctx.h loadable_fs.h lock.h lockf.h \
kauth.h kdebug.h kdebug_signpost.h kern_control.h lockstat.h malloc.h \
mbuf.h mman.h mount.h msg.h msgbuf.h netport.h param.h paths.h pipe.h poll.h \
proc.h proc_info.h ptrace.h queue.h quota.h reboot.h resource.h resourcevar.h \
sbuf.h posix_sem.h posix_shm.h random.h sdt.h\
select.h sem.h semaphore.h shm.h signal.h signalvar.h snapshot.h socket.h socketvar.h sockio.h stat.h stdio.h \
sysctl.h syslimits.h syslog.h sys_domain.h termios.h time.h \
timeb.h times.h tprintf.h trace.h tty.h ttychars.h ttycom.h \
ttydefaults.h ttydev.h types.h ubc.h ucontext.h ucred.h uio.h un.h unistd.h unpcb.h \
user.h utfconv.h utsname.h vadvise.h vcmd.h \
vm.h vmmeter.h vmparam.h vnioctl.h vnode.h vnode_if.h vstat.h wait.h xattr.h \
_select.h _structs.h _types.h _endian.h domain.h protosw.h \
spawn.h timex.h commpage.h
# Installs header file for Apple internal use in user level -
# $(DSTROOT)/System/Library/Frameworks/System.framework/PrivateHeaders
PRIVATE_DATAFILES = \
attr.h \
cdefs.h \
clonefile.h \
coalition.h \
codesign.h \
content_protection.h \
csr.h \
decmpfs.h \
disk.h \
disklabel.h \
domain.h \
event.h \
fcntl.h \
fileport.h \
fsctl.h \
fsevents.h \
fsgetpath.h \
fslog.h \
guarded.h \
imgsrc.h \
ipcs.h \
kas_info.h \
kdebug.h \
kern_control.h \
kern_event.h \
kern_memorystatus.h \
kern_overrides.h \
mbuf.h \
mman.h \
monotonic.h \
persona.h \
priv.h \
proc.h \
proc_info.h \
proc_uuid_policy.h \
process_policy.h \
reason.h \
resource.h \
sfi.h \
shm_internal.h \
snapshot.h \
socket.h \
socketvar.h \
sockio.h \
spawn.h \
spawn_internal.h \
stackshot.h \
sys_domain.h \
tree.h \
ulock.h \
unpcb.h \
ux_exception.h \
work_interval.h \
process_policy.h \
proc_uuid_policy.h \
priv.h \
pgo.h \
memory_maintenance.h \
commpage.h
# Installs header file for kernel extensions -
# $(DSTROOT)/System/Library/Frameworks/Kernel.framework/Headers
# $(DSTROOT)/System/Library/Frameworks/Kernel.framework/PrivateHeaders
KERNELFILES = \
appleapiopts.h attr.h \
buf.h cdefs.h conf.h \
dir.h dirent.h disk.h disklabel.h dkstat.h \
errno.h ev.h event.h fcntl.h file.h filio.h \
ioccom.h ioctl.h ipc.h \
ioctl_compat.h kernel.h kernel_types.h kern_event.h lock.h lockf.h \
kauth.h kdebug.h md5.h kern_control.h imgact.h malloc.h namei.h \
mman.h mbuf.h mount.h netport.h param.h paths.h \
proc.h queue.h random.h resource.h \
sbuf.h posix_sem.h posix_shm.h sem.h shm.h \
select.h signal.h socket.h socketvar.h sockio.h stat.h stdio.h \
sysctl.h syslimits.h syslog.h systm.h sys_domain.h time.h \
types.h ubc.h ucontext.h ucred.h uio.h un.h unistd.h unpcb.h \
utfconv.h vm.h vmparam.h vnode.h vnode_if.h xattr.h \
_select.h _structs.h _types.h _endian.h protosw.h domain.h \
kpi_mbuf.h kpi_socket.h kpi_socketfilter.h \
ttycom.h termios.h msg.h \
wait.h \
spawn.h timex.h commpage.h
# The last line was added to export needed headers for the MAC calls
# whose source is outside of the xnu/bsd tree.
# Installs header file for Apple internal use for kernel extensions -
# $(DSTROOT)/System/Library/Frameworks/Kernel.framework/PrivateHeaders
PRIVATE_KERNELFILES = \
codesign.h \
cprotect.h \
content_protection.h \
csr.h \
decmpfs.h \
disktab.h \
eventhandler.h \
fbt.h \
fileport.h \
fsctl.h \
fslog.h \
kasl.h \
kern_memorystatus.h \
kpi_private.h \
ktrace.h \
mach_swapon.h \
monotonic.h \
msgbuf.h \
eventvar.h \
persona.h \
proc_info.h \
pthread_shims.h \
quota.h \
reboot.h \
sem_internal.h \
shm_internal.h \
signalvar.h \
stackshot.h \
tty.h ttychars.h \
ttydefaults.h ttydev.h \
user.h \
vfs_context.h \
vmmeter.h \
reason.h \
spawn_internal.h \
priv.h \
pgo.h \
memory_maintenance.h \
doc_tombstone.h \
fsevents.h \
work_interval.h \
# /usr/include
INSTALL_MI_LIST = ${DATAFILES}
INSTALL_MI_GEN_LIST = syscall.h _posix_availability.h _symbol_aliasing.h
INSTALL_MI_DIR = sys
EXPORT_MI_LIST = ${KERNELFILES} ${PRIVATE_KERNELFILES} linker_set.h bsdtask_info.h pthread_internal.h filedesc.h pipe.h resourcevar.h semaphore.h \
vnode_internal.h proc_internal.h file_internal.h mount_internal.h \
uio_internal.h tree.h munge.h guarded.h ulock.h
EXPORT_MI_GEN_LIST = syscall.h sysproto.h kdebugevents.h
EXPORT_MI_DIR = sys
# /System/Library/Frameworks/System.framework/PrivateHeaders
INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
# /System/Library/Frameworks/Kernel.framework/PrivateHeaders
INSTALL_KF_MI_LCL_LIST = ${KERNELFILES} ${PRIVATE_KERNELFILES}
INSTALL_KF_MI_LCL_GEN_LIST = sysproto.h
# /System/Library/Frameworks/Kernel.framework/Headers
INSTALL_KF_MI_LIST = ${KERNELFILES}
INSTALL_KF_MI_GEN_LIST =
MAKESYSCALLS = $(SRCROOT)/bsd/kern/makesyscalls.sh
MAKEKDEBUGEVENTS = $(SRCROOT)/bsd/kern/makekdebugevents.py
$(OBJROOT)/cscope.genhdrs:
$(_v)mkdir -p $(OBJROOT)/cscope.genhdrs
$(OBJROOT)/syscall.codes: $(SRCROOT)/bsd/kern/syscalls.master $(MAKESYSCALLS)
@echo "[$(CMD_MC)] $(ColorH)GENERATING$(Color0) $(ColorLF)$@$(Color0) from $(ColorF)$<$(Color0)";
$(_v)$(MAKESYSCALLS) $< trace > $@
$(OBJROOT)/trace.codes: $(SRCROOT)/bsd/kern/trace_codes $(OBJROOT)/syscall.codes
$(_v)sort -g $(SRCROOT)/bsd/kern/trace_codes $(OBJROOT)/syscall.codes >$@
syscall.h: $(SRCROOT)/bsd/kern/syscalls.master $(MAKESYSCALLS) $(OBJROOT)/cscope.genhdrs
@echo "[$(CMD_MC)] $(ColorH)GENERATING$(Color0) $(ColorLF)bsd/sys/$@$(Color0) from $(ColorF)$<$(Color0)";
@echo "$(OBJPATH)/bsd/sys/$@" > $(OBJROOT)/cscope.genhdrs/[email protected]
$(_v)$(MAKESYSCALLS) $< header > /dev/null
sysproto.h: $(SRCROOT)/bsd/kern/syscalls.master $(MAKESYSCALLS) $(OBJROOT)/cscope.genhdrs
@echo "[$(CMD_MC)] $(ColorH)GENERATING$(Color0) $(ColorLF)bsd/sys/$@$(Color0) from $(ColorF)$<$(Color0)";
@echo "$(OBJPATH)/bsd/sys/$@" > $(OBJROOT)/cscope.genhdrs/[email protected]
$(_v)$(MAKESYSCALLS) $< proto > /dev/null
kdebugevents.h: $(OBJROOT)/trace.codes $(MAKEKDEBUGEVENTS) $(OBJROOT)/cscope.genhdrs
@echo "[$(CMD_MC)] $(ColorH)GENERATING$(Color0) $(ColorLF)bsd/sys/$@$(Color0) from $(ColorF)$<$(Color0)";
@echo "$(OBJPATH)/bsd/sys/$@" > $(OBJROOT)/cscope.genhdrs/[email protected]
$(_v)$(MAKEKDEBUGEVENTS) $< > "$(OBJPATH)/bsd/sys/$@"
MAKE_POSIX_AVAILABILITY = $(SRCROOT)/bsd/sys/make_posix_availability.sh
_posix_availability.h: $(MAKE_POSIX_AVAILABILITY)
@echo "[$(CMD_MC)] $(ColorH)GENERATING$(Color0) $(ColorLF)bsd/sys/$@$(Color0)";
$(_v)$(MAKE_POSIX_AVAILABILITY) "$@"
MAKE_SYMBOL_ALIASING = $(SRCROOT)/bsd/sys/make_symbol_aliasing.sh
_symbol_aliasing.h: $(MAKE_SYMBOL_ALIASING)
@echo "[$(CMD_MC)] $(ColorH)GENERATING$(Color0) $(ColorLF)bsd/sys/$@$(Color0)";
$(_v)$(MAKE_SYMBOL_ALIASING) "$(SDKROOT)" "$@"
TRACE_CODES_DEST = \
$(DSTROOT)/$(INSTALL_SHARE_MISC_DIR)/trace.codes
$(TRACE_CODES_DEST): $(OBJROOT)/trace.codes
$(_v)$(MKDIR) $(DSTROOT)/$(INSTALL_SHARE_MISC_DIR)
@echo INSTALL $(@F)
$(_v)$(INSTALL) $(INSTALL_FLAGS) $(OBJROOT)/trace.codes $@
do_textfiles_install:: $(TRACE_CODES_DEST)
include $(MakeInc_rule)
include $(MakeInc_dir)