]> git.saurik.com Git - apple/xnu.git/blame_incremental - osfmk/vm/Makefile
xnu-7195.101.1.tar.gz
[apple/xnu.git] / osfmk / vm / 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
11EXPORT_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
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)