]> git.saurik.com Git - apple/xnu.git/blame - bsd/machine/Makefile
xnu-3248.60.10.tar.gz
[apple/xnu.git] / bsd / machine / 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
10
11DATAFILES = \
2d21ac55 12 byte_order.h endian.h fasttrap_isa.h \
b0d623f7 13 limits.h param.h profile.h \
fe8ab488
A
14 signal.h types.h \
15 vmparam.h _types.h _limits.h _param.h \
39236c6e 16 _mcontext.h
2d21ac55 17
3e170ce0
A
18PRIVATE_DATAFILES = \
19 disklabel.h
20
91447636 21KERNELFILES = \
2d21ac55 22 disklabel.h \
91447636 23 byte_order.h endian.h \
b0d623f7 24 limits.h param.h profile.h \
91447636 25 signal.h spl.h types.h \
fe8ab488 26 vmparam.h _types.h _limits.h _param.h \
39236c6e 27 _mcontext.h
1c79356b
A
28
29
30INSTALL_MI_LIST = ${DATAFILES}
3e170ce0 31INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
1c79356b
A
32
33INSTALL_MI_DIR = machine
34
91447636 35EXPORT_MI_LIST = ${KERNELFILES}
1c79356b
A
36
37EXPORT_MI_DIR = machine
38
39include $(MakeInc_rule)
40include $(MakeInc_dir)
41
42