2009-09-15 21:11:28 +00:00
|
|
|
if USE_SPRINGBOARD
|
|
|
|
springboardaccess = SpringBoardAccess
|
|
|
|
endif
|
|
|
|
|
2009-07-11 09:23:51 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
2009-09-15 21:11:28 +00:00
|
|
|
SUBDIRS = src example $(springboardaccess)
|
2009-07-11 10:37:48 +00:00
|
|
|
|
|
|
|
iphone_ip=@IPHONE_IP@
|
|
|
|
install-iphone: src/BTdaemon
|
|
|
|
cp $< $<-signed
|
|
|
|
export CODESIGN_ALLOCATE=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate ; ldid -S $<-signed
|
2009-09-13 21:00:53 +00:00
|
|
|
scp $<-signed root@$(iphone_ip):/usr/local/bin/BTdaemon
|
2009-08-19 21:06:05 +00:00
|
|
|
scp resources/ch.ringwald.BTstack.plist root@$(iphone_ip):/Library/LaunchDaemons/
|