]> git.saurik.com Git - uikittools.git/blobdiff - makefile
We seem to no longer need the Xcode 4.6 toolchain.
[uikittools.git] / makefile
index e17bd50440d7e541dd8179e7be6c9fe8b3032525..77f014c42037405408043941f888019527ee8134 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
-uikittools = uiduid uicache uiopen gssc sbdidlaunch sbreload cfversion iomfsetgamma libuicache.dylib
+uikittools = uiduid uicache uiopen gssc sbdidlaunch sbreload cfversion iomfsetgamma
 
 all: $(uikittools)
 
@@ -17,17 +17,13 @@ gssc := -lobjc
 iomfsetgamma := -I. $(private) -framework IOKit -framework IOMobileFramebuffer
 sbdidlaunch := $(private) -framework SpringBoardServices
 uicache := -framework UIKit # XXX: UIKit -> MobileCoreServices
-uiduid := --framework UIKit
-uiopen := --framework UIKit
+uiduid := -framework UIKit
+uiopen := -framework UIKit
 uishoot := -framework UIKit
 
 uicache: csstore.cpp
 extrainst_: csstore.cpp
 
-%.dylib: %.mm
-       cycc -i2.0 -o$@ -- -dynamiclib $(flags) $^ $($@) -lobjc
-       ldid -S $@
-
 %: %.mm
        cycc -i2.0 -o$@ -- $^ $(flags) $($@)
        ldid -S$(wildcard $@.xml) $@
@@ -38,8 +34,6 @@ extrainst_: csstore.cpp
 
 package: all extrainst_
        sudo rm -rf _
-       mkdir -p _/usr/lib
-       cp -a $(filter %.dylib,$(uikittools)) _/usr/lib
        mkdir -p _/usr/bin
        cp -a $(filter-out %.dylib,$(uikittools)) _/usr/bin
        mkdir -p _/DEBIAN