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

📄 hdda.mak

📁 源程序是在VisualDSP环境下开发出来的
💻 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/hdda.ldr 

./debug/bit.doj :./bit.c $(VDSP)/211xx/include/math.h hddamacros.h globalvar.h drawgraph.h textout.h asmfunctions.h $(VDSP)/211xx/include/stdio.h 
	$(VDSP)/cc21k -c .\BIT.c  -g  -proc ADSP-21160  -o .\Debug\BIT.doj  -MM

./debug/efis5.doj :./efis5.c $(VDSP)/211xx/include/math.h hddamacros.h globalvar.h drawgraph.h textout.h asmfunctions.h 
	$(VDSP)/cc21k -c .\EFIS5.c  -g  -proc ADSP-21160  -o .\Debug\EFIS5.doj  -MM

./debug/main.doj :./main.c $(VDSP)/211xx/include/signal.h $(VDSP)/211xx/include/stdio.h $(VDSP)/211xx/include/def21160.h $(VDSP)/211xx/include/21160.h $(VDSP)/211xx/include/math.h hddamacros.h globalvar.h drawgraph.h textout.h asmfunctions.h 
	$(VDSP)/cc21k -c .\MAIN.C  -g  -proc ADSP-21160  -o .\Debug\MAIN.doj  -MM

./debug/rotate.doj :./rotate.asm ./hddamacros.h $(VDSP)/211xx/include/asm_sprt.h $(VDSP)/211xx/include/def21160.h 
	$(VDSP)/easm21k.exe -proc ADSP-21160  -o .\Debug\Rotate.doj -g .\Rotate.asm -MM

./debug/textout.doj :./textout.c ./hddamacros.h $(VDSP)/211xx/include/stdio.h globalvar.h $(VDSP)/211xx/include/math.h 
	$(VDSP)/cc21k -c .\TEXTOUT.C  -g  -proc ADSP-21160  -o .\Debug\TEXTOUT.doj  -MM

./debug/benchmark.doj :./benchmark.asm $(VDSP)/211xx/include/asm_sprt.h $(VDSP)/211xx/include/def21160.h 
	$(VDSP)/easm21k.exe -proc ADSP-21160  -o .\Debug\benchmark.doj -g .\benchmark.asm -MM

./debug/drawgraph.doj :./drawgraph.c ./hddamacros.h globalvar.h $(VDSP)/211xx/include/math.h drawgraph.h 
	$(VDSP)/cc21k -c .\drawgraph.c  -g  -proc ADSP-21160  -o .\Debug\drawgraph.doj  -MM

./debug/globalvariables.doj :./globalvariables.asm ./hddamacros.h data/aprparameters.dat data/hsiparameters.dat data/charlibindex.dat data/chn.dat data/cruiseparameters.dat data/fanparameters.dat data/n.dat 
	$(VDSP)/easm21k.exe -proc ADSP-21160  -o .\Debug\globalvariables.doj -g .\globalvariables.ASM -MM

./debug/hdda.doj :./hdda.asm ./hddamacros.h $(VDSP)/211xx/include/asm_sprt.h $(VDSP)/211xx/include/def21160.h 
	$(VDSP)/easm21k.exe -proc ADSP-21160  -o .\Debug\hdda.doj -g .\hdda.asm -MM

./debug/initial.doj :./hddamacros.h ./initial.asm $(VDSP)/211xx/include/def21160.h 
	$(VDSP)/easm21k.exe -proc ADSP-21160  -o .\Debug\initial.doj -g .\initial.asm -MM

./debug/writeout.doj :./hddamacros.h ./writeout.asm $(VDSP)/211xx/include/asm_sprt.h $(VDSP)/211xx/include/def21160.h 
	$(VDSP)/easm21k.exe -proc ADSP-21160  -o .\Debug\writeout.doj -g .\writeout.asm -MM

./debug/hdda.dxe :./adsp-21160.ldf $(VDSP)/211xx/lib/160_hdr.doj $(VDSP)/211xx/lib/libc160.dlb $(VDSP)/211xx/lib/libcpp.dlb $(VDSP)/211xx/lib/libcpprt.dlb $(VDSP)/211xx/lib/libdsp160.dlb $(VDSP)/211xx/lib/libio.dlb ./debug/bit.doj ./debug/efis5.doj ./debug/main.doj ./debug/rotate.doj ./debug/textout.doj ./debug/benchmark.doj ./debug/drawgraph.doj ./debug/globalvariables.doj ./debug/hdda.doj ./debug/initial.doj ./debug/writeout.doj 
	$(VDSP)/cc21k.exe .\Debug\BIT.doj .\Debug\EFIS5.doj .\Debug\MAIN.doj .\Debug\Rotate.doj .\Debug\TEXTOUT.doj .\Debug\benchmark.doj .\Debug\drawgraph.doj .\Debug\globalvariables.doj .\Debug\hdda.doj .\Debug\initial.doj .\Debug\writeout.doj -T .\ADSP-21160.ldf -proc ADSP-21160 -L .\Debug -flags-link -od,.\Debug -o .\Debug\hdda.dxe -flags-link -MM

./debug/hdda.ldr :./debug/hdda.dxe $(VDSP)/211xx/ldr/160_prom.dxe 
	$(VDSP)/elfloader.exe .\debug\hdda.dxe -bprom -fascii -l $(VDSP)\211xx\ldr\160_prom.dxe -o .\Debug\hdda.ldr -t32768 -proc ADSP-21160  -MM

endif

ifeq ($(MAKECMDGOALS),Debug_clean)

Debug_clean:
	$(RM) ".\Debug\BIT.doj"
	$(RM) ".\Debug\EFIS5.doj"
	$(RM) ".\Debug\MAIN.doj"
	$(RM) ".\Debug\Rotate.doj"
	$(RM) ".\Debug\TEXTOUT.doj"
	$(RM) ".\Debug\benchmark.doj"
	$(RM) ".\Debug\drawgraph.doj"
	$(RM) ".\Debug\globalvariables.doj"
	$(RM) ".\Debug\hdda.doj"
	$(RM) ".\Debug\initial.doj"
	$(RM) ".\Debug\writeout.doj"
	$(RM) ".\Debug\hdda.dxe"
	$(RM) ".\Debug\hdda.ldr"
	$(RM) ".\Debug\*.ipa"
	$(RM) ".\Debug\*.opa"
	$(RM) ".\Debug\*.ti"

endif


⌨️ 快捷键说明

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