📄 uart.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:
# uart_Debug
# uart_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 "uart_Debug" configuration
#
ifeq ($(MAKECMDGOALS),uart_Debug)
uart_Debug : ./Debug/uart.dxe
./Debug/main.doj :./main.asm ./sicnames.h ./uartlib.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/defBF533.h $(VDSP)/Blackfin/include/def_LPBlackfin.h
@echo ".\main.asm"
$(VDSP)/easmblkfn.exe .\main.asm -proc ADSP-BF533 -g -si-revision 0.2 -o .\Debug\main.doj -MM
./Debug/startup.doj :./startup.asm ./startup.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/defBF533.h $(VDSP)/Blackfin/include/def_LPBlackfin.h
@echo ".\startup.asm"
$(VDSP)/easmblkfn.exe .\startup.asm -proc ADSP-BF533 -g -si-revision 0.2 -o .\Debug\startup.doj -MM
./Debug/uartlib.doj :./uartlib.asm $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/defBF533.h $(VDSP)/Blackfin/include/def_LPBlackfin.h
@echo ".\uartlib.asm"
$(VDSP)/easmblkfn.exe .\uartlib.asm -proc ADSP-BF533 -g -si-revision 0.2 -o .\Debug\uartlib.doj -MM
./Debug/uart.dxe :$(VDSP)/Blackfin/ldf/adsp-BF533.ldf $(VDSP)/Blackfin/lib/bf532_rev_0.2/crtsf532y.doj ./Debug/main.doj ./Debug/startup.doj ./Debug/uartlib.doj $(VDSP)/Blackfin/lib/cplbtab533.doj $(VDSP)/Blackfin/lib/bf532_rev_0.2/libsmall532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.2/__initsbsz532.doj $(VDSP)/Blackfin/lib/bf532_rev_0.2/libio532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.2/libc532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.2/libm3free532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.2/libevent532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.2/libx532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.2/libcpp532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.2/libcpprt532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.2/libf64ieee532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.2/libdsp532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.2/libsftflt532y.dlb $(VDSP)/Blackfin/lib/libetsi532.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.2/libssl532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.2/libdrv532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.2/idle532y.doj $(VDSP)/Blackfin/lib/bf532_rev_0.2/librt_fileio532y.dlb
@echo "Linking..."
$(VDSP)/ccblkfn.exe .\Debug\main.doj .\Debug\startup.doj .\Debug\uartlib.doj -L .\Debug -flags-link -od,.\Debug -o .\Debug\uart.dxe -proc ADSP-BF533 -si-revision 0.2 -MM
endif
ifeq ($(MAKECMDGOALS),uart_Debug_clean)
uart_Debug_clean:
$(RM) ".\Debug\main.doj"
$(RM) ".\Debug\startup.doj"
$(RM) ".\Debug\uartlib.doj"
$(RM) ".\Debug\uart.dxe"
$(RM) ".\Debug\*.ipa"
$(RM) ".\Debug\*.opa"
$(RM) ".\Debug\*.ti"
$(RM) ".\*.rbld"
endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -