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