📄 udp.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:
# UDP_Debug
# UDP_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 "UDP_Debug" configuration
#
ifeq ($(MAKECMDGOALS),UDP_Debug)
UDP_Debug : ./Debug/UDP.dxe
Debug/UDP.doj :UDP.c $(VDSP)/Blackfin/include/ccblkfn.h $(VDSP)/Blackfin/include/stdlib.h $(VDSP)/Blackfin/include/yvals.h $(VDSP)/Blackfin/include/stdlib_bf.h $(VDSP)/Blackfin/include/cdefBF533.h $(VDSP)/Blackfin/include/cdefBF532.h $(VDSP)/Blackfin/include/defBF532.h $(VDSP)/Blackfin/include/def_LPBlackfin.h $(VDSP)/Blackfin/include/cdef_LPBlackfin.h DM9000.h $(VDSP)/Blackfin/include/sysreg.h Header.h UDP.h
@echo ".\UDP.c"
$(VDSP)/ccblkfn.exe -c .\UDP.c -file-attr ProjectName=UDP -g -structs-do-not-overlap -no-multiline -double-size-32 -decls-strong -warn-protos -si-revision 0.5 -proc ADSP-BF532 -o .\Debug\UDP.doj -MM
./Debug/UDP_basiccrt.doj :$(VDSP)/Blackfin/include/defBF532.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 ./UDP_basiccrt.s
@echo ".\UDP_basiccrt.s"
$(VDSP)/easmblkfn.exe .\UDP_basiccrt.s -proc ADSP-BF532 -g -si-revision 0.5 -o .\Debug\UDP_basiccrt.doj -MM
Debug/UDP_heaptab.doj :UDP_heaptab.c
@echo ".\UDP_heaptab.c"
$(VDSP)/ccblkfn.exe -c .\UDP_heaptab.c -file-attr ProjectName=UDP -g -structs-do-not-overlap -no-multiline -double-size-32 -decls-strong -warn-protos -si-revision 0.5 -proc ADSP-BF532 -o .\Debug\UDP_heaptab.doj -MM
./Debug/UDP.dxe :UDP.ldf ./Debug/UDP_basiccrt.doj $(VDSP)/Blackfin/lib/bf532_rev_0.5/libprofile532y.dlb ./Debug/UDP.doj ./Debug/UDP_heaptab.doj $(VDSP)/Blackfin/lib/cplbtab532.doj $(VDSP)/Blackfin/lib/bf532_rev_0.5/crtn532y.doj $(VDSP)/Blackfin/lib/bf532_rev_0.5/libsmall532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.5/libio532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.5/libc532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.5/libevent532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.5/libx532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.5/libcpp532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.5/libcpprt532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.5/libf64ieee532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.5/libdsp532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.5/libsftflt532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.5/libetsi532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.5/libssl532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.5/libdrv532y.dlb $(VDSP)/Blackfin/lib/bf532_rev_0.5/idle532mty.doj $(VDSP)/Blackfin/lib/bf532_rev_0.5/librt_fileio532y.dlb
@echo "Linking..."
$(VDSP)/ccblkfn.exe .\Debug\UDP.doj .\Debug\UDP_basiccrt.doj .\Debug\UDP_heaptab.doj -T .\UDP.ldf -L .\Debug -flags-link -MDUSER_CRT=ADI_QUOTEUDP_basiccrt.dojADI_QUOTE,-MDUSE_FILEIO,-MD__cplusplus -flags-link -od,.\Debug -o .\Debug\UDP.dxe -proc ADSP-BF532 -si-revision 0.5 -flags-link -MM
endif
ifeq ($(MAKECMDGOALS),UDP_Debug_clean)
UDP_Debug_clean:
-$(RM) "Debug\UDP.doj"
-$(RM) ".\Debug\UDP_basiccrt.doj"
-$(RM) "Debug\UDP_heaptab.doj"
-$(RM) ".\Debug\UDP.dxe"
-$(RM) ".\Debug\*.ipa"
-$(RM) ".\Debug\*.opa"
-$(RM) ".\Debug\*.ti"
-$(RM) ".\*.rbld"
endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -