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