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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.61/] [rtl/] [bplib/] [fx2lib/] [Makefile] - Blame information for rev 27

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

Line No. Rev Author Line
1 25 wfjm
# $Id: Makefile 575 2014-07-27 20:55:41Z mueller $
2 17 wfjm
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5 25 wfjm
# 2014-07-27   545   1.1.1  make reference board configurable via XTW_BOARD
6 17 wfjm
# 2011-08-13   405   1.1    use includes from rtl/make
7
# 2010-05-23   293   1.0    Initial version (cloned..)
8
#
9
VBOM_all = $(wildcard *.vbom)
10
NGC_all  = $(VBOM_all:.vbom=.ngc)
11
#
12 25 wfjm
ifndef XTW_BOARD
13
  XTW_BOARD=nexys2
14
endif
15
include $(RETROBASE)/rtl/make/xflow_default_$(XTW_BOARD).mk
16 17 wfjm
#
17
.PHONY : all clean
18
#
19
all : $(NGC_all)
20
#
21
clean : ise_clean
22
#
23
#----
24
#
25
include $(RETROBASE)/rtl/make/generic_xflow.mk
26
#
27 19 wfjm
ifndef DONTINCDEP
28 17 wfjm
include $(VBOM_all:.vbom=.dep_xst)
29 19 wfjm
endif
30 17 wfjm
#

powered by: WebSVN 2.1.0

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