]> git.saurik.com Git - apple/xnu.git/blob - bsd/hfs/Makefile
xnu-2782.40.9.tar.gz
[apple/xnu.git] / bsd / hfs / 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 hfs_encodings.h hfs_format.h hfs_mount.h hfs_unistr.h
12
13 PRIVATE_DATAFILES = \
14 hfs.h hfs_attrlist.h hfs_catalog.h hfs_cnode.h hfs_endian.h \
15 hfs_fsctl.h hfs_macos_defs.h hfs_quota.h rangelist.h
16
17 INSTALL_MI_LIST = ${DATAFILES}
18
19 INSTALL_MI_DIR = hfs
20
21 EXPORT_MI_LIST = ${DATAFILES}
22
23 EXPORT_MI_DIR = hfs
24
25 INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
26
27 include $(MakeInc_rule)
28 include $(MakeInc_dir)
29
30