Do not install obsolete verilog script.
This commit is contained in:
parent
fcbbbfe3d6
commit
3d85c66b02
|
|
@ -18,7 +18,7 @@
|
||||||
# 59 Temple Place - Suite 330
|
# 59 Temple Place - Suite 330
|
||||||
# Boston, MA 02111-1307, USA
|
# Boston, MA 02111-1307, USA
|
||||||
#
|
#
|
||||||
#ident "$Id: Makefile.in,v 1.55 2000/05/13 20:55:47 steve Exp $"
|
#ident "$Id: Makefile.in,v 1.56 2000/06/07 03:52:55 steve Exp $"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
|
|
@ -131,7 +131,7 @@ lexor_keyword.cc: lexor_keyword.gperf
|
||||||
gperf -o -i 7 -C -k 1-3,$$ -L ANSI-C -H keyword_hash -N check_identifier -t lexor_keyword.gperf > lexor_keyword.cc
|
gperf -o -i 7 -C -k 1-3,$$ -L ANSI-C -H keyword_hash -N check_identifier -t lexor_keyword.gperf > lexor_keyword.cc
|
||||||
|
|
||||||
|
|
||||||
install: all installdirs $(bindir)/verilog $(bindir)/iverilog $(libdir)/ivl/ivl $(mandir)/man1/verilog.1 $(mandir)/man1/iverilog.1
|
install: all installdirs $(bindir)/verilog $(bindir)/iverilog $(libdir)/ivl/ivl $(mandir)/man1/iverilog.1
|
||||||
cd vpi ; $(MAKE) install
|
cd vpi ; $(MAKE) install
|
||||||
cd vvm ; $(MAKE) install
|
cd vvm ; $(MAKE) install
|
||||||
cd ivlpp ; $(MAKE) install
|
cd ivlpp ; $(MAKE) install
|
||||||
|
|
@ -147,9 +147,6 @@ $(libdir)/ivl/ivl: ./ivl
|
||||||
$(INSTALL_PROGRAM) ./ivl $(libdir)/ivl/ivl
|
$(INSTALL_PROGRAM) ./ivl $(libdir)/ivl/ivl
|
||||||
$(STRIP) $(libdir)/ivl/ivl
|
$(STRIP) $(libdir)/ivl/ivl
|
||||||
|
|
||||||
$(mandir)/man1/verilog.1: $(srcdir)/verilog.1
|
|
||||||
$(INSTALL_DATA) $(srcdir)/verilog.1 $(mandir)/man1/verilog.1
|
|
||||||
|
|
||||||
$(mandir)/man1/iverilog.1: $(srcdir)/iverilog.man
|
$(mandir)/man1/iverilog.1: $(srcdir)/iverilog.man
|
||||||
$(INSTALL_DATA) $(srcdir)/iverilog.man $(mandir)/man1/iverilog.1
|
$(INSTALL_DATA) $(srcdir)/iverilog.man $(mandir)/man1/iverilog.1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue