?? hostboot.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:
# HostBoot_Debug
# HostBoot_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=E:\Analog Devices\VisualDSP 4.5
# $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 "HostBoot_Debug" configuration
#
ifeq ($(MAKECMDGOALS),HostBoot_Debug)
HostBoot_Debug : ./Debug/MasterDSPB.dxe ./Debug/SlaveDSPA.dxe
./Debug/MasterDSPB.doj :$(VDSP)/TS/include/defTS201.h ./MasterDSPB.asm ./TSEZKitDef.h ././Debug/bootdata.ldr
@echo ".\MasterDSPB.asm"
$(VDSP)/easmts.exe .\MasterDSPB.asm -proc ADSP-TS201 -g -si-revision 0.1 -DDEBUG=1 -o .\Debug\MasterDSPB.doj -MM
./Debug/SlaveDSPA.doj :$(VDSP)/TS/include/defTS201.h ./SlaveDSPA.asm ./TSEZKitDef.h
@echo ".\SlaveDSPA.asm"
$(VDSP)/easmts.exe .\SlaveDSPA.asm -proc ADSP-TS201 -g -si-revision 0.1 -DDEBUG=1 -o .\Debug\SlaveDSPA.doj -MM
./Debug/MasterDSPB.dxe ./Debug/SlaveDSPA.dxe :ADSP-TS201_ASM_MP.ldf ./Debug/MasterDSPB.doj ./Debug/SlaveDSPA.doj
@echo "Linking..."
$(VDSP)/ccts.exe .\Debug\MasterDSPB.doj .\Debug\SlaveDSPA.doj -T .\ADSP-TS201_ASM_MP.ldf -L .\Debug -flags-link -od,.\Debug -o .\Debug\HostBoot.dxe -proc ADSP-TS201 -si-revision 2.0 -flags-link -MM
endif
ifeq ($(MAKECMDGOALS),HostBoot_Debug_clean)
HostBoot_Debug_clean:
-$(RM) ".\Debug\MasterDSPB.doj"
-$(RM) ".\Debug\SlaveDSPA.doj"
-$(RM) ".\Debug\MasterDSPB.dxe"
-$(RM) ".\Debug\SlaveDSPA.dxe"
-$(RM) ".\Debug\*.ipa"
-$(RM) ".\Debug\*.opa"
-$(RM) ".\Debug\*.ti"
-$(RM) ".\*.rbld"
endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -