📄 sdram_dma.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:
# SDRAM_DMA_Debug
# SDRAM_DMA_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:\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 "SDRAM_DMA_Debug" configuration
#
ifeq ($(MAKECMDGOALS),SDRAM_DMA_Debug)
SDRAM_DMA_Debug : Debug/SDRAM_DMA.dxe
Debug/external_mem.doj :external_mem.c $(VDSP)/TS/include/stdio.h $(VDSP)/TS/include/yvals.h $(VDSP)/TS/include/stdio_ts.h $(VDSP)/TS/include/complex.h $(VDSP)/TS/include/builtins.h $(VDSP)/TS/include/sysreg.h $(VDSP)/TS/include/defts201.h $(VDSP)/TS/include/signal.h $(VDSP)/TS/include/string.h tx_data.dat
@echo ".\external_mem.c"
$(VDSP)/ccts.exe -c .\external_mem.c -file-attr ProjectName=SDRAM_DMA -g -structs-do-not-overlap -no-multiline -char-size-32 -double-size-32 -warn-protos -si-revision 1.1 -proc ADSP-TS201 -o .\Debug\external_mem.doj -MM
Debug/SDRAM_DMA.dxe :ADSP-TS201.ldf $(VDSP)/TS/lib/ts20x_rev_1.0/ts_hdr_TS201.doj ./Debug/external_mem.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\external_mem.doj -T .\ADSP-TS201.ldf -L .\Debug -flags-link -od,.\Debug -o .\Debug\SDRAM_DMA.dxe -proc ADSP-TS201 -si-revision 1.1 -flags-link -MM
endif
ifeq ($(MAKECMDGOALS),SDRAM_DMA_Debug_clean)
SDRAM_DMA_Debug_clean:
-$(RM) "Debug\external_mem.doj"
-$(RM) "Debug\SDRAM_DMA.dxe"
-$(RM) ".\Debug\*.ipa"
-$(RM) ".\Debug\*.opa"
-$(RM) ".\Debug\*.ti"
-$(RM) ".\*.rbld"
endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -