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 = \
55 memory_object_control.defs \
56 memory_object_default.defs \
57 memory_object_name.defs
60 # MIG-generated headers that are traditionally used by user
64 clock_reply_server.h \
66 memory_object_server.h \
67 memory_object_default_server.h \
80 memory_object_control.h \
81 memory_object_name.h \
89 MIGINCLUDES = ${MIG_UUHDRS} ${MIG_USHDRS}
109 memory_object_types.h \
121 shared_memory_server.h \
128 task_special_ports.h \
131 thread_special_ports.h \
150 INSTALL_MI_GEN_LIST =
152 INSTALL_MI_DIR = mach
156 etap.h etap_events.h \
159 EXPORT_MI_GEN_LIST = \
164 .ORDER: ${MIGINCLUDES}
166 ${MIGINCLUDES} : ${MIG_TYPES}
168 .ORDER: ${MIG_UUHDRS}
178 .ORDER: ${MIG_USHDRS}
192 COMP_SUBDIRS_I386 = \
195 INCFLAGS_MAKEFILE= -I..
197 MIGKSFLAGS = -DMACH_KERNEL_PRIVATE -DKERNEL_SERVER=1
198 MIGKUFLAGS = -DMACH_KERNEL_PRIVATE -DKERNEL_USER=1 -maxonstack 1024
200 # MIG-generated headers that are traditionally used by kernel
207 memory_object_default.h \
214 memory_object_user.c \
215 memory_object_default_user.c \
221 clock_priv_server.h \
224 host_security_server.h \
229 memory_object_server.h \
230 memory_object_control_server.h \
231 memory_object_default_server.h \
232 memory_object_name_server.h \
235 processor_set_server.h \
238 thread_act_server.h \
244 clock_priv_server.c \
247 host_security_server.c \
252 memory_object_server.c \
253 memory_object_control_server.c \
254 memory_object_default_server.c \
255 memory_object_name_server.c \
258 processor_set_server.c \
261 thread_act_server.c \
267 # Since there are two generated header files with the same name, one for
268 # install and export, the other for internal use (and they are different)
269 # we can't explicitly list two rules for the same target. So rules for
270 # generating internal headers will be handled implicitly by creating rules
271 # to generate the internal C sources, and the headers get created as a
275 # This is all temporary scaffolding, as we are moving to a model where
276 # the MIG-generated code is identical in all environments. At first, it
277 # will contain some environment-specific ifdefs, but over time should not
278 # even require that as we move towards making all the environments look
281 COMP_FILES = ${MIG_KUSRC} ${MIG_KSSRC}
283 ${COMP_FILES} : ${MIG_TYPES}
289 ${MIG} ${MIGFLAGS} ${MIGKUFLAGS} \
300 ${MIG} ${MIGFLAGS} ${MIGKSFLAGS} \
303 -server $*_server.c \
304 -sheader $*_server.h \
308 include $(MakeInc_rule)
309 include $(MakeInc_dir)