📄 bf561_prom16.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:
# bf561_prom16_Debug
# bf561_prom16_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 4.5 (1)
# $VDSP is a gmake-friendly version of ADI_DIR
empty:=
space:= $(empty) $(empty)
VDSP_INTERMEDIATE=$(subst \,/,$(ADI_DSP))
VDSP=$(subst $(space),\$(space),$(VDSP_INTERMEDIATE))
RM=cmd /C del /F /Q
#
# Begin "bf561_prom16_Debug" configuration
#
ifeq ($(MAKECMDGOALS),bf561_prom16_Debug)
bf561_prom16_Debug : Debug/bf561_prom16.dxe
./Debug/bf561_prom16.doj :$(VDSP)/Blackfin/include/defBF561.h $(VDSP)/Blackfin/include/def_LPBlackfin.h $(VDSP)/Blackfin/ldr/561_prom16/bf561_prom16.dsp
@echo "c:\Program Files\Analog Devices\VisualDSP 4.5 (1)\Blackfin\ldr\561_prom16\bf561_prom16.dsp"
$(VDSP)/easmblkfn.exe $(VDSP)\Blackfin\ldr\561_prom16\bf561_prom16.dsp -proc ADSP-BF561 -g -D ENABLE_JTAG -l .\Debug\bf561_prom16.lst -o .\Debug\bf561_prom16.doj -MM
Debug/cmd.doj :$(VDSP)/Blackfin/ldr/561_prom16/cmd.c
@echo "c:\Program Files\Analog Devices\VisualDSP 4.5 (1)\Blackfin\ldr\561_prom16\cmd.c"
$(VDSP)/ccblkfn.exe -c $(VDSP)\Blackfin\ldr\561_prom16\cmd.c -file-attr ProjectName=bf561_prom16 -g -no-multiline -double-size-32 -decls-strong -warn-protos -proc ADSP-BF561 -o .\Debug\cmd.doj -MM
Debug/bf561_prom16.dxe :$(VDSP)/Blackfin/ldr/561_prom16/ADSP-BF561.LDF ./Debug/bf561_prom16.doj ./Debug/cmd.doj
@echo "Linking..."
$(VDSP)/ccblkfn.exe .\Debug\bf561_prom16.doj .\Debug\cmd.doj -T $(VDSP)\Blackfin\ldr\561_prom16\ADSP-BF561.LDF -map .\Debug\bf561_prom16.map.xml -L .\Debug -flags-link -od,.\Debug -o .\Debug\bf561_prom16.dxe -proc ADSP-BF561 -flags-link -MM
endif
ifeq ($(MAKECMDGOALS),bf561_prom16_Debug_clean)
bf561_prom16_Debug_clean:
-$(RM) ".\Debug\bf561_prom16.doj"
-$(RM) "Debug\cmd.doj"
-$(RM) "Debug\bf561_prom16.dxe"
-$(RM) ".\Debug\*.ipa"
-$(RM) ".\Debug\*.opa"
-$(RM) ".\Debug\*.ti"
-$(RM) ".\*.rbld"
endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -