]> git.saurik.com Git - apple/xnu.git/blame - bsd/hfs/Makefile
xnu-2422.1.72.tar.gz
[apple/xnu.git] / bsd / hfs / Makefile
CommitLineData
1c79356b
A
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
6
7include $(MakeInc_cmd)
8include $(MakeInc_def)
9
1c79356b 10DATAFILES = \
39236c6e 11 hfs_encodings.h hfs_format.h hfs_mount.h hfs_unistr.h
1c79356b
A
12
13PRIVATE_DATAFILES = \
9bccf70c 14 hfs.h hfs_attrlist.h hfs_catalog.h hfs_cnode.h hfs_endian.h \
91447636 15 hfs_fsctl.h hfs_macos_defs.h hfs_quota.h rangelist.h
1c79356b
A
16
17INSTALL_MI_LIST = ${DATAFILES}
18
19INSTALL_MI_DIR = hfs
20
21EXPORT_MI_LIST = ${DATAFILES}
22
23EXPORT_MI_DIR = hfs
24
25INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
26
27include $(MakeInc_rule)
28include $(MakeInc_dir)
29
30