receive with ask.mak

来自「关于can总线2.0的发送和接受程序,经项目验证通过,具有极大的参考价值.」· MAK 代码 · 共 48 行

MAK
48
字号
# 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/receive110.ldr 

d:/

⌨️ 快捷键说明

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