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

📄 corea.mak

📁 BlackFin的一个范本
💻 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:
#     corea_Debug
#     corea_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 "corea_Debug" configuration
#

ifeq ($(MAKECMDGOALS),corea_Debug)

corea_Debug : ./Debug/corea.dlb 

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

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

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

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

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

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

./Debug/test_full_search_mpeg2.doj :./test_full_search_mpeg2.c $(ADI_DSP_MAKE)/Blackfin/include/stdio.h $(ADI_DSP_MAKE)/Blackfin/include/yvals.h ./results.h 
	$(VDSP)/ccblkfn.exe -c .\test_full_search_mpeg2.c -g -proc ADSP-BF561 -o .\Debug\test_full_search_mpeg2.doj -MM

./Debug/corea.dlb :./Debug/cycle_count.doj ./Debug/full_search_mpeg2.doj ./Debug/hpel_core1.doj ./Debug/hpel_core2.doj ./Debug/hpel_fs.doj ./Debug/mve_core.doj ./Debug/test_full_search_mpeg2.doj 
	$(VDSP)/ccblkfn.exe -proc ADSP-BF561 -build-lib -o .\Debug\corea.dlb .\Debug\cycle_count.doj .\Debug\full_search_mpeg2.doj .\Debug\hpel_core1.doj .\Debug\hpel_core2.doj .\Debug\hpel_fs.doj .\Debug\mve_core.doj .\Debug\test_full_search_mpeg2.doj -MM

endif

ifeq ($(MAKECMDGOALS),corea_Debug_clean)

corea_Debug_clean:
	$(RM) ".\Debug\cycle_count.doj"
	$(RM) ".\Debug\full_search_mpeg2.doj"
	$(RM) ".\Debug\hpel_core1.doj"
	$(RM) ".\Debug\hpel_core2.doj"
	$(RM) ".\Debug\hpel_fs.doj"
	$(RM) ".\Debug\mve_core.doj"
	$(RM) ".\Debug\test_full_search_mpeg2.doj"
	$(RM) ".\Debug\corea.dlb"
	$(RM) ".\Debug\*.ipa"
	$(RM) ".\Debug\*.opa"
	$(RM) ".\Debug\*.ti"

endif


⌨️ 快捷键说明

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