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

📄 pi.mak

📁 本程序为ad的dsp21990控制芯片程序,其功能是通过传统的PI控制算法来实现对电源的控制,控制程序可以采用.asm也可以采用.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:
#     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/pi.dxe 

./debug/main.doj :./main.dsp $(VDSP)/219x/include/adsp-21990.h $(VDSP)/219x/include/adsp-2199x.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/_incl/pi.h c:/my\ documents/adi/appnotes/adsp-21990/assembly/_incl/pwm.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 -g .\main.dsp -MM

./debug/21990_ivt.doj :./_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 -g .\_Lib\21990_ivt.dsp -MM

./debug/pi.doj :./_lib/pi.dsp $(VDSP)/219x/include/adsp-21990.h $(VDSP)/219x/include/adsp-2199x.h $(VDSP)/219x/include/def2191.h $(VDSP)/219x/include/def219x.h c:/my\ documents/adi/appnotes/adsp-21990/assembly/_incl/macro.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\pi.doj -g .\_Lib\pi.dsp -MM

./debug/putvector.doj :./_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 -g .\_Lib\putvector.dsp -MM

./debug/pwm.doj :./_lib/pwm.dsp $(VDSP)/219x/include/adsp-21990.h $(VDSP)/219x/include/adsp-2199x.h $(VDSP)/219x/include/def2191.h $(VDSP)/219x/include/def219x.h c:/my\ documents/adi/appnotes/adsp-21990/assembly/_incl/macro.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\pwm.doj -g .\_Lib\pwm.dsp -MM

./debug/pi.dxe :./debug/main.doj ./debug/21990_ivt.doj ./debug/pi.doj ./debug/putvector.doj ./debug/pwm.doj ./_tgtfiles/adsp-21990.ldf 
	$(VDSP)/cc219x.exe .\Debug\main.doj .\Debug\21990_ivt.doj .\Debug\pi.doj .\Debug\putvector.doj .\Debug\pwm.doj -T .\_TgtFiles\ADSP-21990.ldf -proc ADSP-21990 -L .\Debug -flags-link -od,.\Debug -o .\Debug\PI.dxe -flags-link -MM

endif

ifeq ($(MAKECMDGOALS),Debug_clean)

Debug_clean:
	$(RM) ".\Debug\main.doj"
	$(RM) ".\Debug\21990_ivt.doj"
	$(RM) ".\Debug\pi.doj"
	$(RM) ".\Debug\putvector.doj"
	$(RM) ".\Debug\pwm.doj"
	$(RM) ".\Debug\PI.dxe"
	$(RM) ".\Debug\*.ipa"
	$(RM) ".\Debug\*.opa"
	$(RM) ".\Debug\*.ti"

endif


⌨️ 快捷键说明

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