]> git.saurik.com Git - apple/xnu.git/blob - osfmk/vm/Makefile
xnu-7195.101.1.tar.gz
[apple/xnu.git] / osfmk / vm / 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
11 EXPORT_ONLY_FILES = \
12 memory_types.h \
13 pmap.h \
14 lz4.h \
15 lz4_constants.h \
16 lz4_assembly_select.h \
17 vm_fault.h \
18 vm_kern.h \
19 vm_map.h \
20 vm_options.h \
21 vm_pageout.h \
22 vm_protos.h \
23 vm_shared_region.h \
24 vm_compressor_algorithms.h \
25 WKdm_new.h
26
27 INSTALL_MI_LIST = ${DATAFILES}
28
29 INSTALL_MI_DIR = vm
30
31 EXPORT_MI_LIST = ${DATAFILES} ${EXPORT_ONLY_FILES}
32
33 EXPORT_MI_DIR = vm
34
35 include $(MakeInc_rule)
36 include $(MakeInc_dir)