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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [rtl/] [sys_gen/] [tst_snhumanio/] [nexys4/] [Makefile] - Blame information for rev 36

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

Line No. Rev Author Line
1 29 wfjm
# $Id: Makefile 646 2015-02-15 12:04:55Z mueller $
2
#
3
# Revision History:
4
# Date         Rev Version  Comment
5
# 2015-01-31   640   1.0    Initial version
6
#
7
VBOM_all  = $(wildcard *.vbom)
8
BIT_all   = $(VBOM_all:.vbom=.bit)
9
#
10
include $(RETROBASE)/rtl/make_viv/viv_default_nexys4.mk
11
#
12
.PHONY : all clean
13
#
14
all : $(BIT_all)
15
#
16
clean : viv_clean
17
        rm -f $(VBOM_all:.vbom=.ucf)
18
#
19
#----
20
#
21
include $(RETROBASE)/rtl/make_viv/generic_vivado.mk
22
#
23
ifndef DONTINCDEP
24
include $(VBOM_all:.vbom=.dep_vsyn)
25
endif
26
#

powered by: WebSVN 2.1.0

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