#
# $Id: Makefile,v 1.1 2009-02-18 18:00:46 potyra Exp $
#

SIMULATION_PC := pc-amd64-pci.vhdl
MEDIA_IMAGE := Debian-4.0r0-amd64-DVD-1
CHANGE_DISK_SIZE := 4096

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

generate: $(EXP_DIR)/../install-Debian-4.0r0/generate.in
	cat $^ \
		| sed -e 's/@DVD@/Debian-4.0r0-amd64-DVD-1/' \
		| sed -e 's/XCONFIG	//' \
		> generate
	ln -sf $(EXP_DIR)/../install-Debian-4.0r0/pointers .
	ln -sf $(EXP_DIR)/../install-Debian-4.0r0/screenshots .

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