#
# $Id: Makefile,v 1.2 2009-11-06 07:51:23 vrsieh Exp $
#

SIMULATION_PC := pc-amd64-pci.vhdl
CDROM_IMAGE := NetBSD-4.0.1-amd64-CD

include $(dir $(shell which faum))/../share/faumachine/vhdl/experiment.mk

generate: $(EXP_DIR)/../install-NetBSD-4.0.1/generate.in
	cat $< \
		| sed -e 's/@ARCH@/amd64/' \
		> $@
	ln -sf $(EXP_DIR)/../install-NetBSD-4.0.1/screenshots .
	ln -sf $(EXP_DIR)/../install-NetBSD-4.0.1/pointers .

clean distclean::
	$(RM) pointers
	$(RM) screenshots
	$(RM) generate
