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

📄 test.mak

📁 bf533平台图像采集程序
💻 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:
#     test_Debug
#     test_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 3.5 16-Bit

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

ifeq ($(MAKECMDGOALS),test_Debug)

test_Debug : ./Debug/test.ldr 

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

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

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

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

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

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

./Debug/BF533_EZ-KIT_SDRAM_Config.doj :./asm/BF533_EZ-KIT_SDRAM_Config.asm $(VDSP)/blackfin/include/defBF532.h $(VDSP)/blackfin/include/defBF533.h $(VDSP)/blackfin/include/def_LPBlackfin.h 
	$(VDSP)/easmblkfn.exe .\asm\BF533_EZ-KIT_SDRAM_Config.asm -proc ADSP-BF533 -g -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 
	$(VDSP)/ccblkfn.exe -c .\camera.c -g -proc ADSP-BF533 -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 
	$(VDSP)/ccblkfn.exe -c .\core_timer.c -g -proc ADSP-BF533 -o .\Debug\core_timer.doj -MM

./Debug/delay.doj :./delay.asm 
	$(VDSP)/easmblkfn.exe .\delay.asm -proc ADSP-BF533 -g -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 
	$(VDSP)/ccblkfn.exe -c .\dsp_init.c -g -proc ADSP-BF533 -o .\Debug\dsp_init.doj -MM

./Debug/dsp_sys.doj :./dsp_sys.c ./jpeg.h 
	$(VDSP)/ccblkfn.exe -c .\dsp_sys.c -g -proc ADSP-BF533 -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 
	$(VDSP)/ccblkfn.exe -c .\dsp_uart.c -g -proc ADSP-BF533 -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 
	$(VDSP)/ccblkfn.exe -c .\ebiu.c -g -proc ADSP-BF533 -o .\Debug\ebiu.doj -MM

./Debug/fdct.doj :./libjpeg/fdct.c 
	$(VDSP)/ccblkfn.exe -c .\libjpeg\fdct.c -g -proc ADSP-BF533 -o .\Debug\fdct.doj -MM

./Debug/gprs_protocol.doj :./gprs_protocol.c $(VDSP)/Blackfin/include/string.h $(VDSP)/Blackfin/include/yvals.h $(VDSP)/Blackfin/include/stdio.h $(VDSP)/Blackfin/include/stdlib.h $(VDSP)/Blackfin/include/stdlib_bf.h $(VDSP)/Blackfin/include/math.h $(VDSP)/Blackfin/include/ymath.h $(VDSP)/Blackfin/include/math_bf.h $(VDSP)/Blackfin/include/fract_typedef.h $(VDSP)/Blackfin/include/fract_math.h $(VDSP)/Blackfin/include/ccblkfn.h $(VDSP)/Blackfin/include/fr2x16_math.h $(VDSP)/Blackfin/include/fr2x16_base.h $(VDSP)/Blackfin/include/fr2x16_typedef.h $(VDSP)/Blackfin/include/r2x16_typedef.h $(VDSP)/Blackfin/include/raw_typedef.h $(VDSP)/Blackfin/include/r2x16_base.h ./jpeg.h ./dsp_uart.h ./camera.h 
	$(VDSP)/ccblkfn.exe -c .\gprs_protocol.c -g -proc ADSP-BF533 -o .\Debug\gprs_protocol.doj -MM

./Debug/I2C.doj :./I2C.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 
	$(VDSP)/ccblkfn.exe -c .\I2C.c -g -proc ADSP-BF533 -o .\Debug\I2C.doj -MM

./Debug/jpeg.doj :./jpeg.c ./libjpeg/libjpeg.h ./videoin.h 
	$(VDSP)/ccblkfn.exe -c .\jpeg.c -g -proc ADSP-BF533 -o .\Debug\jpeg.doj -MM

./Debug/jpeg_compress.doj :./libjpeg/jpeg_compress.c ./libjpeg/jcodestruct.h ./libjpeg/jpegstuct.h ./libjpeg/jcfunction.h $(VDSP)/Blackfin/include/math.h $(VDSP)/Blackfin/include/yvals.h $(VDSP)/Blackfin/include/ymath.h $(VDSP)/Blackfin/include/math_bf.h $(VDSP)/Blackfin/include/fract_typedef.h $(VDSP)/Blackfin/include/fract_math.h $(VDSP)/Blackfin/include/ccblkfn.h $(VDSP)/Blackfin/include/stdlib.h $(VDSP)/Blackfin/include/stdlib_bf.h $(VDSP)/Blackfin/include/fr2x16_math.h $(VDSP)/Blackfin/include/fr2x16_base.h $(VDSP)/Blackfin/include/fr2x16_typedef.h $(VDSP)/Blackfin/include/r2x16_typedef.h $(VDSP)/Blackfin/include/raw_typedef.h $(VDSP)/Blackfin/include/r2x16_base.h ./libjpeg/bitstream.h ./libjpeg/tr8x8dct.h 
	$(VDSP)/ccblkfn.exe -c .\libjpeg\jpeg_compress.c -g -proc ADSP-BF533 -o .\Debug\jpeg_compress.doj -MM

./Debug/main.doj :./main.c $(VDSP)/Blackfin/include/stdio.h $(VDSP)/Blackfin/include/yvals.h $(VDSP)/Blackfin/include/stdlib.h $(VDSP)/Blackfin/include/stdlib_bf.h ./dsp_init.h ./dsp_uart.h ./pll_detect.h ./gprs_protocol.h ./jpeg.h ./dsp_sys.h 
	$(VDSP)/ccblkfn.exe -c .\main.c -g -proc ADSP-BF533 -o .\Debug\main.doj -MM

./Debug/misc.doj :./libjpeg/misc.asm 
	$(VDSP)/easmblkfn.exe .\libjpeg\misc.asm -proc ADSP-BF533 -g -o .\Debug\misc.doj -MM

./Debug/pic_convert.doj :./pic_convert.asm 
	$(VDSP)/easmblkfn.exe .\pic_convert.asm -proc ADSP-BF533 -g -o .\Debug\pic_convert.doj -MM

./Debug/pll_detect.doj :./pll_detect.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 ./pll.h 
	$(VDSP)/ccblkfn.exe -c .\pll_detect.c -g -proc ADSP-BF533 -o .\Debug\pll_detect.doj -MM

./Debug/r8x8dct.doj :./libjpeg/r8x8dct.asm 
	$(VDSP)/easmblkfn.exe .\libjpeg\r8x8dct.asm -proc ADSP-BF533 -g -o .\Debug\r8x8dct.doj -MM

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

./Debug/videoin.doj :./videoin.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 
	$(VDSP)/ccblkfn.exe -c .\videoin.c -g -proc ADSP-BF533 -o .\Debug\videoin.doj -MM

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

./Debug/watchdoginterrupt.doj :./watchdoginterrupt.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 
	$(VDSP)/ccblkfn.exe -c .\watchdoginterrupt.c -g -proc ADSP-BF533 -o .\Debug\watchdoginterrupt.doj -MM

