⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 asm_timer.mak

📁 这是DSP信号处理中关于led循环显示的测试程序。
💻 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:
#     asm_timer_Debug
#     asm_timer_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 5.0


# $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 "asm_timer_Debug" configuration
#

ifeq ($(MAKECMDGOALS),asm_timer_Debug)

asm_timer_Debug : ./Debug/asm_timer.dxe 

./Debug/asm_timer.doj :./asm_timer.asm $(VDSP)/Blackfin/include/defBF535.h $(VDSP)/Blackfin/include/defblackfin.h 
	@echo ".\asm_timer.asm"
	$(VDSP)/easmblkfn.exe .\asm_timer.asm -proc ADSP-BF535 -file-attr ProjectName=asm_timer -g -o .\Debug\asm_timer.doj -MM

./Debug/asm_timer.dxe :./ADSP-BF535_asm.ldf ./Debug/asm_timer.doj 
	@echo "Linking..."
	$(VDSP)/ccblkfn.exe .\Debug\asm_timer.doj -T .\ADSP-BF535_asm.ldf -L .\Debug -add-debug-libpaths -flags-link -od,.\Debug -o .\Debug\asm_timer.dxe -proc ADSP-BF535 -flags-link -MM

endif

ifeq ($(MAKECMDGOALS),asm_timer_Debug_clean)

asm_timer_Debug_clean:
	-$(RM) ".\Debug\asm_timer.doj"
	-$(RM) ".\Debug\asm_timer.dxe"
	-$(RM) ".\Debug\*.ipa"
	-$(RM) ".\Debug\*.opa"
	-$(RM) ".\Debug\*.ti"
	-$(RM) ".\Debug\*.pgi"
	-$(RM) ".\*.rbld"

endif


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -