]> git.saurik.com Git - apple/xnu.git/blame - bsd/hfs/Makefile
xnu-344.34.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
A
11
12INSTINC_SUBDIRS_PPC = \
13
14INSTINC_SUBDIRS_I386 = \
15
16EXPINC_SUBDIRS = \
1c79356b
A
17
18EXPINC_SUBDIRS_PPC = \
19
20EXPINC_SUBDIRS_I386 = \
21
22DATAFILES = \
23 hfs_encodings.h hfs_format.h hfs_mount.h
24
25PRIVATE_DATAFILES = \
9bccf70c
A
26 hfs.h hfs_attrlist.h hfs_catalog.h hfs_cnode.h hfs_endian.h \
27 hfs_lockf.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