btstack/Makefile.am
2010-06-08 20:53:15 +00:00

16 lines
397 B
Makefile

if USE_SPRINGBOARD
springboardaccess = SpringBoardAccess
endif
if USE_BLUETOOL
patchbluetool = PatchBlueTool
endif
AUTOMAKE_OPTIONS = foreign
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/