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

📄 bf531_usb.mak

📁 dsp转换USB通讯程序样例
💻 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:
#     BF531_USB_Debug
#     BF531_USB_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 4.0

ifndef ADI_DSP_MAKE
ADI_DSP_MAKE=C:/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 "BF531_USB_Debug" configuration
#

ifeq ($(MAKECMDGOALS),BF531_USB_Debug)

BF531_USB_Debug : ./Debug/BF531_USB.dxe 

./Debug/Chap_9.doj :./D12/Chap_9.asm ./D12/Descriptor.h ./D12/PDIUSBD12.h $(VDSP)/Blackfin/include/defBF531.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h 
	@echo ".\D12\Chap_9.asm"
	$(VDSP)/easmblkfn.exe .\D12\Chap_9.asm -proc ADSP-BF531 -g -si-revision 0.2 -o .\Debug\Chap_9.doj -MM

./Debug/D12CI.doj :./D12/D12CI.asm ./D12/PDIUSBD12.h $(VDSP)/Blackfin/include/defBF531.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h 
	@echo ".\D12\D12CI.asm"
	$(VDSP)/easmblkfn.exe .\D12\D12CI.asm -proc ADSP-BF531 -g -si-revision 0.2 -o .\Debug\D12CI.doj -MM

./Debug/D12Driver.doj :./D12/D12Driver.asm ./D12/PDIUSBD12.h $(VDSP)/Blackfin/include/defBF531.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h 
	@echo ".\D12\D12Driver.asm"
	$(VDSP)/easmblkfn.exe .\D12\D12Driver.asm -proc ADSP-BF531 -g -si-revision 0.2 -o .\Debug\D12Driver.doj -MM

./Debug/D12HAL.doj :./D12/D12HAL.asm ./D12/PDIUSBD12.h $(VDSP)/Blackfin/include/defBF531.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h 
	@echo ".\D12\D12HAL.asm"
	$(VDSP)/easmblkfn.exe .\D12\D12HAL.asm -proc ADSP-BF531 -g -si-revision 0.2 -o .\Debug\D12HAL.doj -MM

./Debug/initialization.doj :./BF531_USB_Head.h ./defBF531.h ./initialization.asm $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h 
	@echo ".\initialization.asm"
	$(VDSP)/easmblkfn.exe .\initialization.asm -proc ADSP-BF531 -g -si-revision 0.2 -o .\Debug\initialization.doj -MM

./Debug/interrupts.doj :./BF531_USB_Head.h ./defBF531.h ./interrupts.asm $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h 
	@echo ".\interrupts.asm"
	$(VDSP)/easmblkfn.exe .\interrupts.asm -proc ADSP-BF531 -g -si-revision 0.2 -o .\Debug\interrupts.doj -MM

./Debug/main.doj :./BF531_USB_Head.h .//d12/PDIUSBD12.h ./defBF531.h ./main.asm $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h ./outputgaintable.dat 
	@echo ".\main.asm"
	$(VDSP)/easmblkfn.exe .\main.asm -proc ADSP-BF531 -g -si-revision 0.2 -o .\Debug\main.doj -MM

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

./Debug/UsbOperation.doj :./BF531_USB_Head.h ./UsbOperation.asm ./defBF531.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h 
	@echo ".\UsbOperation.asm"
	$(VDSP)/easmblkfn.exe .\UsbOperation.asm -proc ADSP-BF531 -g -si-revision 0.2 -o .\Debug\UsbOperation.doj -MM

./Debug/BF531_USB.dxe :./adsp-BF531_ASM.ldf ./Debug/Chap_9.doj ./Debug/D12CI.doj ./Debug/D12Driver.doj ./Debug/D12HAL.doj ./Debug/initialization.doj ./Debug/interrupts.doj ./Debug/main.doj ./Debug/startup.doj ./Debug/UsbOperation.doj 
	@echo "Linking..."
	$(VDSP)/ccblkfn.exe .\Debug\Chap_9.doj .\Debug\D12CI.doj .\Debug\D12Driver.doj .\Debug\D12HAL.doj .\Debug\initialization.doj .\Debug\interrupts.doj .\Debug\main.doj .\Debug\startup.doj .\Debug\UsbOperation.doj -T .\adsp-BF531_ASM.ldf -L .\Debug -flags-link -od,.\Debug -o .\Debug\BF531_USB.dxe -proc ADSP-BF531 -si-revision 0.2 -flags-link -MM

endif

ifeq ($(MAKECMDGOALS),BF531_USB_Debug_clean)

BF531_USB_Debug_clean:
	$(RM) ".\Debug\Chap_9.doj"
	$(RM) ".\Debug\D12CI.doj"
	$(RM) ".\Debug\D12Driver.doj"
	$(RM) ".\Debug\D12HAL.doj"
	$(RM) ".\Debug\initialization.doj"
	$(RM) ".\Debug\interrupts.doj"
	$(RM) ".\Debug\main.doj"
	$(RM) ".\Debug\startup.doj"
	$(RM) ".\Debug\UsbOperation.doj"
	$(RM) ".\Debug\BF531_USB.dxe"
	$(RM) ".\Debug\*.ipa"
	$(RM) ".\Debug\*.opa"
	$(RM) ".\Debug\*.ti"
	$(RM) ".\*.rbld"

endif


⌨️ 快捷键说明

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