📄 ezlitedemo.mak
字号:
# Generated by the VisualDSP++ IDDE
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE. If you wish to preserve
# changes, rename this file and run it externally to the IDDE.
# The syntax of this Makefile is such that GNU Make v3.77 or higher is
# required.
# The current working directory should be the directory in which this
# Makefile resides.
# Supported targets:
# Debug
# Debug_clean
# Define ADI_DSP if it is not already defined. Define this variable if you
# wish to run this Makefile on a host other than the host that created
# it and VisualDSP++ may be installed in a different directory.
ifndef ADI_DSP
ADI_DSP=C:\Program Files\Analog Devices\VisualDSP
endif
# $VDSP is a gmake-friendly version of ADI_DIR
empty:=
space:= $(empty) $(empty)
VDSP_INTERMEDIATE=$(subst \,/,$(ADI_DSP))
VDSP=$(subst $(space),\$(space),$(VDSP_INTERMEDIATE))
# Define the command to use to delete files (which is different on Win95/98
# and Windows NT/2000)
ifeq ($(OS),Windows_NT)
RM=cmd /C del /F /Q
else
RM=command /C del
endif
#
# Begin "Debug" configuration
#
ifeq ($(MAKECMDGOALS),Debug)
Debug : ./debug/ezlitedemo.dxe
./debug/ucos_ii.doj :../../../../source/ucos_ii.c ../../../../source/ucos_ii.h ./ucos-ii_v2.70/os_cpu.h ./inc/cpu_globals.h ./ucos-ii_v2.70/os_cfg.h ../../../../source/os_core.c ../../../../source/os_flag.c ../../../../source/os_mbox.c ../../../../source/os_mem.c ../../../../source/os_mutex.c ../../../../source/os_q.c ../../../../source/os_sem.c ../../../../source/os_task.c ../../../../source/os_time.c
$(VDSP)/ccblkfn -c ..\..\..\..\Source\ucos_ii.c -g -I .\Inc,.\uCOS-II_V2.70,..\..\..\..\Source -proc ADSP-BF533 -o .\Debug\ucos_ii.doj -MM
./debug/demoapp.doj :./appl/demoapp.c
$(VDSP)/ccblkfn -c .\Appl\DemoApp.c -g -I .\Inc,.\uCOS-II_V2.70,..\..\..\..\Source -proc ADSP-BF533 -o .\Debug\DemoApp.doj -MM
./debug/driv_coretimer_asm.doj :./drivers/driv_coretimer_asm.s
$(VDSP)/easmBLKFN.exe -proc ADSP-BF533 -i .\.\Inc -i .\.\uCOS-II_V2.70 -i .\..\..\..\..\Source -o .\Debug\driv_CoreTimer_asm.doj -g .\Drivers\driv_CoreTimer_asm.s -MM
./debug/driv_internal_uart_asm.doj :././ucos-ii_v2.70/os_cfg.h ./drivers/driv_internal_uart_asm.s ../../../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/cdefbf532.h ../../../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/cdefbf533.h ../../../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/cdefbf53x.h ../../../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/defbf532.h ../../../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/def_lpblackfin.h ././../../../../source/ucos_ii.h ././ucos-ii_v2.70/os_cpu.h ././inc/cpu_globals.h
$(VDSP)/easmBLKFN.exe -proc ADSP-BF533 -i .\.\Inc -i .\.\uCOS-II_V2.70 -i .\..\..\..\..\Source -o .\Debug\driv_Internal_UART_asm.doj -g .\Drivers\driv_Internal_UART_asm.s -MM
./debug/driv_internal_uart_c.doj :./drivers/driv_internal_uart_c.c ../../../../source/ucos_ii.h ./ucos-ii_v2.70/os_cpu.h ./inc/cpu_globals.h ./ucos-ii_v2.70/os_cfg.h ./inc/internal_uart.h ../../../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/cdefbf533.h ../../../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/cdefbf532.h ../../../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/defbf532.h ../../../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/def_lpblackfin.h ../../../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/cdefbf53x.h
$(VDSP)/ccblkfn -c .\Drivers\driv_Internal_UART_c.c -g -I .\Inc,.\uCOS-II_V2.70,..\..\..\..\Source -proc ADSP-BF533 -o .\Debug\driv_Internal_UART_c.doj -MM
./debug/driv_bf533_ezlite_c.doj :./drivers/driv_bf533_ezlite_c.c
$(VDSP)/ccblkfn -c .\Drivers\driv_bf533_EZLite_c.c -g -I .\Inc,.\uCOS-II_V2.70,..\..\..\..\Source -proc ADSP-BF533 -o .\Debug\driv_bf533_EZLite_c.doj -MM
./debug/driv_bf533_asm.doj :./drivers/driv_bf533_asm.s
$(VDSP)/easmBLKFN.exe -proc ADSP-BF533 -i .\.\Inc -i .\.\uCOS-II_V2.70 -i .\..\..\..\..\Source -o .\Debug\driv_bf533_asm.doj -g .\Drivers\driv_bf533_asm.s -MM
./debug/os_cpu_asm.doj :./ucos-ii_v2.70/os_cpu_asm.s
$(VDSP)/easmBLKFN.exe -proc ADSP-BF533 -i .\.\Inc -i .\.\uCOS-II_V2.70 -i .\..\..\..\..\Source -o .\Debug\os_cpu_asm.doj -g .\uCOS-II_V2.70\os_cpu_asm.s -MM
./debug/os_cpu_c.doj :./ucos-ii_v2.70/os_cpu_c.c
$(VDSP)/ccblkfn -c .\uCOS-II_V2.70\os_cpu_c.c -g -I .\Inc,.\uCOS-II_V2.70,..\..\..\..\Source -proc ADSP-BF533 -o .\Debug\os_cpu_c.doj -MM
./debug/ezlitedemo.dxe :./debug/ucos_ii.doj ./debug/demoapp.doj ./debug/driv_coretimer_asm.doj ./debug/driv_internal_uart_asm.doj ./debug/driv_internal_uart_c.doj ./debug/driv_bf533_ezlite_c.doj ./debug/driv_bf533_asm.doj ./debug/os_cpu_asm.doj ./debug/os_cpu_c.doj ./bf533ezlite.ldf
$(VDSP)/ccblkfn.exe .\Debug\ucos_ii.doj .\Debug\DemoApp.doj .\Debug\driv_CoreTimer_asm.doj .\Debug\driv_Internal_UART_asm.doj .\Debug\driv_Internal_UART_c.doj .\Debug\driv_bf533_EZLite_c.doj .\Debug\driv_bf533_asm.doj .\Debug\os_cpu_asm.doj .\Debug\os_cpu_c.doj -T .\BF533EZLite.ldf -proc ADSP-BF533 -L .\Debug -flags-link -od,.\Debug -o .\Debug\EZLiteDemo.dxe -map .\Debug\EZLiteDemo.map -flags-link -jcs2l+ -flags-link -MM
endif
ifeq ($(MAKECMDGOALS),Debug_clean)
Debug_clean:
$(RM) ".\Debug\ucos_ii.doj"
$(RM) ".\Debug\DemoApp.doj"
$(RM) ".\Debug\driv_CoreTimer_asm.doj"
$(RM) ".\Debug\driv_Internal_UART_asm.doj"
$(RM) ".\Debug\driv_Internal_UART_c.doj"
$(RM) ".\Debug\driv_bf533_EZLite_c.doj"
$(RM) ".\Debug\driv_bf533_asm.doj"
$(RM) ".\Debug\os_cpu_asm.doj"
$(RM) ".\Debug\os_cpu_c.doj"
$(RM) ".\Debug\EZLiteDemo.dxe"
$(RM) ".\Debug\*.ipa"
$(RM) ".\Debug\*.opa"
$(RM) ".\Debug\*.ti"
endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -