diff --git a/tgt-stub/Makefile.in b/tgt-stub/Makefile.in index 82b7d6a2d..452167722 100644 --- a/tgt-stub/Makefile.in +++ b/tgt-stub/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # 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 @@ -73,11 +73,19 @@ distclean: clean rm -f Makefile install: all installdirs $(libdir)/ivl/stub.tgt \ + $(libdir)/ivl/stub.conf \ + $(libdir)/ivl/stub-s.conf \ $(includedir)/vpi_user.h $(libdir)/ivl/stub.tgt: ./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 $(srcdir)/../mkinstalldirs $(includedir) $(bindir) $(libdir)/ivl diff --git a/tgt-stub/stub-s.conf b/tgt-stub/stub-s.conf index e383383ec..190574ce0 100644 --- a/tgt-stub/stub-s.conf +++ b/tgt-stub/stub-s.conf @@ -4,3 +4,4 @@ functor:syn-rules functor:cprop functor:nodangle -t:dll +flag:DLL=stub.tgt diff --git a/tgt-stub/stub.conf b/tgt-stub/stub.conf index 19181514a..5c0c1c576 100644 --- a/tgt-stub/stub.conf +++ b/tgt-stub/stub.conf @@ -1,3 +1,4 @@ functor:cprop functor:nodangle -t:dll +flag:DLL=stub.tgt