mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
uninstall uninstalls everything.
This commit is contained in:
+4
-1
@@ -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)
|
||||
|
||||
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user