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

📄 rad2fft.mak

📁 在ADSP-2126x上编写的优化过的FFT程序(用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:\Program Files\Analog Devices\VisualDSP
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/rad2fft.dxe 

./debug/sinf_simd.doj :../transandentals/sinf_simd.asm ../../../program\ files/analog\ devices/visualdsp/212xx/lib/src/libc_src/dbl_glob.h ../../../program\ files/analog\ devices/visualdsp/212xx/lib/src/libc_src/flt_glob.h ../../../program\ files/analog\ devices/visualdsp/212xx/lib/src/libc_src/fxd_glob.h ../../../program\ files/analog\ devices/visualdsp/212xx/lib/src/libc_src/lib_glob.h ../../../program\ files/analog\ devices/visualdsp/212xx/lib/src/libc_src/mth_glob.h 
	$(VDSP)/easm21k.exe -proc ADSP-21262  -i $(VDSP)\212xx\lib\src\libc_src -o .\Debug\sinf_simd.doj ..\Transandentals\sinf_simd.asm -MM

./debug/benchmark.doj :./benchmark.asm ../../../program\ files/analog\ devices/visualdsp/212xx/include/asm_sprt.h ../../../program\ files/analog\ devices/visualdsp/212xx/include/def21262.h ../../../program\ files/analog\ devices/visualdsp/212xx/include/def21266.h 
	$(VDSP)/easm21k.exe -proc ADSP-21262  -i $(VDSP)\212xx\lib\src\libc_src -o .\Debug\benchmark.doj .\benchmark.asm -MM

./debug/cfft_simd.doj :./cfft_simd.c ./cfft_simd.h ctypes.h 
	$(VDSP)/cc21k -c .\cfft_simd.c  -g  -proc ADSP-21262  -o .\Debug\cfft_simd.doj  -MM

./debug/fft.doj :./fft.asm ../../../program\ files/analog\ devices/visualdsp/212xx/include/asm_sprt.h ../../../program\ files/analog\ devices/visualdsp/212xx/include/def21262.h ../../../program\ files/analog\ devices/visualdsp/212xx/include/def21266.h 
	$(VDSP)/easm21k.exe -proc ADSP-21262  -i $(VDSP)\212xx\lib\src\libc_src -o .\Debug\fft.doj .\fft.asm -MM

./debug/main.doj :./main.c ./cfft_simd.h ctypes.h benchmark.h ../../../program\ files/analog\ devices/visualdsp/212xx/include/stdio.h 
	$(VDSP)/cc21k -c .\main.c  -g  -proc ADSP-21262  -o .\Debug\main.doj  -MM

./debug/rad2fft.dxe :./rad2fft.ldf ./debug/benchmark.doj ./debug/cfft_simd.doj ./debug/fft.doj ./debug/main.doj ./debug/sinf_simd.doj ../../../program\ files/analog\ devices/visualdsp/212xx/lib/262_hdr.doj ../../../program\ files/analog\ devices/visualdsp/212xx/lib/libc26x.dlb ../../../program\ files/analog\ devices/visualdsp/212xx/lib/libdsp26x.dlb ../../../program\ files/analog\ devices/visualdsp/212xx/lib/libio.dlb 
	$(VDSP)/cc21k.exe .\Debug\sinf_simd.doj .\Debug\benchmark.doj .\Debug\cfft_simd.doj .\Debug\fft.doj .\Debug\main.doj -T .\Rad2FFT.ldf -proc ADSP-21262 -L .\Debug -flags-link -od,.\Debug -o .\Debug\Rad2FFT.dxe -map .\Debug\Rad2FFT.map -flags-link -MM

endif

ifeq ($(MAKECMDGOALS),Debug_clean)

Debug_clean:
	$(RM) ".\Debug\sinf_simd.doj"
	$(RM) ".\Debug\benchmark.doj"
	$(RM) ".\Debug\cfft_simd.doj"
	$(RM) ".\Debug\fft.doj"
	$(RM) ".\Debug\main.doj"
	$(RM) ".\Debug\Rad2FFT.dxe"
	$(RM) ".\Debug\*.ipa"
	$(RM) ".\Debug\*.opa"
	$(RM) ".\Debug\*.ti"

endif


⌨️ 快捷键说明

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