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 = \
38 host_notify_reply.defs \
56 memory_object_control.defs \
57 memory_object_default.defs \
58 memory_object_name.defs
61 # MIG-generated headers that are traditionally used by user
65 clock_reply_server.h \
67 memory_object_server.h \
68 memory_object_default_server.h \
80 memory_object_control.h \
81 memory_object_name.h \
89 MIGINCLUDES = ${MIG_UUHDRS} ${MIG_USHDRS}
102 host_special_ports.h \
111 memory_object_types.h \
122 shared_memory_server.h \
129 task_special_ports.h \
132 thread_special_ports.h \
151 INSTALL_MI_GEN_LIST =
153 INSTALL_MI_DIR = mach
157 etap.h etap_events.h \
160 EXPORT_MI_GEN_LIST = \
165 .ORDER: ${MIGINCLUDES}
167 ${MIGINCLUDES} : ${MIG_TYPES}
169 .ORDER: ${MIG_UUHDRS}
179 .ORDER: ${MIG_USHDRS}
193 COMP_SUBDIRS_I386 = \
196 INCFLAGS_MAKEFILE= -I..
198 MIGKSFLAGS = -DMACH_KERNEL_PRIVATE -DKERNEL_SERVER=1
199 MIGKUFLAGS = -DMACH_KERNEL_PRIVATE -DKERNEL_USER=1 -maxonstack 1024
201 # MIG-generated headers that are traditionally used by kernel
207 host_notify_reply.h \
210 memory_object_control.h \
211 memory_object_default.h \
218 host_notify_reply_user.c \
220 memory_object_user.c \
221 memory_object_control_user.c \
222 memory_object_default_user.c \
228 clock_priv_server.h \
231 host_security_server.h \
235 mach_notify_server.h \
237 memory_object_server.h \
238 memory_object_control_server.h \
239 memory_object_default_server.h \
240 memory_object_name_server.h \
242 processor_set_server.h \
245 thread_act_server.h \
251 clock_priv_server.c \
254 host_security_server.c \
258 mach_notify_server.c \
260 memory_object_server.c \
261 memory_object_control_server.c \
262 memory_object_default_server.c \
263 memory_object_name_server.c \
265 processor_set_server.c \
268 thread_act_server.c \
274 # Since there are two generated header files with the same name, one for
275 # install and export, the other for internal use (and they are different)
276 # we can't explicitly list two rules for the same target. So rules for
277 # generating internal headers will be handled implicitly by creating rules
278 # to generate the internal C sources, and the headers get created as a
282 # This is all temporary scaffolding, as we are moving to a model where
283 # the MIG-generated code is identical in all environments. At first, it
284 # will contain some environment-specific ifdefs, but over time should not
285 # even require that as we move towards making all the environments look
288 COMP_FILES = ${MIG_KUSRC} ${MIG_KSSRC}
290 ${COMP_FILES} : ${MIG_TYPES}
296 ${MIG} ${MIGFLAGS} ${MIGKUFLAGS} \
307 ${MIG} ${MIGFLAGS} ${MIGKSFLAGS} \
310 -server $*_server.c \
311 -sheader $*_server.h \
314 include $(MakeInc_rule)
315 include $(MakeInc_dir)