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

📄 cf.mak

📁 ADI BF DSP的CF卡的读写源码
💻 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/cf_interfac.ldr 

./debug/ad1885_init.doj :./ad1885_init.asm ../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/def21535.h ../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/defblackfin.h 
	$(VDSP)/easmBLKFN.exe -proc ADSP-21535  -o .\Debug\AD1885_Init.doj .\AD1885_Init.asm -MM

./debug/ata_commands.doj :./ata_commands.asm ../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/def21535.h ../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/defblackfin.h 
	$(VDSP)/easmBLKFN.exe -proc ADSP-21535  -o .\Debug\ATA_Commands.doj .\ATA_Commands.asm -MM

./debug/bootsector.doj :./bootsector.asm ./boot_sector_parameters.h 
	$(VDSP)/easmBLKFN.exe -proc ADSP-21535  -o .\Debug\BootSector.doj .\BootSector.asm -MM

./debug/calc_chs.doj :./calc_chs.asm 
	$(VDSP)/easmBLKFN.exe -proc ADSP-21535  -o .\Debug\Calc_CHS.doj .\Calc_CHS.asm -MM

./debug/cluster_to_sector.doj :./cluster_to_sector.asm 
	$(VDSP)/easmBLKFN.exe -proc ADSP-21535  -o .\Debug\Cluster_to_Sector.doj .\Cluster_to_Sector.asm -MM

./debug/fat_file_system.doj :./fat_file_system.asm 
	$(VDSP)/easmBLKFN.exe -proc ADSP-21535  -o .\Debug\FAT_File_System.doj .\FAT_File_System.asm -MM

./debug/filldataroutine_large_cf.doj :./filldataroutine_large_cf.asm 
	$(VDSP)/easmBLKFN.exe -proc ADSP-21535  -o .\Debug\FillDataRoutine_Large_CF.doj .\FillDataRoutine_Large_CF.asm -MM

./debug/filldataroutine_small_cf.doj :./filldataroutine_small_cf.asm 
	$(VDSP)/easmBLKFN.exe -proc ADSP-21535  -o .\Debug\FillDataRoutine_Small_CF.doj .\FillDataRoutine_Small_CF.asm -MM

./debug/identify_mp3s.doj :./identify_mp3s.asm 
	$(VDSP)/easmBLKFN.exe -proc ADSP-21535  -o .\Debug\Identify_MP3s.doj .\Identify_MP3s.asm -MM

./debug/main_cf.doj :./boot_sector_parameters.h ./main_cf.asm ../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/def21535.h ../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/defblackfin.h 
	$(VDSP)/easmBLKFN.exe -proc ADSP-21535  -o .\Debug\Main_CF.doj .\Main_CF.asm -MM

./debug/next_cluster.doj :./boot_sector_parameters.h ./next_cluster.asm 
	$(VDSP)/easmBLKFN.exe -proc ADSP-21535  -o .\Debug\Next_Cluster.doj .\Next_Cluster.asm -MM

./debug/numofclusters.doj :./boot_sector_parameters.h ./numofclusters.asm ../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/def21535.h ../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/defblackfin.h 
	$(VDSP)/easmBLKFN.exe -proc ADSP-21535  -o .\Debug\NumofClusters.doj .\NumofClusters.asm -MM

./debug/processing_isr.doj :./processing_isr.asm ../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/def21535.h ../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/defblackfin.h 
	$(VDSP)/easmBLKFN.exe -proc ADSP-21535  -o .\Debug\Processing_ISR.doj .\Processing_ISR.asm -MM

./debug/read_cf.doj :./read_cf.asm 
	$(VDSP)/easmBLKFN.exe -proc ADSP-21535  -o .\Debug\Read_CF.doj .\Read_CF.asm -MM

./debug/setup_evt.doj :./setup_evt.asm ../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/def21535.h ../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/defblackfin.h 
	$(VDSP)/easmBLKFN.exe -proc ADSP-21535  -o .\Debug\Setup_EVT.doj .\Setup_EVT.asm -MM

./debug/setup_pfx_interrupts.doj :./setup_pfx_interrupts.asm ../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/def21535.h ../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/defblackfin.h 
	$(VDSP)/easmBLKFN.exe -proc ADSP-21535  -o .\Debug\Setup_PFx_Interrupts.doj .\Setup_PFx_Interrupts.asm -MM

./debug/sport_setup_play.doj :./sport_setup_play.asm ../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/def21535.h ../../../../../program\ files/analog\ devices/visualdsp/blackfin/include/defblackfin.h 
	$(VDSP)/easmBLKFN.exe -proc ADSP-21535  -o .\Debug\Sport_Setup_Play.doj .\Sport_Setup_Play.asm -MM

