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

📄 adc.mak

📁 电力系统远动子程序,已经完全调试通过,方便使用TI公司2407DSP的同行应用,请放心使用
💻 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/pwm_sine.dxe 

./debug/adc.doj : $(VDSP)/219x/include/adsp-21990.h $(VDSP)/219x/include/def2191.h $(VDSP)/219x/include/def219x.h c:/my\ documents/adi/appnotes/adsp-21990/assembly/_incl/macro.h c:/my\ documents/adi/appnotes/adsp-21990/assembly/_lib/adc.dsp main.h 
	$(VDSP)/easm219x.exe -proc ADSP-21990  -I C:\Documents\ and\ Settings\JChung\My\ Documents\ADSP21990\Assembly\_Incl -I C:\my\ documents\adi\appnotes\ADSP-21990\Assembly\_Incl -o .\Debug\adc.doj C:\my\ documents\adi\appnotes\ADSP-21990\Assembly\_Lib\adc.dsp -MM

./debug/main.doj : ./main.dsp $(VDSP)/219x/include/adsp-21990.h $(VDSP)/219x/include/def2191.h $(VDSP)/219x/include/def219x.h c:/my\ documents/adi/appnotes/adsp-21990/assembly/_incl/adc.h c:/my\ documents/adi/appnotes/adsp-21990/assembly/_incl/macro.h c:/my\ documents/adi/appnotes/adsp-21990/assembly/_incl/pwm.h c:/my\ documents/adi/appnotes/adsp-21990/assembly/_incl/trigono.h main.h 
	$(VDSP)/easm219x.exe -proc ADSP-21990  -I C:\Documents\ and\ Settings\JChung\My\ Documents\ADSP21990\Assembly\_Incl -I C:\my\ documents\adi\appnotes\ADSP-21990\Assembly\_Incl -o .\Debug\main.doj .\main.dsp -MM

./debug/21990_ivt.doj : c:/my\ documents/adi/appnotes/adsp-21990/assembly/_lib/21990_ivt.dsp 
	$(VDSP)/easm219x.exe -proc ADSP-21990  -I C:\Documents\ and\ Settings\JChung\My\ Documents\ADSP21990\Assembly\_Incl -I C:\my\ documents\adi\appnotes\ADSP-21990\Assembly\_Incl -o .\Debug\21990_ivt.doj C:\my\ documents\adi\appnotes\ADSP-21990\Assembly\_Lib\21990_ivt.dsp -MM

./debug/putvector.doj : c:/my\ documents/adi/appnotes/adsp-21990/assembly/_lib/putvector.dsp 
	$(VDSP)/easm219x.exe -proc ADSP-21990  -I C:\Documents\ and\ Settings\JChung\My\ Documents\ADSP21990\Assembly\_Incl -I C:\my\ documents\adi\appnotes\ADSP-21990\Assembly\_Incl -o .\Debug\putvector.doj C:\my\ documents\adi\appnotes\ADSP-21990\Assembly\_Lib\putvector.dsp -MM

./debug/pwm.doj : $(VDSP)/219x/include/adsp-21990.h $(VDSP)/219x/include/def2191.h $(VDSP)/219x/include/def219x.h c:/my\ documents/adi/appnotes/adsp-21990/assembly/_incl/macro.h c:/my\ documents/adi/appnotes/adsp-21990/assembly/_lib/pwm.dsp main.h 
	$(VDSP)/easm219x.exe -proc ADSP-21990  -I C:\Documents\ and\ Settings\JChung\My\ Documents\ADSP21990\Assembly\_Incl -I C:\my\ documents\adi\appnotes\ADSP-21990\Assembly\_Incl -o .\Debug\pwm.doj C:\my\ documents\adi\appnotes\ADSP-21990\Assembly\_Lib\pwm.dsp -MM

./debug/trigono.doj : $(VDSP)/219x/include/adsp-21990.h $(VDSP)/219x/include/def2191.h $(VDSP)/219x/include/def219x.h c:/my\ documents/adi/appnotes/adsp-21990/assembly/_incl/macro.h c:/my\ documents/adi/appnotes/adsp-21990/assembly/_lib/trigono.dsp main.h 
	$(VDSP)/easm219x.exe -proc ADSP-21990  -I C:\Documents\ and\ Settings\JChung\My\ Documents\ADSP21990\Assembly\_Incl -I C:\my\ documents\adi\appnotes\ADSP-21990\Assembly\_Incl -o .\Debug\trigono.doj C:\my\ documents\adi\appnotes\ADSP-21990\Assembly\_Lib\trigono.dsp -MM

./debug/pwm_sine.dxe : c:/my\ documents/adi/appnotes/adsp-21990/assembly/_tgtfiles/adsp-21990.ldf ./debug/21990_ivt.doj ./debug/adc.doj ./debug/main.doj ./debug/putvector.doj ./debug/pwm.doj ./debug/trigono.doj 
	$(VDSP)/cc219x.exe .\Debug\adc.doj .\Debug\main.doj .\Debug\21990_ivt.doj .\Debug\putvector.doj .\Debug\pwm.doj .\Debug\trigono.doj -T C:\my\ documents\adi\appnotes\ADSP-21990\Assembly\_TgtFiles\ADSP-21990.ldf -proc ADSP-21990 -L .\Debug -o .\Debug\PWM_Sine.dxe -flags-link -MM

endif

ifeq ($(MAKECMDGOALS),Debug_clean)

Debug_clean:
	$(RM) ".\Debug\adc.doj"
	$(RM) ".\Debug\main.doj"
	$(RM) ".\Debug\21990_ivt.doj"
	$(RM) ".\Debug\putvector.doj"
	$(RM) ".\Debug\pwm.doj"
	$(RM) ".\Debug\trigono.doj"
	$(RM) ".\Debug\PWM_Sine.dxe"

endif


⌨️ 快捷键说明

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