]> git.saurik.com Git - apple/xnu.git/blame - osfmk/mach/machine/Makefile
xnu-3247.1.106.tar.gz
[apple/xnu.git] / osfmk / mach / machine / Makefile
CommitLineData
1c79356b
A
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 \
2d21ac55 15 syscall_sw.h sdt.h sdt_isa.h
1c79356b 16
3e170ce0
A
17PRIVATE_DATAFILES = \
18 syscall_sw.h
19
1c79356b
A
20INSTALL_MI_LIST = ${DATAFILES}
21
3e170ce0
A
22INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
23
1c79356b
A
24INSTALL_MI_DIR = mach/machine
25
26EXPORT_MI_LIST = ${DATAFILES}
27
28EXPORT_MI_DIR = mach/machine
29
30include $(MakeInc_rule)
31include $(MakeInc_dir)
32
33