./debug/cf.dxe :./adsp-21535_asm.ldf ./debug/ad1885_init.doj ./debug/ata_commands.doj ./debug/bootsector.doj ./debug/calc_chs.doj ./debug/cluster_to_sector.doj ./debug/fat_file_system.doj ./debug/filldataroutine_large_cf.doj ./debug/filldataroutine_small_cf.doj ./debug/identify_mp3s.doj ./debug/main_cf.doj ./debug/next_cluster.doj ./debug/numofclusters.doj ./debug/processing_isr.doj ./debug/read_cf.doj ./debug/setup_evt.doj ./debug/setup_pfx_interrupts.doj ./debug/sport_setup_play.doj ./mp3decodeenc.dlb ../../../../../program\ files/analog\ devices/visualdsp/blackfin/lib/libc535.dlb ../../../../../program\ files/analog\ devices/visualdsp/blackfin/lib/libdsp535.dlb ../../../../../program\ files/analog\ devices/visualdsp/blackfin/lib/libevent535.dlb ../../../../../program\ files/analog\ devices/visualdsp/blackfin/lib/libio535.dlb ../../../../../program\ files/analog\ devices/visualdsp/blackfin/lib/libm3free535.dlb ../../../../../program\ files/analog\ devices/visualdsp/blackfin/lib/librt_fileio535.dlb ../../../../../program\ files/analog\ devices/visualdsp/blackfin/lib/libsftflt535.dlb ../../../../../program\ files/analog\ devices/visualdsp/blackfin/lib/libsmall535.dlb 
	$(VDSP)/ccblkfn.exe .\Debug\AD1885_Init.doj .\Debug\ATA_Commands.doj .\Debug\BootSector.doj .\Debug\Calc_CHS.doj .\Debug\Cluster_to_Sector.doj .\Debug\FAT_File_System.doj .\Debug\FillDataRoutine_Large_CF.doj .\Debug\FillDataRoutine_Small_CF.doj .\Debug\Identify_MP3s.doj .\Debug\Main_CF.doj .\Debug\Next_Cluster.doj .\Debug\NumofClusters.doj .\Debug\Processing_ISR.doj .\Debug\Read_CF.doj .\Debug\Setup_EVT.doj .\Debug\Setup_PFx_Interrupts.doj .\Debug\Sport_Setup_Play.doj -flags-link .\mp3decodeenc.dlb -T .\adsp-21535_ASM.ldf -proc ADSP-21535 -L .\Debug -L C:\Documents\ and\ Settings\hdesai\My\ Documents\BlackFin\Compact\ Flash  -o .\Debug\CF.dxe -flags-link -i  -flags-link C:\Documents\ and\ Settings\hdesai\My\ Documents\BlackFin\Compact\ Flash  -flags-link -jcs2l+ -flags-link -MM

./debug/cf_interfac.ldr :./debug/cf.dxe ./535_prom16.dxe 
	$(VDSP)/elfloader .\debug\cf.dxe -b flash -f HEX -Width 16 -o .\Debug\cf_interfac.ldr -p 0x00020000 -proc ADSP-21535 -Waits 15 -HoldTime 3 -l .\535_PROM16.DXE -MM

endif

ifeq ($(MAKECMDGOALS),Debug_clean)

Debug_clean:
	$(RM) ".\Debug\AD1885_Init.doj"
	$(RM) ".\Debug\ATA_Commands.doj"
	$(RM) ".\Debug\BootSector.doj"
	$(RM) ".\Debug\Calc_CHS.doj"
	$(RM) ".\Debug\Cluster_to_Sector.doj"
	$(RM) ".\Debug\FAT_File_System.doj"
	$(RM) ".\Debug\FillDataRoutine_Large_CF.doj"
	$(RM) ".\Debug\FillDataRoutine_Small_CF.doj"
	$(RM) ".\Debug\Identify_MP3s.doj"
	$(RM) ".\Debug\Main_CF.doj"
	$(RM) ".\Debug\Next_Cluster.doj"
	$(RM) ".\Debug\NumofClusters.doj"
	$(RM) ".\Debug\Processing_ISR.doj"
	$(RM) ".\Debug\Read_CF.doj"
	$(RM) ".\Debug\Setup_EVT.doj"
	$(RM) ".\Debug\Setup_PFx_Interrupts.doj"
	$(RM) ".\Debug\Sport_Setup_Play.doj"
	$(RM) ".\Debug\CF.dxe"
	$(RM) ".\Debug\cf_interfac.ldr"
	$(RM) ".\Debug\*.ipa"
	$(RM) ".\Debug\*.opa"
	$(RM) ".\Debug\*.ti"

endif


⌨️ 快捷键说明

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