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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [rtl/] [sys_gen/] [tst_serloop/] [s3board/] [Makefile] - Blame information for rev 16

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

Line No. Rev Author Line
1 16 wfjm
# $Id: Makefile 441 2011-12-20 17:01:16Z mueller $
2
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5
# 2011-10-14   416   1.0    Initial version
6
#
7
VBOM_all  = $(wildcard *.vbom)
8
BIT_all   = $(VBOM_all:.vbom=.bit)
9
#
10
ISE_BOARD = s3board
11
ISE_PATH  = xc3s1000-ft256-4
12
#
13
.PHONY : all clean
14
#
15
all : $(BIT_all)
16
#
17
clean : ise_clean
18
        rm -f sys_tst_serloop_s3.ucf
19
#
20
#----
21
#
22
include $(RETROBASE)/rtl/make/generic_xflow.mk
23
include $(RETROBASE)/rtl/make/generic_ghdl.mk
24
#
25
include $(VBOM_all:.vbom=.dep_xst)
26
include $(VBOM_all:.vbom=.dep_ghdl)
27
#

powered by: WebSVN 2.1.0

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