1export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6
7include $(MakeInc_cmd)
8include $(MakeInc_def)
9
10
11DATAFILES = \
12	asm.h boolean.h exception.h kern_return.h ndr_def.h rpc.h \
13	processor_info.h thread_state.h thread_status.h \
14	vm_param.h vm_types.h machine_types.defs \
15	syscall_sw.h sdt.h sdt_isa.h
16
17INSTALL_MI_LIST = ${DATAFILES}
18
19INSTALL_MI_DIR = mach/machine
20
21EXPORT_MI_LIST = ${DATAFILES}
22
23EXPORT_MI_DIR = mach/machine
24
25include $(MakeInc_rule)
26include $(MakeInc_dir)
27
28
29