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

📄 read.mak

📁 ADI公司Blackfin系列DSP BF533读取SDRAM数据
💻 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:
#     read_Debug
#     read_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=D:\Program Files\Analog Devices\VisualDSP 3.5 16-Bit

ifndef ADI_DSP_MAKE
ADI_DSP_MAKE=D:/Program\ Files/Analog\ Devices/VisualDSP\ 3.5\ 16-Bit
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 "read_Debug" configuration
#

ifeq ($(MAKECMDGOALS),read_Debug)

read_Debug : ./Debug/read.dxe 

./Debug/init_EBIU.doj :./init_EBIU.c $(ADI_DSP_MAKE)/Blackfin/include/cdefBF533.h $(ADI_DSP_MAKE)/Blackfin/include/cdefBF532.h $(ADI_DSP_MAKE)/Blackfin/include/defBF532.h $(ADI_DSP_MAKE)/Blackfin/include/def_LPBlackfin.h $(ADI_DSP_MAKE)/Blackfin/include/cdef_LPBlackfin.h $(ADI_DSP_MAKE)/Blackfin/include/sys/exception.h 
	$(VDSP)/ccblkfn.exe -c .\init_EBIU.c -g -proc ADSP-BF533 -o .\Debug\init_EBIU.doj -MM

./Debug/main.doj :./main.c $(ADI_DSP_MAKE)/Blackfin/include/cdefBF533.h $(ADI_DSP_MAKE)/Blackfin/include/cdefBF532.h $(ADI_DSP_MAKE)/Blackfin/include/defBF532.h $(ADI_DSP_MAKE)/Blackfin/include/def_LPBlackfin.h $(ADI_DSP_MAKE)/Blackfin/include/cdef_LPBlackfin.h 
	$(VDSP)/ccblkfn.exe -c .\main.c -g -proc ADSP-BF533 -o .\Debug\main.doj -MM

./Debug/read.doj :./read.asm $(ADI_DSP_MAKE)/blackfin/include/defBF532.h $(ADI_DSP_MAKE)/blackfin/include/def_LPBlackfin.h $(ADI_DSP_MAKE)/blackfin/include/defbf533.h 
	$(VDSP)/easmblkfn.exe .\read.asm -proc ADSP-BF533 -g -o .\Debug\read.doj -MM

./Debug/read.doj :./read.c $(ADI_DSP_MAKE)/Blackfin/include/cdefBF533.h $(ADI_DSP_MAKE)/Blackfin/include/cdefBF532.h $(ADI_DSP_MAKE)/Blackfin/include/defBF532.h $(ADI_DSP_MAKE)/Blackfin/include/def_LPBlackfin.h $(ADI_DSP_MAKE)/Blackfin/include/cdef_LPBlackfin.h $(ADI_DSP_MAKE)/Blackfin/include/sys/exception.h 
	$(VDSP)/ccblkfn.exe -c .\read.c -g -proc ADSP-BF533 -o .\Debug\read.doj -MM

./Debug/read.dxe :./Debug/init_EBIU.doj ./Debug/main.doj ./Debug/read.doj ./Debug/read.doj 
	$(VDSP)/ccblkfn.exe .\Debug\init_EBIU.doj .\Debug\main.doj .\Debug\read.doj .\Debug\read.doj -L .\Debug -flags-link -od,.\Debug -o .\Debug\read.dxe -proc ADSP-BF533 -MM

endif

ifeq ($(MAKECMDGOALS),read_Debug_clean)

read_Debug_clean:
	$(RM) ".\Debug\init_EBIU.doj"
	$(RM) ".\Debug\main.doj"
	$(RM) ".\Debug\read.doj"
	$(RM) ".\Debug\read.doj"
	$(RM) ".\Debug\read.dxe"
	$(RM) ".\Debug\*.ipa"
	$(RM) ".\Debug\*.opa"
	$(RM) ".\Debug\*.ti"

endif


⌨️ 快捷键说明

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