Makefile 360 Bytes
PRDEPTH = ../../../../../..
include $(PRDEPTH)/PRdefs
include $(PRDEPTH)/PRrules

RCPDIR = ../../..

BL_LOGIC_SRCS =         $(RCPDIR)/bl/syn/bl.edf 		\
			$(RCPDIR)/at/syn/at.edf 		\
			$(RCPDIR)/st/syn/st.edf 		\
			$(RCPDIR)/rdp/syn/rdp.edf 

default: bl_logic.edf

bl_logic.edf: $(BL_LOGIC_SRCS) bl_logic.ss
	dc_shell -f bl_logic.ss | tee bl_logic.synlog