]> git.saurik.com Git - apple/xnu.git/blame_incremental - osfmk/mach/machine/Makefile
xnu-3789.1.32.tar.gz
[apple/xnu.git] / osfmk / mach / machine / Makefile
... / ...
CommitLineData
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
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
9DATAFILES = \
10 asm.h boolean.h exception.h kern_return.h ndr_def.h rpc.h \
11 processor_info.h thread_state.h thread_status.h \
12 vm_param.h vm_types.h machine_types.defs \
13 syscall_sw.h sdt.h sdt_isa.h
14
15PRIVATE_DATAFILES = \
16 syscall_sw.h
17
18INSTALL_MI_LIST = ${DATAFILES}
19
20INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
21
22INSTALL_MI_DIR = mach/machine
23
24EXPORT_MI_LIST = ${DATAFILES}
25
26EXPORT_MI_DIR = mach/machine
27
28include $(MakeInc_rule)
29include $(MakeInc_dir)