summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2004-04-26 08:36:40 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2004-04-26 08:36:40 +0000
commit65cc9a34730a02aac0e3e4f015a6f6e8c25c7053 (patch)
tree6b5b980a11258588ae3d8353c02f465bf374b21a /contrib
parent0bcbd8899475eca66fe32d18c997cc4519d6ed38 (diff)
downloadlibtiff-git-65cc9a34730a02aac0e3e4f015a6f6e8c25c7053.tar.gz
*** empty log message ***
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.in3
-rw-r--r--contrib/acorn/Makefile.in3
-rw-r--r--contrib/addtiffo/Makefile.in5
3 files changed, 9 insertions, 2 deletions
diff --git a/contrib/Makefile.in b/contrib/Makefile.in
index 1908750d..0c4d5d23 100644
--- a/contrib/Makefile.in
+++ b/contrib/Makefile.in
@@ -14,7 +14,7 @@
@SET_MAKE@
-# $Id: Makefile.in,v 1.2 2004-04-20 10:34:04 dron Exp $
+# $Id: Makefile.in,v 1.3 2004-04-26 08:36:41 dron Exp $
#
# Tag Image File Format (TIFF) Software
#
@@ -120,6 +120,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
+LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
diff --git a/contrib/acorn/Makefile.in b/contrib/acorn/Makefile.in
index c60fae6b..49b111c8 100644
--- a/contrib/acorn/Makefile.in
+++ b/contrib/acorn/Makefile.in
@@ -14,7 +14,7 @@
@SET_MAKE@
-# $Id: Makefile.in,v 1.1 2004-04-20 10:33:25 dron Exp $
+# $Id: Makefile.in,v 1.2 2004-04-26 08:36:41 dron Exp $
#
# Tag Image File Format (TIFF) Software
#
@@ -111,6 +111,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
+LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
diff --git a/contrib/addtiffo/Makefile.in b/contrib/addtiffo/Makefile.in
index edce08ac..7e6fac3d 100644
--- a/contrib/addtiffo/Makefile.in
+++ b/contrib/addtiffo/Makefile.in
@@ -135,6 +135,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
+LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
@@ -197,7 +198,11 @@ program_transform_name = @program_transform_name@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
+target = @target@
target_alias = @target_alias@
+target_cpu = @target_cpu@
+target_os = @target_os@
+target_vendor = @target_vendor@
LIBTIFF = $(top_srcdir)/libtiff/libtiff.la
EXTRA_DIST = README Makefile.vc
addtiffo_SOURCES = addtiffo.c tif_overview.c tif_ovrcache.c tif_ovrcache.h