]>
Commit | Line | Data |
---|---|---|
1 | Project = hfs.util | |
2 | ProductType = tool | |
3 | Install_Dir = /System/Library/Filesystems/hfs.fs | |
4 | ||
5 | MAN_DIR= $(DSTROOT)/usr/share/man/man8 | |
6 | MANPAGES= hfs.util.8 | |
7 | ||
8 | CFILES = hfsutil_main.c hfsutil_jnl.c | |
9 | OTHERSRCS = \ | |
10 | hfs_CD.fs.tiff hfs_CD.openfs.tiff hfs_FD.fs.tiff \ | |
11 | hfs_FD.openfs.tiff hfs_HD.fs.tiff hfs_HD.openfs.tiff \ | |
12 | hfs_RHD.fs.tiff hfs_RHD.openfs.tiff Info.plist \ | |
13 | InfoPlist.strings PkgInfo version.plist hfs.util.8 | |
14 | ||
15 | Extra_LD_Flags = -framework CoreFoundation | |
16 | ||
17 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make | |
18 | ||
19 | after_install: | |
20 | $(INSTALL_DIRECTORY) "$(DSTROOT)/$(Install_Dir)/Contents/Resources/English.lproj" | |
21 | install -o root -m 644 Info.plist "$(DSTROOT)/$(Install_Dir)/Contents" | |
22 | install -o root -m 644 PkgInfo "$(DSTROOT)/$(Install_Dir)/Contents" | |
23 | install -o root -m 644 version.plist "$(DSTROOT)/$(Install_Dir)/Contents" | |
24 | install -o root -m 644 InfoPlist.strings "$(DSTROOT)/$(Install_Dir)/Contents/Resources/English.lproj" |