OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [rtl/] [vlib/] [genlib/] [Makefile] - Blame information for rev 24

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 19 wfjm
# $Id: Makefile 477 2013-01-27 14:07:10Z mueller $
2 2 wfjm
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5 12 wfjm
# 2011-08-13   405   1.2    use includes from rtl/make
6 2 wfjm
# 2007-12-09   100   1.1.1  drop ISE_p definition
7
# 2007-06-03    47   1.1    use Makefile.xflow
8
# 2007-06-03    45   1.0    Initial version
9
#
10
VBOM_all = $(wildcard *.vbom)
11
NGC_all  = $(VBOM_all:.vbom=.ngc)
12
#
13 19 wfjm
# reference board for test synthesis is Spartan-6 based Nexys3
14
include $(RETROBASE)/rtl/make/xflow_default_nexys3.mk
15
#
16 12 wfjm
.PHONY : all clean
17 2 wfjm
#
18
all : $(NGC_all)
19
#
20
clean : ise_clean
21
#
22
#----
23
#
24 12 wfjm
include $(RETROBASE)/rtl/make/generic_xflow.mk
25 2 wfjm
#
26 19 wfjm
ifndef DONTINCDEP
27 2 wfjm
include $(VBOM_all:.vbom=.dep_xst)
28 19 wfjm
endif
29 2 wfjm
#

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.