From 4d3f592b5f7f11a22c01916d2f569e1bb148aa26 Mon Sep 17 00:00:00 2001 From: Cary R Date: Wed, 16 Jan 2008 10:49:43 -0800 Subject: [PATCH] V0.8 add check target to {tgt-*,vpi}/Makefile.in Add missing Makefile check targets to the tgt-* and vpi directories. --- tgt-null/Makefile.in | 2 ++ tgt-pal/Makefile.in | 2 ++ tgt-stub/Makefile.in | 2 ++ tgt-verilog/Makefile.in | 2 ++ vpi/Makefile.in | 3 +++ 5 files changed, 11 insertions(+) diff --git a/tgt-null/Makefile.in b/tgt-null/Makefile.in index 47291c039..cba6d9c16 100644 --- a/tgt-null/Makefile.in +++ b/tgt-null/Makefile.in @@ -71,6 +71,8 @@ clean: distclean: clean rm -f Makefile config.status config.log config.cache +check: all + install: all installdirs $(libdir)/ivl/null.tgt $(INSTALL_DOC) $(libdir)/ivl/null.conf $(libdir)/ivl/null-s.conf $(libdir)/ivl/null.tgt: ./null.tgt diff --git a/tgt-pal/Makefile.in b/tgt-pal/Makefile.in index c38bb5ee7..ac6ea9cdd 100644 --- a/tgt-pal/Makefile.in +++ b/tgt-pal/Makefile.in @@ -71,6 +71,8 @@ clean: distclean: clean rm -f Makefile +check: all + install: all installdirs $(libdir)/ivl/pal.tgt $(libdir)/ivl/pal.tgt: ./pal.tgt diff --git a/tgt-stub/Makefile.in b/tgt-stub/Makefile.in index 452167722..8f9b41078 100644 --- a/tgt-stub/Makefile.in +++ b/tgt-stub/Makefile.in @@ -72,6 +72,8 @@ clean: distclean: clean rm -f Makefile +check: all + install: all installdirs $(libdir)/ivl/stub.tgt \ $(libdir)/ivl/stub.conf \ $(libdir)/ivl/stub-s.conf \ diff --git a/tgt-verilog/Makefile.in b/tgt-verilog/Makefile.in index aee582948..eac3269e7 100644 --- a/tgt-verilog/Makefile.in +++ b/tgt-verilog/Makefile.in @@ -70,6 +70,8 @@ clean: distclean: clean rm -f Makefile +check: all + install: all installdirs $(libdir)/ivl/verilog.tgt \ $(includedir)/vpi_user.h diff --git a/vpi/Makefile.in b/vpi/Makefile.in index cfb293663..413d88c3e 100644 --- a/vpi/Makefile.in +++ b/vpi/Makefile.in @@ -117,6 +117,9 @@ distclean: clean rm -f Makefile rm -rf autom4te.cache +check: all + + install: all installdirs $(vpidir)/system.vpi $(libdir)/ivl/system.sft $(INSTALL32) $(vpidir)/system.vpi: ./system.vpi