]> git.saurik.com Git - apple/xnu.git/blob - osfmk/mach/Makefile
xnu-4570.41.2.tar.gz
[apple/xnu.git] / osfmk / mach / Makefile
1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2 export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6 include $(MakeInc_cmd)
7 include $(MakeInc_def)
8
9 INSTINC_SUBDIRS = machine
10 INSTINC_SUBDIRS_X86_64 = i386
11 INSTINC_SUBDIRS_X86_64H = i386
12 INSTINC_SUBDIRS_ARM = arm arm64
13 INSTINC_SUBDIRS_ARM64 = arm arm64
14
15 EXPINC_SUBDIRS = machine
16 EXPINC_SUBDIRS_X86_64 = i386
17 EXPINC_SUBDIRS_X86_64H = i386
18 EXPINC_SUBDIRS_ARM = arm arm64
19 EXPINC_SUBDIRS_ARM64 = arm arm64
20
21 MIG_TYPES = \
22 clock_types.defs \
23 mach_types.defs \
24 std_types.defs
25
26 MIG_DEFS = \
27 audit_triggers.defs \
28 clock.defs \
29 clock_priv.defs \
30 clock_reply.defs \
31 exc.defs \
32 host_notify_reply.defs \
33 host_priv.defs \
34 host_security.defs \
35 lock_set.defs \
36 mach_exc.defs \
37 mach_host.defs \
38 mach_port.defs \
39 mach_vm.defs \
40 mach_voucher.defs \
41 mach_voucher_attr_control.defs \
42 notify.defs \
43 processor.defs \
44 processor_set.defs \
45 task.defs \
46 task_access.defs \
47 telemetry_notification.defs \
48 thread_act.defs \
49 vm_map.defs
50
51 MACH_PRIVATE_DEFS = \
52 coalition_notification.defs \
53 ktrace_background.defs \
54 mach_notify.defs \
55 memory_object_control.defs \
56 memory_object_default.defs \
57 sysdiagnose_notification.defs \
58 upl.defs \
59 vm32_map.defs
60
61 #
62 # MIG-generated headers that are traditionally used by user
63 # level code.
64 #
65 MIG_USHDRS = \
66 audit_triggers_server.h \
67 clock_reply_server.h \
68 coalition_notification_server.h \
69 exc_server.h \
70 mach_exc_server.h \
71 memory_object_default_server.h \
72 notify_server.h \
73 task_access_server.h \
74 telemetry_notification_server.h \
75 sysdiagnose_notification_server.h
76
77 MIG_UUHDRS = \
78 clock.h \
79 clock_priv.h \
80 host_priv.h \
81 host_security.h \
82 ktrace_background.h \
83 lock_set.h \
84 mach_host.h \
85 mach_port.h \
86 mach_vm.h \
87 mach_voucher.h \
88 mach_voucher_attr_control.h \
89 memory_object_control.h \
90 processor.h \
91 processor_set.h \
92 task.h \
93 task_access.h \
94 thread_act.h \
95 upl.h \
96 vm_map.h
97
98 MIGINCLUDES = ${MIG_UUHDRS} ${MIG_USHDRS}
99
100 DATAFILES = \
101 boolean.h \
102 clock_types.h \
103 dyld_kernel.h \
104 error.h \
105 exception.h \
106 exception_types.h \
107 host_notify.h \
108 host_info.h \
109 host_reboot.h \
110 host_special_ports.h \
111 kern_return.h \
112 kmod.h \
113 mach_param.h \
114 mach_time.h \
115 mach_traps.h \
116 mach_types.h \
117 mach_voucher_types.h \
118 machine.h \
119 mach_syscalls.h \
120 memory_object_types.h \
121 message.h \
122 mig.h \
123 mig_errors.h \
124 mig_voucher_support.h \
125 mig_strncpy_zerofill_support.h \
126 ndr.h \
127 notify.h \
128 policy.h \
129 port.h \
130 processor_info.h \
131 rpc.h \
132 sdt.h \
133 semaphore.h \
134 shared_memory_server.h \
135 shared_region.h \
136 std_types.h \
137 sync_policy.h \
138 syscall_sw.h \
139 task_info.h \
140 task_inspect.h \
141 task_policy.h \
142 task_special_ports.h \
143 thread_info.h \
144 thread_policy.h \
145 thread_special_ports.h \
146 thread_status.h \
147 thread_switch.h \
148 time_value.h \
149 vm_attributes.h \
150 vm_behavior.h \
151 vm_inherit.h \
152 vm_param.h \
153 vm_prot.h \
154 vm_purgable.h \
155 vm_region.h \
156 vm_statistics.h \
157 vm_sync.h \
158 vm_types.h \
159 ${MIG_TYPES} \
160 ${MIG_DEFS}
161
162 INSTALL_MI_LIST = \
163 bootstrap.h \
164 ${DATAFILES}
165
166 # installed into System.framework's PrivateHeaders/mach subdirectory
167 PRIVATE_DATAFILES = \
168 bootstrap.h \
169 coalition.h \
170 coalition_notification.defs \
171 host_info.h \
172 ktrace_background.defs \
173 mach_host.defs \
174 mach_traps.h \
175 memory_object_types.h \
176 mig.h \
177 mk_timer.h \
178 processor_info.h \
179 resource_notify.defs \
180 resource_monitors.h \
181 semaphore.h \
182 sfi_class.h \
183 syscall_sw.h \
184 sysdiagnose_notification.defs \
185 task_info.h \
186 task_inspect.h \
187 task_policy.h \
188 thread_policy.h \
189 thread_switch.h \
190 vm_prot.h
191
192 INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
193
194 INSTALL_KF_MI_LIST = \
195 mach_interface.h \
196 $(filter-out mach_traps.h mach_syscalls.h thread_switch.h, ${DATAFILES})
197
198 INSTALL_KF_MI_LCL_LIST = \
199 coalition.h \
200 mach_interface.h \
201 $(filter-out mach_traps.h mach_syscalls.h thread_switch.h, ${DATAFILES})
202
203 INSTALL_MI_GEN_LIST =
204
205 INSTALL_MI_DIR = mach
206
207 EXPORT_MI_LIST = \
208 branch_predicates.h \
209 coalition.h \
210 mach_interface.h \
211 resource_monitors.h \
212 sfi_class.h \
213 ${DATAFILES}
214
215 EXPORT_MI_GEN_LIST = \
216 ${MIGINCLUDES}
217
218 EXPORT_MI_DIR = mach
219
220 ${MIGINCLUDES} : ${MIG_TYPES}
221
222 ${MIG_UUHDRS} : \
223 %.h : %.defs
224 @echo "$(ColorM)MIG$(Color0) $(ColorF)$@$(Color0)"
225 $(_v)$(MIG) $(MIGFLAGS) \
226 -server /dev/null \
227 -user /dev/null \
228 -header $@ \
229 $<
230
231 ${MIG_USHDRS} : \
232 %_server.h : %.defs
233 @echo "$(ColorM)MIG$(Color0) $(ColorF)$@$(Color0)"
234 $(_v)$(MIG) $(MIGFLAGS) \
235 -server /dev/null \
236 -user /dev/null \
237 -header /dev/null \
238 -sheader $@ \
239 $<
240
241 #
242 # Build path
243 #
244
245 INCFLAGS_MAKEFILE= -I..
246
247 MIGKSFLAGS = -DMACH_KERNEL_PRIVATE -DKERNEL_SERVER=1
248 MIGKUFLAGS = -DMACH_KERNEL_PRIVATE -DKERNEL_USER=1 -maxonstack 1024
249 #
250 # MIG-generated headers that are traditionally used by kernel
251 # level code.
252 #
253
254 # sender-side ("user") headers generated by MIG from corresponding .defs
255 MIG_KUHDRS = \
256 audit_triggers.h \
257 clock_reply.h \
258 exc.h \
259 host_notify_reply.h \
260 ktrace_background.h \
261 mach_exc.h \
262 mach_notify.h \
263 memory_object.h \
264 memory_object_control.h \
265 memory_object_default.h \
266 resource_notify.h \
267 task_access.h \
268 upl.h \
269 vm_map.h
270
271 # sender-side ("user") source files generated by MIG from corresponding .defs
272 MIG_KUSRC = \
273 audit_triggers_user.c \
274 clock_reply_user.c \
275 coalition_notification_user.c \
276 exc_user.c \
277 host_notify_reply_user.c \
278 ktrace_background_user.c \
279 mach_exc_user.c \
280 mach_notify_user.c \
281 memory_object_user.c \
282 memory_object_control_user.c \
283 memory_object_default_user.c \
284 resource_notify_user.c \
285 task_access_user.c \
286 telemetry_notification_user.c \
287 upl_user.c \
288 vm_map_user.c \
289 sysdiagnose_notification_user.c
290
291 MIG_KSHDRS = \
292 clock_server.h \
293 clock_priv_server.h \
294 exc_server.h \
295 host_priv_server.h \
296 host_security_server.h \
297 lock_set_server.h \
298 mach_exc_server.h \
299 mach_host_server.h \
300 mach_notify_server.h \
301 mach_port_server.h \
302 mach_vm_server.h \
303 mach_voucher_server.h \
304 mach_voucher_attr_control_server.h \
305 memory_object_control_server.h \
306 memory_object_default_server.h \
307 processor_server.h \
308 processor_set_server.h \
309 task_server.h \
310 thread_act_server.h \
311 upl_server.h \
312 vm_map_server.h \
313 vm32_map_server.h
314
315 MIG_KSSRC = \
316 clock_server.c \
317 clock_priv_server.c \
318 exc_server.c \
319 host_priv_server.c \
320 host_security_server.c \
321 lock_set_server.c \
322 mach_exc_server.c \
323 mach_host_server.c \
324 mach_notify_server.c \
325 mach_port_server.c \
326 mach_vm_server.c \
327 mach_voucher_server.c \
328 mach_voucher_attr_control_server.c \
329 memory_object_control_server.c \
330 memory_object_default_server.c \
331 processor_server.c \
332 processor_set_server.c \
333 task_server.c \
334 thread_act_server.c \
335 upl_server.c \
336 vm_map_server.c \
337 vm32_map_server.c
338
339 #
340 # JMM -
341 # Since there are two generated header files with the same name, one for
342 # install and export, the other for internal use (and they are different)
343 # we can't explicitly list two rules for the same target. So rules for
344 # generating internal headers will be handled implicitly by creating rules
345 # to generate the internal C sources, and the headers get created as a
346 # side-effect.
347 #
348 #
349 # This is all temporary scaffolding, as we are moving to a model where
350 # the MIG-generated code is identical in all environments. At first, it
351 # will contain some environment-specific ifdefs, but over time should not
352 # even require that as we move towards making all the environments look
353 # the same.
354 #
355 COMP_FILES = ${MIG_KUSRC} ${MIG_KSSRC}
356
357 do_build_all:: $(COMP_FILES)
358
359 ${COMP_FILES} : ${MIG_TYPES}
360
361 ${MIG_KUSRC} : \
362 %_user.c : %.defs
363 @echo "$(ColorM)MIG$(Color0) $(ColorF)$@$(Color0)"
364 $(_v)${MIG} ${MIGFLAGS} ${MIGKUFLAGS} \
365 -user $*_user.c \
366 -header $*.h \
367 -server /dev/null \
368 -sheader /dev/null \
369 $<
370
371 ${MIG_KSSRC}: \
372 %_server.c : %.defs
373 @echo "$(ColorM)MIG$(Color0) $(ColorF)$@$(Color0)"
374 $(_v)${MIG} ${MIGFLAGS} ${MIGKSFLAGS} \
375 -user /dev/null \
376 -header /dev/null \
377 -server $*_server.c \
378 -sheader $*_server.h \
379 $<
380
381 include $(MakeInc_rule)
382 include $(MakeInc_dir)