ss_syn.mak

来自「这是我在ADSP tiger sharc 201上面实现的OFDM(标准是wim」· MAK 代码 · 共 111 行

MAK
111
字号
# 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:
#     SS_SYN_Debug
#     SS_SYN_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=D:\Program Files\Analog Devices\VisualDSP 3.5 32-Bit

ifndef ADI_DSP_MAKE
ADI_DSP_MAKE=D:/Program\ Files/Analog\ Devices/VisualDSP\ 3.5\ 32-Bit
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 "SS_SYN_Debug" configuration
#

ifeq ($(MAKECMDGOALS),SS_SYN_Debug)

SS_SYN_Debug : ./Debug/SS_SYN.dxe 

./Debug/_xcorrs_one_code_8_chips.doj :./SS_SYN.h ./_divide.inc ./_xcorrs_one_code_8_chips.asm ./cache_macros.h ./defts201.h 
	$(VDSP)/easmts.exe .\_xcorrs_one_code_8_chips.asm -proc ADSP-TS201 -g -o .\Debug\_xcorrs_one_code_8_chips.doj -MM

./Debug/change_linkport_TCB.doj :./SS_SYN.h ./_divide.inc ./cache_macros.h ./change_linkport_TCB.asm ./defts201.h 
	$(VDSP)/easmts.exe .\change_linkport_TCB.asm -proc ADSP-TS201 -g -o .\Debug\change_linkport_TCB.doj -MM

./Debug/cp_track.doj :./SS_SYN.h ./_divide.inc ./cache_macros.h ./cp_track.asm ./defts201.h 
	$(VDSP)/easmts.exe .\cp_track.asm -proc ADSP-TS201 -g -o .\Debug\cp_track.doj -MM

./Debug/memory_allocation.doj :./SS_SYN.h ./_divide.inc ./cache_macros.h ./defts201.h ./memory_allocation.asm ./table/debug_data/qout_e.dat ./table/debug_data/qout_o.dat ./table/q_time_code_hex.txt 
	$(VDSP)/easmts.exe .\memory_allocation.asm -proc ADSP-TS201 -g -o .\Debug\memory_allocation.doj -MM

./Debug/null_func.doj :./SS_SYN.h ./_divide.inc ./cache_macros.h ./defts201.h ./null_func.asm 
	$(VDSP)/easmts.exe .\null_func.asm -proc ADSP-TS201 -g -o .\Debug\null_func.doj -MM

./Debug/one_branch_corr.doj :./SS_SYN.h ./_divide.inc ./cache_macros.h ./defts201.h ./one_branch_corr.asm 
	$(VDSP)/easmts.exe .\one_branch_corr.asm -proc ADSP-TS201 -g -o .\Debug\one_branch_corr.doj -MM

./Debug/SS_SYN.doj :./SS_SYN.asm ./SS_SYN.h ./_divide.inc ./cache_macros.h ./defts201.h 
	$(VDSP)/easmts.exe .\SS_SYN.asm -proc ADSP-TS201 -g -o .\Debug\SS_SYN.doj -MM

./Debug/system_func.doj :./defts201.h ./system_func.asm 
	$(VDSP)/easmts.exe .\system_func.asm -proc ADSP-TS201 -g -o .\Debug\system_func.doj -MM

./Debug/user_initial.doj :./SS_SYN.h ./_divide.inc ./cache_macros.h ./defts201.h ./user_initial.asm 
	$(VDSP)/easmts.exe .\user_initial.asm -proc ADSP-TS201 -g -o .\Debug\user_initial.doj -MM

./Debug/wait_cycles.doj :./SS_SYN.h ./_divide.inc ./cache_macros.h ./defts201.h ./wait_cycles.asm 
	$(VDSP)/easmts.exe .\wait_cycles.asm -proc ADSP-TS201 -g -o .\Debug\wait_cycles.doj -MM

./Debug/xcorrs_two_codes_one_frame.doj :./SS_SYN.h ./_divide.inc ./cache_macros.h ./defts201.h ./xcorrs_two_codes_one_frame.asm 
	$(VDSP)/easmts.exe .\xcorrs_two_codes_one_frame.asm -proc ADSP-TS201 -g -o .\Debug\xcorrs_two_codes_one_frame.doj -MM

./Debug/SS_SYN.dxe :./Debug/_xcorrs_one_code_8_chips.doj ./Debug/change_linkport_TCB.doj ./Debug/cp_track.doj ./Debug/memory_allocation.doj ./Debug/null_func.doj ./Debug/one_branch_corr.doj ./Debug/SS_SYN.doj ./Debug/system_func.doj ./Debug/user_initial.doj ./Debug/wait_cycles.doj ./Debug/xcorrs_two_codes_one_frame.doj ./SS_SYN.ldf 
	$(VDSP)/ccts.exe .\Debug\_xcorrs_one_code_8_chips.doj .\Debug\change_linkport_TCB.doj .\Debug\cp_track.doj .\Debug\memory_allocation.doj .\Debug\null_func.doj .\Debug\one_branch_corr.doj .\Debug\SS_SYN.doj .\Debug\system_func.doj .\Debug\user_initial.doj .\Debug\wait_cycles.doj .\Debug\xcorrs_two_codes_one_frame.doj -T .\SS_SYN.ldf -L .\Debug -si-revision none -flags-link -od,.\Debug -o .\Debug\SS_SYN.dxe -proc ADSP-TS201 -flags-link -MM

endif

ifeq ($(MAKECMDGOALS),SS_SYN_Debug_clean)

SS_SYN_Debug_clean:
	$(RM) ".\Debug\_xcorrs_one_code_8_chips.doj"
	$(RM) ".\Debug\change_linkport_TCB.doj"
	$(RM) ".\Debug\cp_track.doj"
	$(RM) ".\Debug\memory_allocation.doj"
	$(RM) ".\Debug\null_func.doj"
	$(RM) ".\Debug\one_branch_corr.doj"
	$(RM) ".\Debug\SS_SYN.doj"
	$(RM) ".\Debug\system_func.doj"
	$(RM) ".\Debug\user_initial.doj"
	$(RM) ".\Debug\wait_cycles.doj"
	$(RM) ".\Debug\xcorrs_two_codes_one_frame.doj"
	$(RM) ".\Debug\SS_SYN.dxe"
	$(RM) ".\Debug\*.ipa"
	$(RM) ".\Debug\*.opa"
	$(RM) ".\Debug\*.ti"

endif


⌨️ 快捷键说明

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