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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [rtl/] [sys_gen/] [tst_fx2loop/] [Makefile] - Rev 17

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

# $Id: Makefile 461 2012-04-09 21:17:54Z mueller $
#
#  Revision History: 
# Date         Rev Version  Comment
# 2012-02-26   458   1.1    add tst_fx2loop_si
# 2011-12-26   445   1.0    Initial version
#
VBOM_all = $(wildcard *.vbom)
NGC_all  = $(VBOM_all:.vbom=.ngc)
#
ISE_PATH = xc3s1200e-fg320-4
#
.PHONY : all clean realclean
#
all : tst_fx2loop tst_fx2loop_si
#
clean : ise_clean
#
realclean :
        rm -f tst_fx2loop tst_fx2loop_si
#
CFLAGS = -Wall -O2 -g -lusb-1.0 
#
tst_fx2loop : tst_fx2loop.c
        ${CC} ${CFLAGS} -o tst_fx2loop tst_fx2loop.c
tst_fx2loop_si : tst_fx2loop_si.c
        ${CC} ${CFLAGS} -o tst_fx2loop_si tst_fx2loop_si.c
#
#----
#
include $(RETROBASE)/rtl/make/generic_xflow.mk
#
include $(VBOM_all:.vbom=.dep_xst)
#

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

powered by: WebSVN 2.1.0

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