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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [rtl/] [sys_gen/] [tst_serloop/] [s3board/] [Makefile] - Diff between revs 17 and 19

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 17 Rev 19
Line 1... Line 1...
# $Id: Makefile 448 2012-01-02 21:55:11Z mueller $
# $Id: Makefile 477 2013-01-27 14:07:10Z mueller $
#
#
#  Revision History:
#  Revision History:
# Date         Rev Version  Comment
# Date         Rev Version  Comment
# 2011-10-14   416   1.0    Initial version
# 2011-10-14   416   1.0    Initial version
#
#
VBOM_all  = $(wildcard *.vbom)
VBOM_all  = $(wildcard *.vbom)
BIT_all   = $(VBOM_all:.vbom=.bit)
BIT_all   = $(VBOM_all:.vbom=.bit)
#
#
ISE_BOARD = s3board
include $(RETROBASE)/rtl/make/xflow_default_s3board.mk
ISE_PATH  = xc3s1000-ft256-4
 
#
#
.PHONY : all clean
.PHONY : all clean
#
#
all : $(BIT_all)
all : $(BIT_all)
#
#
Line 20... Line 19...
#----
#----
#
#
include $(RETROBASE)/rtl/make/generic_xflow.mk
include $(RETROBASE)/rtl/make/generic_xflow.mk
include $(RETROBASE)/rtl/make/generic_ghdl.mk
include $(RETROBASE)/rtl/make/generic_ghdl.mk
#
#
 
ifndef DONTINCDEP
include $(VBOM_all:.vbom=.dep_xst)
include $(VBOM_all:.vbom=.dep_xst)
include $(VBOM_all:.vbom=.dep_ghdl)
include $(VBOM_all:.vbom=.dep_ghdl)
 
endif
#
#

powered by: WebSVN 2.1.0

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