Install stub target.

This commit is contained in:
steve 2006-05-01 18:48:24 +00:00
parent 81bfbd1549
commit a19efe181b
3 changed files with 11 additions and 2 deletions

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.15 2005/03/03 04:34:42 steve Exp $"
#ident "$Id: Makefile.in,v 1.16 2006/05/01 18:48:24 steve Exp $"
#
#
SHELL = /bin/sh
@ -73,17 +73,24 @@ distclean: clean
rm -f Makefile
install: all installdirs $(libdir)/ivl/stub.tgt \
$(includedir)/vpi_user.h
$(libdir)/ivl/stub.conf $(libdir)/ivl/stub-s.conf
$(libdir)/ivl/stub.tgt: ./stub.tgt
$(INSTALL_PROGRAM) ./stub.tgt $(libdir)/ivl/stub.tgt
$(libdir)/ivl/stub.conf: ./stub.conf
$(INSTALL_DATA) ./stub.conf $(libdir)/ivl/stub.conf
$(libdir)/ivl/stub-s.conf: ./stub-s.conf
$(INSTALL_DATA) ./stub-s.conf $(libdir)/ivl/stub-s.conf
installdirs: ../mkinstalldirs
$(srcdir)/../mkinstalldirs $(includedir) $(bindir) $(libdir)/ivl
uninstall:
rm -f $(libdir)/ivl/stub.tgt
rm -f $(libdir)/ivl/stub.conf
rm -f $(libdir)/ivl/stub-s.conf
-include $(patsubst %.o, dep/%.d, $O)

View File

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

View File

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