Makefile 514 Bytes
PRDEPTH=../../../../..
include $(PRDEPTH)/PRdefs 
include $(PRDEPTH)/PRrules 
LDIRT = *.db *.edf *.nls *.*log *.rpp *.scr *.idx *.atr *.boo 


# QTV makefile

#################
# block definition and target

all: io_mem_dma io_cmd_dma

io_mem_dma:
	make BLOCK=io_mem_dma io_mem_dma.qtvlog
	make BLOCK=io_mem_dma io_mem_dma.scrlog

io_cmd_dma:
	make BLOCK=io_cmd_dma io_cmd_dma.qtvlog
	make BLOCK=io_cmd_dma io_cmd_dma.scrlog

##################
# generic makefile

include /ecad/reality/include/Makefile.qtv.incl