comparison Makefile @ 391:db1714fe2814 prerelease

Renamed BeagleRT to Bela in the startup script and Makefile
author andrewm
date Tue, 14 Jun 2016 21:13:40 +0100
parents d107cb121bfa
children ff60102d5f39
comparison
equal deleted inserted replaced
390:5d05fe6feb7d 391:db1714fe2814
44 44
45 OUTPUT_FILE?=$(PROJECT_DIR)/$(PROJECT) 45 OUTPUT_FILE?=$(PROJECT_DIR)/$(PROJECT)
46 COMMAND_LINE_OPTIONS?=$(CL) 46 COMMAND_LINE_OPTIONS?=$(CL)
47 RUN_COMMAND?=$(OUTPUT_FILE) $(COMMAND_LINE_OPTIONS) 47 RUN_COMMAND?=$(OUTPUT_FILE) $(COMMAND_LINE_OPTIONS)
48 RUN_IDE_COMMAND?=stdbuf -i0 -o0 -e0 $(OUTPUT_FILE) $(COMMAND_LINE_OPTIONS) 48 RUN_IDE_COMMAND?=stdbuf -i0 -o0 -e0 $(OUTPUT_FILE) $(COMMAND_LINE_OPTIONS)
49 BELA_STARTUP_SCRIPT?=/root/BeagleRT_startup.sh 49 BELA_STARTUP_SCRIPT?=/root/Bela_startup.sh
50 BELA_AUDIO_THREAD_NAME?=bela-audio 50 BELA_AUDIO_THREAD_NAME?=bela-audio
51 SCREEN_NAME?=Bela 51 SCREEN_NAME?=Bela
52 52
53 53
54 RM := rm -rf 54 RM := rm -rf
244 @cat /tmp/belafifo 244 @cat /tmp/belafifo
245 245
246 STARTUP_COMMAND=printf "\#!/bin/sh\n\#\n\# This file is autogenerated by Bela. Do not edit!\n\necho Running Bela...\nscreen -S $(SCREEN_NAME) -d -m %s $(RUN_COMMAND) %s\n" 246 STARTUP_COMMAND=printf "\#!/bin/sh\n\#\n\# This file is autogenerated by Bela. Do not edit!\n\necho Running Bela...\nscreen -S $(SCREEN_NAME) -d -m %s $(RUN_COMMAND) %s\n"
247 nostartup: ## No Bela project runs at startup 247 nostartup: ## No Bela project runs at startup
248 nostartup: 248 nostartup:
249 @echo "Disabling BeagleRT at startup..." 249 @echo "Disabling Bela at startup..."
250 @printf "#!/bin/sh\n#\n\n# This file is autogenerated by Bela. Do not edit!\n\n# Run on startup disabled -- nothing to do here\n" > $(BELA_STARTUP_SCRIPT) 250 @printf "#!/bin/sh\n#\n\n# This file is autogenerated by Bela. Do not edit!\n\n# Run on startup disabled -- nothing to do here\n" > $(BELA_STARTUP_SCRIPT)
251 251
252 startuploop: ## Makes PROJECT run at startup and restarts it if it crashes 252 startuploop: ## Makes PROJECT run at startup and restarts it if it crashes
253 startuploop: Bela 253 startuploop: Bela
254 @echo "Enabling Bela at startup in a loop..." 254 @echo "Enabling Bela at startup in a loop..."