]> git.saurik.com Git - apple/xnu.git/blame - bsd/machine/Makefile
xnu-2422.1.72.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 \
91447636 14 setjmp.h signal.h types.h\
39236c6e
A
15 vmparam.h _structs.h _types.h _limits.h _param.h \
16 _mcontext.h
2d21ac55 17
91447636 18KERNELFILES = \
2d21ac55 19 disklabel.h \
91447636 20 byte_order.h endian.h \
b0d623f7 21 limits.h param.h profile.h \
91447636 22 signal.h spl.h types.h \
39236c6e
A
23 vmparam.h _structs.h _types.h _limits.h _param.h \
24 _mcontext.h
1c79356b
A
25
26
27INSTALL_MI_LIST = ${DATAFILES}
91447636 28INSTALL_MI_LCL_LIST = ${DATAFILES} disklabel.h
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)
38
39