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

RCPDIR = ../../..

DIV_SRCS =	$(RCPDIR)/vu/syn/divctl.edf \
		$(RCPDIR)/vu/syn/div.edf 

default: div.edf

div.edf: $(DIV_SRCS) div.ss
	dc_shell -f div.ss | tee div.synlog
	sed 's/\[/\(/g' < div.edf | sed 's/\]/\)/g' > div.tmp
	mv -f div.tmp div.edf