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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [rtl/] [sys_gen/] [tst_rlink_cuff/] [nexys3/] [ic/] [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 18 wfjm
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5
# 2013-01-04   469   1.0    Initial version
6
#
7
#
8
VBOM_all  = $(wildcard *.vbom)
9
BIT_all   = $(VBOM_all:.vbom=.bit)
10
#
11 19 wfjm
include $(RETROBASE)/rtl/make/xflow_default_nexys3.mk
12 18 wfjm
FX2_FILE  = nexys3_jtag_2fifo_ic.ihx
13
#
14
.PHONY : all clean
15
#
16
all : $(BIT_all)
17
#
18
clean : ise_clean
19
        rm -f $(VBOM_all:.vbom=.ucf)
20
#
21
#----
22
#
23
include $(RETROBASE)/rtl/make/generic_xflow.mk
24
include $(RETROBASE)/rtl/make/generic_ghdl.mk
25
#
26 19 wfjm
ifndef DONTINCDEP
27 18 wfjm
include $(VBOM_all:.vbom=.dep_xst)
28
include $(VBOM_all:.vbom=.dep_ghdl)
29 19 wfjm
endif
30 18 wfjm
#

powered by: WebSVN 2.1.0

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