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

📄 bf533ezkitexpide.mak

📁 在BF533上实现FAT32文件系统文件系统的源码,有兴趣的可以看看.
💻 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:
#     BF533ezkitexpide_Debug
#     BF533ezkitexpide_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 "BF533ezkitexpide_Debug" configuration
#

ifeq ($(MAKECMDGOALS),BF533ezkitexpide_Debug)

BF533ezkitexpide_Debug : ./Debug/BF533ezkitexpide.dxe 

./Debug/fat32_base.doj :./FAT/fat32_base.c FAT/filesystem.h type.h FAT/fat32.h IDE/ide_access.h IDE/ide_base.h 
	$(VDSP)/ccblkfn.exe -c .\FAT\fat32_base.c -g -proc ADSP-BF533 -o .\Debug\fat32_base.doj -MM

./Debug/filelib.doj :./Lib/filelib.c FAT/filesystem.h type.h $(ADI_DSP_MAKE)/Blackfin/include/string.h $(ADI_DSP_MAKE)/Blackfin/include/yvals.h 
	$(VDSP)/ccblkfn.exe -c .\Lib\filelib.c -g -proc ADSP-BF533 -o .\Debug\filelib.doj -MM

./Debug/filesystem.doj :./FAT/filesystem.c fat/filesystem.h type.h fat/fat32.h IDE/ide_access.h IDE/ide_base.h 
	$(VDSP)/ccblkfn.exe -c .\FAT\filesystem.c -g -proc ADSP-BF533 -o .\Debug\filesystem.doj -MM

./Debug/ide_access.doj :./IDE/ide_access.c ./IDE/ide_base.h type.h ./IDE/ide_access.h 
	$(VDSP)/ccblkfn.exe -c .\IDE\ide_access.c -g -proc ADSP-BF533 -o .\Debug\ide_access.doj -MM

./Debug/ide_base.doj :./IDE/ide_base.c IDE/ide_base.h type.h 
	$(VDSP)/ccblkfn.exe -c .\IDE\ide_base.c -g -proc ADSP-BF533 -o .\Debug\ide_base.doj -MM

./Debug/Init.doj :./Init.c $(ADI_DSP_MAKE)/Blackfin/include/ccblkfn.h $(ADI_DSP_MAKE)/Blackfin/include/stdlib.h $(ADI_DSP_MAKE)/Blackfin/include/yvals.h $(ADI_DSP_MAKE)/Blackfin/include/stdlib_bf.h $(ADI_DSP_MAKE)/Blackfin/include/sysreg.h $(ADI_DSP_MAKE)/Blackfin/include/sys/exception.h $(ADI_DSP_MAKE)/Blackfin/include/cdefBF533.h $(ADI_DSP_MAKE)/Blackfin/include/cdefBF532.h $(ADI_DSP_MAKE)/Blackfin/include/defBF532.h $(ADI_DSP_MAKE)/Blackfin/include/def_LPBlackfin.h $(ADI_DSP_MAKE)/Blackfin/include/cdef_LPBlackfin.h 
	$(VDSP)/ccblkfn.exe -c .\Init.c -g -proc ADSP-BF533 -o .\Debug\Init.doj -MM

./Debug/BF533ezkitexpide.dxe :./Debug/fat32_base.doj ./Debug/filelib.doj ./Debug/filesystem.doj ./Debug/ide_access.doj ./Debug/ide_base.doj ./Debug/Init.doj ./BF533ezkitexpide.ldf 
	$(VDSP)/ccblkfn.exe .\Debug\fat32_base.doj .\Debug\filelib.doj .\Debug\filesystem.doj .\Debug\ide_access.doj .\Debug\ide_base.doj .\Debug\Init.doj -T .\BF533ezkitexpide.ldf -L .\Debug -flags-link -od,.\Debug -o .\Debug\BF533ezkitexpide.dxe -proc ADSP-BF533 -flags-link -MM

endif

ifeq ($(MAKECMDGOALS),BF533ezkitexpide_Debug_clean)

BF533ezkitexpide_Debug_clean:
	$(RM) ".\Debug\fat32_base.doj"
	$(RM) ".\Debug\filelib.doj"
	$(RM) ".\Debug\filesystem.doj"
	$(RM) ".\Debug\ide_access.doj"
	$(RM) ".\Debug\ide_base.doj"
	$(RM) ".\Debug\Init.doj"
	$(RM) ".\Debug\BF533ezkitexpide.dxe"
	$(RM) ".\Debug\*.ipa"
	$(RM) ".\Debug\*.opa"
	$(RM) ".\Debug\*.ti"

endif


⌨️ 快捷键说明

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