Get the hello.vl and sqrt.vl names right.
This commit is contained in:
parent
176e6d09ca
commit
fbf55b9df4
12
Makefile.in
12
Makefile.in
|
|
@ -16,7 +16,7 @@
|
|||
# 59 Temple Place - Suite 330
|
||||
# Boston, MA 02111-1307, USA
|
||||
#
|
||||
#ident "$Id: Makefile.in,v 1.100 2001/08/03 17:06:47 steve Exp $"
|
||||
#ident "$Id: Makefile.in,v 1.101 2001/08/04 05:53:44 steve Exp $"
|
||||
#
|
||||
#
|
||||
SHELL = /bin/sh
|
||||
|
|
@ -181,7 +181,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 $(srcdir)/lexor_keyword.gperf > lexor_keyword.cc || (rm -f lexor_keyword.cc ; false)
|
||||
|
||||
ifeq (@WIN32@,yes)
|
||||
WIN32_INSTALL = $(prefix)/hello.v $(prefix)/sqrt.v $(prefix)/QUICK_START.txt
|
||||
WIN32_INSTALL = $(prefix)/hello.vl $(prefix)/sqrt.vl $(prefix)/QUICK_START.txt
|
||||
endif
|
||||
|
||||
install: all installdirs $(libdir)/ivl/ivl@EXEEXT@ $(libdir)/ivl/iverilog.conf $(includedir)/ivl_target.h $(includedir)/vpi_user.h $(libdir)/libvpi.a $(WIN32_INSTALL)
|
||||
|
|
@ -211,11 +211,11 @@ $(includedir)/vpi_user.h: $(srcdir)/vpi_user.h
|
|||
# In windows installations, put a few examples and the quick_start
|
||||
# into the destination directory.
|
||||
ifeq (@WIN32@,yes)
|
||||
$(prefix)/hello.v: $(srcdir)/examples/hello.v
|
||||
./dosify.exe $(srcdir)/examples/hello.v $(prefix)/hello.v
|
||||
$(prefix)/hello.vl: $(srcdir)/examples/hello.vl
|
||||
./dosify.exe $(srcdir)/examples/hello.vl $(prefix)/hello.vl
|
||||
|
||||
$(prefix)/sqrt.v: $(srcdir)/examples/sqrt.v
|
||||
./dosify.exe $(srcdir)/examples/sqrt.v $(prefix)/sqrt.v
|
||||
$(prefix)/sqrt.vl: $(srcdir)/examples/sqrt.vl
|
||||
./dosify.exe $(srcdir)/examples/sqrt.vl $(prefix)/sqrt.vl
|
||||
|
||||
$(prefix)/QUICK_START.txt: $(srcdir)/QUICK_START.txt
|
||||
./dosify.exe $(srcdir)/QUICK_START.txt $(prefix)/QUICK_START.txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue