Install stub target.
This commit is contained in:
parent
81bfbd1549
commit
a19efe181b
|
|
@ -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.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
|
SHELL = /bin/sh
|
||||||
|
|
@ -73,17 +73,24 @@ distclean: clean
|
||||||
rm -f Makefile
|
rm -f Makefile
|
||||||
|
|
||||||
install: all installdirs $(libdir)/ivl/stub.tgt \
|
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
|
$(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) ./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
|
installdirs: ../mkinstalldirs
|
||||||
$(srcdir)/../mkinstalldirs $(includedir) $(bindir) $(libdir)/ivl
|
$(srcdir)/../mkinstalldirs $(includedir) $(bindir) $(libdir)/ivl
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(libdir)/ivl/stub.tgt
|
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)
|
-include $(patsubst %.o, dep/%.d, $O)
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,4 @@ functor:syn-rules
|
||||||
functor:cprop
|
functor:cprop
|
||||||
functor:nodangle
|
functor:nodangle
|
||||||
-t:dll
|
-t:dll
|
||||||
|
flag:DLL=stub.tgt
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
functor:cprop
|
functor:cprop
|
||||||
functor:nodangle
|
functor:nodangle
|
||||||
-t:dll
|
-t:dll
|
||||||
|
flag:DLL=stub.tgt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue