Makefile.in: Move libg2c.so and libg2c.{l}a to the same directory at install.
2001-10-05 Toon Moene <toon@moene.indiv.nluug.nl> * Makefile.in: Move libg2c.so and libg2c.{l}a to the same directory at install. From-SVN: r46029
This commit is contained in:
parent
6afed78481
commit
855e983b25
@ -1,3 +1,8 @@
|
||||
2001-10-05 Toon Moene <toon@moene.indiv.nluug.nl>
|
||||
|
||||
* Makefile.in: Move libg2c.so and libg2c.{l}a to
|
||||
the same directory at install.
|
||||
|
||||
2001-10-03 Toon Moene <toon@moene.indiv.nluug.nl>
|
||||
|
||||
* Makefile.in: Add "AR" reference, change
|
||||
|
@ -207,10 +207,7 @@ check:
|
||||
|
||||
install: all
|
||||
$(LIBTOOL) --mode=install $(INSTALL_DATA) $(LIBG2C) $(libsubdir)/$(MULTISUBDIR)
|
||||
(cd $(libsubdir)/$(MULTISUBDIR) ; \
|
||||
if [ -f $(LIBG2C_BASE).so ]; then \
|
||||
mv $(LIBG2C_BASE).so* $(prefix)/lib ;\
|
||||
fi)
|
||||
(cd $(libsubdir)/$(MULTISUBDIR) ; mv -f $(LIBG2C_BASE).* $(prefix)/lib)
|
||||
$(INSTALL_DATA) libfrtbegin.a $(libsubdir)/$(MULTISUBDIR)
|
||||
$(RANLIB) $(libsubdir)/$(MULTISUBDIR)/libfrtbegin.a
|
||||
$(INSTALL_DATA) g2c.h $(libsubdir)/include/g2c.h
|
||||
|
Loading…
Reference in New Issue
Block a user