]> git.saurik.com Git - apple/xnu.git/blob - bsd/arm/Makefile
xnu-4903.221.2.tar.gz
[apple/xnu.git] / bsd / arm / 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 include $(MakeInc_cmd)
7 include $(MakeInc_def)
8
9 DATAFILES = \
10 endian.h fasttrap_isa.h param.h \
11 profile.h signal.h limits.h _limits.h \
12 types.h vmparam.h _types.h _param.h \
13 _mcontext.h
14
15 PRIVATE_DATAFILES = \
16 disklabel.h
17
18 KERNELFILES = \
19 endian.h param.h \
20 profile.h signal.h limits.h _limits.h \
21 types.h vmparam.h _types.h _param.h \
22 _mcontext.h
23
24 INSTALL_MD_LIST = ${DATAFILES}
25 INSTALL_MD_LCL_LIST = ${PRIVATE_DATAFILES}
26
27 INSTALL_MD_DIR = arm
28
29 EXPORT_MD_LIST = ${KERNELFILES}
30
31 EXPORT_MD_DIR = arm
32
33 include $(MakeInc_rule)
34 include $(MakeInc_dir)