btstack/Makefile.am

22 lines
493 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
if USE_PREFSBUNDLE
patchbluetool = PrefsBundle
endif
2009-07-11 09:23:51 +00:00
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src example $(springboardaccess) $(prefsbundle) $(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/
2011-05-01 11:18:50 +00:00
package:
./package.sh