# 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: # algorytm_lms_2_Debug # algorytm_lms_2_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:\Program Files ifndef ADI_DSP_MAKE ADI_DSP_MAKE=E:/Program\ Files 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 "algorytm_lms_2_Debug" configuration # ifeq ($(MAKECMDGOALS),algorytm_lms_2_Debug) algorytm_lms_2_Debug : ./Debug/algorytm_lms_2.dxe ./Debug/AD1836_reg_init_viaSPORTs.doj :./AD1836_reg_init_viaSPORTs.asm $(VDSP)/211xx/include/def21161.h @echo ".\AD1836_reg_init_viaSPORTs.asm" $(VDSP)/easm21k.exe .\AD1836_reg_init_viaSPORTs.asm -proc ADSP-21161 -g -o .\Debug\AD1836_reg_init_viaSPORTs.doj -MM ./Debug/AD1852_SPI_init.doj :./AD1852_SPI_init.asm $(VDSP)/211xx/include/def21161.h @echo ".\AD1852_SPI_init.asm" $(VDSP)/easm21k.exe .\AD1852_SPI_init.asm -proc ADSP-21161 -g -o .\Debug\AD1852_SPI_init.doj -MM ./Debug/algorytm_lms_2.doj :./algorytm_lms_2.asm $(VDSP)/211xx/include/def21161.h @echo ".\algorytm_lms_2.asm" $(VDSP)/easm21k.exe .\algorytm_lms_2.asm -proc ADSP-21161 -g -o .\Debug\algorytm_lms_2.doj -MM ./Debug/Clear_SPT_regs.doj :./Clear_SPT_regs.asm $(VDSP)/211xx/include/def21161.h @echo ".\Clear_SPT_regs.asm" $(VDSP)/easm21k.exe .\Clear_SPT_regs.asm -proc ADSP-21161 -g -o .\Debug\Clear_SPT_regs.doj -MM ./Debug/Init_21161_EZKit.doj :./Init_21161_EZKit.asm $(VDSP)/211xx/include/def21161.h @echo ".\Init_21161_EZKit.asm" $(VDSP)/easm21k.exe .\Init_21161_EZKit.asm -proc ADSP-21161 -g -o .\Debug\Init_21161_EZKit.doj -MM ./Debug/ISR_table.doj :./ISR_table.asm @echo ".\ISR_table.asm" $(VDSP)/easm21k.exe .\ISR_table.asm -proc ADSP-21161 -g -o .\Debug\ISR_table.doj -MM ./Debug/SDRAM_initialization.doj :./SDRAM_initialization.asm $(VDSP)/211xx/include/def21161.h @echo ".\SDRAM_initialization.asm" $(VDSP)/easm21k.exe .\SDRAM_initialization.asm -proc ADSP-21161 -g -o .\Debug\SDRAM_initialization.doj -MM ./Debug/SPORT02_TDM_Initialization.doj :./SPORT02_TDM_Initialization.asm $(VDSP)/211xx/include/def21161.h @echo ".\SPORT02_TDM_Initialization.asm" $(VDSP)/easm21k.exe .\SPORT02_TDM_Initialization.asm -proc ADSP-21161 -g -o .\Debug\SPORT02_TDM_Initialization.doj -MM ./Debug/SPT0_ISR_1836_Processing.doj :./SPT0_ISR_1836_Processing.asm $(VDSP)/211xx/include/def21161.h @echo ".\SPT0_ISR_1836_Processing.asm" $(VDSP)/easm21k.exe .\SPT0_ISR_1836_Processing.asm -proc ADSP-21161 -g -o .\Debug\SPT0_ISR_1836_Processing.doj -MM ./Debug/algorytm_lms_2.dxe :./Debug/SPT0_ISR_1836_Processing.doj ./Debug/SPORT02_TDM_Initialization.doj ./Debug/SDRAM_initialization.doj ./Debug/ISR_table.doj ./Debug/Init_21161_EZKit.doj ./Debug/Clear_SPT_regs.doj ./Debug/algorytm_lms_2.doj ./Debug/AD1852_SPI_init.doj ./Debug/AD1836_reg_init_viaSPORTs.doj ./21161_EZKIT_Lite.ldf ./Debug/AD1836_reg_init_viaSPORTs.doj ./Debug/AD1852_SPI_init.doj ./Debug/algorytm_lms_2.doj ./Debug/Clear_SPT_regs.doj ./Debug/Init_21161_EZKit.doj ./Debug/ISR_table.doj ./Debug/SDRAM_initialization.doj ./Debug/SPORT02_TDM_Initialization.doj ./Debug/SPT0_ISR_1836_Processing.doj $(VDSP)/211xx/lib/libc160.dlb $(VDSP)/211xx/lib/libio160_32.dlb $(VDSP)/211xx/lib/libdsp160.dlb $(VDSP)/211xx/lib/libcpp.dlb $(VDSP)/211xx/lib/libcpprt.dlb @echo "Linking..." $(VDSP)/cc21k.exe .\Debug\AD1836_reg_init_viaSPORTs.doj .\Debug\AD1852_SPI_init.doj .\Debug\algorytm_lms_2.doj .\Debug\Clear_SPT_regs.doj .\Debug\Init_21161_EZKit.doj .\Debug\ISR_table.doj .\Debug\SDRAM_initialization.doj .\Debug\SPORT02_TDM_Initialization.doj .\Debug\SPT0_ISR_1836_Processing.doj -T .\21161_EZKIT_Lite.ldf -L .\Debug -flags-link -od,.\Debug -o .\Debug\algorytm_lms_2.dxe -proc ADSP-21161 -flags-link -MM endif ifeq ($(MAKECMDGOALS),algorytm_lms_2_Debug_clean) algorytm_lms_2_Debug_clean: $(RM) ".\Debug\AD1836_reg_init_viaSPORTs.doj" $(RM) ".\Debug\AD1852_SPI_init.doj" $(RM) ".\Debug\algorytm_lms_2.doj" $(RM) ".\Debug\Clear_SPT_regs.doj" $(RM) ".\Debug\Init_21161_EZKit.doj" $(RM) ".\Debug\ISR_table.doj" $(RM) ".\Debug\SDRAM_initialization.doj" $(RM) ".\Debug\SPORT02_TDM_Initialization.doj" $(RM) ".\Debug\SPT0_ISR_1836_Processing.doj" $(RM) ".\Debug\algorytm_lms_2.dxe" $(RM) ".\Debug\*.ipa" $(RM) ".\Debug\*.opa" $(RM) ".\Debug\*.ti" $(RM) ".\*.rbld" endif