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
10INSTINC_SUBDIRS = \
11
12INSTINC_SUBDIRS_I386 = \
13
14INSTINC_SUBDIRS_X86_64 = \
15
16EXPINC_SUBDIRS = \
17
18EXPINC_SUBDIRS_I386 = \
19
20EXPINC_SUBDIRS_X86_64 = \
21
22DATAFILES = \
23	 hfs_encodings.h hfs_format.h hfs_mount.h
24
25PRIVATE_DATAFILES = \
26	hfs.h hfs_attrlist.h hfs_catalog.h hfs_cnode.h hfs_endian.h \
27	hfs_fsctl.h hfs_macos_defs.h hfs_quota.h rangelist.h
28
29INSTALL_MI_LIST	= ${DATAFILES}
30
31INSTALL_MI_DIR = hfs
32
33EXPORT_MI_LIST	= ${DATAFILES}
34
35EXPORT_MI_DIR = hfs
36
37INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
38
39include $(MakeInc_rule)
40include $(MakeInc_dir)
41
42
43