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

📄 fft.mak

📁 21065L fft fir 源码 对于dsp系统的开发与应用有很大的好处。
💻 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:
#     Fft_Debug
#     Fft_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


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

ifeq ($(MAKECMDGOALS),Fft_Debug)

Fft_Debug : ./Debug/Fft.dxe 

./Debug/BUFFERS.doj :./BUFFERS.ASM 
	@echo ".\BUFFERS.ASM"
	$(VDSP)/easm21k.exe .\BUFFERS.ASM -proc ADSP-21262 -g -o .\Debug\BUFFERS.doj -MM

./Debug/FFT.doj :FFT.c $(VDSP)/212xx/include/def21262.h $(VDSP)/212xx/include/def21266.h $(VDSP)/212xx/include/21262.h $(VDSP)/212xx/include/platform_include.h $(VDSP)/212xx/include/Cdef21262.h $(VDSP)/212xx/include/Cdef21266.h $(VDSP)/212xx/include/signal.h $(VDSP)/212xx/include/limits.h $(VDSP)/212xx/include/trans.h $(VDSP)/212xx/include/float.h $(VDSP)/212xx/include/math.h $(VDSP)/212xx/include/math_21xxx.h 
	@echo ".\FFT.c"
	$(VDSP)/cc21k.exe -c .\FFT.c -file-attr ProjectName=Fft -g -no-multiline -double-size-32 -warn-protos -proc ADSP-21262 -o .\Debug\FFT.doj -MM

./Debug/Fft.dxe :./Debug/FFT.doj ./Debug/BUFFERS.doj Fft.ldf Debug/BUFFERS.doj Debug/FFT.doj $(VDSP)/21k/lib/libc.dlb $(VDSP)/21k/lib/libio32.dlb $(VDSP)/21k/lib/libdsp.dlb 
	@echo "Linking..."
	$(VDSP)/cc21k.exe .\Debug\BUFFERS.doj .\Debug\FFT.doj -T .\Fft.ldf -L .\Debug -flags-link -od,.\Debug -o .\Debug\Fft.dxe -proc ADSP-21262 -flags-link -MM

endif

ifeq ($(MAKECMDGOALS),Fft_Debug_clean)

Fft_Debug_clean:
	-$(RM) ".\Debug\BUFFERS.doj"
	-$(RM) ".\Debug\FFT.doj"
	-$(RM) ".\Debug\Fft.dxe"
	-$(RM) ".\Debug\*.ipa"
	-$(RM) ".\Debug\*.opa"
	-$(RM) ".\Debug\*.ti"
	-$(RM) ".\*.rbld"

endif


⌨️ 快捷键说明

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