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

📄 uart_rs232.mak

📁 bf533平台图像采集程序
💻 MAK
📖 第 1 页 / 共 2 页
字号:
# 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:
#     UART_RS232_Debug
#     UART_RS232_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 "UART_RS232_Debug" configuration
#

ifeq ($(MAKECMDGOALS),UART_RS232_Debug)

UART_RS232_Debug : ./Debug/UART_RS232.ldr 

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

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

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

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

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

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

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

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

./Debug/camera.doj :./camera.c ./I2C.h $(VDSP)/Blackfin/include/sys/exception.h $(VDSP)/Blackfin/include/cdefBF533.h $(VDSP)/Blackfin/include/cdefBF532.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h $(VDSP)/Blackfin/include/cdef_LPBlackfin.h 
	@echo ".\camera.c"
	$(VDSP)/ccblkfn.exe -c .\camera.c -g -no-multiline -double-size-32 -decls-strong -jump-constdata -flags-compiler --diag_warning,implicit_func_decl -si-revision 0.4 -proc ADSP-BF531 -o .\Debug\camera.doj -MM

./Debug/core_timer.doj :./core_timer.c $(VDSP)/Blackfin/include/cdefBF533.h $(VDSP)/Blackfin/include/cdefBF532.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h $(VDSP)/Blackfin/include/cdef_LPBlackfin.h $(VDSP)/Blackfin/include/ccblkfn.h $(VDSP)/Blackfin/include/stdlib.h $(VDSP)/Blackfin/include/yvals.h $(VDSP)/Blackfin/include/stdlib_bf.h $(VDSP)/Blackfin/include/sys/exception.h ./pll_detect.h 
	@echo ".\core_timer.c"
	$(VDSP)/ccblkfn.exe -c .\core_timer.c -g -no-multiline -double-size-32 -decls-strong -jump-constdata -flags-compiler --diag_warning,implicit_func_decl -si-revision 0.4 -proc ADSP-BF531 -o .\Debug\core_timer.doj -MM

./Debug/delay.doj :delay.asm 
	@echo ".\delay.asm"
	$(VDSP)/easmblkfn.exe .\delay.asm -proc ADSP-BF531 -g -si-revision 0.4 -o .\Debug\delay.doj -MM

./Debug/dsp_init.doj :./dsp_init.c $(VDSP)/Blackfin/include/cdefBF533.h $(VDSP)/Blackfin/include/cdefBF532.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h $(VDSP)/Blackfin/include/cdef_LPBlackfin.h $(VDSP)/Blackfin/include/ccblkfn.h $(VDSP)/Blackfin/include/stdlib.h $(VDSP)/Blackfin/include/yvals.h $(VDSP)/Blackfin/include/stdlib_bf.h $(VDSP)/Blackfin/include/sysreg.h ./pll_detect.h ./ebiu.h ./pll.h ./core_timer.h 
	@echo ".\dsp_init.c"
	$(VDSP)/ccblkfn.exe -c .\dsp_init.c -g -no-multiline -double-size-32 -decls-strong -jump-constdata -flags-compiler --diag_warning,implicit_func_decl -si-revision 0.4 -proc ADSP-BF531 -o .\Debug\dsp_init.doj -MM

./Debug/dsp_sys.doj :./dsp_sys.c ./jpeg.h 
	@echo ".\dsp_sys.c"
	$(VDSP)/ccblkfn.exe -c .\dsp_sys.c -g -no-multiline -double-size-32 -decls-strong -jump-constdata -flags-compiler --diag_warning,implicit_func_decl -si-revision 0.4 -proc ADSP-BF531 -o .\Debug\dsp_sys.doj -MM

./Debug/dsp_uart.doj :./dsp_uart.c $(VDSP)/Blackfin/include/ccblkfn.h $(VDSP)/Blackfin/include/stdlib.h $(VDSP)/Blackfin/include/yvals.h $(VDSP)/Blackfin/include/stdlib_bf.h $(VDSP)/Blackfin/include/cdefBF533.h $(VDSP)/Blackfin/include/cdefBF532.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h $(VDSP)/Blackfin/include/cdef_LPBlackfin.h $(VDSP)/Blackfin/include/sys/exception.h ./core_timer.h ./delay.h 
	@echo ".\dsp_uart.c"
	$(VDSP)/ccblkfn.exe -c .\dsp_uart.c -g -no-multiline -double-size-32 -decls-strong -jump-constdata -flags-compiler --diag_warning,implicit_func_decl -si-revision 0.4 -proc ADSP-BF531 -o .\Debug\dsp_uart.doj -MM

./Debug/ebiu.doj :./ebiu.c $(VDSP)/Blackfin/include/cdefBF533.h $(VDSP)/Blackfin/include/cdefBF532.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h $(VDSP)/Blackfin/include/cdef_LPBlackfin.h $(VDSP)/Blackfin/include/ccblkfn.h $(VDSP)/Blackfin/include/stdlib.h $(VDSP)/Blackfin/include/yvals.h $(VDSP)/Blackfin/include/stdlib_bf.h 
	@echo ".\ebiu.c"
	$(VDSP)/ccblkfn.exe -c .\ebiu.c -g -no-multiline -double-size-32 -decls-strong -jump-constdata -flags-compiler --diag_warning,implicit_func_decl -si-revision 0.4 -proc ADSP-BF531 -o .\Debug\ebiu.doj -MM

⌨️ 快捷键说明

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