]> git.saurik.com Git - apple/xnu.git/blob - osfmk/vm/Makefile
xnu-1456.1.26.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
7 include $(MakeInc_cmd)
8 include $(MakeInc_def)
9
10 DATAFILES =
11
12 EXPORT_ONLY_FILES = \
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
22 INSTALL_MI_LIST = ${DATAFILES}
23
24 INSTALL_MI_DIR = vm
25
26 EXPORT_MI_LIST = ${DATAFILES} ${EXPORT_ONLY_FILES}
27
28 EXPORT_MI_DIR = vm
29
30 include $(MakeInc_rule)
31 include $(MakeInc_dir)
32
33