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