]> git.saurik.com Git - cycript.git/blobdiff - Darwin-arm.mk
Updated copyright and licenses.
[cycript.git] / Darwin-arm.mk
index 49139e1337fce77295ddd11d1c48890986e3bff6..bf62c96b421aee85eaab26be610eab6bb8b75a28 100644 (file)
@@ -1,11 +1,23 @@
 flags += -F${PKG_ROOT}/System/Library/PrivateFrameworks
 
-all += Cycript.$(dll) #cyrver
+all += #cyrver
 
 arch := iphoneos-arm
+console += -framework UIKit
+depends += readline libffi mobilesubstrate sqlite3-lib
+#library += -framework CFNetwork
+library += -framework WebCore
+# XXX: all Darwin, maybe all device, should have this
+library += -lsubstrate
 
-Cycript.$(dll): Connector.o
-       $(target)g++ $(flags) -dynamiclib -o $@ $(filter %.o,$^) \
-           -lobjc -lapr-1 -lsubstrate \
-           -framework CoreFoundation
-       ldid -S $@
+ldid := ldid -S
+entitle := ldid -Scycript.xml
+
+cyrver: Server.o
+       $(target)g++ $(flags) -o $@ $(filter %.o,$^) \
+           -lapr-1 -lsubstrate -framework CFNetwork
+       $(ldid) $@
+
+extra:
+       #mkdir -p package/System/Library/LaunchDaemons
+       #cp -pR com.saurik.Cyrver.plist package/System/Library/LaunchDaemons