2009-09-15 21:11:28 +00:00
|
|
|
if USE_SPRINGBOARD
|
|
|
|
springboardaccess = SpringBoardAccess
|
|
|
|
endif
|
|
|
|
|
2010-06-08 20:53:15 +00:00
|
|
|
if USE_BLUETOOL
|
|
|
|
patchbluetool = PatchBlueTool
|
|
|
|
endif
|
|
|
|
|
2011-04-30 20:11:20 +00:00
|
|
|
if USE_PREFSBUNDLE
|
|
|
|
patchbluetool = PrefsBundle
|
|
|
|
endif
|
|
|
|
|
2009-07-11 09:23:51 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
2011-04-30 20:11:20 +00:00
|
|
|
SUBDIRS = src example $(springboardaccess) $(prefsbundle) $(patchbluetool)
|
2009-07-11 10:37:48 +00:00
|
|
|
|
|
|
|
iphone_ip=@IPHONE_IP@
|
|
|
|
install-iphone: src/BTdaemon
|
2009-09-28 20:53:02 +00:00
|
|
|
scp $< root@$(iphone_ip):/usr/local/bin/BTdaemon
|
2009-08-19 21:06:05 +00:00
|
|
|
scp resources/ch.ringwald.BTstack.plist root@$(iphone_ip):/Library/LaunchDaemons/
|
2011-05-01 11:18:50 +00:00
|
|
|
|
|
|
|
package:
|
|
|
|
./package.sh
|