]> git.saurik.com Git - apple/xnu.git/blame - bsd/hfs/Makefile
xnu-1699.22.73.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
10INSTINC_SUBDIRS = \
1c79356b 11
1c79356b
A
12INSTINC_SUBDIRS_I386 = \
13
b0d623f7
A
14INSTINC_SUBDIRS_X86_64 = \
15
1c79356b 16EXPINC_SUBDIRS = \
1c79356b 17
1c79356b
A
18EXPINC_SUBDIRS_I386 = \
19
b0d623f7
A
20EXPINC_SUBDIRS_X86_64 = \
21
1c79356b
A
22DATAFILES = \
23 hfs_encodings.h hfs_format.h hfs_mount.h
24
25PRIVATE_DATAFILES = \
9bccf70c 26 hfs.h hfs_attrlist.h hfs_catalog.h hfs_cnode.h hfs_endian.h \
91447636 27 hfs_fsctl.h hfs_macos_defs.h hfs_quota.h rangelist.h
1c79356b
A
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