📄 three_step_search.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:
# three_step_search_Debug
# three_step_search_Debug_clean
# 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.
ADI_DSP=C:\Program Files\Analog Devices\VisualDSP 3.5 16-Bit
ifndef ADI_DSP_MAKE
ADI_DSP_MAKE=C:/Program\ Files/Analog\ Devices/VisualDSP\ 3.5\ 16-Bit
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 "three_step_search_Debug" configuration
#
ifeq ($(MAKECMDGOALS),three_step_search_Debug)
three_step_search_Debug : ./Debug/three_step_search.exe
./Debug/cycle_count.doj :./cycle_count.asm
$(VDSP)/easmblkfn.exe .\cycle_count.asm -proc ADSP-BF533 -g -o .\Debug\cycle_count.doj -MM
./Debug/hpel.doj :./hpel.asm
$(VDSP)/easmblkfn.exe .\hpel.asm -proc ADSP-BF533 -g -o .\Debug\hpel.doj -MM
./Debug/init_tss.doj :./init_tss.asm
$(VDSP)/easmblkfn.exe .\init_tss.asm -proc ADSP-BF533 -g -o .\Debug\init_tss.doj -MM
./Debug/test_three_step_search.doj :./test_three_step_search.c $(VDSP)/Blackfin/include/stdio.h $(VDSP)/Blackfin/include/yvals.h ./ttss.h
$(VDSP)/ccblkfn.exe -c .\test_three_step_search.c -g -proc ADSP-BF533 -o .\Debug\test_three_step_search.doj -MM
./Debug/three_step_search.doj :./three_step_search.asm
$(VDSP)/easmblkfn.exe .\three_step_search.asm -proc ADSP-BF533 -g -o .\Debug\three_step_search.doj -MM
./Debug/three_step_search.dxe :./Debug/cycle_count.doj ./Debug/hpel.doj ./Debug/init_tss.doj ./Debug/test_three_step_search.doj ./Debug/three_step_search.doj ./adsp-BF533.ldf
$(VDSP)/ccblkfn.exe .\Debug\cycle_count.doj .\Debug\hpel.doj .\Debug\init_tss.doj .\Debug\test_three_step_search.doj .\Debug\three_step_search.doj -T .\adsp-BF533.ldf -L .\Debug -flags-link -od,.\Debug -o .\Debug\three_step_search.dxe -proc ADSP-BF533 -flags-link -MM
./Debug/three_step_search.exe : ./Debug/three_step_search.dxe
$(VDSP)/simcc.exe -BF533 .\Debug\three_step_search.dxe -idde -o .\Debug\three_step_search.exe -MM
endif
ifeq ($(MAKECMDGOALS),three_step_search_Debug_clean)
three_step_search_Debug_clean:
$(RM) ".\Debug\cycle_count.doj"
$(RM) ".\Debug\hpel.doj"
$(RM) ".\Debug\init_tss.doj"
$(RM) ".\Debug\test_three_step_search.doj"
$(RM) ".\Debug\three_step_search.doj"
$(RM) ".\Debug\three_step_search.dxe"
$(RM) ".\Debug\three_step_search.exe"
$(RM) ".\Debug\*.ipa"
$(RM) ".\Debug\*.opa"
$(RM) ".\Debug\*.ti"
endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -