0
|
1 |
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
|
2 |
# @configure_input@
|
|
3 |
|
|
4 |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
5 |
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
|
6 |
# This Makefile.in is free software; the Free Software Foundation
|
|
7 |
# gives unlimited permission to copy and/or distribute it,
|
|
8 |
# with or without modifications, as long as this notice is preserved.
|
|
9 |
|
|
10 |
# This program is distributed in the hope that it will be useful,
|
|
11 |
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
12 |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
13 |
# PARTICULAR PURPOSE.
|
|
14 |
|
|
15 |
@SET_MAKE@
|
|
16 |
|
|
17 |
# Tag Image File Format (TIFF) Software
|
|
18 |
#
|
|
19 |
# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
|
|
20 |
#
|
|
21 |
# Permission to use, copy, modify, distribute, and sell this software and
|
|
22 |
# its documentation for any purpose is hereby granted without fee, provided
|
|
23 |
# that (i) the above copyright notices and this permission notice appear in
|
|
24 |
# all copies of the software and related documentation, and (ii) the names of
|
|
25 |
# Sam Leffler and Silicon Graphics may not be used in any advertising or
|
|
26 |
# publicity relating to the software without the specific, prior written
|
|
27 |
# permission of Sam Leffler and Silicon Graphics.
|
|
28 |
#
|
|
29 |
# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
|
|
30 |
# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
|
|
31 |
# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
|
32 |
#
|
|
33 |
# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
|
|
34 |
# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
|
|
35 |
# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
36 |
# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
|
|
37 |
# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
|
38 |
# OF THIS SOFTWARE.
|
|
39 |
|
|
40 |
# Process this file with automake to produce Makefile.in.
|
|
41 |
|
|
42 |
srcdir = @srcdir@
|
|
43 |
top_srcdir = @top_srcdir@
|
|
44 |
VPATH = @srcdir@
|
|
45 |
pkgdatadir = $(datadir)/@PACKAGE@
|
|
46 |
pkglibdir = $(libdir)/@PACKAGE@
|
|
47 |
pkgincludedir = $(includedir)/@PACKAGE@
|
|
48 |
top_builddir = .
|
|
49 |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
50 |
INSTALL = @INSTALL@
|
|
51 |
install_sh_DATA = $(install_sh) -c -m 644
|
|
52 |
install_sh_PROGRAM = $(install_sh) -c
|
|
53 |
install_sh_SCRIPT = $(install_sh) -c
|
|
54 |
INSTALL_HEADER = $(INSTALL_DATA)
|
|
55 |
transform = $(program_transform_name)
|
|
56 |
NORMAL_INSTALL = :
|
|
57 |
PRE_INSTALL = :
|
|
58 |
POST_INSTALL = :
|
|
59 |
NORMAL_UNINSTALL = :
|
|
60 |
PRE_UNINSTALL = :
|
|
61 |
POST_UNINSTALL = :
|
|
62 |
build_triplet = @build@
|
|
63 |
host_triplet = @host@
|
|
64 |
target_triplet = @target@
|
|
65 |
DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
|
|
66 |
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
|
67 |
$(top_srcdir)/configure ChangeLog TODO config/compile \
|
|
68 |
config/config.guess config/config.sub config/depcomp \
|
|
69 |
config/install-sh config/ltmain.sh config/missing \
|
|
70 |
config/mkinstalldirs
|
|
71 |
subdir = .
|
|
72 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
73 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
|
|
74 |
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
|
|
75 |
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
|
|
76 |
$(top_srcdir)/configure.ac
|
|
77 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
78 |
$(ACLOCAL_M4)
|
|
79 |
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
|
80 |
configure.lineno configure.status.lineno
|
|
81 |
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
|
82 |
CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
|
|
83 |
$(top_builddir)/libtiff/tiffconf.h
|
|
84 |
CONFIG_CLEAN_FILES =
|
|
85 |
SOURCES =
|
|
86 |
DIST_SOURCES =
|
|
87 |
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
|
88 |
html-recursive info-recursive install-data-recursive \
|
|
89 |
install-exec-recursive install-info-recursive \
|
|
90 |
install-recursive installcheck-recursive installdirs-recursive \
|
|
91 |
pdf-recursive ps-recursive uninstall-info-recursive \
|
|
92 |
uninstall-recursive
|
|
93 |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|
94 |
am__vpath_adj = case $$p in \
|
|
95 |
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|
96 |
*) f=$$p;; \
|
|
97 |
esac;
|
|
98 |
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
|
99 |
am__installdirs = "$(DESTDIR)$(docdir)"
|
|
100 |
dist_docDATA_INSTALL = $(INSTALL_DATA)
|
|
101 |
DATA = $(dist_doc_DATA)
|
|
102 |
ETAGS = etags
|
|
103 |
CTAGS = ctags
|
|
104 |
DIST_SUBDIRS = $(SUBDIRS)
|
|
105 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
106 |
distdir = $(PACKAGE)-$(VERSION)
|
|
107 |
top_distdir = $(distdir)
|
|
108 |
am__remove_distdir = \
|
|
109 |
{ test ! -d $(distdir) \
|
|
110 |
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|
111 |
&& rm -fr $(distdir); }; }
|
|
112 |
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip
|
|
113 |
GZIP_ENV = --best
|
|
114 |
distuninstallcheck_listfiles = find . -type f -print
|
|
115 |
distcleancheck_listfiles = find . -type f -print
|
|
116 |
ACLOCAL = @ACLOCAL@
|
|
117 |
AMDEP_FALSE = @AMDEP_FALSE@
|
|
118 |
AMDEP_TRUE = @AMDEP_TRUE@
|
|
119 |
AMTAR = @AMTAR@
|
|
120 |
AR = @AR@
|
|
121 |
AS = @AS@
|
|
122 |
AUTOCONF = @AUTOCONF@
|
|
123 |
AUTOHEADER = @AUTOHEADER@
|
|
124 |
AUTOMAKE = @AUTOMAKE@
|
|
125 |
AWK = @AWK@
|
|
126 |
CC = @CC@
|
|
127 |
CCDEPMODE = @CCDEPMODE@
|
|
128 |
CFLAGS = @CFLAGS@
|
|
129 |
CPP = @CPP@
|
|
130 |
CPPFLAGS = @CPPFLAGS@
|
|
131 |
CXX = @CXX@
|
|
132 |
CXXCPP = @CXXCPP@
|
|
133 |
CXXDEPMODE = @CXXDEPMODE@
|
|
134 |
CXXFLAGS = @CXXFLAGS@
|
|
135 |
CYGPATH_W = @CYGPATH_W@
|
|
136 |
DEFS = @DEFS@
|
|
137 |
DEPDIR = @DEPDIR@
|
|
138 |
DLLTOOL = @DLLTOOL@
|
|
139 |
DUMPBIN = @DUMPBIN@
|
|
140 |
ECHO_C = @ECHO_C@
|
|
141 |
ECHO_N = @ECHO_N@
|
|
142 |
ECHO_T = @ECHO_T@
|
|
143 |
EGREP = @EGREP@
|
|
144 |
EXEEXT = @EXEEXT@
|
|
145 |
FGREP = @FGREP@
|
|
146 |
GLUT_CFLAGS = @GLUT_CFLAGS@
|
|
147 |
GLUT_LIBS = @GLUT_LIBS@
|
|
148 |
GLU_CFLAGS = @GLU_CFLAGS@
|
|
149 |
GLU_LIBS = @GLU_LIBS@
|
|
150 |
GL_CFLAGS = @GL_CFLAGS@
|
|
151 |
GL_LIBS = @GL_LIBS@
|
|
152 |
GREP = @GREP@
|
|
153 |
HAVE_CXX_FALSE = @HAVE_CXX_FALSE@
|
|
154 |
HAVE_CXX_TRUE = @HAVE_CXX_TRUE@
|
|
155 |
HAVE_OPENGL_FALSE = @HAVE_OPENGL_FALSE@
|
|
156 |
HAVE_OPENGL_TRUE = @HAVE_OPENGL_TRUE@
|
|
157 |
HAVE_RPATH_FALSE = @HAVE_RPATH_FALSE@
|
|
158 |
HAVE_RPATH_TRUE = @HAVE_RPATH_TRUE@
|
|
159 |
INSTALL_DATA = @INSTALL_DATA@
|
|
160 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
161 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
162 |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
163 |
LD = @LD@
|
|
164 |
LDFLAGS = @LDFLAGS@
|
|
165 |
LIBDIR = @LIBDIR@
|
|
166 |
LIBOBJS = @LIBOBJS@
|
|
167 |
LIBS = @LIBS@
|
|
168 |
LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
|
|
169 |
LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
|
|
170 |
LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
|
|
171 |
LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
|
|
172 |
LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
|
|
173 |
LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
|
|
174 |
LIBTIFF_VERSION = @LIBTIFF_VERSION@
|
|
175 |
LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
|
|
176 |
LIBTOOL = @LIBTOOL@
|
|
177 |
LN_S = @LN_S@
|
|
178 |
LTLIBOBJS = @LTLIBOBJS@
|
|
179 |
MAINT = @MAINT@
|
|
180 |
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
|
181 |
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
|
182 |
MAKEINFO = @MAKEINFO@
|
|
183 |
NM = @NM@
|
|
184 |
OBJDUMP = @OBJDUMP@
|
|
185 |
OBJEXT = @OBJEXT@
|
|
186 |
PACKAGE = @PACKAGE@
|
|
187 |
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
188 |
PACKAGE_NAME = @PACKAGE_NAME@
|
|
189 |
PACKAGE_STRING = @PACKAGE_STRING@
|
|
190 |
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
191 |
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
192 |
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
193 |
PTHREAD_CC = @PTHREAD_CC@
|
|
194 |
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
|
195 |
PTHREAD_LIBS = @PTHREAD_LIBS@
|
|
196 |
RANLIB = @RANLIB@
|
|
197 |
SED = @SED@
|
|
198 |
SET_MAKE = @SET_MAKE@
|
|
199 |
SHELL = @SHELL@
|
|
200 |
STRIP = @STRIP@
|
|
201 |
VERSION = @VERSION@
|
|
202 |
X_CFLAGS = @X_CFLAGS@
|
|
203 |
X_EXTRA_LIBS = @X_EXTRA_LIBS@
|
|
204 |
X_LIBS = @X_LIBS@
|
|
205 |
X_PRE_LIBS = @X_PRE_LIBS@
|
|
206 |
ac_ct_AR = @ac_ct_AR@
|
|
207 |
ac_ct_AS = @ac_ct_AS@
|
|
208 |
ac_ct_CC = @ac_ct_CC@
|
|
209 |
ac_ct_CXX = @ac_ct_CXX@
|
|
210 |
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
|
211 |
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
|
212 |
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
|
213 |
ac_ct_RANLIB = @ac_ct_RANLIB@
|
|
214 |
ac_ct_STRIP = @ac_ct_STRIP@
|
|
215 |
acx_pthread_config = @acx_pthread_config@
|
|
216 |
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
|
217 |
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
|
218 |
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
|
219 |
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
|
220 |
am__include = @am__include@
|
|
221 |
am__leading_dot = @am__leading_dot@
|
|
222 |
am__quote = @am__quote@
|
|
223 |
am__tar = @am__tar@
|
|
224 |
am__untar = @am__untar@
|
|
225 |
bindir = @bindir@
|
|
226 |
build = @build@
|
|
227 |
build_alias = @build_alias@
|
|
228 |
build_cpu = @build_cpu@
|
|
229 |
build_os = @build_os@
|
|
230 |
build_vendor = @build_vendor@
|
|
231 |
datadir = @datadir@
|
|
232 |
exec_prefix = @exec_prefix@
|
|
233 |
host = @host@
|
|
234 |
host_alias = @host_alias@
|
|
235 |
host_cpu = @host_cpu@
|
|
236 |
host_os = @host_os@
|
|
237 |
host_vendor = @host_vendor@
|
|
238 |
includedir = @includedir@
|
|
239 |
infodir = @infodir@
|
|
240 |
install_sh = @install_sh@
|
|
241 |
libdir = @libdir@
|
|
242 |
libexecdir = @libexecdir@
|
|
243 |
localstatedir = @localstatedir@
|
|
244 |
lt_ECHO = @lt_ECHO@
|
|
245 |
mandir = @mandir@
|
|
246 |
mkdir_p = @mkdir_p@
|
|
247 |
oldincludedir = @oldincludedir@
|
|
248 |
prefix = @prefix@
|
|
249 |
program_transform_name = @program_transform_name@
|
|
250 |
sbindir = @sbindir@
|
|
251 |
sharedstatedir = @sharedstatedir@
|
|
252 |
sysconfdir = @sysconfdir@
|
|
253 |
target = @target@
|
|
254 |
target_alias = @target_alias@
|
|
255 |
target_cpu = @target_cpu@
|
|
256 |
target_os = @target_os@
|
|
257 |
target_vendor = @target_vendor@
|
|
258 |
docdir = $(LIBTIFF_DOCDIR)
|
|
259 |
AUTOMAKE_OPTIONS = dist-zip foreign
|
|
260 |
ACLOCAL_AMFLAGS = -I ./m4
|
|
261 |
docfiles = \
|
|
262 |
COPYRIGHT \
|
|
263 |
ChangeLog \
|
|
264 |
README \
|
|
265 |
RELEASE-DATE \
|
|
266 |
TODO \
|
|
267 |
VERSION
|
|
268 |
|
|
269 |
EXTRA_DIST = \
|
|
270 |
HOWTO-RELEASE \
|
|
271 |
Makefile.vc \
|
|
272 |
SConstruct \
|
|
273 |
autogen.sh \
|
|
274 |
nmake.opt
|
|
275 |
|
|
276 |
dist_doc_DATA = $(docfiles)
|
|
277 |
SUBDIRS = port libtiff tools contrib test man html
|
|
278 |
all: all-recursive
|
|
279 |
|
|
280 |
.SUFFIXES:
|
|
281 |
am--refresh:
|
|
282 |
@:
|
|
283 |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|
284 |
@for dep in $?; do \
|
|
285 |
case '$(am__configure_deps)' in \
|
|
286 |
*$$dep*) \
|
|
287 |
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
|
|
288 |
cd $(srcdir) && $(AUTOMAKE) --foreign \
|
|
289 |
&& exit 0; \
|
|
290 |
exit 1;; \
|
|
291 |
esac; \
|
|
292 |
done; \
|
|
293 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
|
294 |
cd $(top_srcdir) && \
|
|
295 |
$(AUTOMAKE) --foreign Makefile
|
|
296 |
.PRECIOUS: Makefile
|
|
297 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
298 |
@case '$?' in \
|
|
299 |
*config.status*) \
|
|
300 |
echo ' $(SHELL) ./config.status'; \
|
|
301 |
$(SHELL) ./config.status;; \
|
|
302 |
*) \
|
|
303 |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
|
304 |
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
|
305 |
esac;
|
|
306 |
|
|
307 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
308 |
$(SHELL) ./config.status --recheck
|
|
309 |
|
|
310 |
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
311 |
cd $(srcdir) && $(AUTOCONF)
|
|
312 |
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
313 |
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
|
314 |
|
|
315 |
mostlyclean-libtool:
|
|
316 |
-rm -f *.lo
|
|
317 |
|
|
318 |
clean-libtool:
|
|
319 |
-rm -rf .libs _libs
|
|
320 |
|
|
321 |
distclean-libtool:
|
|
322 |
-rm -f libtool
|
|
323 |
uninstall-info-am:
|
|
324 |
install-dist_docDATA: $(dist_doc_DATA)
|
|
325 |
@$(NORMAL_INSTALL)
|
|
326 |
test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
|
|
327 |
@list='$(dist_doc_DATA)'; for p in $$list; do \
|
|
328 |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
329 |
f=$(am__strip_dir) \
|
|
330 |
echo " $(dist_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
|
|
331 |
$(dist_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
|
|
332 |
done
|
|
333 |
|
|
334 |
uninstall-dist_docDATA:
|
|
335 |
@$(NORMAL_UNINSTALL)
|
|
336 |
@list='$(dist_doc_DATA)'; for p in $$list; do \
|
|
337 |
f=$(am__strip_dir) \
|
|
338 |
echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
|
|
339 |
rm -f "$(DESTDIR)$(docdir)/$$f"; \
|
|
340 |
done
|
|
341 |
|
|
342 |
# This directory's subdirectories are mostly independent; you can cd
|
|
343 |
# into them and run `make' without going through this Makefile.
|
|
344 |
# To change the values of `make' variables: instead of editing Makefiles,
|
|
345 |
# (1) if the variable is set in `config.status', edit `config.status'
|
|
346 |
# (which will cause the Makefiles to be regenerated when you run `make');
|
|
347 |
# (2) otherwise, pass the desired values on the `make' command line.
|
|
348 |
$(RECURSIVE_TARGETS):
|
|
349 |
@failcom='exit 1'; \
|
|
350 |
for f in x $$MAKEFLAGS; do \
|
|
351 |
case $$f in \
|
|
352 |
*=* | --[!k]*);; \
|
|
353 |
*k*) failcom='fail=yes';; \
|
|
354 |
esac; \
|
|
355 |
done; \
|
|
356 |
dot_seen=no; \
|
|
357 |
target=`echo $@ | sed s/-recursive//`; \
|
|
358 |
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
359 |
echo "Making $$target in $$subdir"; \
|
|
360 |
if test "$$subdir" = "."; then \
|
|
361 |
dot_seen=yes; \
|
|
362 |
local_target="$$target-am"; \
|
|
363 |
else \
|
|
364 |
local_target="$$target"; \
|
|
365 |
fi; \
|
|
366 |
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
367 |
|| eval $$failcom; \
|
|
368 |
done; \
|
|
369 |
if test "$$dot_seen" = "no"; then \
|
|
370 |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|
371 |
fi; test -z "$$fail"
|
|
372 |
|
|
373 |
mostlyclean-recursive clean-recursive distclean-recursive \
|
|
374 |
maintainer-clean-recursive:
|
|
375 |
@failcom='exit 1'; \
|
|
376 |
for f in x $$MAKEFLAGS; do \
|
|
377 |
case $$f in \
|
|
378 |
*=* | --[!k]*);; \
|
|
379 |
*k*) failcom='fail=yes';; \
|
|
380 |
esac; \
|
|
381 |
done; \
|
|
382 |
dot_seen=no; \
|
|
383 |
case "$@" in \
|
|
384 |
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
|
385 |
*) list='$(SUBDIRS)' ;; \
|
|
386 |
esac; \
|
|
387 |
rev=''; for subdir in $$list; do \
|
|
388 |
if test "$$subdir" = "."; then :; else \
|
|
389 |
rev="$$subdir $$rev"; \
|
|
390 |
fi; \
|
|
391 |
done; \
|
|
392 |
rev="$$rev ."; \
|
|
393 |
target=`echo $@ | sed s/-recursive//`; \
|
|
394 |
for subdir in $$rev; do \
|
|
395 |
echo "Making $$target in $$subdir"; \
|
|
396 |
if test "$$subdir" = "."; then \
|
|
397 |
local_target="$$target-am"; \
|
|
398 |
else \
|
|
399 |
local_target="$$target"; \
|
|
400 |
fi; \
|
|
401 |
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
402 |
|| eval $$failcom; \
|
|
403 |
done && test -z "$$fail"
|
|
404 |
tags-recursive:
|
|
405 |
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
406 |
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
|
407 |
done
|
|
408 |
ctags-recursive:
|
|
409 |
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
410 |
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
|
411 |
done
|
|
412 |
|
|
413 |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
414 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
415 |
unique=`for i in $$list; do \
|
|
416 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
417 |
done | \
|
|
418 |
$(AWK) ' { files[$$0] = 1; } \
|
|
419 |
END { for (i in files) print i; }'`; \
|
|
420 |
mkid -fID $$unique
|
|
421 |
tags: TAGS
|
|
422 |
|
|
423 |
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
424 |
$(TAGS_FILES) $(LISP)
|
|
425 |
tags=; \
|
|
426 |
here=`pwd`; \
|
|
427 |
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
|
428 |
include_option=--etags-include; \
|
|
429 |
empty_fix=.; \
|
|
430 |
else \
|
|
431 |
include_option=--include; \
|
|
432 |
empty_fix=; \
|
|
433 |
fi; \
|
|
434 |
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
435 |
if test "$$subdir" = .; then :; else \
|
|
436 |
test ! -f $$subdir/TAGS || \
|
|
437 |
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
|
|
438 |
fi; \
|
|
439 |
done; \
|
|
440 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
441 |
unique=`for i in $$list; do \
|
|
442 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
443 |
done | \
|
|
444 |
$(AWK) ' { files[$$0] = 1; } \
|
|
445 |
END { for (i in files) print i; }'`; \
|
|
446 |
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
|
447 |
test -n "$$unique" || unique=$$empty_fix; \
|
|
448 |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
449 |
$$tags $$unique; \
|
|
450 |
fi
|
|
451 |
ctags: CTAGS
|
|
452 |
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
453 |
$(TAGS_FILES) $(LISP)
|
|
454 |
tags=; \
|
|
455 |
here=`pwd`; \
|
|
456 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
457 |
unique=`for i in $$list; do \
|
|
458 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
459 |
done | \
|
|
460 |
$(AWK) ' { files[$$0] = 1; } \
|
|
461 |
END { for (i in files) print i; }'`; \
|
|
462 |
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
|
463 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
464 |
$$tags $$unique
|
|
465 |
|
|
466 |
GTAGS:
|
|
467 |
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
468 |
&& cd $(top_srcdir) \
|
|
469 |
&& gtags -i $(GTAGS_ARGS) $$here
|
|
470 |
|
|
471 |
distclean-tags:
|
|
472 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
473 |
|
|
474 |
distdir: $(DISTFILES)
|
|
475 |
$(am__remove_distdir)
|
|
476 |
mkdir $(distdir)
|
|
477 |
$(mkdir_p) $(distdir)/config $(distdir)/m4
|
|
478 |
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
|
479 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
|
480 |
list='$(DISTFILES)'; for file in $$list; do \
|
|
481 |
case $$file in \
|
|
482 |
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
|
483 |
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
|
484 |
esac; \
|
|
485 |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
486 |
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
487 |
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|
488 |
dir="/$$dir"; \
|
|
489 |
$(mkdir_p) "$(distdir)$$dir"; \
|
|
490 |
else \
|
|
491 |
dir=''; \
|
|
492 |
fi; \
|
|
493 |
if test -d $$d/$$file; then \
|
|
494 |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
495 |
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|
496 |
fi; \
|
|
497 |
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
|
498 |
else \
|
|
499 |
test -f $(distdir)/$$file \
|
|
500 |
|| cp -p $$d/$$file $(distdir)/$$file \
|
|
501 |
|| exit 1; \
|
|
502 |
fi; \
|
|
503 |
done
|
|
504 |
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
|
505 |
if test "$$subdir" = .; then :; else \
|
|
506 |
test -d "$(distdir)/$$subdir" \
|
|
507 |
|| $(mkdir_p) "$(distdir)/$$subdir" \
|
|
508 |
|| exit 1; \
|
|
509 |
distdir=`$(am__cd) $(distdir) && pwd`; \
|
|
510 |
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
|
511 |
(cd $$subdir && \
|
|
512 |
$(MAKE) $(AM_MAKEFLAGS) \
|
|
513 |
top_distdir="$$top_distdir" \
|
|
514 |
distdir="$$distdir/$$subdir" \
|
|
515 |
distdir) \
|
|
516 |
|| exit 1; \
|
|
517 |
fi; \
|
|
518 |
done
|
|
519 |
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
|
520 |
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
|
521 |
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
|
522 |
! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|
|
523 |
|| chmod -R a+r $(distdir)
|
|
524 |
dist-gzip: distdir
|
|
525 |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|
526 |
$(am__remove_distdir)
|
|
527 |
|
|
528 |
dist-bzip2: distdir
|
|
529 |
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
|
530 |
$(am__remove_distdir)
|
|
531 |
|
|
532 |
dist-tarZ: distdir
|
|
533 |
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
|
534 |
$(am__remove_distdir)
|
|
535 |
|
|
536 |
dist-shar: distdir
|
|
537 |
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
|
538 |
$(am__remove_distdir)
|
|
539 |
dist-zip: distdir
|
|
540 |
-rm -f $(distdir).zip
|
|
541 |
zip -rq $(distdir).zip $(distdir)
|
|
542 |
$(am__remove_distdir)
|
|
543 |
|
|
544 |
dist dist-all: distdir
|
|
545 |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|
546 |
-rm -f $(distdir).zip
|
|
547 |
zip -rq $(distdir).zip $(distdir)
|
|
548 |
$(am__remove_distdir)
|
|
549 |
|
|
550 |
# This target untars the dist file and tries a VPATH configuration. Then
|
|
551 |
# it guarantees that the distribution is self-contained by making another
|
|
552 |
# tarfile.
|
|
553 |
distcheck: dist
|
|
554 |
case '$(DIST_ARCHIVES)' in \
|
|
555 |
*.tar.gz*) \
|
|
556 |
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
|
|
557 |
*.tar.bz2*) \
|
|
558 |
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
|
|
559 |
*.tar.Z*) \
|
|
560 |
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
|
561 |
*.shar.gz*) \
|
|
562 |
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
|
563 |
*.zip*) \
|
|
564 |
unzip $(distdir).zip ;;\
|
|
565 |
esac
|
|
566 |
chmod -R a-w $(distdir); chmod a+w $(distdir)
|
|
567 |
mkdir $(distdir)/_build
|
|
568 |
mkdir $(distdir)/_inst
|
|
569 |
chmod a-w $(distdir)
|
|
570 |
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
|
571 |
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
|
572 |
&& cd $(distdir)/_build \
|
|
573 |
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
|
574 |
$(DISTCHECK_CONFIGURE_FLAGS) \
|
|
575 |
&& $(MAKE) $(AM_MAKEFLAGS) \
|
|
576 |
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
|
577 |
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
|
578 |
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
|
579 |
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
|
580 |
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
|
581 |
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
|
582 |
distuninstallcheck \
|
|
583 |
&& chmod -R a-w "$$dc_install_base" \
|
|
584 |
&& ({ \
|
|
585 |
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
|
586 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
|
587 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
|
588 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
|
589 |
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
|
590 |
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
|
591 |
&& rm -rf "$$dc_destdir" \
|
|
592 |
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
|
593 |
&& rm -rf $(DIST_ARCHIVES) \
|
|
594 |
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
|
|
595 |
$(am__remove_distdir)
|
|
596 |
@(echo "$(distdir) archives ready for distribution: "; \
|
|
597 |
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
|
598 |
sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
|
|
599 |
distuninstallcheck:
|
|
600 |
@cd $(distuninstallcheck_dir) \
|
|
601 |
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
|
602 |
|| { echo "ERROR: files left after uninstall:" ; \
|
|
603 |
if test -n "$(DESTDIR)"; then \
|
|
604 |
echo " (check DESTDIR support)"; \
|
|
605 |
fi ; \
|
|
606 |
$(distuninstallcheck_listfiles) ; \
|
|
607 |
exit 1; } >&2
|
|
608 |
distcleancheck: distclean
|
|
609 |
@if test '$(srcdir)' = . ; then \
|
|
610 |
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
|
611 |
exit 1 ; \
|
|
612 |
fi
|
|
613 |
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
|
614 |
|| { echo "ERROR: files left in build directory after distclean:" ; \
|
|
615 |
$(distcleancheck_listfiles) ; \
|
|
616 |
exit 1; } >&2
|
|
617 |
check-am: all-am
|
|
618 |
check: check-recursive
|
|
619 |
all-am: Makefile $(DATA)
|
|
620 |
installdirs: installdirs-recursive
|
|
621 |
installdirs-am:
|
|
622 |
for dir in "$(DESTDIR)$(docdir)"; do \
|
|
623 |
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
|
624 |
done
|
|
625 |
install: install-recursive
|
|
626 |
install-exec: install-exec-recursive
|
|
627 |
install-data: install-data-recursive
|
|
628 |
uninstall: uninstall-recursive
|
|
629 |
|
|
630 |
install-am: all-am
|
|
631 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
632 |
|
|
633 |
installcheck: installcheck-recursive
|
|
634 |
install-strip:
|
|
635 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
636 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
637 |
`test -z '$(STRIP)' || \
|
|
638 |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
639 |
mostlyclean-generic:
|
|
640 |
|
|
641 |
clean-generic:
|
|
642 |
|
|
643 |
distclean-generic:
|
|
644 |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
645 |
|
|
646 |
maintainer-clean-generic:
|
|
647 |
@echo "This command is intended for maintainers to use"
|
|
648 |
@echo "it deletes files that may require special tools to rebuild."
|
|
649 |
clean: clean-recursive
|
|
650 |
|
|
651 |
clean-am: clean-generic clean-libtool mostlyclean-am
|
|
652 |
|
|
653 |
distclean: distclean-recursive
|
|
654 |
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
655 |
-rm -f Makefile
|
|
656 |
distclean-am: clean-am distclean-generic distclean-libtool \
|
|
657 |
distclean-tags
|
|
658 |
|
|
659 |
dvi: dvi-recursive
|
|
660 |
|
|
661 |
dvi-am:
|
|
662 |
|
|
663 |
html: html-recursive
|
|
664 |
|
|
665 |
info: info-recursive
|
|
666 |
|
|
667 |
info-am:
|
|
668 |
|
|
669 |
install-data-am: install-dist_docDATA
|
|
670 |
|
|
671 |
install-exec-am:
|
|
672 |
|
|
673 |
install-info: install-info-recursive
|
|
674 |
|
|
675 |
install-man:
|
|
676 |
|
|
677 |
installcheck-am:
|
|
678 |
|
|
679 |
maintainer-clean: maintainer-clean-recursive
|
|
680 |
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
681 |
-rm -rf $(top_srcdir)/autom4te.cache
|
|
682 |
-rm -f Makefile
|
|
683 |
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
684 |
|
|
685 |
mostlyclean: mostlyclean-recursive
|
|
686 |
|
|
687 |
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
|
688 |
|
|
689 |
pdf: pdf-recursive
|
|
690 |
|
|
691 |
pdf-am:
|
|
692 |
|
|
693 |
ps: ps-recursive
|
|
694 |
|
|
695 |
ps-am:
|
|
696 |
|
|
697 |
uninstall-am: uninstall-dist_docDATA uninstall-info-am
|
|
698 |
|
|
699 |
uninstall-info: uninstall-info-recursive
|
|
700 |
|
|
701 |
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
|
|
702 |
check-am clean clean-generic clean-libtool clean-recursive \
|
|
703 |
ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
|
|
704 |
dist-shar dist-tarZ dist-zip distcheck distclean \
|
|
705 |
distclean-generic distclean-libtool distclean-recursive \
|
|
706 |
distclean-tags distcleancheck distdir distuninstallcheck dvi \
|
|
707 |
dvi-am html html-am info info-am install install-am \
|
|
708 |
install-data install-data-am install-dist_docDATA install-exec \
|
|
709 |
install-exec-am install-info install-info-am install-man \
|
|
710 |
install-strip installcheck installcheck-am installdirs \
|
|
711 |
installdirs-am maintainer-clean maintainer-clean-generic \
|
|
712 |
maintainer-clean-recursive mostlyclean mostlyclean-generic \
|
|
713 |
mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
|
|
714 |
tags tags-recursive uninstall uninstall-am \
|
|
715 |
uninstall-dist_docDATA uninstall-info-am
|
|
716 |
|
|
717 |
|
|
718 |
release:
|
|
719 |
(rm -f RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > RELEASE-DATE)
|
|
720 |
(rm -f VERSION && echo $(LIBTIFF_VERSION) > VERSION)
|
|
721 |
(rm -f ./libtiff/tiffvers.h && sed 's,LIBTIFF_VERSION,$(LIBTIFF_VERSION),;s,LIBTIFF_RELEASE_DATE,$(LIBTIFF_RELEASE_DATE),' ./libtiff/tiffvers.h.in > ./libtiff/tiffvers.h)
|
|
722 |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
723 |
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
724 |
.NOEXPORT:
|