installdirs targets for what each directory installes.

This commit is contained in:
steve 1999-10-16 20:48:15 +00:00
parent a4143f8788
commit b24fa87de6
3 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.21 1999/10/16 17:03:49 steve Exp $"
#ident "$Id: Makefile.in,v 1.22 1999/10/16 20:48:15 steve Exp $"
#
#
SHELL = /bin/sh
@ -120,7 +120,7 @@ $(mandir)/man1/verilog.1: $(srcdir)/verilog.1
$(INSTALL_DATA) $(srcdir)/verilog.1 $(mandir)/man1/verilog.1
installdirs: mkinstalldirs
$(srcdir)/mkinstalldirs $(includedir) $(bindir)
$(srcdir)/mkinstalldirs $(bindir) $(mandir)/man1
uninstall:
rm -f $(bindir)/ivl

View File

@ -18,7 +18,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.5 1999/07/30 00:42:33 steve Exp $"
#ident "$Id: Makefile.in,v 1.6 1999/10/16 20:48:15 steve Exp $"
#
#
SHELL = /bin/sh
@ -66,7 +66,7 @@ $(bindir)/ivlpp: ivlpp
$(INSTALL_PROGRAM) ./ivlpp $(bindir)/ivlpp
installdirs: ../mkinstalldirs
$(srcdir)/../mkinstalldirs $(includedir) $(bindir)
$(srcdir)/../mkinstalldirs $(bindir)
uninstall:
rm -f $(bindir)/ivlpp

View File

@ -18,7 +18,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.5 1999/08/28 02:10:57 steve Exp $"
#ident "$Id: Makefile.in,v 1.6 1999/10/16 20:48:15 steve Exp $"
#
#
SHELL = /bin/sh
@ -92,7 +92,7 @@ $(includedir)/vpi_priv.h: $(srcdir)/vpi_priv.h
$(INSTALL_DATA) $(srcdir)/vpi_priv.h $(includedir)/vpi_priv.h
installdirs: mkinstalldirs
$(srcdir)/mkinstalldirs $(includedir) $(bindir)
$(srcdir)/mkinstalldirs $(includedir) $(libdir)
uninstall:
rm -f $(libdir)/libvvm.a