]> git.saurik.com Git - apple/xnu.git/blob - bsd/machine/Makefile
xnu-3789.1.32.tar.gz
[apple/xnu.git] / bsd / machine / 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 byte_order.h endian.h fasttrap_isa.h \
11 limits.h param.h profile.h \
12 signal.h types.h \
13 vmparam.h _types.h _limits.h _param.h \
14 _mcontext.h
15
16 PRIVATE_DATAFILES = \
17 disklabel.h
18
19 KERNELFILES = \
20 disklabel.h \
21 byte_order.h endian.h \
22 limits.h param.h profile.h \
23 signal.h spl.h types.h \
24 vmparam.h _types.h _limits.h _param.h \
25 _mcontext.h
26
27 INSTALL_MI_LIST = ${DATAFILES}
28 INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
29
30 INSTALL_MI_DIR = machine
31
32 EXPORT_MI_LIST = ${KERNELFILES}
33
34 EXPORT_MI_DIR = machine
35
36 include $(MakeInc_rule)
37 include $(MakeInc_dir)