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