]> git.saurik.com Git - apple/xnu.git/blob - bsd/machine/Makefile
xnu-6153.101.6.tar.gz
[apple/xnu.git] / bsd / machine / Makefile
1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2 export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6 include $(MakeInc_cmd)
7 include $(MakeInc_def)
8
9 DATAFILES = \
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
16 DRIVERKIT_DATAFILES = \
17 limits.h types.h _types.h
18
19 PRIVATE_DATAFILES = \
20 disklabel.h
21
22 KERNELFILES = \
23 disklabel.h \
24 byte_order.h endian.h \
25 limits.h param.h profile.h \
26 signal.h types.h \
27 vmparam.h _types.h _limits.h _param.h \
28 _mcontext.h
29
30 INSTALL_MI_LIST = ${DATAFILES}
31 INSTALL_DRIVERKIT_MI_LIST = ${DRIVERKIT_DATAFILES}
32 INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
33
34 INSTALL_MI_DIR = machine
35
36 EXPORT_MI_LIST = ${KERNELFILES}
37
38 EXPORT_MI_DIR = machine
39
40 include $(MakeInc_rule)
41 include $(MakeInc_dir)