📄 tsfft.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:
# TSFFT_Debug
# TSFFT_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 "TSFFT_Debug" configuration
#
ifeq ($(MAKECMDGOALS),TSFFT_Debug)
TSFFT_Debug : Debug/TSFFT.dxe
Debug/tsfft_adi.doj :tsfft_adi.c $(VDSP)/TS/include/defts201.h $(VDSP)/TS/include/sysreg.h $(VDSP)/TS/include/signal.h $(VDSP)/TS/include/stdio.h $(VDSP)/TS/include/yvals.h $(VDSP)/TS/include/stdio_ts.h $(VDSP)/TS/include/filter.h $(VDSP)/TS/include/complex.h $(VDSP)/TS/include/math.h $(VDSP)/TS/include/math_ts.h utils.h testdef.h $(VDSP)/TS/include/defts201.h ././cache_macros.h
@echo ".\tsfft_adi.c"
$(VDSP)/ccts.exe -c .\tsfft_adi.c -file-attr ProjectName=TSFFT -g -structs-do-not-overlap -no-multiline -char-size-32 -double-size-32 -warn-protos -si-revision 2.0 -proc ADSP-TS201 -o .\Debug\tsfft_adi.doj -MM
Debug/utils.doj :utils.c $(VDSP)/TS/include/sysreg.h $(VDSP)/TS/include/builtins.h $(VDSP)/TS/include/signal.h $(VDSP)/TS/include/defts201.h utils.h
@echo ".\utils.c"
$(VDSP)/ccts.exe -c .\utils.c -file-attr ProjectName=TSFFT -g -structs-do-not-overlap -no-multiline -char-size-32 -double-size-32 -warn-protos -si-revision 2.0 -proc ADSP-TS201 -o .\Debug\utils.doj -MM
Debug/TSFFT.dxe :ADSP-TS201.ldf $(VDSP)/TS/lib/ts20x_rev_1.0/ts_hdr_TS201.doj ./Debug/tsfft_adi.doj ./Debug/utils.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\tsfft_adi.doj .\Debug\utils.doj -T .\ADSP-TS201.ldf -L .\Debug -add-debug-libpaths -flags-link -od,.\Debug -o .\Debug\TSFFT.dxe -proc ADSP-TS201 -si-revision 2.0 -flags-link -MM
endif
ifeq ($(MAKECMDGOALS),TSFFT_Debug_clean)
TSFFT_Debug_clean:
-$(RM) "Debug\tsfft_adi.doj"
-$(RM) "Debug\utils.doj"
-$(RM) "Debug\TSFFT.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 + -