btstack/Makefile.am

16 lines
397 B
Makefile
Raw Normal View History

if USE_SPRINGBOARD
springboardaccess = SpringBoardAccess
endif
2010-06-08 20:53:15 +00:00
if USE_BLUETOOL
patchbluetool = PatchBlueTool
endif
2009-07-11 09:23:51 +00:00
AUTOMAKE_OPTIONS = foreign
2010-06-08 20:53:15 +00:00
SUBDIRS = src example $(springboardaccess) $(patchbluetool)
iphone_ip=@IPHONE_IP@
install-iphone: src/BTdaemon
scp $< root@$(iphone_ip):/usr/local/bin/BTdaemon
scp resources/ch.ringwald.BTstack.plist root@$(iphone_ip):/Library/LaunchDaemons/