Makefile
572 Bytes
# QTV makefile
#################
# generic makefile
PRDEPTH=../../../../..
include $(PRDEPTH)/PRdefs
include $(PRDEPTH)/PRrules
LDIRT = *.db *.edf *.nls *.*log *.rpp *.scr *.idx *.atr *.boo
default: tm
tm_load:
make -f /ecad/reality/include/Makefile.qtv.incl BLOCK=tm_load
tm_half:
make -f /ecad/reality/include/Makefile.qtv.incl BLOCK=tm_half
ram_bist_tmem:
make -f /ecad/reality/include/Makefile.qtv.incl BLOCK=ram_bist_tmem
tm_mux:
make -f /ecad/reality/include/Makefile.qtv.incl BLOCK=tm_mux
tm:
make -f /ecad/reality/include/Makefile.qtv.incl BLOCK=tm