1 uikittools = uiduid uicache uiopen gssc sbdidlaunch sbreload cfversion iomfsetgamma libuicache.dylib
6 rm -f $(uikittools) extrainst_
8 .PHONY: all clean package
10 private := -F/System/Library/PrivateFrameworks
13 flags += -framework CoreFoundation
14 flags += -framework Foundation
17 iomfsetgamma := -I. $(private) -framework IOKit -framework IOMobileFramebuffer
18 sbdidlaunch := $(private) -framework SpringBoardServices
19 uicache := -framework UIKit # XXX: UIKit -> MobileCoreServices
20 uiduid := --framework UIKit
21 uiopen := --framework UIKit
22 uishoot := -framework UIKit
25 extrainst_: csstore.cpp
28 cycc -i2.0 -o$@ -- -dynamiclib $(flags) $^ $($@) -lobjc
32 cycc -i2.0 -o$@ -- $^ $(flags) $($@)
33 ldid -S$(wildcard $@.xml) $@
36 cycc -i2.0 -o$@ -- -x c $^ $(flags) $($@)
37 ldid -S$(wildcard $@.xml) $@
39 package: all extrainst_
42 cp -a $(filter %.dylib,$(uikittools)) _/usr/lib
44 cp -a $(filter-out %.dylib,$(uikittools)) _/usr/bin
46 ./control.sh _ >_/DEBIAN/control
47 cp -a extrainst_ _/DEBIAN/
49 ln -sf debs/uikittools_$$(./version.sh)_iphoneos-arm.deb uikittools.deb
52 dpkg-deb -b _ uikittools.deb
53 readlink uikittools.deb