]> git.saurik.com Git - apple/xnu.git/blame - bsd/hfs/Makefile
xnu-3248.60.10.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 16
3e170ce0
A
17KERNELFILES = ${DATAFILES}
18
1c79356b
A
19INSTALL_MI_LIST = ${DATAFILES}
20
21INSTALL_MI_DIR = hfs
22
3e170ce0 23EXPORT_MI_LIST = ${KERNELFILES}
1c79356b
A
24
25EXPORT_MI_DIR = hfs
26
3e170ce0 27INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
1c79356b
A
28
29include $(MakeInc_rule)
30include $(MakeInc_dir)
31
32