Shared library will not be stripped when installing, utility binaries will do.
Closes http://bugzilla.remotesensing.org/show_bug.cgi?id=93
This commit is contained in:
parent
ad546e9868
commit
6236465593
@ -1,4 +1,4 @@
|
||||
# $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Makefile.in,v 1.18 2002-02-24 16:30:19 warmerda Exp $
|
||||
# $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Makefile.in,v 1.19 2002-03-08 07:21:53 dron Exp $
|
||||
#
|
||||
# Tag Image File Format Library
|
||||
#
|
||||
@ -366,15 +366,15 @@ installPrivateHdrs: ${INCS_PRIVATE}
|
||||
|
||||
installDSO: @DSO@dso
|
||||
if [ @DSOSUF_VERSION@ != @DSOSUF@ ]; then \
|
||||
${INSTALL} -idb tiff.sw.tools -m 555 -F ${DESTDIR}@DIR_LIB@ \
|
||||
-O libtiff.@DSOSUF_VERSION@; \
|
||||
${INSTALL} -idb tiff.sw.tools.nostrip -m 555 \
|
||||
-F ${DESTDIR}@DIR_LIB@ -O libtiff.@DSOSUF_VERSION@; \
|
||||
${INSTALL} -idb tiff.sw.tools -F ${DESTDIR}@DIR_LIB@ \
|
||||
-lns libtiff.@DSOSUF_VERSION@ -O libtiff.@DSOSUF@; \
|
||||
${INSTALL} -idb tiff.sw.tools -F ${DESTDIR}@DIR_LIB@ \
|
||||
-lns libtiff.@DSOSUF@ -O libtiff.so; \
|
||||
else \
|
||||
${INSTALL} -idb tiff.sw.tools -m 555 -F ${DESTDIR}@DIR_LIB@ \
|
||||
-O libtiff.@DSOSUF@; \
|
||||
${INSTALL} -idb tiff.sw.tools.nostrip -m 555 \
|
||||
-F ${DESTDIR}@DIR_LIB@ -O libtiff.@DSOSUF@; \
|
||||
fi
|
||||
|
||||
install: all installHdrs
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Header: /cvs/maptools/cvsroot/libtiff/tools/Makefile.in,v 1.9 2001-07-17 13:13:37 warmerda Exp $
|
||||
# $Header: /cvs/maptools/cvsroot/libtiff/tools/Makefile.in,v 1.10 2002-03-08 07:21:53 dron Exp $
|
||||
#
|
||||
# @WARNING@
|
||||
#
|
||||
@ -111,9 +111,9 @@ all: ${TARGETS}
|
||||
true; \
|
||||
fi
|
||||
install: all
|
||||
${INSTALL} -idb nostrip -idb tiff.sw.tools -m 755 \
|
||||
${INSTALL} -idb tiff.sw.tools -m 755 \
|
||||
-dir ${DESTDIR}@DIR_BIN@
|
||||
${INSTALL} -idb nostrip -idb tiff.sw.tools -m 755 \
|
||||
${INSTALL} -idb tiff.sw.tools -m 755 \
|
||||
-F ${DESTDIR}@DIR_BIN@ -O ${TARGETS}
|
||||
@if [ "@LIBIMAGE@" = yes ]; then \
|
||||
${INSTALL} -idb tiff.sw.tools -m 755 \
|
||||
|
Loading…
Reference in New Issue
Block a user