]> git.saurik.com Git - uikittools.git/blobdiff - makefile
Remove uishoot.
[uikittools.git] / makefile
index a9807b63a50ff256ce9b76d306673689674a6e08..eed57caad134e7c8f4c0bd16d97a5e1ad8c1960c 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
-uikittools = uiduid uishoot uicache uiopen gssc sbdidlaunch sbreload
+uikittools = uiduid uicache uiopen gssc sbdidlaunch sbreload cfversion iomfsetgamma
 
 all: $(uikittools)
 
 
 all: $(uikittools)
 
@@ -7,14 +7,26 @@ clean:
 
 .PHONY: all clean package
 
 
 .PHONY: all clean package
 
+cfversion := -framework CoreFoundation
+gssc := -framework CoreFoundation
+sbdidlaunch := -framework CoreFoundation -framework SpringBoardServices
+uicache := -framework Foundation
+uiduid := -framework Foundation -framework UIKit
+uiopen := -framework Foundation -framework UIKit
+uishoot := -framework CoreFoundation -framework Foundation -framework UIKit
+
 %: %.mm
 %: %.mm
-       $${PKG_TARG}-g++ -Wall -Werror -o $@ $< -framework CoreFoundation -framework Foundation -framework UIKit -framework GraphicsServices -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -lobjc -framework SpringBoardServices
+       $${PKG_TARG}-g++ -Wall -Werror -o $@ $< $($@) -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -lobjc
        ldid -S $@
 
 %: %.c
        $${PKG_TARG}-gcc -Wall -Werror -o $@ $< -framework CoreFoundation
        ldid -S $@
 
        ldid -S $@
 
 %: %.c
        $${PKG_TARG}-gcc -Wall -Werror -o $@ $< -framework CoreFoundation
        ldid -S $@
 
+iomfsetgamma: iomfsetgamma.c
+       $${PKG_TARG}-gcc -Wall -Werror -o $@ $< -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -framework IOKit -framework IOMobileFramebuffer
+       ldid -S $@
+
 package: all
        rm -rf _
        mkdir -p _/usr/bin
 package: all
        rm -rf _
        mkdir -p _/usr/bin