]> git.saurik.com Git - apple/xnu.git/blame - osfmk/mach/i386/Makefile
xnu-7195.101.1.tar.gz
[apple/xnu.git] / osfmk / mach / i386 / 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
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
39236c6e 9VPATH := $(VPATH):$(SOURCE)/../../i386
1c79356b 10
1c79356b 11DATAFILES = \
9bccf70c 12 boolean.h exception.h fp_reg.h \
91447636 13 processor_info.h kern_return.h ndr_def.h syscall_sw.h \
1c79356b
A
14 thread_status.h thread_state.h vm_param.h \
15 vm_types.h rpc.h \
fe8ab488 16 _structs.h sdt_isa.h
1c79356b 17
3e170ce0
A
18PRIVATE_DATAFILES = \
19 syscall_sw.h
20
1c79356b
A
21INSTALL_MD_LIST = ${DATAFILES}
22
3e170ce0
A
23INSTALL_MD_LCL_LIST = ${PRIVATE_DATAFILES}
24
1c79356b 25INSTALL_MD_GEN_LIST = \
39037602 26 asm.h
1c79356b
A
27
28INSTALL_MD_DIR = mach/i386
29
39037602 30EXPORT_MD_LIST = ${DATAFILES}
1c79356b
A
31
32EXPORT_MD_GEN_LIST = \
91447636 33 asm.h
1c79356b
A
34
35EXPORT_MD_DIR = mach/i386
36
1c79356b
A
37include $(MakeInc_rule)
38include $(MakeInc_dir)