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

📄 stereo_simd_fir.mak

📁 在ADSP-2126x上编写的优化过的FIR滤波器程序(用c和汇编编写)。
💻 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:\vdsp
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/stereo_simd_fir.dxe 

./debug/_algorithm.doj :./_algorithm.asm ../../../../../vdsp/212xx/include/def21262.h ../../../../../vdsp/212xx/include/def21266.h 
	$(VDSP)/easm21k.exe -proc ADSP-21262  -o .\Debug\_algorithm.doj -g .\_algorithm.asm -MM

./debug/_initalgorithm.doj :./_initalgorithm.asm ../../../../../vdsp/212xx/include/def21262.h ../../../../../vdsp/212xx/include/def21266.h fir_coeffs.dat 
	$(VDSP)/easm21k.exe -proc ADSP-21262  -o .\Debug\_initAlgorithm.doj -g .\_initAlgorithm.asm -MM

./debug/init1835viaspi.doj :./ad1835.h ./init1835viaspi.asm ../../../../../vdsp/212xx/include/def21262.h ../../../../../vdsp/212xx/include/def21266.h 
	$(VDSP)/easm21k.exe -proc ADSP-21262  -o .\Debug\init1835viaSPI.doj -g .\init1835viaSPI.asm -MM

./debug/initdai.doj :./sru.h ./def21262.h ./initdai.asm 
	$(VDSP)/easm21k.exe -proc ADSP-21262  -o .\Debug\initDAI.doj -g .\initDAI.asm -MM

./debug/initsport.doj :./initsport.asm ../../../../../vdsp/212xx/include/def21262.h ../../../../../vdsp/212xx/include/def21266.h 
	$(VDSP)/easm21k.exe -proc ADSP-21262  -o .\Debug\initSPORT.doj -g .\initSPORT.asm -MM

./debug/isr.doj :./def21262.h ./isr.asm 
	$(VDSP)/easm21k.exe -proc ADSP-21262  -o .\Debug\isr.doj -g .\isr.asm -MM

./debug/ivt21262.doj :./ivt21262.asm 
	$(VDSP)/easm21k.exe -proc ADSP-21262  -o .\Debug\ivt21262.doj -g .\ivt21262.asm -MM

./debug/main.doj :./main.asm ../../../../../vdsp/212xx/include/def21262.h ../../../../../vdsp/212xx/include/def21266.h 
	$(VDSP)/easm21k.exe -proc ADSP-21262  -o .\Debug\main.doj -g .\main.asm -MM

./debug/stereo_simd_fir.dxe :./adsp-21262-ezkit.ldf ./debug/_algorithm.doj ./debug/_initalgorithm.doj ./debug/init1835viaspi.doj ./debug/initdai.doj ./debug/initsport.doj ./debug/isr.doj ./debug/ivt21262.doj ./debug/main.doj 
	$(VDSP)/cc21k.exe .\Debug\_algorithm.doj .\Debug\_initAlgorithm.doj .\Debug\init1835viaSPI.doj .\Debug\initDAI.doj .\Debug\initSPORT.doj .\Debug\isr.doj .\Debug\ivt21262.doj .\Debug\main.doj -T .\ADSP-21262-EZKIT.LDF -proc ADSP-21262 -L .\Debug -flags-link -od,.\Debug -o .\Debug\Stereo_SIMD_FIR.dxe -map .\Debug\Stereo_SIMD_FIR.map -flags-link -MM

endif

ifeq ($(MAKECMDGOALS),Debug_clean)

Debug_clean:
	$(RM) ".\Debug\_algorithm.doj"
	$(RM) ".\Debug\_initAlgorithm.doj"
	$(RM) ".\Debug\init1835viaSPI.doj"
	$(RM) ".\Debug\initDAI.doj"
	$(RM) ".\Debug\initSPORT.doj"
	$(RM) ".\Debug\isr.doj"
	$(RM) ".\Debug\ivt21262.doj"
	$(RM) ".\Debug\main.doj"
	$(RM) ".\Debug\Stereo_SIMD_FIR.dxe"
	$(RM) ".\Debug\*.ipa"
	$(RM) ".\Debug\*.opa"
	$(RM) ".\Debug\*.ti"

endif


⌨️ 快捷键说明

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