./Debug/test.dxe :./adsp-BF533.ldf $(VDSP)/Blackfin/lib/crtsf532.doj ./Debug/BF533_EZ-KIT_ADV_reset.doj ./Debug/BF533_EZ-KIT_DMA_Config.doj ./Debug/BF533_EZ-KIT_flash_setup.doj ./Debug/BF533_EZ-KIT_ISR.doj ./Debug/BF533_EZ-KIT_ISR_Config.doj ./Debug/BF533_EZ-KIT_PPI_Config.doj ./Debug/BF533_EZ-KIT_SDRAM_Config.doj ./Debug/camera.doj ./Debug/core_timer.doj ./Debug/delay.doj ./Debug/dsp_init.doj ./Debug/dsp_sys.doj ./Debug/dsp_uart.doj ./Debug/ebiu.doj ./Debug/fdct.doj ./Debug/gprs_protocol.doj ./Debug/I2C.doj ./Debug/jpeg.doj ./Debug/jpeg_compress.doj ./Debug/main.doj ./Debug/misc.doj ./Debug/pic_convert.doj ./Debug/pll_detect.doj ./Debug/r8x8dct.doj ./Debug/test_ppi.doj ./Debug/videoin.doj ./Debug/watchdog.doj ./Debug/watchdoginterrupt.doj $(VDSP)/Blackfin/lib/cplbtab533.doj $(VDSP)/Blackfin/lib/libsmall532.dlb $(VDSP)/Blackfin/lib/__initsbsz532.doj $(VDSP)/Blackfin/lib/libio532.dlb $(VDSP)/Blackfin/lib/libc532.dlb $(VDSP)/Blackfin/lib/libm3free532.dlb $(VDSP)/Blackfin/lib/libevent532.dlb $(VDSP)/Blackfin/lib/libx532.dlb $(VDSP)/Blackfin/lib/libcpp532.dlb $(VDSP)/Blackfin/lib/libcpprt532.dlb libf64ieee532.dlb $(VDSP)/Blackfin/lib/libdsp532.dlb $(VDSP)/Blackfin/lib/libsftflt532.dlb $(VDSP)/Blackfin/lib/libetsi532.dlb libssl532.dlb libdrv532.dlb $(VDSP)/Blackfin/lib/idle532.doj $(VDSP)/Blackfin/lib/librt_fileio532.dlb $(VDSP)/Blackfin/lib/libcpp532y.dlb 
	$(VDSP)/ccblkfn.exe .\Debug\BF533_EZ-KIT_ADV_reset.doj .\Debug\BF533_EZ-KIT_DMA_Config.doj .\Debug\BF533_EZ-KIT_flash_setup.doj .\Debug\BF533_EZ-KIT_ISR.doj .\Debug\BF533_EZ-KIT_ISR_Config.doj .\Debug\BF533_EZ-KIT_PPI_Config.doj .\Debug\BF533_EZ-KIT_SDRAM_Config.doj .\Debug\camera.doj .\Debug\core_timer.doj .\Debug\delay.doj .\Debug\dsp_init.doj .\Debug\dsp_sys.doj .\Debug\dsp_uart.doj .\Debug\ebiu.doj .\Debug\fdct.doj .\Debug\gprs_protocol.doj .\Debug\I2C.doj .\Debug\jpeg.doj .\Debug\jpeg_compress.doj .\Debug\main.doj .\Debug\misc.doj .\Debug\pic_convert.doj .\Debug\pll_detect.doj .\Debug\r8x8dct.doj .\Debug\test_ppi.doj .\Debug\videoin.doj .\Debug\watchdog.doj .\Debug\watchdoginterrupt.doj -T .\adsp-BF533.ldf -L .\Debug -flags-link -od,.\Debug -o .\Debug\test.dxe -proc ADSP-BF533 -flags-link -MM

./Debug/test.ldr :./Debug/test.dxe 
	$(VDSP)/elfloader.exe .\Debug\test.dxe -b PROM -f HEX -Width 8 -o .\Debug\test.ldr -proc ADSP-BF533 -MM

endif

ifeq ($(MAKECMDGOALS),test_Debug_clean)

test_Debug_clean:
	$(RM) ".\Debug\BF533_EZ-KIT_ADV_reset.doj"
	$(RM) ".\Debug\BF533_EZ-KIT_DMA_Config.doj"
	$(RM) ".\Debug\BF533_EZ-KIT_flash_setup.doj"
	$(RM) ".\Debug\BF533_EZ-KIT_ISR.doj"
	$(RM) ".\Debug\BF533_EZ-KIT_ISR_Config.doj"
	$(RM) ".\Debug\BF533_EZ-KIT_PPI_Config.doj"
	$(RM) ".\Debug\BF533_EZ-KIT_SDRAM_Config.doj"
	$(RM) ".\Debug\camera.doj"
	$(RM) ".\Debug\core_timer.doj"
	$(RM) ".\Debug\delay.doj"
	$(RM) ".\Debug\dsp_init.doj"
	$(RM) ".\Debug\dsp_sys.doj"
	$(RM) ".\Debug\dsp_uart.doj"
	$(RM) ".\Debug\ebiu.doj"
	$(RM) ".\Debug\fdct.doj"
	$(RM) ".\Debug\gprs_protocol.doj"
	$(RM) ".\Debug\I2C.doj"
	$(RM) ".\Debug\jpeg.doj"
	$(RM) ".\Debug\jpeg_compress.doj"
	$(RM) ".\Debug\main.doj"
	$(RM) ".\Debug\misc.doj"
	$(RM) ".\Debug\pic_convert.doj"
	$(RM) ".\Debug\pll_detect.doj"
	$(RM) ".\Debug\r8x8dct.doj"
	$(RM) ".\Debug\test_ppi.doj"
	$(RM) ".\Debug\videoin.doj"
	$(RM) ".\Debug\watchdog.doj"
	$(RM) ".\Debug\watchdoginterrupt.doj"
	$(RM) ".\Debug\test.dxe"
	$(RM) ".\Debug\test.ldr"
	$(RM) ".\Debug\*.ipa"
	$(RM) ".\Debug\*.opa"
	$(RM) ".\Debug\*.ti"

endif


⌨️ 快捷键说明

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