From 6b3b6f3384edd5436589a1a5eac900b9419c659a Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 28 Aug 1999 02:10:57 +0000 Subject: [PATCH] Makefile install targets. --- vpi/Makefile.in | 6 +----- vvm/Makefile.in | 11 ++++++++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/vpi/Makefile.in b/vpi/Makefile.in index 7bd52662a..4a1cd0b7b 100644 --- a/vpi/Makefile.in +++ b/vpi/Makefile.in @@ -18,7 +18,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.2 1999/08/15 02:20:06 steve Exp $" +#ident "$Id: Makefile.in,v 1.3 1999/08/28 02:10:57 steve Exp $" # # SHELL = /bin/sh @@ -70,9 +70,6 @@ $(libdir)/ivl/system.vpi: ./system.vpi $(includedir)/vpi_user.h: $(srcdir)/vpi_user.h $(INSTALL_DATA) $(srcdir)/vpi_user.h $(includedir)/vpi_user.h -$(includedir)/veriuser.h: $(srcdir)/veriuser.h - $(INSTALL_DATA) $(srcdir)/veriuser.h $(includedir)/veriuser.h - installdirs: ../mkinstalldirs $(srcdir)/../mkinstalldirs $(includedir) $(bindir) $(libdir)/ivl @@ -80,7 +77,6 @@ installdirs: ../mkinstalldirs uninstall: rm -f $(libdir)/ivl/system.vpi rm -f $(includedir)/vpi_user.h - rm -f $(includedir)/veriuser.h -include $(patsubst %.o, dep/%.d, $O) diff --git a/vvm/Makefile.in b/vvm/Makefile.in index 4d3741eec..d40872ecb 100644 --- a/vvm/Makefile.in +++ b/vvm/Makefile.in @@ -18,7 +18,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.4 1999/08/15 01:23:56 steve Exp $" +#ident "$Id: Makefile.in,v 1.5 1999/08/28 02:10:57 steve Exp $" # # SHELL = /bin/sh @@ -64,10 +64,11 @@ clean: install: all installdirs $(libdir)/libvvm.a \ $(includedir)/vvm.h \ - $(includedir)/vvm_calltf.h \ + $(includedir)/vpi_priv.h \ $(includedir)/vvm_func.h \ $(includedir)/vvm_gates.h \ - $(includedir)/vvm_thread.h + $(includedir)/vvm_thread.h \ + $(includedir)/vvm_calltf.h $(libdir)/libvvm.a: ./libvvm.a $(INSTALL_PROGRAM) ./libvvm.a $(libdir)/libvvm.a @@ -87,6 +88,9 @@ $(includedir)/vvm_gates.h: $(srcdir)/vvm_gates.h $(includedir)/vvm_thread.h: $(srcdir)/vvm_thread.h $(INSTALL_DATA) $(srcdir)/vvm_thread.h $(includedir)/vvm_thread.h +$(includedir)/vpi_priv.h: $(srcdir)/vpi_priv.h + $(INSTALL_DATA) $(srcdir)/vpi_priv.h $(includedir)/vpi_priv.h + installdirs: mkinstalldirs $(srcdir)/mkinstalldirs $(includedir) $(bindir) @@ -97,6 +101,7 @@ uninstall: rm -f $(includedir)/vvm_func.h rm -f $(includedir)/vvm_gates.h rm -f $(includedir)/vvm_thread.h + rm -f $(includedir)/vpi_priv.h -include $(patsubst %.o, dep/%.d, $O)