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