# 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: # FiltryAdaptacyjne_simulation_Debug # FiltryAdaptacyjne_simulation_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\Analog Devices\VisualDSP 4.0 ifndef ADI_DSP_MAKE ADI_DSP_MAKE=E:/Program\ Files/Analog\ Devices/VisualDSP\ 4.0 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 "FiltryAdaptacyjne_simulation_Debug" configuration # ifeq ($(MAKECMDGOALS),FiltryAdaptacyjne_simulation_Debug) FiltryAdaptacyjne_simulation_Debug : ./Debug/FiltryAdaptacyjne_simulation.dxe ./Debug/LMS.doj :./LMS.ASM @echo ".\LMS.ASM" $(VDSP)/easm21k.exe .\LMS.ASM -proc ADSP-21161 -g -o .\Debug\LMS.doj -MM ./Debug/MAIN.doj :./MAIN.ASM $(ADI_DSP_MAKE)/211xx/include/def21161.h @echo ".\MAIN.ASM" $(VDSP)/easm21k.exe .\MAIN.ASM -proc ADSP-21161 -g -o .\Debug\MAIN.doj -MM ./Debug/FiltryAdaptacyjne_simulation.dxe :./21161_adapt.ldf ./Debug/LMS.doj ./Debug/MAIN.doj $(ADI_DSP_MAKE)/211xx/lib/libc161.dlb $(ADI_DSP_MAKE)/211xx/lib/libio.dlb $(ADI_DSP_MAKE)/211xx/lib/libdsp160.dlb @echo "Linking..." $(VDSP)/cc21k.exe .\Debug\LMS.doj .\Debug\MAIN.doj -T .\21161_adapt.ldf -flags-link -ip -L .\Debug -flags-link -od,.\Debug -o .\Debug\FiltryAdaptacyjne_simulation.dxe -proc ADSP-21161 -flags-link -MM endif ifeq ($(MAKECMDGOALS),FiltryAdaptacyjne_simulation_Debug_clean) FiltryAdaptacyjne_simulation_Debug_clean: $(RM) ".\Debug\LMS.doj" $(RM) ".\Debug\MAIN.doj" $(RM) ".\Debug\FiltryAdaptacyjne_simulation.dxe" $(RM) ".\Debug\*.ipa" $(RM) ".\Debug\*.opa" $(RM) ".\Debug\*.ti" $(RM) ".\*.rbld" endif