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