#
# Makefile: Digital Camera Example
#

SCC = scrc

SCCOPT  = -vv -ww -g

all: top

top: top.sc cntrl.sc uart.sc codec.sc ccdpp.sc ccd.sc
	$(SCC) top $(SCCOPT)

clean:
	-rm -f *~ *.o *.cc *.h
	-rm -f *.si top u*.txt d*.txt
