]> git.saurik.com Git - apple/xnu.git/blob - bsd/vfs/Makefile
xnu-4570.31.3.tar.gz
[apple/xnu.git] / bsd / vfs / 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 include $(MakeInc_cmd)
7 include $(MakeInc_def)
8
9 DATAFILES = \
10 vfs_support.h
11
12 INSTALL_MI_LIST = ${DATAFILES}
13
14 INSTALL_MI_DIR = vfs
15
16 INSTALL_KF_MI_LIST = ${DATAFILES}
17
18 EXPORT_MI_LIST = ${DATAFILES} vfs_disk_conditioner.h
19
20 EXPORT_MI_DIR = vfs
21
22 include $(MakeInc_rule)
23 include $(MakeInc_dir)