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

📄 dxe2.mak

📁 BF533 上面Multiple DXE启动代码
💻 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:
#     DXE2_Debug
#     DXE2_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 4.0

ifndef ADI_DSP_MAKE
ADI_DSP_MAKE=d:/Program\ Files/Analog\ Devices/VisualDSP\ 4.0
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 "DXE2_Debug" configuration
#

ifeq ($(MAKECMDGOALS),DXE2_Debug)

DXE2_Debug : ./Debug/DXE2.dxe 

./Debug/BF533_EZ-KIT_Flash_Setup.doj :./BF533_EZ-KIT_Flash_Setup.asm $(ADI_DSP_MAKE)/Blackfin/include/defBF532.h $(ADI_DSP_MAKE)/Blackfin/include/defBF533.h $(ADI_DSP_MAKE)/Blackfin/include/def_LPBlackfin.h 
	@echo ".\BF533_EZ-KIT_Flash_Setup.asm"
	$(VDSP)/easmblkfn.exe .\BF533_EZ-KIT_Flash_Setup.asm -proc ADSP-BF533 -g -si-revision 0.2 -o .\Debug\BF533_EZ-KIT_Flash_Setup.doj -MM

./Debug/main.doj :./main.asm ./startup.h $(ADI_DSP_MAKE)/Blackfin/include/defBF532.h $(ADI_DSP_MAKE)/Blackfin/include/defBF533.h $(ADI_DSP_MAKE)/Blackfin/include/def_LPBlackfin.h 
	@echo ".\main.asm"
	$(VDSP)/easmblkfn.exe .\main.asm -proc ADSP-BF533 -g -si-revision 0.2 -o .\Debug\main.doj -MM

./Debug/startup.doj :./startup.asm ./startup.h $(ADI_DSP_MAKE)/Blackfin/include/defBF532.h $(ADI_DSP_MAKE)/Blackfin/include/defBF533.h $(ADI_DSP_MAKE)/Blackfin/include/def_LPBlackfin.h 
	@echo ".\startup.asm"
	$(VDSP)/easmblkfn.exe .\startup.asm -proc ADSP-BF533 -g -si-revision 0.2 -o .\Debug\startup.doj -MM

./Debug/DXE2.dxe :./Debug/startup.doj ./Debug/main.doj ./Debug/BF533_EZ-KIT_Flash_Setup.doj ./ADSP-BF533_ASM.ldf ./Debug/BF533_EZ-KIT_Flash_Setup.doj ./Debug/main.doj ./Debug/startup.doj 
	@echo "Linking..."
	$(VDSP)/ccblkfn.exe .\Debug\BF533_EZ-KIT_Flash_Setup.doj .\Debug\main.doj .\Debug\startup.doj -T .\ADSP-BF533_ASM.ldf -L .\Debug -flags-link -od,.\Debug -o .\Debug\DXE2.dxe -proc ADSP-BF533 -si-revision 0.2 -flags-link -MM

endif

ifeq ($(MAKECMDGOALS),DXE2_Debug_clean)

DXE2_Debug_clean:
	$(RM) ".\Debug\BF533_EZ-KIT_Flash_Setup.doj"
	$(RM) ".\Debug\main.doj"
	$(RM) ".\Debug\startup.doj"
	$(RM) ".\Debug\DXE2.dxe"
	$(RM) ".\Debug\*.ipa"
	$(RM) ".\Debug\*.opa"
	$(RM) ".\Debug\*.ti"
	$(RM) ".\*.rbld"

endif


⌨️ 快捷键说明

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