uninstall uninstalls everything.

This commit is contained in:
steve 1999-08-15 02:20:06 +00:00
parent 2d0e11283d
commit 28c0691b5f
2 changed files with 7 additions and 4 deletions

View File

@ -18,7 +18,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.12 1999/08/15 01:23:56 steve Exp $"
#ident "$Id: Makefile.in,v 1.13 1999/08/15 02:20:06 steve Exp $"
#
#
SHELL = /bin/sh
@ -101,6 +101,9 @@ installdirs: mkinstalldirs
uninstall:
rm -f $(bindir)/ivl
cd vpi ; make uninstall
cd vvm ; make uninstall
cd ivlpp ; make uninstall
-include $(patsubst %.o, dep/%.d, $O)

View File

@ -18,7 +18,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.1 1999/08/15 01:23:56 steve Exp $"
#ident "$Id: Makefile.in,v 1.2 1999/08/15 02:20:06 steve Exp $"
#
#
SHELL = /bin/sh
@ -74,8 +74,8 @@ $(includedir)/veriuser.h: $(srcdir)/veriuser.h
$(INSTALL_DATA) $(srcdir)/veriuser.h $(includedir)/veriuser.h
installdirs: mkinstalldirs
$(srcdir)/mkinstalldirs $(includedir) $(bindir) $(libdir)/ivl
installdirs: ../mkinstalldirs
$(srcdir)/../mkinstalldirs $(includedir) $(bindir) $(libdir)/ivl
uninstall:
rm -f $(libdir)/ivl/system.vpi