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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [rtl/] [sys_gen/] [tst_fx2loop/] [Makefile] - Blame information for rev 17

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

Line No. Rev Author Line
1 17 wfjm
# $Id: Makefile 461 2012-04-09 21:17:54Z mueller $
2
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5
# 2012-02-26   458   1.1    add tst_fx2loop_si
6
# 2011-12-26   445   1.0    Initial version
7
#
8
VBOM_all = $(wildcard *.vbom)
9
NGC_all  = $(VBOM_all:.vbom=.ngc)
10
#
11
ISE_PATH = xc3s1200e-fg320-4
12
#
13
.PHONY : all clean realclean
14
#
15
all : tst_fx2loop tst_fx2loop_si
16
#
17
clean : ise_clean
18
#
19
realclean :
20
        rm -f tst_fx2loop tst_fx2loop_si
21
#
22
CFLAGS = -Wall -O2 -g -lusb-1.0
23
#
24
tst_fx2loop : tst_fx2loop.c
25
        ${CC} ${CFLAGS} -o tst_fx2loop tst_fx2loop.c
26
tst_fx2loop_si : tst_fx2loop_si.c
27
        ${CC} ${CFLAGS} -o tst_fx2loop_si tst_fx2loop_si.c
28
#
29
#----
30
#
31
include $(RETROBASE)/rtl/make/generic_xflow.mk
32
#
33
include $(VBOM_all:.vbom=.dep_xst)
34
#

powered by: WebSVN 2.1.0

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