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

📄 bf535 talkthrough c.mak

📁 bf535 audio talkthrough code. ad1885 driver.
💻 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:
#     Debug
#     Debug_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 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 "Debug" configuration
#

ifeq ($(MAKECMDGOALS),Debug)

Debug : ./debug/bf535\ talkthrough\ c.dxe 

./debug/isrs.doj :./isrs.c ./bf535\ talkthrough.h $(VDSP)/blackfin/include/sys/exception.h $(VDSP)/blackfin/include/signal.h $(VDSP)/blackfin/include/yvals.h $(VDSP)/blackfin/include/ccblkfn.h $(VDSP)/blackfin/include/cdefbf535.h $(VDSP)/blackfin/include/defbf535.h $(VDSP)/blackfin/include/defblackfin.h $(VDSP)/blackfin/include/cdefbf53x.h 
	$(VDSP)/ccblkfn -c .\ISRs.c  -g  -proc ADSP-BF535  -o .\Debug\ISRs.doj  -MM

./debug/initialisation.doj :./initialisation.c ./bf535\ talkthrough.h $(VDSP)/blackfin/include/sys/exception.h $(VDSP)/blackfin/include/signal.h $(VDSP)/blackfin/include/yvals.h $(VDSP)/blackfin/include/ccblkfn.h $(VDSP)/blackfin/include/cdefbf535.h $(VDSP)/blackfin/include/defbf535.h $(VDSP)/blackfin/include/defblackfin.h $(VDSP)/blackfin/include/cdefbf53x.h 
	$(VDSP)/ccblkfn -c .\Initialisation.c  -g  -proc ADSP-BF535  -o .\Debug\Initialisation.doj  -MM

./debug/main.doj :./main.c ./bf535\ talkthrough.h $(VDSP)/blackfin/include/sys/exception.h $(VDSP)/blackfin/include/signal.h $(VDSP)/blackfin/include/yvals.h $(VDSP)/blackfin/include/ccblkfn.h $(VDSP)/blackfin/include/cdefbf535.h $(VDSP)/blackfin/include/defbf535.h $(VDSP)/blackfin/include/defblackfin.h $(VDSP)/blackfin/include/cdefbf53x.h 
	$(VDSP)/ccblkfn -c .\Main.c  -g  -proc ADSP-BF535  -o .\Debug\Main.doj  -MM

./debug/process\ audio\ data.doj :./process\ audio\ data.c ./bf535\ talkthrough.h $(VDSP)/blackfin/include/sys/exception.h $(VDSP)/blackfin/include/signal.h $(VDSP)/blackfin/include/yvals.h $(VDSP)/blackfin/include/ccblkfn.h $(VDSP)/blackfin/include/cdefbf535.h $(VDSP)/blackfin/include/defbf535.h $(VDSP)/blackfin/include/defblackfin.h $(VDSP)/blackfin/include/cdefbf53x.h 
	$(VDSP)/ccblkfn -c .\Process\ Audio\ Data.c  -g  -proc ADSP-BF535  -o .\Debug\Process\ Audio\ Data.doj  -MM

./debug/bf535\ talkthrough\ c.dxe :$(VDSP)/blackfin/ldf/adsp-bf535.ldf $(VDSP)/blackfin/lib/crtsf535.doj $(VDSP)/blackfin/lib/idle535.doj $(VDSP)/blackfin/lib/libc535.dlb $(VDSP)/blackfin/lib/libcpp535.dlb $(VDSP)/blackfin/lib/libcpprt535.dlb $(VDSP)/blackfin/lib/libdsp535.dlb $(VDSP)/blackfin/lib/libetsi535.dlb $(VDSP)/blackfin/lib/libevent535.dlb $(VDSP)/blackfin/lib/libio535.dlb $(VDSP)/blackfin/lib/libm3free535.dlb $(VDSP)/blackfin/lib/librt_fileio535.dlb $(VDSP)/blackfin/lib/libsftflt535.dlb $(VDSP)/blackfin/lib/libsmall535.dlb ./debug/isrs.doj ./debug/initialisation.doj ./debug/main.doj ./debug/process\ audio\ data.doj 
	$(VDSP)/ccblkfn.exe .\Debug\ISRs.doj .\Debug\Initialisation.doj .\Debug\Main.doj .\Debug\Process\ Audio\ Data.doj -proc ADSP-BF535 -L .\Debug -flags-link -od,.\Debug -o .\Debug\BF535\ Talkthrough\ C.dxe -MM

endif

ifeq ($(MAKECMDGOALS),Debug_clean)

Debug_clean:
	$(RM) ".\Debug\ISRs.doj"
	$(RM) ".\Debug\Initialisation.doj"
	$(RM) ".\Debug\Main.doj"
	$(RM) ".\Debug\Process Audio Data.doj"
	$(RM) ".\Debug\BF535 Talkthrough C.dxe"
	$(RM) ".\Debug\*.ipa"
	$(RM) ".\Debug\*.opa"
	$(RM) ".\Debug\*.ti"

endif


⌨️ 快捷键说明

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