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