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

📄 1.mak

📁 汇编语言编写的雷达动目标显示源程序
💻 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:
#     1_Debug
#     1_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:\VisualDSP++


# $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 "1_Debug" configuration
#

ifeq ($(MAKECMDGOALS),1_Debug)

1_Debug : Debug/1.dxe 

./Debug/Fftrad2.doj :./Fftrad2.asm $(VDSP)/211xx/include/def21161.h coeff_fft_im.dat coeff_fft_re.dat imag.dat real.dat tc2.dat ts2.dat 
	@echo ".\Fftrad2.asm"
	$(VDSP)/easm21k.exe .\Fftrad2.asm -proc ADSP-21161 -g -o .\Debug\Fftrad2.doj -MM

Debug/1.dxe :radix2\ FFT.ldf ./Debug/Fftrad2.doj $(VDSP)/211xx/lib/libc161.dlb 
	@echo "Linking..."
	$(VDSP)/cc21k.exe .\Debug\Fftrad2.doj -T .\radix2\ FFT.ldf -L .\Debug -flags-link -od,.\Debug -o .\Debug\1.dxe -proc ADSP-21161 -flags-link -MM

endif

ifeq ($(MAKECMDGOALS),1_Debug_clean)

1_Debug_clean:
	-$(RM) ".\Debug\Fftrad2.doj"
	-$(RM) "Debug\1.dxe"
	-$(RM) ".\Debug\*.ipa"
	-$(RM) ".\Debug\*.opa"
	-$(RM) ".\Debug\*.ti"
	-$(RM) ".\*.rbld"

endif


⌨️ 快捷键说明

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