From 77d63aba74df3873abb8e1f7dc64bdb90dc77d6f Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 20 May 2001 17:13:27 +0000 Subject: [PATCH] make distclean target. --- tgt-null/Makefile.in | 7 +++++-- tgt-vvp/Makefile.in | 5 ++++- vpip/Makefile.in | 5 ++++- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/tgt-null/Makefile.in b/tgt-null/Makefile.in index 16f20ddc9..cb7f44946 100644 --- a/tgt-null/Makefile.in +++ b/tgt-null/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.4 2001/05/17 03:22:18 steve Exp $" +#ident "$Id: Makefile.in,v 1.5 2001/05/20 17:13:27 steve Exp $" # # SHELL = /bin/sh @@ -65,7 +65,10 @@ null.tgt: $O $(TGTDEPLIBS) $(CC) @shared@ -o $@ $O $(TGTLDFLAGS) clean: - rm -f *.o dep/*.d + rm -f *.o dep/*.d null.tgt + +distclean: clean + rm -f Makefile config.status config.log config.cache install: all installdirs $(libdir)/ivl/null.tgt diff --git a/tgt-vvp/Makefile.in b/tgt-vvp/Makefile.in index 6d2f29aa1..93122c4ee 100644 --- a/tgt-vvp/Makefile.in +++ b/tgt-vvp/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.6 2001/05/20 15:09:40 steve Exp $" +#ident "$Id: Makefile.in,v 1.7 2001/05/20 17:13:27 steve Exp $" # # SHELL = /bin/sh @@ -69,6 +69,9 @@ Makefile: Makefile.in config.status clean: rm -f *.o dep/*.d +distclean: clean + rm -f Makefile config.status config.log config.cache vvp.tgt + check: all install: all installdirs $(libdir)/ivl/vvp.tgt diff --git a/vpip/Makefile.in b/vpip/Makefile.in index d16a3a124..ba5065d90 100644 --- a/vpip/Makefile.in +++ b/vpip/Makefile.in @@ -18,7 +18,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.4 2001/05/20 15:09:40 steve Exp $" +#ident "$Id: Makefile.in,v 1.5 2001/05/20 17:13:27 steve Exp $" # # SHELL = /bin/sh @@ -88,6 +88,9 @@ libvvm.a: $O clean: rm -f *.o dep/*.d libvpip.a vpip.dll +distclean: clean + rm -f Makefile config.status config.log config.cache + install:: all installdirs \ $(libdir)/libvpip.a \ $(includedir)/vpi_priv.h