1
0
mirror of https://github.com/wfjm/w11.git synced 2026-02-16 13:03:16 +00:00
Files
wfjm.w11/rtl/sys_gen/tst_serloop/Makefile.ise
2019-07-05 17:23:39 +02:00

33 lines
708 B
Makefile

# -*- makefile-gmake -*-
# $Id: Makefile.ise 1176 2019-06-30 07:16:06Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2011-2014 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
#
# Revision History:
# Date Rev Version Comment
# 2014-11-08 602 1.1 rename realclean->distclean
# 2011-10-14 416 1.0 Initial version
#
VBOM_all = $(wildcard *.vbom)
NGC_all = $(VBOM_all:.vbom=.ngc)
#
include ${RETROBASE}/rtl/make_ise/xflow_default_s3board.mk
#
.PHONY : all clean distclean
#
all : tst_serloop
#
clean : ise_clean
#
distclean :
rm -f tst_serloop
#
#----
#
include ${RETROBASE}/rtl/make_ise/generic_xflow.mk
#
ifndef DONTINCDEP
include $(VBOM_all:.vbom=.dep_xst)
endif
#