]> git.saurik.com Git - apple/xnu.git/blame - osfmk/mach/ppc/Makefile
xnu-792.24.17.tar.gz
[apple/xnu.git] / osfmk / mach / ppc / 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
10VPATH+=$(SOURCE)/../../ppc:
11
12DATAFILES = \
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 \
91447636 16 syscall_sw.h _types.h
1c79356b
A
17
18INSTALL_MD_LIST = ${DATAFILES}
19
20INSTALL_MD_GEN_LIST = \
21 asm.h
22
23INSTALL_MD_DIR = mach/ppc
24
25EXPORT_MD_LIST = ${DATAFILES}
26
27EXPORT_MD_GEN_LIST = \
28 asm.h
29
30EXPORT_MD_DIR = mach/ppc
31
32include $(MakeInc_rule)
33include $(MakeInc_dir)
34
35