?? flashread.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:
# FlashRead_Debug
# FlashRead_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 "FlashRead_Debug" configuration
#
ifeq ($(MAKECMDGOALS),FlashRead_Debug)
FlashRead_Debug : ./Debug/FlashRead.dxe
./Debug/FlashMain.doj :./FlashMain.c ./ADV7171_reset.h ./DMA0.h
@echo ".\FlashMain.c"
$(VDSP)/ccblkfn.exe -c .\FlashMain.c -g -no-multiline -double-size-32 -decls-strong -jump-constdata -flags-compiler --diag_warning,implicit_func_decl -si-revision 0.3 -proc ADSP-BF533 -o .\Debug\FlashMain.doj -MM
./Debug/lab_04_SubProgram.doj :./lab_04_SubProgram.c ./DMA0.h ./ADV7171_reset.h
@echo ".\lab_04_SubProgram.c"
$(VDSP)/ccblkfn.exe -c .\lab_04_SubProgram.c -g -no-multiline -double-size-32 -decls-strong -jump-constdata -flags-compiler --diag_warning,implicit_func_decl -si-revision 0.3 -proc ADSP-BF533 -o .\Debug\lab_04_SubProgram.doj -MM
./Debug/FlashRead.dxe :ColorBar.ldf $(VDSP)/Blackfin/lib/bf532_rev_0.3/crtsfc532y.doj ./Debug/FlashMain.doj ./Debug/lab_04_SubProgram.doj $(VDSP)/Blackfin/lib/cplbtab533.doj $(VDSP)/Blackfin/lib/bf532_rev_0.3/crtn532y.doj $(VDSP)/Blackfin/lib/bf532_rev_0.3/libsmall532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/__initsbsz532.doj $(VDSP)/Blackfin/lib/bf532_rev_0.3/libio532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libc532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libm3free532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libevent532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libx532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libcpp532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libcpprt532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libf64ieee532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libdsp532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libsftflt532y.dlb $(VDSP)/Blackfin/lib/libetsi532.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libssl532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/libdrv532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.3/idle532y.doj $(VDSP)/Blackfin/lib/bf532_rev_0.3/librt_fileio532y.dlb
@echo "Linking..."
$(VDSP)/ccblkfn.exe .\Debug\FlashMain.doj .\Debug\lab_04_SubProgram.doj -T .\ColorBar.ldf -L .\Debug -flags-link -od,.\Debug -o .\Debug\FlashRead.dxe -proc ADSP-BF533 -si-revision 0.3 -flags-link -MM
endif
ifeq ($(MAKECMDGOALS),FlashRead_Debug_clean)
FlashRead_Debug_clean:
$(RM) ".\Debug\FlashMain.doj"
$(RM) ".\Debug\lab_04_SubProgram.doj"
$(RM) ".\Debug\FlashRead.dxe"
$(RM) ".\Debug\*.ipa"
$(RM) ".\Debug\*.opa"
$(RM) ".\Debug\*.ti"
$(RM) ".\*.rbld"
endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -