]> git.saurik.com Git - apple/xnu.git/blame_incremental - osfmk/vm/Makefile
xnu-6153.101.6.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 vm_fault.h \
15 vm_kern.h \
16 vm_map.h \
17 vm_options.h \
18 vm_pageout.h \
19 vm_protos.h \
20 vm_shared_region.h \
21 vm_compressor_algorithms.h \
22 WKdm_new.h
23
24INSTALL_MI_LIST = ${DATAFILES}
25
26INSTALL_MI_DIR = vm
27
28EXPORT_MI_LIST = ${DATAFILES} ${EXPORT_ONLY_FILES}
29
30EXPORT_MI_DIR = vm
31
32include $(MakeInc_rule)
33include $(MakeInc_dir)