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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [rtl/] [sys_gen/] [tst_rlink/] [nexys4/] [Makefile.ise] - Blame information for rev 29

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 29 wfjm
# -*- makefile-gmake -*-
2
# $Id: Makefile.ise 646 2015-02-15 12:04:55Z mueller $
3
#
4
#  Revision History:
5
# Date         Rev Version  Comment
6
# 2013-09-28   535   1.0    Initial version
7
#
8
VBOM_all  = $(wildcard *.vbom)
9
BIT_all   = $(VBOM_all:.vbom=.bit)
10
#
11
include $(RETROBASE)/rtl/make_ise/xflow_default_nexys4.mk
12
#
13
.PHONY : all clean
14
#
15
all : $(BIT_all)
16
#
17
clean : ise_clean
18
        rm -f $(VBOM_all:.vbom=.ucf)
19
#
20
#----
21
#
22
include $(RETROBASE)/rtl/make_ise/generic_xflow.mk
23
include $(RETROBASE)/rtl/make_ise/generic_ghdl.mk
24
#
25
ifndef DONTINCDEP
26
include $(VBOM_all:.vbom=.dep_xst)
27
include $(VBOM_all:.vbom=.dep_ghdl)
28
endif
29
#

powered by: WebSVN 2.1.0

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