Remember to set DLL= flag.

This commit is contained in:
steve 2006-01-14 20:13:38 +00:00
parent 41993815e9
commit fc227aa3e1
3 changed files with 11 additions and 1 deletions

View File

@ -16,7 +16,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.13 2004/02/10 19:25:01 steve Exp $" #ident "$Id: Makefile.in,v 1.13.2.1 2006/01/14 20:13:38 steve Exp $"
# #
# #
SHELL = /bin/sh SHELL = /bin/sh
@ -73,11 +73,19 @@ distclean: clean
rm -f Makefile rm -f Makefile
install: all installdirs $(libdir)/ivl/stub.tgt \ install: all installdirs $(libdir)/ivl/stub.tgt \
$(libdir)/ivl/stub.conf \
$(libdir)/ivl/stub-s.conf \
$(includedir)/vpi_user.h $(includedir)/vpi_user.h
$(libdir)/ivl/stub.tgt: ./stub.tgt $(libdir)/ivl/stub.tgt: ./stub.tgt
$(INSTALL_PROGRAM) ./stub.tgt $(libdir)/ivl/stub.tgt $(INSTALL_PROGRAM) ./stub.tgt $(libdir)/ivl/stub.tgt
$(libdir)/ivl/stub.conf: stub.conf
$(INSTALL_DATA) $< $(libdir)/ivl/stub.conf
$(libdir)/ivl/stub-s.conf: stub-s.conf
$(INSTALL_DATA) $< $(libdir)/ivl/stub-s.conf
installdirs: ../mkinstalldirs installdirs: ../mkinstalldirs
$(srcdir)/../mkinstalldirs $(includedir) $(bindir) $(libdir)/ivl $(srcdir)/../mkinstalldirs $(includedir) $(bindir) $(libdir)/ivl

View File

@ -4,3 +4,4 @@ functor:syn-rules
functor:cprop functor:cprop
functor:nodangle functor:nodangle
-t:dll -t:dll
flag:DLL=stub.tgt

View File

@ -1,3 +1,4 @@
functor:cprop functor:cprop
functor:nodangle functor:nodangle
-t:dll -t:dll
flag:DLL=stub.tgt