]> git.saurik.com Git - cycript.git/blob - Darwin-arm.mk
Removed all dependencies from Mac version.
[cycript.git] / Darwin-arm.mk
1 flags += -F${PKG_ROOT}/System/Library/PrivateFrameworks
2
3 all += #cyrver
4
5 arch := iphoneos-arm
6 console += -framework UIKit
7 depends += readline libffi mobilesubstrate sqlite3-lib
8 depends += -framework CFNetwork
9 # XXX: all Darwin, maybe all device, should have this
10 library += -lsubstrate
11
12 ldid := ldid -S
13 entitle := ldid -Scycript.xml
14
15 cyrver: Server.o
16 $(target)g++ $(flags) -o $@ $(filter %.o,$^) \
17 -lapr-1 -lsubstrate -framework CFNetwork
18 $(ldid) $@
19
20 extra:
21 #mkdir -p package/System/Library/LaunchDaemons
22 #cp -pR com.saurik.Cyrver.plist package/System/Library/LaunchDaemons