# Generated automatically from Makefile.in by configure.

srcdir=.
top_srcdir=../../../..
top_builddir=/home/freddy/build/ivi/ivi-0.4.pre.20031121

all : subdirs

DIST_FILES = hex2v.c rf1.asm rf1.rom rf2.asm rf2.rom rf3.asm rf3.rom \
	     sanity1.asm sanity1.rom sanity2.asm sanity2.rom \
	     tmr_wdt.asm tmr_wdt.rom

.PHONY: install-scode

INSTALL_TARGETS=install-scode


install-scode: 
	@fl='$(DIST_FILES)'; for f in $$fl ; do \
            echo "Installing $$f" ; \
            $(INSTALL_DATA) $(srcdir)/$$f $(prefix)/examples/verilog/minirisc/scode/$$f ; \
         done ;

include $(top_srcdir)/confs/common.mk

