# 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: # fir_blk_Debug # fir_blk_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=C:\Program Files\Analog Devices\VisualDSP 4.0 ifndef ADI_DSP_MAKE ADI_DSP_MAKE=C:/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 "fir_blk_Debug" configuration # ifeq ($(MAKECMDGOALS),fir_blk_Debug) fir_blk_Debug : ./Debug/fir_blk.dxe ./Debug/fir_blk.doj :./def21161.h ./fir_blk.asm @echo ".\fir_blk.asm" $(VDSP)/easm21k.exe .\fir_blk.asm -proc ADSP-21161 -g -o .\Debug\fir_blk.doj -MM ./Debug/fir_blk_test.doj :./def21161.h ./fir_blk_test.asm fircoeffs.dat input.dat @echo ".\fir_blk_test.asm" $(VDSP)/easm21k.exe .\fir_blk_test.asm -proc ADSP-21161 -g -o .\Debug\fir_blk_test.doj -MM ./Debug/fir_blk.dxe :./Debug/fir_blk_test.doj ./Debug/fir_blk.doj ./fir_blk.ldf ./Debug/fir_blk.doj ./Debug/fir_blk_test.doj $(VDSP)/211xx/lib/libc161.dlb $(VDSP)/211xx/lib/libio.dlb $(VDSP)/211xx/lib/libdsp160.dlb @echo "Linking..." $(VDSP)/cc21k.exe .\Debug\fir_blk.doj .\Debug\fir_blk_test.doj -T .\fir_blk.ldf -L .\Debug -flags-link -od,.\Debug -o .\Debug\fir_blk.dxe -proc ADSP-21161 -flags-link -MM endif ifeq ($(MAKECMDGOALS),fir_blk_Debug_clean) fir_blk_Debug_clean: $(RM) ".\Debug\fir_blk.doj" $(RM) ".\Debug\fir_blk_test.doj" $(RM) ".\Debug\fir_blk.dxe" $(RM) ".\Debug\*.ipa" $(RM) ".\Debug\*.opa" $(RM) ".\Debug\*.ti" $(RM) ".\*.rbld" endif