1 uikittools = uiduid uicache uiopen gssc sbdidlaunch sbreload cfversion iomfsetgamma
8 .PHONY: all clean package
10 cfversion := -framework CoreFoundation
11 gssc := -framework CoreFoundation
12 sbdidlaunch := -framework CoreFoundation -framework SpringBoardServices
13 uicache := -framework Foundation -framework UIKit # XXX: UIKit -> MobileCoreServices
14 uiduid := -framework Foundation -framework UIKit
15 uiopen := -framework Foundation -framework UIKit
16 uishoot := -framework CoreFoundation -framework Foundation -framework UIKit
19 $${PKG_TARG}-g++ -Wall -Werror -o $@ $< $($@) -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -lobjc
23 $${PKG_TARG}-gcc -Wall -Werror -o $@ $< -framework CoreFoundation
26 iomfsetgamma: iomfsetgamma.c
27 $${PKG_TARG}-gcc -Wall -Werror -o $@ $< -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -framework IOKit -framework IOMobileFramebuffer
33 cp -a $(uikittools) _/usr/bin
35 ./control.sh _ >_/DEBIAN/control
37 ln -sf debs/uikittools_$$(./version.sh)_iphoneos-arm.deb uikittools.deb
38 dpkg-deb -b _ uikittools.deb
39 readlink uikittools.deb