# $Id: Makefile 477 2013-01-27 14:07:10Z mueller $ # # Revision History: # Date Rev Version Comment # 2011-08-13 405 1.2 use includes from rtl/make # 2007-07-06 64 1.1 use Makefile.xflow # 2007-06-03 45 1.0 Initial version # VBOM_all = $(wildcard *.vbom) NGC_all = $(VBOM_all:.vbom=.ngc) # # reference board for test synthesis is Spartan-6 based Nexys3 include $(RETROBASE)/rtl/make/xflow_default_nexys3.mk # .PHONY : all clean # all : $(NGC_all) # clean : ise_clean # #---- # include $(RETROBASE)/rtl/make/generic_xflow.mk # ifndef DONTINCDEP include $(VBOM_all:.vbom=.dep_xst) endif #