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

📄 newproject.mak

📁 WINCE4.25.0下的NANDFLASH驱动2k大页面
💻 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:
#     NewProject_Debug
#     NewProject_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.5


# $VDSP is a gmake-friendly version of ADI_DIR

empty:=
space:= $(empty) $(empty)
VDSP_INTERMEDIATE=$(subst \,/,$(ADI_DSP))
VDSP=$(subst $(space),\$(space),$(VDSP_INTERMEDIATE))

RM=cmd /C del /F /Q

#
# Begin "NewProject_Debug" configuration
#

ifeq ($(MAKECMDGOALS),NewProject_Debug)

NewProject_Debug : ./Debug/NewProject.dxe 

Debug/main.doj :main.c $(VDSP)/Blackfin/include/stdio.h $(VDSP)/Blackfin/include/yvals.h $(VDSP)/Blackfin/include/sys/stdio_bf.h $(VDSP)/Blackfin/include/cdefBF561.h $(VDSP)/Blackfin/include/defBF561.h $(VDSP)/Blackfin/include/def_LPBlackfin.h $(VDSP)/Blackfin/include/cdef_LPBlackfin.h nandflash.h 
	@echo ".\main.c"
	$(VDSP)/ccblkfn.exe -c .\main.c -file-attr ProjectName=NewProject -g -structs-do-not-overlap -no-multiline -double-size-32 -decls-strong -w -si-revision 0.5 -proc ADSP-BF561 -o .\Debug\main.doj -MM

Debug/nandflash.doj :nandflash.c $(VDSP)/Blackfin/include/cdefBF561.h $(VDSP)/Blackfin/include/defBF561.h $(VDSP)/Blackfin/include/def_LPBlackfin.h $(VDSP)/Blackfin/include/cdef_LPBlackfin.h nandflash.h 
	@echo ".\nandflash.c"
	$(VDSP)/ccblkfn.exe -c .\nandflash.c -file-attr ProjectName=NewProject -g -structs-do-not-overlap -no-multiline -double-size-32 -decls-strong -w -si-revision 0.5 -proc ADSP-BF561 -o .\Debug\nandflash.doj -MM

./Debug/NewProject_basiccrt.doj :./NewProject_basiccrt.s $(VDSP)/Blackfin/include/defBF561.h $(VDSP)/Blackfin/include/def_LPBlackfin.h $(VDSP)/Blackfin/include/sys/_adi_platform.h $(VDSP)/Blackfin/include/sys/anomaly_macros_rtl.h $(VDSP)/Blackfin/include/sys/platform.h 
	@echo ".\NewProject_basiccrt.s"
	$(VDSP)/easmblkfn.exe .\NewProject_basiccrt.s -proc ADSP-BF561 -g -si-revision 0.5 -o .\Debug\NewProject_basiccrt.doj -MM

Debug/NewProject_heaptab.doj :NewProject_heaptab.c 
	@echo ".\NewProject_heaptab.c"
	$(VDSP)/ccblkfn.exe -c .\NewProject_heaptab.c -file-attr ProjectName=NewProject -g -structs-do-not-overlap -no-multiline -double-size-32 -decls-strong -w -si-revision 0.5 -proc ADSP-BF561 -o .\Debug\NewProject_heaptab.doj -MM

./Debug/NewProject.dxe :NewProject.ldf ./Debug/NewProject_basiccrt.doj $(VDSP)/Blackfin/lib/bf566_rev_0.1/libprofile561y.dlb ./Debug/main.doj ./Debug/nandflash.doj ./Debug/NewProject_heaptab.doj $(VDSP)/Blackfin/lib/cplbtab561a.doj $(VDSP)/Blackfin/lib/bf566_rev_0.1/crtn561y.doj $(VDSP)/Blackfin/lib/bf566_rev_0.1/libsmall561y.dlb $(VDSP)/Blackfin/lib/bf566_rev_0.1/libio561y.dlb $(VDSP)/Blackfin/lib/bf566_rev_0.1/libc561y.dlb $(VDSP)/Blackfin/lib/bf566_rev_0.1/libevent561y.dlb $(VDSP)/Blackfin/lib/bf566_rev_0.1/libx561y.dlb $(VDSP)/Blackfin/lib/bf566_rev_0.1/libcpp561y.dlb $(VDSP)/Blackfin/lib/bf566_rev_0.1/libcpprt561y.dlb $(VDSP)/Blackfin/lib/bf566_rev_0.1/libf64ieee561y.dlb $(VDSP)/Blackfin/lib/bf566_rev_0.1/libdsp561y.dlb $(VDSP)/Blackfin/lib/bf566_rev_0.1/libsftflt561y.dlb $(VDSP)/Blackfin/lib/bf566_rev_0.1/libetsi561y.dlb $(VDSP)/Blackfin/lib/libssl561y.dlb $(VDSP)/Blackfin/lib/libdrv561y.dlb $(VDSP)/Blackfin/lib/bf566_rev_0.1/librt_fileio561y.dlb 
	@echo "Linking..."
	$(VDSP)/ccblkfn.exe .\Debug\main.doj .\Debug\nandflash.doj .\Debug\NewProject_basiccrt.doj .\Debug\NewProject_heaptab.doj -T .\NewProject.ldf -L .\Debug -flags-link -MDUSER_CRT=ADI_QUOTENewProject_basiccrt.dojADI_QUOTE,-MDUSE_FILEIO,-MD__cplusplus -flags-link -od,.\Debug -o .\Debug\NewProject.dxe -proc ADSP-BF561 -si-revision 0.5 -flags-link -MM

endif

ifeq ($(MAKECMDGOALS),NewProject_Debug_clean)

NewProject_Debug_clean:
	-$(RM) "Debug\main.doj"
	-$(RM) "Debug\nandflash.doj"
	-$(RM) ".\Debug\NewProject_basiccrt.doj"
	-$(RM) "Debug\NewProject_heaptab.doj"
	-$(RM) ".\Debug\NewProject.dxe"
	-$(RM) ".\Debug\*.ipa"
	-$(RM) ".\Debug\*.opa"
	-$(RM) ".\Debug\*.ti"
	-$(RM) ".\*.rbld"

endif


⌨️ 快捷键说明

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