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
21 MIGINCLUDES = ${MIG_UUHDRS} ${MIG_USHDRS}
24 default_pager_types.h \
27 INSTALL_MI_LIST = ${DATAFILES}
29 INSTALL_MI_GEN_LIST = ${MIGINCLUDES}
31 INSTALL_MI_DIR = default_pager
36 EXPORT_MI_GEN_LIST = \
39 EXPORT_MI_DIR = default_pager
41 .ORDER: ${MIG_HDRS} ${MIGINCLUDES}
43 ${MIGINCLUDES} : ${MIG_TYPES}
69 INCFLAGS_MAKEFILE= -I..
71 MIGKSFLAGS = -DMACH_KERNEL_PRIVATE -DKERNEL_SERVER=1
72 MIGKUFLAGS = -DMACH_KERNEL_PRIVATE -DKERNEL_USER=1 -maxonstack 1024
75 # MIG-generated headers that are traditionally used by kernel
79 default_pager_alerts.h
82 default_pager_alerts_user.c
85 default_pager_object.h
88 default_pager_object_server.c
92 # Since there are two generated header files with the same name, one for
93 # install and export, the other for internal use (and they are different)
94 # we can't explicitly list two rules for the same target. So rules for
95 # generating internal headers will be handled implicitly by creating rules
96 # to generate the internal C sources, and the headers get created as a
99 # This is all temporary scaffolding, as we are moving to a model where
100 # the MIG-generated code is identical in all environments. At first, it
101 # will contain some environment-specific ifdefs, but over time should not
102 # even require that as we move towards making all the environments look
105 COMP_FILES = ${MIG_KUSRC} ${MIG_KSSRC}
107 ${COMP_FILES} : ${MIG_TYPES}
113 ${MIG} ${MIGFLAGS} ${MIGKUFLAGS} \
124 ${MIG} ${MIGFLAGS} ${MIGKSFLAGS} \
127 -server $*_server.c \
128 -sheader $*_server.h \
132 include $(MakeInc_rule)
133 include $(MakeInc_dir)
135 include $(MakeInc_rule)
136 include $(MakeInc_dir)