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:
parent
d1e82d3d12
commit
4d3f592b5f
|
|
@ -71,6 +71,8 @@ clean:
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Makefile config.status config.log config.cache
|
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
|
install: all installdirs $(libdir)/ivl/null.tgt $(INSTALL_DOC) $(libdir)/ivl/null.conf $(libdir)/ivl/null-s.conf
|
||||||
|
|
||||||
$(libdir)/ivl/null.tgt: ./null.tgt
|
$(libdir)/ivl/null.tgt: ./null.tgt
|
||||||
|
|
|
||||||
|
|
@ -71,6 +71,8 @@ clean:
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Makefile
|
rm -f Makefile
|
||||||
|
|
||||||
|
check: all
|
||||||
|
|
||||||
install: all installdirs $(libdir)/ivl/pal.tgt
|
install: all installdirs $(libdir)/ivl/pal.tgt
|
||||||
|
|
||||||
$(libdir)/ivl/pal.tgt: ./pal.tgt
|
$(libdir)/ivl/pal.tgt: ./pal.tgt
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,8 @@ clean:
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Makefile
|
rm -f Makefile
|
||||||
|
|
||||||
|
check: all
|
||||||
|
|
||||||
install: all installdirs $(libdir)/ivl/stub.tgt \
|
install: all installdirs $(libdir)/ivl/stub.tgt \
|
||||||
$(libdir)/ivl/stub.conf \
|
$(libdir)/ivl/stub.conf \
|
||||||
$(libdir)/ivl/stub-s.conf \
|
$(libdir)/ivl/stub-s.conf \
|
||||||
|
|
|
||||||
|
|
@ -70,6 +70,8 @@ clean:
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Makefile
|
rm -f Makefile
|
||||||
|
|
||||||
|
check: all
|
||||||
|
|
||||||
install: all installdirs $(libdir)/ivl/verilog.tgt \
|
install: all installdirs $(libdir)/ivl/verilog.tgt \
|
||||||
$(includedir)/vpi_user.h
|
$(includedir)/vpi_user.h
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -117,6 +117,9 @@ distclean: clean
|
||||||
rm -f Makefile
|
rm -f Makefile
|
||||||
rm -rf autom4te.cache
|
rm -rf autom4te.cache
|
||||||
|
|
||||||
|
check: all
|
||||||
|
|
||||||
|
|
||||||
install: all installdirs $(vpidir)/system.vpi $(libdir)/ivl/system.sft $(INSTALL32)
|
install: all installdirs $(vpidir)/system.vpi $(libdir)/ivl/system.sft $(INSTALL32)
|
||||||
|
|
||||||
$(vpidir)/system.vpi: ./system.vpi
|
$(vpidir)/system.vpi: ./system.vpi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue