]> git.saurik.com Git - apple/xnu.git/blob - osfmk/mach/i386/Makefile
xnu-1228.tar.gz
[apple/xnu.git] / osfmk / mach / i386 / 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 include $(MakeInc_cmd)
7 include $(MakeInc_def)
8
9 VPATH+=$(SOURCE)/../../i386:
10
11 DATAFILES = \
12 boolean.h exception.h fp_reg.h \
13 processor_info.h kern_return.h ndr_def.h syscall_sw.h \
14 thread_status.h thread_state.h vm_param.h \
15 vm_types.h rpc.h \
16 machine_types.defs _structs.h sdt_isa.h
17
18 INSTALL_MD_LIST = ${DATAFILES}
19
20 INSTALL_MD_GEN_LIST = \
21 asm.h
22
23 INSTALL_MD_DIR = mach/i386
24
25 EXPORT_MD_LIST = ${DATAFILES}
26
27 EXPORT_MD_GEN_LIST = \
28 asm.h
29
30 EXPORT_MD_DIR = mach/i386
31
32 include $(MakeInc_rule)
33 include $(MakeInc_dir)
34
35