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