]> git.saurik.com Git - apple/xnu.git/blob - osfmk/mach/machine/Makefile
xnu-3247.1.106.tar.gz
[apple/xnu.git] / osfmk / mach / machine / Makefile
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
5
6
7 include $(MakeInc_cmd)
8 include $(MakeInc_def)
9
10
11 DATAFILES = \
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
17 PRIVATE_DATAFILES = \
18 syscall_sw.h
19
20 INSTALL_MI_LIST = ${DATAFILES}
21
22 INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
23
24 INSTALL_MI_DIR = mach/machine
25
26 EXPORT_MI_LIST = ${DATAFILES}
27
28 EXPORT_MI_DIR = mach/machine
29
30 include $(MakeInc_rule)
31 include $(MakeInc_dir)
32
33