export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
-
include $(MakeInc_cmd)
include $(MakeInc_def)
-
DATAFILES = \
- ansi.h byte_order.h cons.h cpu.h disklabel.h endian.h exec.h \
- label_t.h param.h proc.h profile.h psl.h ptrace.h reboot.h \
- reg.h setjmp.h signal.h spl.h table.h trap.h types.h unix_traps.h \
- user.h vmparam.h
-
+ byte_order.h endian.h fasttrap_isa.h \
+ limits.h param.h profile.h \
+ signal.h types.h \
+ vmparam.h _types.h _limits.h _param.h \
+ _mcontext.h
+
+DRIVERKIT_DATAFILES = \
+ limits.h types.h _types.h
+
+PRIVATE_DATAFILES = \
+ disklabel.h
+
+KERNELFILES = \
+ disklabel.h \
+ byte_order.h endian.h \
+ limits.h param.h profile.h \
+ signal.h types.h \
+ vmparam.h _types.h _limits.h _param.h \
+ _mcontext.h
INSTALL_MI_LIST = ${DATAFILES}
+INSTALL_DRIVERKIT_MI_LIST = ${DRIVERKIT_DATAFILES}
+INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
INSTALL_MI_DIR = machine
-EXPORT_MI_LIST = ${DATAFILES}
+EXPORT_MI_LIST = ${KERNELFILES}
EXPORT_MI_DIR = machine
include $(MakeInc_rule)
include $(MakeInc_dir)
-
-