⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ad1836 c-based talkthru.mak

📁 设置先初始化21161 EZ-KIT开发板
💻 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:
#     AD1836 C-based Talkthru_Debug
#     AD1836 C-based Talkthru_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=d:\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 "AD1836 C-based Talkthru_Debug" configuration
#

ifeq ($(MAKECMDGOALS),AD1836 C-based Talkthru_Debug)

AD1836\ C-based\ Talkthru_Debug : Debug/AD1836\ C-based\ Talkthru.dxe 

Debug/ADDS_21161_EzKit.doj :ADDS_21161_EzKit.c ADDS_21161_EzKit.h $(VDSP)/211xx/include/def21161.h $(VDSP)/211xx/include/21160.h $(VDSP)/211xx/include/signal.h 
	@echo ".\ADDS_21161_EzKit.c"
	$(VDSP)/cc21k.exe -c .\ADDS_21161_EzKit.c -file-attr ProjectName=AD1836\ C-based\ Talkthru -g -no-multiline -double-size-32 -warn-protos -proc ADSP-21161 -o .\Debug\ADDS_21161_EzKit.doj -MM

./Debug/ADDS_21161_EzKit_.doj :./ADDS_21161_EzKit_.asm ./adds_21161_ezkit.h $(VDSP)/211xx/include/asm_sprt.h $(VDSP)/211xx/include/def21161.h 
	@echo ".\ADDS_21161_EzKit_.asm"
	$(VDSP)/easm21k.exe .\ADDS_21161_EzKit_.asm -proc ADSP-21161 -g -o .\Debug\ADDS_21161_EzKit_.doj -MM

Debug/Main.doj :Main.c ADDS_21161_EzKit.h $(VDSP)/211xx/include/def21161.h $(VDSP)/211xx/include/signal.h 
	@echo ".\Main.c"
	$(VDSP)/cc21k.exe -c .\Main.c -file-attr ProjectName=AD1836\ C-based\ Talkthru -g -no-multiline -double-size-32 -warn-protos -proc ADSP-21161 -o .\Debug\Main.doj -MM

Debug/AD1836\ C-based\ Talkthru.dxe :21161_EZKIT_Lite.ldf $(VDSP)/211xx/lib/161_hdr.doj ./Debug/ADDS_21161_EzKit.doj ./Debug/ADDS_21161_EzKit_.doj ./Debug/Main.doj $(VDSP)/211xx/lib/libc161.dlb $(VDSP)/211xx/lib/libio160_32.dlb $(VDSP)/211xx/lib/libdsp160.dlb $(VDSP)/211xx/lib/libcpp.dlb $(VDSP)/211xx/lib/libcpprt.dlb 
	@echo "Linking..."
	$(VDSP)/cc21k.exe .\Debug\ADDS_21161_EzKit.doj .\Debug\ADDS_21161_EzKit_.doj .\Debug\Main.doj -T .\21161_EZKIT_Lite.ldf -L .\Debug -flags-link -od,.\Debug -o .\Debug\AD1836\ C-based\ Talkthru.dxe -proc ADSP-21161 -flags-link -MM

endif

ifeq ($(MAKECMDGOALS),AD1836 C-based Talkthru_Debug_clean)

AD1836\ C-based\ Talkthru_Debug_clean:
	-$(RM) "Debug\ADDS_21161_EzKit.doj"
	-$(RM) ".\Debug\ADDS_21161_EzKit_.doj"
	-$(RM) "Debug\Main.doj"
	-$(RM) "Debug\AD1836 C-based Talkthru.dxe"
	-$(RM) ".\Debug\*.ipa"
	-$(RM) ".\Debug\*.opa"
	-$(RM) ".\Debug\*.ti"
	-$(RM) ".\*.rbld"

endif


⌨️ 快捷键说明

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