]> git.saurik.com Git - apple/xnu.git/blame - bsd/ppc/Makefile
xnu-792.22.5.tar.gz
[apple/xnu.git] / bsd / 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
10DATAFILES = \
91447636
A
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
1c79356b
A
19
20INSTALL_MD_LIST = ${DATAFILES}
91447636 21INSTALL_MD_LCL_LIST = ${DATAFILES} disklabel.h
1c79356b
A
22
23INSTALL_MD_DIR = ppc
24
91447636 25EXPORT_MD_LIST = ${KERNELFILES}
1c79356b
A
26
27EXPORT_MD_DIR = ppc
28
29include $(MakeInc_rule)
30include $(MakeInc_dir)
31
32