?? dft_mod.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:
# dft_mod_Debug
# dft_mod_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 3.5 32-Bit
ifndef ADI_DSP_MAKE
ADI_DSP_MAKE=D:/Program\ Files/Analog\ Devices/VisualDSP\ 3.5\ 32-Bit
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 "dft_mod_Debug" configuration
#
ifeq ($(MAKECMDGOALS),dft_mod_Debug)
dft_mod_Debug : ./Debug/dft_mod.dxe
./Debug/DFT_MOD.doj :./DFT_MOD.ASM $(ADI_DSP_MAKE)/21k/include/def21060.h noise64.dat sin64.dat zeros64.dat
$(VDSP)/easm21k.exe .\DFT_MOD.ASM -proc ADSP-21062 -g -o .\Debug\DFT_MOD.doj -MM
./Debug/dft_mod.dxe :./dft_mod.ldf ./Debug/DFT_MOD.doj $(ADI_DSP_MAKE)/21k/lib/lib060.dlb
$(VDSP)/cc21k.exe .\Debug\DFT_MOD.doj -T .\dft_mod.ldf -L .\Debug -flags-link -od,.\Debug -o .\Debug\dft_mod.dxe -proc ADSP-21062 -flags-link -MM
endif
ifeq ($(MAKECMDGOALS),dft_mod_Debug_clean)
dft_mod_Debug_clean:
$(RM) ".\Debug\DFT_MOD.doj"
$(RM) ".\Debug\dft_mod.dxe"
$(RM) ".\Debug\*.ipa"
$(RM) ".\Debug\*.opa"
$(RM) ".\Debug\*.ti"
endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -