V0.8 add check target to {tgt-*,vpi}/Makefile.in

Add missing Makefile check targets to the tgt-* and vpi directories.
This commit is contained in:
Cary R 2008-01-16 10:49:43 -08:00 committed by Stephen Williams
parent d1e82d3d12
commit 4d3f592b5f
5 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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 \

View File

@ -70,6 +70,8 @@ clean:
distclean: clean
rm -f Makefile
check: all
install: all installdirs $(libdir)/ivl/verilog.tgt \
$(includedir)/vpi_user.h

View File

@ -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