]> git.saurik.com Git - apple/xnu.git/blame - bsd/machine/Makefile
xnu-1228.15.4.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 \
91447636
A
13 param.h profile.h \
14 setjmp.h signal.h types.h\
2d21ac55
A
15 vmparam.h _structs.h _types.h _limits.h _param.h
16
91447636 17KERNELFILES = \
2d21ac55 18 disklabel.h \
91447636
A
19 byte_order.h endian.h \
20 param.h profile.h \
21 signal.h spl.h types.h \
2d21ac55 22 vmparam.h _structs.h _types.h _limits.h _param.h
1c79356b
A
23
24
25INSTALL_MI_LIST = ${DATAFILES}
91447636 26INSTALL_MI_LCL_LIST = ${DATAFILES} disklabel.h
1c79356b
A
27
28INSTALL_MI_DIR = machine
29
91447636 30EXPORT_MI_LIST = ${KERNELFILES}
1c79356b
A
31
32EXPORT_MI_DIR = machine
33
34include $(MakeInc_rule)
35include $(MakeInc_dir)
36
37