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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [rtl/] [vlib/] [serport/] [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.1    use includes from rtl/make
6 2 wfjm
# 2007-12-09   100   1.0.1  drop ISE_p definition
7
# 2007-07-03    45   1.0    Initial version
8
#
9
VBOM_all = $(wildcard *.vbom)
10
NGC_all  = $(VBOM_all:.vbom=.ngc)
11
#
12 19 wfjm
# reference board for test synthesis is Spartan-6 based Nexys3
13
include $(RETROBASE)/rtl/make/xflow_default_nexys3.mk
14
#
15 12 wfjm
.PHONY : all clean
16 2 wfjm
#
17
all : $(NGC_all)
18
#
19
clean : ise_clean
20
#
21
#----
22
#
23 12 wfjm
include $(RETROBASE)/rtl/make/generic_xflow.mk
24 2 wfjm
#
25 19 wfjm
ifndef DONTINCDEP
26 2 wfjm
include $(VBOM_all:.vbom=.dep_xst)
27 19 wfjm
endif
28 2 wfjm
#

powered by: WebSVN 2.1.0

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