]> git.saurik.com Git - apple/xnu.git/blob - bsd/ppc/Makefile
xnu-792.24.17.tar.gz
[apple/xnu.git] / bsd / 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 DATAFILES = \
11 endian.h param.h profile.h \
12 setjmp.h signal.h \
13 types.h ucontext.h vmparam.h _types.h
14
15 KERNELFILES = \
16 endian.h param.h profile.h \
17 signal.h \
18 types.h vmparam.h _types.h
19
20 INSTALL_MD_LIST = ${DATAFILES}
21 INSTALL_MD_LCL_LIST = ${DATAFILES} disklabel.h
22
23 INSTALL_MD_DIR = ppc
24
25 EXPORT_MD_LIST = ${KERNELFILES}
26
27 EXPORT_MD_DIR = ppc
28
29 include $(MakeInc_rule)
30 include $(MakeInc_dir)
31
32