]> git.saurik.com Git - apple/xnu.git/blame_incremental - bsd/hfs/Makefile
xnu-3247.1.106.tar.gz
[apple/xnu.git] / bsd / hfs / Makefile
... / ...
CommitLineData
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
10DATAFILES = \
11 hfs_encodings.h hfs_format.h hfs_mount.h hfs_unistr.h
12
13PRIVATE_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
17KERNELFILES = ${DATAFILES}
18
19INSTALL_MI_LIST = ${DATAFILES}
20
21INSTALL_MI_DIR = hfs
22
23EXPORT_MI_LIST = ${KERNELFILES}
24
25EXPORT_MI_DIR = hfs
26
27INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
28
29include $(MakeInc_rule)
30include $(MakeInc_dir)
31
32