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
10 byte_order.h endian.h fasttrap_isa.h \
11 limits.h param.h profile.h \
13 vmparam.h _types.h _limits.h _param.h \
16 DRIVERKIT_DATAFILES = \
17 limits.h types.h _types.h
24 byte_order.h endian.h \
25 limits.h param.h profile.h \
27 vmparam.h _types.h _limits.h _param.h \
30 INSTALL_MI_LIST = ${DATAFILES}
31 INSTALL_DRIVERKIT_MI_LIST = ${DRIVERKIT_DATAFILES}
32 INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
34 INSTALL_MI_DIR = machine
36 EXPORT_MI_LIST = ${KERNELFILES}
38 EXPORT_MI_DIR = machine
40 include $(MakeInc_rule)
41 include $(MakeInc_dir)