# Generated by VisualDSP v7.0 # Note: Any changes made to this Makefile will be lost the next time the # matching project file is loaded into the IDE. If you wish to preserve # changes, rename this file and run it externally to the IDE. # The syntax of this Makefile is such that GNU Make v3.77 or higher is # required. v3.78 currently ships with VisuaDSP++. # The CWD should be the directory where this Makefile resides. # Supported targets: # debug # debug_clean # Define ADI_DSP if it is not already defined. 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. ifndef ADI_DSP ADI_DSP=I:\VisualDSP endif # $VDSP is a mundged version of ADI_DIR, a gmake-friendly pathname 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 "debug" configuration # ifeq ($(MAKECMDGOALS),debug) debug : pr1.bnm ./debug/pr1.doj : ./pr1.asm $(VDSP)/easm218x.exe -2186 -o .\debug\PR1.doj -l .\PR1.ASM.lst -v -g .\PR1.ASM ./debug/pr1.dxe : ./adsp-2186.ldf ./debug/pr1.doj $(VDSP)/linker.exe .\debug\PR1.doj -T .\ADSP-2186.LDF -DADSP-2186 -L .\debug -L $(VDSP)\218x -o .\debug\PR1.dxe -Map .\debug\PR1.map -t -warnonce pr1.bnm : ./debug/pr1.dxe $(VDSP)/elfspl21 .\debug\PR1.dxe .\debug\PR1 -us -pm -218x -loader endif ifeq ($(MAKECMDGOALS),debug_clean) debug_clean: $(RM) ".\debug\PR1.doj" $(RM) ".\debug\PR1.dxe" $(RM) "PR1.bnm" endif e-REdING. Biblioteca de la Escuela Superior de Ingenieros de Sevilla.


TRANSMISIÓN POR PUERTO SERIE UTILIZANDO COMPRESIÓN DE DATOS.

: Tejedor Gómez, Jaime
: Ingeniería Telecomunicación
Contenido del proyecto:
Directorio raíz  >  HARDWARE  >  TEST  >  PR1.mak