📄 aaa.mak
字号:
# Generated by VisualDSP++ v1.0
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDE. If you wish to preserve
# changes, rename this file and run it externally to the IDE.
# The syntax of this Makefile is such that GNU Make v3.77 or higher is
# required. v3.78 currently ships with VisuaDSP++.
# The CWD should be the directory where this Makefile resides.
# Supported targets:
# release
# release_clean
# Define ADI_DSP if it is not already defined. 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.
ifndef ADI_DSP
ADI_DSP=C:\Program Files\Analog Devices\VisualDSP
endif
# $VDSP is a mundged version of ADI_DIR, a gmake-friendly pathname
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 "release" configuration
#
ifeq ($(MAKECMDGOALS),release)
release : ./release/zhangwei1.ldr
d:/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -