]> git.saurik.com Git - apple/xnu.git/blob - bsd/machine/Makefile
xnu-7195.101.1.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 endian.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 MODULEMAP_INCDIR_FILES = \
31 machine_types.modulemap
32
33 INSTALL_MODULEMAP_INCDIR_MI_LIST = ${MODULEMAP_INCDIR_FILES}
34
35 INSTALL_MI_LIST = ${DATAFILES}
36 INSTALL_DRIVERKIT_MI_LIST = ${DRIVERKIT_DATAFILES}
37 INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
38
39 INSTALL_MI_DIR = machine
40
41 EXPORT_MI_LIST = ${KERNELFILES}
42
43 EXPORT_MI_DIR = machine
44
45 include $(MakeInc_rule)
46 include $(MakeInc_dir)