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_control.h \
208 memory_object_default.h \
215 memory_object_user.c \
216 memory_object_control_user.c \
217 memory_object_default_user.c \
223 clock_priv_server.h \
226 host_security_server.h \
231 memory_object_server.h \
232 memory_object_control_server.h \
233 memory_object_default_server.h \
234 memory_object_name_server.h \
237 processor_set_server.h \
240 thread_act_server.h \
246 clock_priv_server.c \
249 host_security_server.c \
254 memory_object_server.c \
255 memory_object_control_server.c \
256 memory_object_default_server.c \
257 memory_object_name_server.c \
260 processor_set_server.c \
263 thread_act_server.c \
269 # Since there are two generated header files with the same name, one for
270 # install and export, the other for internal use (and they are different)
271 # we can't explicitly list two rules for the same target. So rules for
272 # generating internal headers will be handled implicitly by creating rules
273 # to generate the internal C sources, and the headers get created as a
277 # This is all temporary scaffolding, as we are moving to a model where
278 # the MIG-generated code is identical in all environments. At first, it
279 # will contain some environment-specific ifdefs, but over time should not
280 # even require that as we move towards making all the environments look
283 COMP_FILES = ${MIG_KUSRC} ${MIG_KSSRC}
285 ${COMP_FILES} : ${MIG_TYPES}
291 ${MIG} ${MIGFLAGS} ${MIGKUFLAGS} \
302 ${MIG} ${MIGFLAGS} ${MIGKSFLAGS} \
305 -server $*_server.c \
306 -sheader $*_server.h \
310 include $(MakeInc_rule)
311 include $(MakeInc_dir)