]> git.saurik.com Git - apple/hfs.git/blob - CopyHFSMeta/Makefile
hfs-183.1.tar.gz
[apple/hfs.git] / CopyHFSMeta / Makefile
1 Project = CopyHFSMeta
2 ProductType = tool
3 Install_Dir = /System/Library/Filesystems/hfs.fs/Contents/Resources
4
5 CFILES= main.c misc.c ScanExtents.c dump.c SparseBundle.c \
6 DeviceWrapper.c Gather.c \
7 ${OBJROOT}/${Project}/_version.c
8
9 ${OBJROOT}/${Project}/_version.c:
10 /Developer/Makefiles/bin/version.pl CopyHFSMeta > $@
11
12 Extra_LD_Flags= -framework CoreFoundation -lz
13
14 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
15
16