#
# $Id: Makefile,v 1.1 2009-02-16 15:32:18 potyra Exp $
#

SIMULATION_PC := pc-amd64-pci.vhdl
MEDIA_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
