kopia lustrzana https://gitlab.com/sane-project/backends
Don't generate symlinks for libsane.so/.a, the files are installed anyway. Fix
symlink creation when only static libraries are created.DEVEL_2_0_BRANCH-1
rodzic
4ea774818c
commit
a56f5e2ae1
|
@ -1,3 +1,9 @@
|
||||||
|
2002-11-20 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
|
|
||||||
|
* doc/Makefile.in: Don't generate symlinks for libsane.so/.a, the files
|
||||||
|
are installed anyway. Fix symlink creation when only static libraries
|
||||||
|
are created.
|
||||||
|
|
||||||
2002-11-20 Michael Herder <crapsite at gmx.net>
|
2002-11-20 Michael Herder <crapsite at gmx.net>
|
||||||
|
|
||||||
Added artec_eplus48u backend for the scanner Artec E+ 48U and
|
Added artec_eplus48u backend for the scanner Artec E+ 48U and
|
||||||
|
|
|
@ -187,11 +187,9 @@ install:
|
||||||
@dllend=`../tools/libtool-get-dll-ext libsane-dll.la`; \
|
@dllend=`../tools/libtool-get-dll-ext libsane-dll.la`; \
|
||||||
rm -f $(DESTDIR)$(libdir)/libsane.a $(DESTDIR)$(libdir)/libsane.$$dllend \
|
rm -f $(DESTDIR)$(libdir)/libsane.a $(DESTDIR)$(libdir)/libsane.$$dllend \
|
||||||
$(DESTDIR)$(libdir)/libsane.$$dllend.$(V_MAJOR)*; \
|
$(DESTDIR)$(libdir)/libsane.$$dllend.$(V_MAJOR)*; \
|
||||||
$(LN_S) sane/libsane-dll.a $(DESTDIR)$(libdir)/libsane.a; \
|
|
||||||
$(LN_S) sane/libsane-dll.$$dllend $(DESTDIR)$(libdir)/libsane.$$dllend ; \
|
|
||||||
cd $(DESTDIR)$(libsanedir) && for n in libsane-dll.$$dllend.$(V_MAJOR)*; do \
|
cd $(DESTDIR)$(libsanedir) && for n in libsane-dll.$$dllend.$(V_MAJOR)*; do \
|
||||||
nn=`echo $$n | sed 's,^libsane-dll,libsane,'`; \
|
nn=`echo $$n | sed 's,^libsane-dll,libsane,'`; \
|
||||||
(cd ..; $(LN_S) sane/$$n $$nn); \
|
(cd ..; if test -f sane/$$n ; then $(LN_S) sane/$$n $$nn; fi; ); \
|
||||||
done || exit 1
|
done || exit 1
|
||||||
$(LIBTOOL) $(MINST) $(INSTALL_PROGRAM) libsane.la \
|
$(LIBTOOL) $(MINST) $(INSTALL_PROGRAM) libsane.la \
|
||||||
$(DESTDIR)$(libdir)/libsane.la
|
$(DESTDIR)$(libdir)/libsane.la
|
||||||
|
|
Ładowanie…
Reference in New Issue