]>
Commit | Line | Data |
---|---|---|
04a16b11 A |
1 | Project = hfs.util |
2 | ProductType = tool | |
3 | Install_Dir = /System/Library/Filesystems/hfs.fs | |
1a012475 | 4 | |
04a16b11 A |
5 | MAN_DIR= $(DSTROOT)/usr/share/man/man8 |
6 | MANPAGES= hfs.util.8 | |
1a012475 | 7 | |
08cdaae8 | 8 | CFILES = hfsutil_main.c hfsutil_jnl.c |
04a16b11 A |
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 \ | |
e614c531 | 13 | InfoPlist.strings PkgInfo version.plist hfs.util.8 |
1a012475 | 14 | |
04a16b11 | 15 | Extra_LD_Flags = -framework CoreFoundation |
1a012475 | 16 | |
04a16b11 | 17 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |
1a012475 | 18 | |
04a16b11 A |
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" |