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

📄 adsp-ts201_dft_c.mak

📁 基于TS201 32-bit floating point DFT routine
💻 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:
#     dft_c_Debug
#     dft_c_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=E:\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 "dft_c_Debug" configuration
#

ifeq ($(MAKECMDGOALS),dft_c_Debug)

dft_c_Debug : ./Debug/dft_c.dxe 

Debug/dft.doj :dft.c $(VDSP)/TS/include/defts201.h cache_macros.h $(VDSP)/TS/include/stdio.h $(VDSP)/TS/include/yvals.h $(VDSP)/TS/include/stdio_ts.h test64.dat sin64.dat 
	@echo ".\dft.c"
	$(VDSP)/ccts.exe -c .\dft.c -file-attr ProjectName=dft_c -g -no-multiline -char-size-8 -double-size-32 -warn-protos -default-branch-np -proc ADSP-TS201 -o .\Debug\dft.doj -MM

./Debug/dft_c.dxe :$(VDSP)/TS/ldf/ADSP-TS201.ldf $(VDSP)/TS/lib/ts20x_rev_1.0/ts_hdr_TS201.doj ./Debug/dft.doj $(VDSP)/TS/lib/ts20x_rev_1.0/meminit_ts20x.doj $(VDSP)/TS/lib/ts20x_rev_1.0/ts_exit_TS201.doj $(VDSP)/TS/lib/ts20x_rev_1.0/libc_TS201.dlb $(VDSP)/TS/lib/ts20x_rev_1.0/libio_TS201.dlb $(VDSP)/TS/lib/ts20x_rev_1.0/libdsp_TS201.dlb $(VDSP)/TS/lib/ts20x_rev_1.0/libcpprt_TS201.dlb 
	@echo "Linking..."
	$(VDSP)/ccts.exe .\Debug\dft.doj -L .\Debug -flags-link -od,.\Debug -o .\Debug\dft_c.dxe -proc ADSP-TS201 -MM

endif

ifeq ($(MAKECMDGOALS),dft_c_Debug_clean)

dft_c_Debug_clean:
	-$(RM) "Debug\dft.doj"
	-$(RM) ".\Debug\dft_c.dxe"
	-$(RM) ".\Debug\*.ipa"
	-$(RM) ".\Debug\*.opa"
	-$(RM) ".\Debug\*.ti"
	-$(RM) ".\*.rbld"

endif


⌨️ 快捷键说明

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