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

📄 accor.mak

📁 visual dsp++环境下
💻 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:
#     accor_Debug
#     accor_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 "accor_Debug" configuration
#

ifeq ($(MAKECMDGOALS),accor_Debug)

accor_Debug : ./Debug/MainB.dxe ./Debug/MainA.dxe 

./Debug/Audio.doj :./Audio.c $(VDSP)/TS/include/sysreg.h $(VDSP)/TS/include/builtins.h $(VDSP)/TS/include/defTS201.h ./TSEZKitDef.h $(VDSP)/TS/include/stats.h $(VDSP)/TS/include/math.h $(VDSP)/TS/include/math_ts.h 
	@echo ".\Audio.c"
	$(VDSP)/ccts.exe -c .\Audio.c -g -no-multiline -char-size-32 -double-size-32 -flags-compiler --diag_warning,implicit_func_decl -proc ADSP-TS201 -o .\Debug\Audio.doj -MM

./Debug/inita.doj :./inita.c $(VDSP)/TS/include/sysreg.h $(VDSP)/TS/include/builtins.h $(VDSP)/TS/include/defTS201.h $(VDSP)/TS/include/signal.h ./TSEZKitDef.h ./PassThroughDef.h 
	@echo ".\inita.c"
	$(VDSP)/ccts.exe -c .\inita.c -g -no-multiline -char-size-32 -double-size-32 -flags-compiler --diag_warning,implicit_func_decl -proc ADSP-TS201 -o .\Debug\inita.doj -MM

./Debug/MainA.doj :./MainA.c $(VDSP)/TS/include/stdio.h $(VDSP)/TS/include/yvals.h $(VDSP)/TS/include/sysreg.h $(VDSP)/TS/include/builtins.h 
	@echo ".\MainA.c"
	$(VDSP)/ccts.exe -c .\MainA.c -g -no-multiline -char-size-32 -double-size-32 -flags-compiler --diag_warning,implicit_func_decl -proc ADSP-TS201 -o .\Debug\MainA.doj -MM

./Debug/MainB.doj :./MainB.c 
	@echo ".\MainB.c"
	$(VDSP)/ccts.exe -c .\MainB.c -g -no-multiline -char-size-32 -double-size-32 -flags-compiler --diag_warning,implicit_func_decl -proc ADSP-TS201 -o .\Debug\MainB.doj -MM

./Debug/Variablesa.doj :./Variablesa.c $(VDSP)/TS/include/defTS201.h ./TSEZKitDef.h ./PassThroughDef.h 
	@echo ".\Variablesa.c"
	$(VDSP)/ccts.exe -c .\Variablesa.c -g -no-multiline -char-size-32 -double-size-32 -flags-compiler --diag_warning,implicit_func_decl -proc ADSP-TS201 -o .\Debug\Variablesa.doj -MM

./Debug/MainB.dxe ./Debug/MainA.dxe :./Debug/Variablesa.doj ./Debug/MainB.doj ./Debug/MainA.doj ./Debug/inita.doj ./Debug/Audio.doj ./ADSP-TS201_C_MP.ldf $(VDSP)/TS/lib/ts20x_rev_1.0/ts_hdr_TS201.doj $(VDSP)/TS/lib/ts20x_rev_1.0/meminit_ts20x.doj $(VDSP)/TS/lib/ts20x_rev_1.0/ts_exit_TS201.doj $(VDSP)/TS/lib/ts20x_rev_1.0/libc_TS201.dlb $(VDSP)/TS/lib/ts20x_rev_1.0/libio_TS201.dlb $(VDSP)/TS/lib/ts20x_rev_1.0/libdsp_TS201.dlb $(VDSP)/TS/lib/ts20x_rev_1.0/libcpprt_TS201.dlb $(VDSP)/TS/lib/ts20x_rev_1.0/libsim_TS201.dlb ./Debug/Mainb.doj ./Debug/Maina.doj ./Debug/Inita.doj ./Debug/Audio.doj ./Debug/Variablesa.doj 
	@echo "Linking..."
	$(VDSP)/ccts.exe .\Debug\Audio.doj .\Debug\inita.doj .\Debug\MainA.doj .\Debug\MainB.doj .\Debug\Variablesa.doj -T .\ADSP-TS201_C_MP.ldf -L .\Debug -flags-link -od,.\Debug -o .\Debug\accor.dxe -proc ADSP-TS201 -flags-link -MM

endif

ifeq ($(MAKECMDGOALS),accor_Debug_clean)

accor_Debug_clean:
	$(RM) ".\Debug\Audio.doj"
	$(RM) ".\Debug\inita.doj"
	$(RM) ".\Debug\MainA.doj"
	$(RM) ".\Debug\MainB.doj"
	$(RM) ".\Debug\Variablesa.doj"
	$(RM) ".\Debug\MainB.dxe"
	$(RM) ".\Debug\MainA.dxe"
	$(RM) ".\Debug\*.ipa"
	$(RM) ".\Debug\*.opa"
	$(RM) ".\Debug\*.ti"
	$(RM) ".\*.rbld"

endif


⌨️ 快捷键说明

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