?? pci_dma.mak
字號(hào):
# 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 : ./pci_dma.dxe
./debug/pci_dma_test.doj : ./pci_dma_test.c
$(VDSP)/ccts -c .\pci_dma_test.c -g -I P:\TS\TSPC\Rev1\Sw\Tiger_Libs\PCI,P:\TS\TSPC\Rev1\Sw\Tiger_Libs\UTILS -TS101 -o .\Debug\pci_dma_test.doj -MM
./pci_dma.dxe : w:/mastercds/tiger\ tools/examples/tiger_libs/pci/tfin_pci.dlb w:/mastercds/tiger\ tools/examples/tiger_libs/utils/utils.dlb ./debug/pci_dma_test.doj
$(VDSP)/ccts.exe -flags-link W:\MasterCDs\Tiger\ Tools\Examples\Tiger_Libs\PCI\tfin_pci.dlb -flags-link W:\MasterCDs\Tiger\ Tools\Examples\Tiger_Libs\UTILS\utils.dlb .\Debug\pci_dma_test.doj -TS101 -L .\Debug -L D:\Robert\Tiger_Libs\PCI -o .\pci_dma.dxe -map .\pci_dma.map -MM
endif
ifeq ($(MAKECMDGOALS),Debug_clean)
Debug_clean:
$(RM) ".\Debug\pci_dma_test.doj"
$(RM) ".\pci_dma.dxe"
endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -