# 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: # Laborka_Release # Laborka_Release_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:\Programy\visaulDSP++ ifndef ADI_DSP_MAKE ADI_DSP_MAKE=D:/Programy/visaulDSP++ 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 "Laborka_Release" configuration # ifeq ($(MAKECMDGOALS),Laborka_Release) Laborka_Release : ./Release/Laborka.dxe ./Release/ADDS_21161_EzKit.doj :./ADDS_21161_EzKit.c @echo ".\ADDS_21161_EzKit.c" $(VDSP)/cc21k.exe -c .\ADDS_21161_EzKit.c -O1 -Ov100 -no-multiline -ED -double-size-32 -flags-compiler --diag_warning,implicit_func_decl -proc ADSP-21161 -o .\Release\ADDS_21161_EzKit.doj -MM ./Release/ADDS_21161_EzKit_.doj :./ADDS_21161_EzKit_.asm ./adds_21161_ezkit.h $(VDSP)/211xx/include/asm_sprt.h $(VDSP)/211xx/include/def21161.h @echo ".\ADDS_21161_EzKit_.asm" $(VDSP)/easm21k.exe .\ADDS_21161_EzKit_.asm -proc ADSP-21161 -o .\Release\ADDS_21161_EzKit_.doj -MM ./Release/Main.doj :./Main.c @echo ".\Main.c" $(VDSP)/cc21k.exe -c .\Main.c -O1 -Ov100 -no-multiline -ED -double-size-32 -flags-compiler --diag_warning,implicit_func_decl -proc ADSP-21161 -o .\Release\Main.doj -MM ./Release/Laborka.dxe :$(VDSP)/211xx/ldf/ADSP-21161.LDF $(VDSP)/211xx/lib/161_hdr.doj ./Release/Main.doj ./Release/ADDS_21161_EzKit.doj ./Release/ADDS_21161_EzKit_.doj $(VDSP)/211xx/lib/libc161.dlb $(VDSP)/211xx/lib/libio.dlb $(VDSP)/211xx/lib/libdsp160.dlb $(VDSP)/211xx/lib/libcpp.dlb $(VDSP)/211xx/lib/libeh.dlb $(VDSP)/211xx/lib/libcpprt.dlb @echo "Linking..." $(VDSP)/cc21k.exe .\Release\ADDS_21161_EzKit.doj .\Release\ADDS_21161_EzKit_.doj .\Release\Main.doj -L .\Release -flags-link -e -flags-link -od,.\Release -o .\Release\Laborka.dxe -proc ADSP-21161 -MM endif ifeq ($(MAKECMDGOALS),Laborka_Release_clean) Laborka_Release_clean: $(RM) ".\Release\ADDS_21161_EzKit.doj" $(RM) ".\Release\ADDS_21161_EzKit_.doj" $(RM) ".\Release\Main.doj" $(RM) ".\Release\Laborka.dxe" $(RM) ".\Release\*.ipa" $(RM) ".\Release\*.opa" $(RM) ".\Release\*.ti" $(RM) ".\*.rbld" endif