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