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
11 default_pager_types.defs
14 default_pager_alerts.defs
19 default_pager_object.h
22 MIGINCLUDES = ${MIG_UUHDRS} ${MIG_USHDRS}
25 default_pager_types.h \
28 INSTALL_MI_LIST = ${DATAFILES}
30 INSTALL_MI_GEN_LIST = ${MIGINCLUDES}
32 INSTALL_MI_DIR = default_pager
37 EXPORT_MI_GEN_LIST = \
40 EXPORT_MI_DIR = default_pager
42 .ORDER: ${MIG_HDRS} ${MIGINCLUDES}
44 ${MIGINCLUDES} : ${MIG_TYPES}
70 INCFLAGS_MAKEFILE= -I..
72 MIGKSFLAGS = -DMACH_KERNEL_PRIVATE -DKERNEL_SERVER=1
73 MIGKUFLAGS = -DMACH_KERNEL_PRIVATE -DKERNEL_USER=1 -maxonstack 1024
76 # MIG-generated headers that are traditionally used by kernel
80 default_pager_alerts.h
83 default_pager_alerts_user.c
86 default_pager_object.h
89 default_pager_object_server.c
93 # Since there are two generated header files with the same name, one for
94 # install and export, the other for internal use (and they are different)
95 # we can't explicitly list two rules for the same target. So rules for
96 # generating internal headers will be handled implicitly by creating rules
97 # to generate the internal C sources, and the headers get created as a
100 # This is all temporary scaffolding, as we are moving to a model where
101 # the MIG-generated code is identical in all environments. At first, it
102 # will contain some environment-specific ifdefs, but over time should not
103 # even require that as we move towards making all the environments look
106 COMP_FILES = ${MIG_KUSRC} ${MIG_KSSRC}
108 ${COMP_FILES} : ${MIG_TYPES}
114 ${MIG} ${MIGFLAGS} ${MIGKUFLAGS} \
125 ${MIG} ${MIGFLAGS} ${MIGKSFLAGS} \
128 -server $*_server.c \
129 -sheader $*_server.h \
133 include $(MakeInc_rule)
134 include $(MakeInc_dir)