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