]> git.saurik.com Git - apple/xnu.git/blame - bsd/ppc/Makefile
xnu-1228.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 = \
2d21ac55 11 endian.h fasttrap_isa.h param.h profile.h \
91447636 12 setjmp.h signal.h \
2d21ac55 13 types.h vmparam.h _structs.h _types.h _param.h
91447636
A
14
15KERNELFILES = \
2d21ac55 16 disklabel.h \
91447636
A
17 endian.h param.h profile.h \
18 signal.h \
2d21ac55 19 types.h vmparam.h _structs.h _types.h _param.h
1c79356b
A
20
21INSTALL_MD_LIST = ${DATAFILES}
91447636 22INSTALL_MD_LCL_LIST = ${DATAFILES} disklabel.h
1c79356b
A
23
24INSTALL_MD_DIR = ppc
25
91447636 26EXPORT_MD_LIST = ${KERNELFILES}
1c79356b
A
27
28EXPORT_MD_DIR = ppc
29
30include $(MakeInc_rule)
31include $(MakeInc_dir)
32
33