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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [rtl/] [vlib/] [cdclib/] [Makefile.ise] - Blame information for rev 40

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

Line No. Rev Author Line
1 36 wfjm
# -*- makefile-gmake -*-
2
# $Id: Makefile.ise 757 2016-04-02 11:19:06Z mueller $
3
#
4
#  Revision History:
5
# Date         Rev Version  Comment
6
# 2016-04-02   757   1.0    Initial version
7
#
8
VBOM_all = $(wildcard *.vbom)
9
NGC_all  = $(VBOM_all:.vbom=.ngc)
10
#
11
# reference board for test synthesis is Spartan-6 based Nexys3
12
ifndef XTW_BOARD
13
  XTW_BOARD=nexys3
14
endif
15
include ${RETROBASE}/rtl/make_ise/xflow_default_$(XTW_BOARD).mk
16
#
17
.PHONY : all clean
18
#
19
all : $(NGC_all)
20
#
21
clean : ise_clean
22
#
23
#----
24
#
25
include ${RETROBASE}/rtl/make_ise/generic_xflow.mk
26
#
27
ifndef DONTINCDEP
28
include $(VBOM_all:.vbom=.dep_xst)
29
endif
30
#

powered by: WebSVN 2.1.0

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