btstack/Makefile.am
2011-05-01 11:18:50 +00:00

22 lines
493 B
Makefile

if USE_SPRINGBOARD
springboardaccess = SpringBoardAccess
endif
if USE_BLUETOOL
patchbluetool = PatchBlueTool
endif
if USE_PREFSBUNDLE
patchbluetool = PrefsBundle
endif
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/
package:
./package.sh