]> git.saurik.com Git - uikittools.git/blame - makefile
Unregister totally obsolete applications.
[uikittools.git] / makefile
CommitLineData
4533869d 1uikittools = uiduid uicache uiopen gssc sbdidlaunch sbreload cfversion iomfsetgamma
2a72f832
JF
2
3all: $(uikittools)
4
5clean:
6 rm -f $(uikittools)
7
8.PHONY: all clean package
a60b86de 9
7141b425
JF
10cfversion := -framework CoreFoundation
11gssc := -framework CoreFoundation
12sbdidlaunch := -framework CoreFoundation -framework SpringBoardServices
e67aeed9 13uicache := -framework Foundation -framework UIKit # XXX: UIKit -> MobileCoreServices
7141b425
JF
14uiduid := -framework Foundation -framework UIKit
15uiopen := -framework Foundation -framework UIKit
16uishoot := -framework CoreFoundation -framework Foundation -framework UIKit
17
4ab9b1c7
JF
18uicache: csstore.cpp
19
a60b86de 20%: %.mm
4ab9b1c7 21 $${PKG_TARG}-g++ -Wall -Werror -o $@ $^ $($@) -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -lobjc
43318ffe 22 ldid -S$(wildcard $@.xml) $@
2a72f832 23
2618b3e9 24%: %.c
743eb46f 25 $${PKG_TARG}-gcc -Wall -Werror -o $@ $< -framework CoreFoundation
43318ffe 26 ldid -S$(wildcard $@.xml) $@
2618b3e9 27
d9e253f6
JF
28iomfsetgamma: iomfsetgamma.c
29 $${PKG_TARG}-gcc -Wall -Werror -o $@ $< -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -framework IOKit -framework IOMobileFramebuffer
43318ffe 30 ldid -S$(wildcard $@.xml) $@
d9e253f6 31
2a72f832 32package: all
57ebf0d9
JF
33 rm -rf _
34 mkdir -p _/usr/bin
35 cp -a $(uikittools) _/usr/bin
36 mkdir -p _/DEBIAN
37 ./control.sh _ >_/DEBIAN/control
38 mkdir -p debs
39 ln -sf debs/uikittools_$$(./version.sh)_iphoneos-arm.deb uikittools.deb
40 dpkg-deb -b _ uikittools.deb
41 readlink uikittools.deb