Install shared objects as programs, not data.

This commit is contained in:
steve 2002-11-05 02:14:41 +00:00
parent 06a8087cb5
commit b4e8ea5a0c
6 changed files with 12 additions and 12 deletions

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.5 2002/08/12 00:27:10 steve Exp $"
#ident "$Id: Makefile.in,v 1.6 2002/11/05 02:14:41 steve Exp $"
#
#
SHELL = /bin/sh
@ -79,7 +79,7 @@ check: all
install: all installdirs $(libdir)/ivl/fpga.tgt
$(libdir)/ivl/fpga.tgt: ./fpga.tgt
$(INSTALL_DATA) ./fpga.tgt $(libdir)/ivl/fpga.tgt
$(INSTALL_PROGRAM) ./fpga.tgt $(libdir)/ivl/fpga.tgt
installdirs: ../mkinstalldirs

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.6 2001/11/17 17:57:58 steve Exp $"
#ident "$Id: Makefile.in,v 1.7 2002/11/05 02:14:41 steve Exp $"
#
#
SHELL = /bin/sh
@ -74,7 +74,7 @@ distclean: clean
install: all installdirs $(libdir)/ivl/null.tgt
$(libdir)/ivl/null.tgt: ./null.tgt
$(INSTALL_DATA) ./null.tgt $(libdir)/ivl/null.tgt
$(INSTALL_PROGRAM) ./null.tgt $(libdir)/ivl/null.tgt
installdirs: ../mkinstalldirs

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.8 2001/11/17 17:57:58 steve Exp $"
#ident "$Id: Makefile.in,v 1.9 2002/11/05 02:14:41 steve Exp $"
#
#
SHELL = /bin/sh
@ -71,7 +71,7 @@ clean:
install: all installdirs $(libdir)/ivl/pal.tgt
$(libdir)/ivl/pal.tgt: ./pal.tgt
$(INSTALL_DATA) ./pal.tgt $(libdir)/ivl/pal.tgt
$(INSTALL_PROGRAM) ./pal.tgt $(libdir)/ivl/pal.tgt
installdirs: ../mkinstalldirs

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.9 2001/11/17 17:57:58 steve Exp $"
#ident "$Id: Makefile.in,v 1.10 2002/11/05 02:14:41 steve Exp $"
#
#
SHELL = /bin/sh
@ -72,7 +72,7 @@ install: all installdirs $(libdir)/ivl/stub.tgt \
$(includedir)/vpi_user.h
$(libdir)/ivl/stub.tgt: ./stub.tgt
$(INSTALL_DATA) ./stub.tgt $(libdir)/ivl/stub.tgt
$(INSTALL_PROGRAM) ./stub.tgt $(libdir)/ivl/stub.tgt
installdirs: ../mkinstalldirs

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.8 2001/11/17 17:57:58 steve Exp $"
#ident "$Id: Makefile.in,v 1.9 2002/11/05 02:14:41 steve Exp $"
#
#
SHELL = /bin/sh
@ -71,7 +71,7 @@ install: all installdirs $(libdir)/ivl/verilog.tgt \
$(includedir)/vpi_user.h
$(libdir)/ivl/verilog.tgt: ./verilog.tgt
$(INSTALL_DATA) ./verilog.tgt $(libdir)/ivl/verilog.tgt
$(INSTALL_PROGRAM) ./verilog.tgt $(libdir)/ivl/verilog.tgt
installdirs: ../mkinstalldirs

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.11 2002/09/27 16:33:34 steve Exp $"
#ident "$Id: Makefile.in,v 1.12 2002/11/05 02:14:41 steve Exp $"
#
#
SHELL = /bin/sh
@ -78,7 +78,7 @@ check: all
install: all installdirs $(libdir)/ivl/vvp.tgt
$(libdir)/ivl/vvp.tgt: ./vvp.tgt
$(INSTALL_DATA) ./vvp.tgt $(libdir)/ivl/vvp.tgt
$(INSTALL_PROGRAM) ./vvp.tgt $(libdir)/ivl/vvp.tgt
installdirs: ../mkinstalldirs