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
13 INSTINC_SUBDIRS_PPC = \
16 INSTINC_SUBDIRS_I386 = \
22 EXPINC_SUBDIRS_PPC = \
25 EXPINC_SUBDIRS_I386 = \
39 host_notify_reply.defs \
57 memory_object_control.defs \
58 memory_object_default.defs \
59 memory_object_name.defs
62 # MIG-generated headers that are traditionally used by user
66 clock_reply_server.h \
68 memory_object_server.h \
69 memory_object_default_server.h \
82 memory_object_control.h \
83 memory_object_name.h \
91 MIGINCLUDES = ${MIG_UUHDRS} ${MIG_USHDRS}
104 host_special_ports.h \
113 memory_object_types.h \
124 shared_memory_server.h \
131 task_special_ports.h \
134 thread_special_ports.h \
153 INSTALL_MI_GEN_LIST =
155 INSTALL_MI_DIR = mach
159 etap.h etap_events.h \
162 EXPORT_MI_GEN_LIST = \
167 .ORDER: ${MIGINCLUDES}
169 ${MIGINCLUDES} : ${MIG_TYPES}
171 .ORDER: ${MIG_UUHDRS}
181 .ORDER: ${MIG_USHDRS}
195 COMP_SUBDIRS_I386 = \
198 INCFLAGS_MAKEFILE= -I..
200 MIGKSFLAGS = -DMACH_KERNEL_PRIVATE -DKERNEL_SERVER=1
201 MIGKUFLAGS = -DMACH_KERNEL_PRIVATE -DKERNEL_USER=1 -maxonstack 1024
203 # MIG-generated headers that are traditionally used by kernel
209 host_notify_reply.h \
212 memory_object_control.h \
213 memory_object_default.h \
218 audit_triggers_user.c \
221 host_notify_reply_user.c \
223 memory_object_user.c \
224 memory_object_control_user.c \
225 memory_object_default_user.c \
231 clock_priv_server.h \
234 host_security_server.h \
238 mach_notify_server.h \
240 memory_object_server.h \
241 memory_object_control_server.h \
242 memory_object_default_server.h \
243 memory_object_name_server.h \
245 processor_set_server.h \
248 thread_act_server.h \
254 clock_priv_server.c \
257 host_security_server.c \
261 mach_notify_server.c \
263 memory_object_server.c \
264 memory_object_control_server.c \
265 memory_object_default_server.c \
266 memory_object_name_server.c \
268 processor_set_server.c \
271 thread_act_server.c \
277 # Since there are two generated header files with the same name, one for
278 # install and export, the other for internal use (and they are different)
279 # we can't explicitly list two rules for the same target. So rules for
280 # generating internal headers will be handled implicitly by creating rules
281 # to generate the internal C sources, and the headers get created as a
285 # This is all temporary scaffolding, as we are moving to a model where
286 # the MIG-generated code is identical in all environments. At first, it
287 # will contain some environment-specific ifdefs, but over time should not
288 # even require that as we move towards making all the environments look
291 COMP_FILES = ${MIG_KUSRC} ${MIG_KSSRC}
293 ${COMP_FILES} : ${MIG_TYPES}
299 ${MIG} ${MIGFLAGS} ${MIGKUFLAGS} \
310 ${MIG} ${MIGFLAGS} ${MIGKSFLAGS} \
313 -server $*_server.c \
314 -sheader $*_server.h \
317 include $(MakeInc_rule)
318 include $(MakeInc_dir)