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