📄 audiopassthrough c.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:
# AudioPassThrough C_Debug
# AudioPassThrough C_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 "AudioPassThrough C_Debug" configuration
#
ifeq ($(MAKECMDGOALS),AudioPassThrough C_Debug)
AudioPassThrough\ C_Debug : ./Debug/MainB.dxe ./Debug/MainA.dxe
./Debug/Audio.doj :./Audio.c $(ADI_DSP_MAKE)/TS/include/sysreg.h $(ADI_DSP_MAKE)/TS/include/builtins.h $(ADI_DSP_MAKE)/TS/include/defTS201.h ./TSEZKitDef.h
@echo ".\Audio.c"
$(VDSP)/ccts.exe -c .\Audio.c -g -no-multiline -I $(VDSP)\TS\EZ-KITs\ADSP-TS201\Examples\AudioPassThrough\ C -char-size-32 -double-size-32 -flags-compiler --diag_warning,implicit_func_decl -si-revision 0.1 -proc ADSP-TS201 -o .\Debug\Audio.doj -MM
./Debug/inita.doj :./inita.c $(ADI_DSP_MAKE)/TS/include/sysreg.h $(ADI_DSP_MAKE)/TS/include/builtins.h $(ADI_DSP_MAKE)/TS/include/defTS201.h $(ADI_DSP_MAKE)/TS/include/signal.h ./TSEZKitDef.h ./PassThroughDef.h
@echo ".\inita.c"
$(VDSP)/ccts.exe -c .\inita.c -g -no-multiline -I $(VDSP)\TS\EZ-KITs\ADSP-TS201\Examples\AudioPassThrough\ C -char-size-32 -double-size-32 -flags-compiler --diag_warning,implicit_func_decl -si-revision 0.1 -proc ADSP-TS201 -o .\Debug\inita.doj -MM
./Debug/MainA.doj :./MainA.c $(ADI_DSP_MAKE)/TS/include/stdio.h $(ADI_DSP_MAKE)/TS/include/yvals.h $(ADI_DSP_MAKE)/TS/include/stdio_ts.h $(ADI_DSP_MAKE)/TS/include/sysreg.h $(ADI_DSP_MAKE)/TS/include/builtins.h
@echo ".\MainA.c"
$(VDSP)/ccts.exe -c .\MainA.c -g -no-multiline -I $(VDSP)\TS\EZ-KITs\ADSP-TS201\Examples\AudioPassThrough\ C -char-size-32 -double-size-32 -flags-compiler --diag_warning,implicit_func_decl -si-revision 0.1 -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 -I $(VDSP)\TS\EZ-KITs\ADSP-TS201\Examples\AudioPassThrough\ C -char-size-32 -double-size-32 -flags-compiler --diag_warning,implicit_func_decl -si-revision 0.1 -proc ADSP-TS201 -o .\Debug\MainB.doj -MM
./Debug/Variablesa.doj :./Variablesa.c $(ADI_DSP_MAKE)/TS/include/defTS201.h ./TSEZKitDef.h ./PassThroughDef.h
@echo ".\Variablesa.c"
$(VDSP)/ccts.exe -c .\Variablesa.c -g -no-multiline -I $(VDSP)\TS\EZ-KITs\ADSP-TS201\Examples\AudioPassThrough\ C -char-size-32 -double-size-32 -flags-compiler --diag_warning,implicit_func_decl -si-revision 0.1 -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 $(ADI_DSP_MAKE)/TS/lib/ts20x_rev_1.0/ts_hdr_TS201.doj $(ADI_DSP_MAKE)/TS/lib/ts20x_rev_1.0/meminit_ts20x.doj $(ADI_DSP_MAKE)/TS/lib/ts20x_rev_1.0/ts_exit_TS201.doj $(ADI_DSP_MAKE)/TS/lib/ts20x_rev_1.0/libc_TS201.dlb $(ADI_DSP_MAKE)/TS/lib/ts20x_rev_1.0/libio_TS201.dlb $(ADI_DSP_MAKE)/TS/lib/ts20x_rev_1.0/libdsp_TS201.dlb $(ADI_DSP_MAKE)/TS/lib/ts20x_rev_1.0/libcpprt_TS201.dlb $(ADI_DSP_MAKE)/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\AudioPassThrough\ C.dxe -proc ADSP-TS201 -flags-link -si-revision,0.1 -flags-link -MM
endif
ifeq ($(MAKECMDGOALS),AudioPassThrough C_Debug_clean)
AudioPassThrough\ C_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 + -