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