]>
Commit | Line | Data |
---|---|---|
80ed523f | 1 | # Makefile.in generated by automake 1.12.4 from Makefile.am. |
8414a40c VZ |
2 | # @configure_input@ |
3 | ||
80ed523f VZ |
4 | # Copyright (C) 1994-2012 Free Software Foundation, Inc. |
5 | ||
8414a40c VZ |
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 | ||
8414a40c | 42 | VPATH = @srcdir@ |
80ed523f VZ |
43 | am__make_dryrun = \ |
44 | { \ | |
45 | am__dry=no; \ | |
46 | case $$MAKEFLAGS in \ | |
47 | *\\[\ \ ]*) \ | |
48 | echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | |
49 | | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ | |
50 | *) \ | |
51 | for am__flg in $$MAKEFLAGS; do \ | |
52 | case $$am__flg in \ | |
53 | *=*|--*) ;; \ | |
54 | *n*) am__dry=yes; break;; \ | |
55 | esac; \ | |
56 | done;; \ | |
57 | esac; \ | |
58 | test $$am__dry = yes; \ | |
59 | } | |
8414a40c | 60 | pkgdatadir = $(datadir)/@PACKAGE@ |
8414a40c | 61 | pkgincludedir = $(includedir)/@PACKAGE@ |
80ed523f VZ |
62 | pkglibdir = $(libdir)/@PACKAGE@ |
63 | pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
8414a40c | 64 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
8414a40c VZ |
65 | install_sh_DATA = $(install_sh) -c -m 644 |
66 | install_sh_PROGRAM = $(install_sh) -c | |
67 | install_sh_SCRIPT = $(install_sh) -c | |
68 | INSTALL_HEADER = $(INSTALL_DATA) | |
69 | transform = $(program_transform_name) | |
70 | NORMAL_INSTALL = : | |
71 | PRE_INSTALL = : | |
72 | POST_INSTALL = : | |
73 | NORMAL_UNINSTALL = : | |
74 | PRE_UNINSTALL = : | |
75 | POST_UNINSTALL = : | |
76 | build_triplet = @build@ | |
77 | host_triplet = @host@ | |
80ed523f | 78 | subdir = . |
8414a40c VZ |
79 | DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \ |
80 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | |
80ed523f VZ |
81 | $(srcdir)/libtiff-4.pc.in $(top_srcdir)/config/compile \ |
82 | $(top_srcdir)/config/config.guess \ | |
83 | $(top_srcdir)/config/config.sub \ | |
84 | $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \ | |
85 | $(top_srcdir)/config/missing \ | |
86 | $(top_srcdir)/config/mkinstalldirs $(top_srcdir)/configure \ | |
87 | ChangeLog TODO config/compile config/config.guess \ | |
88 | config/config.sub config/depcomp config/install-sh \ | |
89 | config/ltmain.sh config/missing config/mkinstalldirs | |
8414a40c VZ |
90 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
91 | am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ | |
92 | $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ | |
93 | $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ | |
80ed523f | 94 | $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac |
8414a40c VZ |
95 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
96 | $(ACLOCAL_M4) | |
97 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |
80ed523f | 98 | configure.lineno config.status.lineno |
8414a40c VZ |
99 | mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs |
100 | CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \ | |
101 | $(top_builddir)/libtiff/tiffconf.h | |
80ed523f VZ |
102 | CONFIG_CLEAN_FILES = libtiff-4.pc |
103 | CONFIG_CLEAN_VPATH_FILES = | |
104 | AM_V_P = $(am__v_P_@AM_V@) | |
105 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | |
106 | am__v_P_0 = false | |
107 | am__v_P_1 = : | |
108 | AM_V_GEN = $(am__v_GEN_@AM_V@) | |
109 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | |
110 | am__v_GEN_0 = @echo " GEN " $@; | |
111 | am__v_GEN_1 = | |
112 | AM_V_at = $(am__v_at_@AM_V@) | |
113 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |
114 | am__v_at_0 = @ | |
115 | am__v_at_1 = | |
8414a40c VZ |
116 | SOURCES = |
117 | DIST_SOURCES = | |
118 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | |
119 | html-recursive info-recursive install-data-recursive \ | |
80ed523f VZ |
120 | install-dvi-recursive install-exec-recursive \ |
121 | install-html-recursive install-info-recursive \ | |
122 | install-pdf-recursive install-ps-recursive install-recursive \ | |
123 | installcheck-recursive installdirs-recursive pdf-recursive \ | |
124 | ps-recursive uninstall-recursive | |
125 | am__can_run_installinfo = \ | |
126 | case $$AM_UPDATE_INFO_DIR in \ | |
127 | n|no|NO) false;; \ | |
128 | *) (install-info --version) >/dev/null 2>&1;; \ | |
129 | esac | |
8414a40c VZ |
130 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
131 | am__vpath_adj = case $$p in \ | |
132 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |
133 | *) f=$$p;; \ | |
134 | esac; | |
80ed523f VZ |
135 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
136 | am__install_max = 40 | |
137 | am__nobase_strip_setup = \ | |
138 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | |
139 | am__nobase_strip = \ | |
140 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | |
141 | am__nobase_list = $(am__nobase_strip_setup); \ | |
142 | for p in $$list; do echo "$$p $$p"; done | \ | |
143 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | |
144 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | |
145 | if (++n[$$2] == $(am__install_max)) \ | |
146 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | |
147 | END { for (dir in files) print dir, files[dir] }' | |
148 | am__base_list = \ | |
149 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | |
150 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | |
151 | am__uninstall_files_from_dir = { \ | |
152 | test -z "$$files" \ | |
153 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ | |
154 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | |
155 | $(am__cd) "$$dir" && rm -f $$files; }; \ | |
156 | } | |
157 | am__installdirs = "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" | |
158 | DATA = $(dist_doc_DATA) $(pkgconfig_DATA) | |
159 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | |
160 | distclean-recursive maintainer-clean-recursive | |
161 | AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ | |
162 | $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ | |
163 | cscope distdir dist dist-all distcheck | |
8414a40c VZ |
164 | ETAGS = etags |
165 | CTAGS = ctags | |
80ed523f | 166 | CSCOPE = cscope |
8414a40c VZ |
167 | DIST_SUBDIRS = $(SUBDIRS) |
168 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
169 | distdir = $(PACKAGE)-$(VERSION) | |
170 | top_distdir = $(distdir) | |
171 | am__remove_distdir = \ | |
80ed523f VZ |
172 | if test -d "$(distdir)"; then \ |
173 | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | |
174 | && rm -rf "$(distdir)" \ | |
175 | || { sleep 5 && rm -rf "$(distdir)"; }; \ | |
176 | else :; fi | |
177 | am__post_remove_distdir = $(am__remove_distdir) | |
178 | am__relativize = \ | |
179 | dir0=`pwd`; \ | |
180 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | |
181 | sed_rest='s,^[^/]*/*,,'; \ | |
182 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | |
183 | sed_butlast='s,/*[^/]*$$,,'; \ | |
184 | while test -n "$$dir1"; do \ | |
185 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | |
186 | if test "$$first" != "."; then \ | |
187 | if test "$$first" = ".."; then \ | |
188 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | |
189 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | |
190 | else \ | |
191 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | |
192 | if test "$$first2" = "$$first"; then \ | |
193 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | |
194 | else \ | |
195 | dir2="../$$dir2"; \ | |
196 | fi; \ | |
197 | dir0="$$dir0"/"$$first"; \ | |
198 | fi; \ | |
199 | fi; \ | |
200 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | |
201 | done; \ | |
202 | reldir="$$dir2" | |
8414a40c VZ |
203 | DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip |
204 | GZIP_ENV = --best | |
80ed523f | 205 | DIST_TARGETS = dist-gzip dist-zip |
8414a40c | 206 | distuninstallcheck_listfiles = find . -type f -print |
80ed523f VZ |
207 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
208 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | |
8414a40c VZ |
209 | distcleancheck_listfiles = find . -type f -print |
210 | ACLOCAL = @ACLOCAL@ | |
8414a40c | 211 | AMTAR = @AMTAR@ |
80ed523f | 212 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
8414a40c VZ |
213 | AR = @AR@ |
214 | AS = @AS@ | |
215 | AUTOCONF = @AUTOCONF@ | |
216 | AUTOHEADER = @AUTOHEADER@ | |
217 | AUTOMAKE = @AUTOMAKE@ | |
218 | AWK = @AWK@ | |
219 | CC = @CC@ | |
220 | CCDEPMODE = @CCDEPMODE@ | |
221 | CFLAGS = @CFLAGS@ | |
222 | CPP = @CPP@ | |
223 | CPPFLAGS = @CPPFLAGS@ | |
224 | CXX = @CXX@ | |
225 | CXXCPP = @CXXCPP@ | |
226 | CXXDEPMODE = @CXXDEPMODE@ | |
227 | CXXFLAGS = @CXXFLAGS@ | |
228 | CYGPATH_W = @CYGPATH_W@ | |
229 | DEFS = @DEFS@ | |
230 | DEPDIR = @DEPDIR@ | |
231 | DLLTOOL = @DLLTOOL@ | |
80ed523f | 232 | DSYMUTIL = @DSYMUTIL@ |
8414a40c VZ |
233 | DUMPBIN = @DUMPBIN@ |
234 | ECHO_C = @ECHO_C@ | |
235 | ECHO_N = @ECHO_N@ | |
236 | ECHO_T = @ECHO_T@ | |
237 | EGREP = @EGREP@ | |
238 | EXEEXT = @EXEEXT@ | |
239 | FGREP = @FGREP@ | |
240 | GLUT_CFLAGS = @GLUT_CFLAGS@ | |
241 | GLUT_LIBS = @GLUT_LIBS@ | |
242 | GLU_CFLAGS = @GLU_CFLAGS@ | |
243 | GLU_LIBS = @GLU_LIBS@ | |
244 | GL_CFLAGS = @GL_CFLAGS@ | |
245 | GL_LIBS = @GL_LIBS@ | |
246 | GREP = @GREP@ | |
80ed523f | 247 | INSTALL = @INSTALL@ |
8414a40c VZ |
248 | INSTALL_DATA = @INSTALL_DATA@ |
249 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
250 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
251 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
252 | LD = @LD@ | |
253 | LDFLAGS = @LDFLAGS@ | |
254 | LIBDIR = @LIBDIR@ | |
255 | LIBOBJS = @LIBOBJS@ | |
256 | LIBS = @LIBS@ | |
257 | LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@ | |
258 | LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@ | |
259 | LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@ | |
260 | LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@ | |
261 | LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@ | |
262 | LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@ | |
263 | LIBTIFF_VERSION = @LIBTIFF_VERSION@ | |
264 | LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@ | |
265 | LIBTOOL = @LIBTOOL@ | |
80ed523f | 266 | LIPO = @LIPO@ |
8414a40c VZ |
267 | LN_S = @LN_S@ |
268 | LTLIBOBJS = @LTLIBOBJS@ | |
269 | MAINT = @MAINT@ | |
8414a40c | 270 | MAKEINFO = @MAKEINFO@ |
80ed523f VZ |
271 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
272 | MKDIR_P = @MKDIR_P@ | |
8414a40c | 273 | NM = @NM@ |
80ed523f | 274 | NMEDIT = @NMEDIT@ |
8414a40c VZ |
275 | OBJDUMP = @OBJDUMP@ |
276 | OBJEXT = @OBJEXT@ | |
80ed523f VZ |
277 | OTOOL = @OTOOL@ |
278 | OTOOL64 = @OTOOL64@ | |
8414a40c VZ |
279 | PACKAGE = @PACKAGE@ |
280 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
281 | PACKAGE_NAME = @PACKAGE_NAME@ | |
282 | PACKAGE_STRING = @PACKAGE_STRING@ | |
283 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
80ed523f | 284 | PACKAGE_URL = @PACKAGE_URL@ |
8414a40c VZ |
285 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
286 | PATH_SEPARATOR = @PATH_SEPARATOR@ | |
287 | PTHREAD_CC = @PTHREAD_CC@ | |
288 | PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ | |
289 | PTHREAD_LIBS = @PTHREAD_LIBS@ | |
290 | RANLIB = @RANLIB@ | |
291 | SED = @SED@ | |
292 | SET_MAKE = @SET_MAKE@ | |
293 | SHELL = @SHELL@ | |
294 | STRIP = @STRIP@ | |
295 | VERSION = @VERSION@ | |
80ed523f | 296 | XMKMF = @XMKMF@ |
8414a40c VZ |
297 | X_CFLAGS = @X_CFLAGS@ |
298 | X_EXTRA_LIBS = @X_EXTRA_LIBS@ | |
299 | X_LIBS = @X_LIBS@ | |
300 | X_PRE_LIBS = @X_PRE_LIBS@ | |
80ed523f VZ |
301 | abs_builddir = @abs_builddir@ |
302 | abs_srcdir = @abs_srcdir@ | |
303 | abs_top_builddir = @abs_top_builddir@ | |
304 | abs_top_srcdir = @abs_top_srcdir@ | |
8414a40c | 305 | ac_ct_AR = @ac_ct_AR@ |
8414a40c VZ |
306 | ac_ct_CC = @ac_ct_CC@ |
307 | ac_ct_CXX = @ac_ct_CXX@ | |
8414a40c | 308 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
8414a40c VZ |
309 | am__include = @am__include@ |
310 | am__leading_dot = @am__leading_dot@ | |
311 | am__quote = @am__quote@ | |
312 | am__tar = @am__tar@ | |
313 | am__untar = @am__untar@ | |
80ed523f | 314 | ax_pthread_config = @ax_pthread_config@ |
8414a40c VZ |
315 | bindir = @bindir@ |
316 | build = @build@ | |
317 | build_alias = @build_alias@ | |
318 | build_cpu = @build_cpu@ | |
319 | build_os = @build_os@ | |
320 | build_vendor = @build_vendor@ | |
80ed523f | 321 | builddir = @builddir@ |
8414a40c | 322 | datadir = @datadir@ |
80ed523f VZ |
323 | datarootdir = @datarootdir@ |
324 | docdir = $(LIBTIFF_DOCDIR) | |
325 | dvidir = @dvidir@ | |
8414a40c VZ |
326 | exec_prefix = @exec_prefix@ |
327 | host = @host@ | |
328 | host_alias = @host_alias@ | |
329 | host_cpu = @host_cpu@ | |
330 | host_os = @host_os@ | |
331 | host_vendor = @host_vendor@ | |
80ed523f | 332 | htmldir = @htmldir@ |
8414a40c VZ |
333 | includedir = @includedir@ |
334 | infodir = @infodir@ | |
335 | install_sh = @install_sh@ | |
336 | libdir = @libdir@ | |
337 | libexecdir = @libexecdir@ | |
80ed523f | 338 | localedir = @localedir@ |
8414a40c | 339 | localstatedir = @localstatedir@ |
8414a40c VZ |
340 | mandir = @mandir@ |
341 | mkdir_p = @mkdir_p@ | |
342 | oldincludedir = @oldincludedir@ | |
80ed523f | 343 | pdfdir = @pdfdir@ |
8414a40c VZ |
344 | prefix = @prefix@ |
345 | program_transform_name = @program_transform_name@ | |
80ed523f | 346 | psdir = @psdir@ |
8414a40c VZ |
347 | sbindir = @sbindir@ |
348 | sharedstatedir = @sharedstatedir@ | |
80ed523f | 349 | srcdir = @srcdir@ |
8414a40c | 350 | sysconfdir = @sysconfdir@ |
8414a40c | 351 | target_alias = @target_alias@ |
80ed523f VZ |
352 | tiff_libs_private = @tiff_libs_private@ |
353 | top_build_prefix = @top_build_prefix@ | |
354 | top_builddir = @top_builddir@ | |
355 | top_srcdir = @top_srcdir@ | |
356 | AUTOMAKE_OPTIONS = 1.12 dist-zip foreign | |
357 | ACLOCAL_AMFLAGS = -I m4 | |
8414a40c VZ |
358 | docfiles = \ |
359 | COPYRIGHT \ | |
360 | ChangeLog \ | |
361 | README \ | |
80ed523f | 362 | README.vms \ |
8414a40c VZ |
363 | RELEASE-DATE \ |
364 | TODO \ | |
365 | VERSION | |
366 | ||
367 | EXTRA_DIST = \ | |
368 | HOWTO-RELEASE \ | |
369 | Makefile.vc \ | |
370 | SConstruct \ | |
371 | autogen.sh \ | |
80ed523f VZ |
372 | configure.com \ |
373 | nmake.opt \ | |
374 | libtiff-4.pc.in | |
8414a40c VZ |
375 | |
376 | dist_doc_DATA = $(docfiles) | |
80ed523f VZ |
377 | SUBDIRS = port libtiff tools build contrib test man html |
378 | pkgconfigdir = $(libdir)/pkgconfig | |
379 | pkgconfig_DATA = libtiff-4.pc | |
8414a40c VZ |
380 | all: all-recursive |
381 | ||
382 | .SUFFIXES: | |
80ed523f | 383 | am--refresh: Makefile |
8414a40c VZ |
384 | @: |
385 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | |
386 | @for dep in $?; do \ | |
387 | case '$(am__configure_deps)' in \ | |
388 | *$$dep*) \ | |
80ed523f VZ |
389 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ |
390 | $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ | |
8414a40c VZ |
391 | && exit 0; \ |
392 | exit 1;; \ | |
393 | esac; \ | |
394 | done; \ | |
80ed523f VZ |
395 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
396 | $(am__cd) $(top_srcdir) && \ | |
397 | $(AUTOMAKE) --foreign Makefile | |
8414a40c VZ |
398 | .PRECIOUS: Makefile |
399 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
400 | @case '$?' in \ | |
401 | *config.status*) \ | |
402 | echo ' $(SHELL) ./config.status'; \ | |
403 | $(SHELL) ./config.status;; \ | |
404 | *) \ | |
405 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | |
406 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | |
407 | esac; | |
408 | ||
409 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
410 | $(SHELL) ./config.status --recheck | |
411 | ||
412 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |
80ed523f | 413 | $(am__cd) $(srcdir) && $(AUTOCONF) |
8414a40c | 414 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
80ed523f VZ |
415 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
416 | $(am__aclocal_m4_deps): | |
417 | libtiff-4.pc: $(top_builddir)/config.status $(srcdir)/libtiff-4.pc.in | |
418 | cd $(top_builddir) && $(SHELL) ./config.status $@ | |
8414a40c VZ |
419 | |
420 | mostlyclean-libtool: | |
421 | -rm -f *.lo | |
422 | ||
423 | clean-libtool: | |
424 | -rm -rf .libs _libs | |
425 | ||
426 | distclean-libtool: | |
80ed523f | 427 | -rm -f libtool config.lt |
8414a40c VZ |
428 | install-dist_docDATA: $(dist_doc_DATA) |
429 | @$(NORMAL_INSTALL) | |
80ed523f VZ |
430 | @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ |
431 | if test -n "$$list"; then \ | |
432 | echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \ | |
433 | $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \ | |
434 | fi; \ | |
435 | for p in $$list; do \ | |
8414a40c | 436 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
80ed523f VZ |
437 | echo "$$d$$p"; \ |
438 | done | $(am__base_list) | \ | |
439 | while read files; do \ | |
440 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ | |
441 | $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ | |
8414a40c VZ |
442 | done |
443 | ||
444 | uninstall-dist_docDATA: | |
445 | @$(NORMAL_UNINSTALL) | |
80ed523f VZ |
446 | @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ |
447 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
448 | dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) | |
449 | install-pkgconfigDATA: $(pkgconfig_DATA) | |
450 | @$(NORMAL_INSTALL) | |
451 | @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ | |
452 | if test -n "$$list"; then \ | |
453 | echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ | |
454 | $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ | |
455 | fi; \ | |
456 | for p in $$list; do \ | |
457 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
458 | echo "$$d$$p"; \ | |
459 | done | $(am__base_list) | \ | |
460 | while read files; do \ | |
461 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ | |
462 | $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ | |
8414a40c VZ |
463 | done |
464 | ||
80ed523f VZ |
465 | uninstall-pkgconfigDATA: |
466 | @$(NORMAL_UNINSTALL) | |
467 | @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ | |
468 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
469 | dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) | |
470 | ||
8414a40c | 471 | # This directory's subdirectories are mostly independent; you can cd |
80ed523f VZ |
472 | # into them and run 'make' without going through this Makefile. |
473 | # To change the values of 'make' variables: instead of editing Makefiles, | |
474 | # (1) if the variable is set in 'config.status', edit 'config.status' | |
475 | # (which will cause the Makefiles to be regenerated when you run 'make'); | |
476 | # (2) otherwise, pass the desired values on the 'make' command line. | |
477 | $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): | |
478 | @fail= failcom='exit 1'; \ | |
8414a40c VZ |
479 | for f in x $$MAKEFLAGS; do \ |
480 | case $$f in \ | |
481 | *=* | --[!k]*);; \ | |
482 | *k*) failcom='fail=yes';; \ | |
483 | esac; \ | |
484 | done; \ | |
485 | dot_seen=no; \ | |
486 | target=`echo $@ | sed s/-recursive//`; \ | |
80ed523f VZ |
487 | case "$@" in \ |
488 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
489 | *) list='$(SUBDIRS)' ;; \ | |
490 | esac; \ | |
491 | for subdir in $$list; do \ | |
8414a40c VZ |
492 | echo "Making $$target in $$subdir"; \ |
493 | if test "$$subdir" = "."; then \ | |
494 | dot_seen=yes; \ | |
495 | local_target="$$target-am"; \ | |
496 | else \ | |
497 | local_target="$$target"; \ | |
498 | fi; \ | |
80ed523f | 499 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
8414a40c VZ |
500 | || eval $$failcom; \ |
501 | done; \ | |
502 | if test "$$dot_seen" = "no"; then \ | |
503 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
504 | fi; test -z "$$fail" | |
8414a40c VZ |
505 | tags-recursive: |
506 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
80ed523f | 507 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
8414a40c VZ |
508 | done |
509 | ctags-recursive: | |
510 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
80ed523f VZ |
511 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
512 | done | |
513 | cscopelist-recursive: | |
514 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
515 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ | |
8414a40c VZ |
516 | done |
517 | ||
518 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
519 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
520 | unique=`for i in $$list; do \ | |
521 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
522 | done | \ | |
80ed523f VZ |
523 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
524 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
8414a40c VZ |
525 | mkid -fID $$unique |
526 | tags: TAGS | |
527 | ||
528 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
529 | $(TAGS_FILES) $(LISP) | |
80ed523f | 530 | set x; \ |
8414a40c VZ |
531 | here=`pwd`; \ |
532 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | |
533 | include_option=--etags-include; \ | |
534 | empty_fix=.; \ | |
535 | else \ | |
536 | include_option=--include; \ | |
537 | empty_fix=; \ | |
538 | fi; \ | |
539 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
540 | if test "$$subdir" = .; then :; else \ | |
541 | test ! -f $$subdir/TAGS || \ | |
80ed523f | 542 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
8414a40c VZ |
543 | fi; \ |
544 | done; \ | |
545 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
546 | unique=`for i in $$list; do \ | |
547 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
548 | done | \ | |
80ed523f VZ |
549 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
550 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
551 | shift; \ | |
552 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
8414a40c | 553 | test -n "$$unique" || unique=$$empty_fix; \ |
80ed523f VZ |
554 | if test $$# -gt 0; then \ |
555 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
556 | "$$@" $$unique; \ | |
557 | else \ | |
558 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
559 | $$unique; \ | |
560 | fi; \ | |
8414a40c VZ |
561 | fi |
562 | ctags: CTAGS | |
563 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
564 | $(TAGS_FILES) $(LISP) | |
8414a40c VZ |
565 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
566 | unique=`for i in $$list; do \ | |
567 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
568 | done | \ | |
80ed523f VZ |
569 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
570 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
571 | test -z "$(CTAGS_ARGS)$$unique" \ | |
8414a40c | 572 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
80ed523f | 573 | $$unique |
8414a40c VZ |
574 | |
575 | GTAGS: | |
576 | here=`$(am__cd) $(top_builddir) && pwd` \ | |
80ed523f VZ |
577 | && $(am__cd) $(top_srcdir) \ |
578 | && gtags -i $(GTAGS_ARGS) "$$here" | |
579 | ||
580 | cscope: cscope.files | |
581 | test ! -s cscope.files \ | |
582 | || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) | |
583 | ||
584 | clean-cscope: | |
585 | -rm -f cscope.files | |
586 | ||
587 | cscope.files: clean-cscope cscopelist-recursive cscopelist | |
588 | ||
589 | cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP) | |
590 | list='$(SOURCES) $(HEADERS) $(LISP)'; \ | |
591 | case "$(srcdir)" in \ | |
592 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | |
593 | *) sdir=$(subdir)/$(srcdir) ;; \ | |
594 | esac; \ | |
595 | for i in $$list; do \ | |
596 | if test -f "$$i"; then \ | |
597 | echo "$(subdir)/$$i"; \ | |
598 | else \ | |
599 | echo "$$sdir/$$i"; \ | |
600 | fi; \ | |
601 | done >> $(top_builddir)/cscope.files | |
8414a40c VZ |
602 | |
603 | distclean-tags: | |
604 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
80ed523f | 605 | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
8414a40c VZ |
606 | |
607 | distdir: $(DISTFILES) | |
608 | $(am__remove_distdir) | |
80ed523f VZ |
609 | test -d "$(distdir)" || mkdir "$(distdir)" |
610 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
611 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
612 | list='$(DISTFILES)'; \ | |
613 | dist_files=`for file in $$list; do echo $$file; done | \ | |
614 | sed -e "s|^$$srcdirstrip/||;t" \ | |
615 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
616 | case $$dist_files in \ | |
617 | */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
618 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
619 | sort -u` ;; \ | |
620 | esac; \ | |
621 | for file in $$dist_files; do \ | |
8414a40c | 622 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
8414a40c | 623 | if test -d $$d/$$file; then \ |
80ed523f VZ |
624 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
625 | if test -d "$(distdir)/$$file"; then \ | |
626 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
627 | fi; \ | |
8414a40c | 628 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
80ed523f VZ |
629 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
630 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
8414a40c | 631 | fi; \ |
80ed523f | 632 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
8414a40c | 633 | else \ |
80ed523f VZ |
634 | test -f "$(distdir)/$$file" \ |
635 | || cp -p $$d/$$file "$(distdir)/$$file" \ | |
8414a40c VZ |
636 | || exit 1; \ |
637 | fi; \ | |
638 | done | |
80ed523f | 639 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
8414a40c | 640 | if test "$$subdir" = .; then :; else \ |
80ed523f VZ |
641 | $(am__make_dryrun) \ |
642 | || test -d "$(distdir)/$$subdir" \ | |
643 | || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
644 | || exit 1; \ | |
645 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | |
646 | $(am__relativize); \ | |
647 | new_distdir=$$reldir; \ | |
648 | dir1=$$subdir; dir2="$(top_distdir)"; \ | |
649 | $(am__relativize); \ | |
650 | new_top_distdir=$$reldir; \ | |
651 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ | |
652 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ | |
653 | ($(am__cd) $$subdir && \ | |
8414a40c | 654 | $(MAKE) $(AM_MAKEFLAGS) \ |
80ed523f VZ |
655 | top_distdir="$$new_top_distdir" \ |
656 | distdir="$$new_distdir" \ | |
657 | am__remove_distdir=: \ | |
658 | am__skip_length_check=: \ | |
659 | am__skip_mode_fix=: \ | |
8414a40c VZ |
660 | distdir) \ |
661 | || exit 1; \ | |
662 | fi; \ | |
663 | done | |
80ed523f VZ |
664 | -test -n "$(am__skip_mode_fix)" \ |
665 | || find "$(distdir)" -type d ! -perm -755 \ | |
666 | -exec chmod u+rwx,go+rx {} \; -o \ | |
8414a40c VZ |
667 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
668 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
80ed523f VZ |
669 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
670 | || chmod -R a+r "$(distdir)" | |
8414a40c VZ |
671 | dist-gzip: distdir |
672 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
80ed523f | 673 | $(am__post_remove_distdir) |
8414a40c VZ |
674 | |
675 | dist-bzip2: distdir | |
80ed523f VZ |
676 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 |
677 | $(am__post_remove_distdir) | |
678 | ||
679 | dist-lzip: distdir | |
680 | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz | |
681 | $(am__post_remove_distdir) | |
682 | ||
683 | dist-xz: distdir | |
684 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz | |
685 | $(am__post_remove_distdir) | |
8414a40c VZ |
686 | |
687 | dist-tarZ: distdir | |
688 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |
80ed523f | 689 | $(am__post_remove_distdir) |
8414a40c VZ |
690 | |
691 | dist-shar: distdir | |
692 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | |
80ed523f | 693 | $(am__post_remove_distdir) |
8414a40c VZ |
694 | dist-zip: distdir |
695 | -rm -f $(distdir).zip | |
696 | zip -rq $(distdir).zip $(distdir) | |
80ed523f | 697 | $(am__post_remove_distdir) |
8414a40c | 698 | |
80ed523f VZ |
699 | dist dist-all: |
700 | $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' | |
701 | $(am__post_remove_distdir) | |
8414a40c VZ |
702 | |
703 | # This target untars the dist file and tries a VPATH configuration. Then | |
704 | # it guarantees that the distribution is self-contained by making another | |
705 | # tarfile. | |
706 | distcheck: dist | |
707 | case '$(DIST_ARCHIVES)' in \ | |
708 | *.tar.gz*) \ | |
80ed523f | 709 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ |
8414a40c | 710 | *.tar.bz2*) \ |
80ed523f VZ |
711 | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
712 | *.tar.lz*) \ | |
713 | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ | |
714 | *.tar.xz*) \ | |
715 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | |
8414a40c VZ |
716 | *.tar.Z*) \ |
717 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |
718 | *.shar.gz*) \ | |
80ed523f | 719 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ |
8414a40c VZ |
720 | *.zip*) \ |
721 | unzip $(distdir).zip ;;\ | |
722 | esac | |
80ed523f VZ |
723 | chmod -R a-w $(distdir) |
724 | chmod u+w $(distdir) | |
725 | mkdir $(distdir)/_build $(distdir)/_inst | |
8414a40c | 726 | chmod a-w $(distdir) |
80ed523f | 727 | test -d $(distdir)/_build || exit 0; \ |
8414a40c VZ |
728 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
729 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |
80ed523f VZ |
730 | && am__cwd=`pwd` \ |
731 | && $(am__cd) $(distdir)/_build \ | |
8414a40c | 732 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
80ed523f | 733 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
8414a40c VZ |
734 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
735 | && $(MAKE) $(AM_MAKEFLAGS) \ | |
736 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
737 | && $(MAKE) $(AM_MAKEFLAGS) check \ | |
738 | && $(MAKE) $(AM_MAKEFLAGS) install \ | |
739 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
740 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |
741 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |
742 | distuninstallcheck \ | |
743 | && chmod -R a-w "$$dc_install_base" \ | |
744 | && ({ \ | |
745 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | |
746 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | |
747 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | |
748 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | |
749 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | |
750 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ | |
751 | && rm -rf "$$dc_destdir" \ | |
752 | && $(MAKE) $(AM_MAKEFLAGS) dist \ | |
753 | && rm -rf $(DIST_ARCHIVES) \ | |
80ed523f VZ |
754 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
755 | && cd "$$am__cwd" \ | |
756 | || exit 1 | |
757 | $(am__post_remove_distdir) | |
8414a40c VZ |
758 | @(echo "$(distdir) archives ready for distribution: "; \ |
759 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | |
80ed523f | 760 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
8414a40c | 761 | distuninstallcheck: |
80ed523f VZ |
762 | @test -n '$(distuninstallcheck_dir)' || { \ |
763 | echo 'ERROR: trying to run $@ with an empty' \ | |
764 | '$$(distuninstallcheck_dir)' >&2; \ | |
765 | exit 1; \ | |
766 | }; \ | |
767 | $(am__cd) '$(distuninstallcheck_dir)' || { \ | |
768 | echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ | |
769 | exit 1; \ | |
770 | }; \ | |
771 | test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ | |
8414a40c VZ |
772 | || { echo "ERROR: files left after uninstall:" ; \ |
773 | if test -n "$(DESTDIR)"; then \ | |
774 | echo " (check DESTDIR support)"; \ | |
775 | fi ; \ | |
776 | $(distuninstallcheck_listfiles) ; \ | |
777 | exit 1; } >&2 | |
778 | distcleancheck: distclean | |
779 | @if test '$(srcdir)' = . ; then \ | |
780 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | |
781 | exit 1 ; \ | |
782 | fi | |
783 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | |
784 | || { echo "ERROR: files left in build directory after distclean:" ; \ | |
785 | $(distcleancheck_listfiles) ; \ | |
786 | exit 1; } >&2 | |
787 | check-am: all-am | |
788 | check: check-recursive | |
789 | all-am: Makefile $(DATA) | |
790 | installdirs: installdirs-recursive | |
791 | installdirs-am: | |
80ed523f VZ |
792 | for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)"; do \ |
793 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | |
8414a40c VZ |
794 | done |
795 | install: install-recursive | |
796 | install-exec: install-exec-recursive | |
797 | install-data: install-data-recursive | |
798 | uninstall: uninstall-recursive | |
799 | ||
800 | install-am: all-am | |
801 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
802 | ||
803 | installcheck: installcheck-recursive | |
804 | install-strip: | |
80ed523f VZ |
805 | if test -z '$(STRIP)'; then \ |
806 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
807 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
808 | install; \ | |
809 | else \ | |
810 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
811 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
812 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
813 | fi | |
8414a40c VZ |
814 | mostlyclean-generic: |
815 | ||
816 | clean-generic: | |
817 | ||
818 | distclean-generic: | |
819 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
80ed523f | 820 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
8414a40c VZ |
821 | |
822 | maintainer-clean-generic: | |
823 | @echo "This command is intended for maintainers to use" | |
824 | @echo "it deletes files that may require special tools to rebuild." | |
825 | clean: clean-recursive | |
826 | ||
827 | clean-am: clean-generic clean-libtool mostlyclean-am | |
828 | ||
829 | distclean: distclean-recursive | |
830 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
831 | -rm -f Makefile | |
832 | distclean-am: clean-am distclean-generic distclean-libtool \ | |
833 | distclean-tags | |
834 | ||
835 | dvi: dvi-recursive | |
836 | ||
837 | dvi-am: | |
838 | ||
839 | html: html-recursive | |
840 | ||
80ed523f VZ |
841 | html-am: |
842 | ||
8414a40c VZ |
843 | info: info-recursive |
844 | ||
845 | info-am: | |
846 | ||
80ed523f VZ |
847 | install-data-am: install-dist_docDATA install-pkgconfigDATA |
848 | ||
849 | install-dvi: install-dvi-recursive | |
850 | ||
851 | install-dvi-am: | |
8414a40c VZ |
852 | |
853 | install-exec-am: | |
854 | ||
80ed523f VZ |
855 | install-html: install-html-recursive |
856 | ||
857 | install-html-am: | |
858 | ||
8414a40c VZ |
859 | install-info: install-info-recursive |
860 | ||
80ed523f VZ |
861 | install-info-am: |
862 | ||
8414a40c VZ |
863 | install-man: |
864 | ||
80ed523f VZ |
865 | install-pdf: install-pdf-recursive |
866 | ||
867 | install-pdf-am: | |
868 | ||
869 | install-ps: install-ps-recursive | |
870 | ||
871 | install-ps-am: | |
872 | ||
8414a40c VZ |
873 | installcheck-am: |
874 | ||
875 | maintainer-clean: maintainer-clean-recursive | |
876 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
877 | -rm -rf $(top_srcdir)/autom4te.cache | |
878 | -rm -f Makefile | |
879 | maintainer-clean-am: distclean-am maintainer-clean-generic | |
880 | ||
881 | mostlyclean: mostlyclean-recursive | |
882 | ||
883 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
884 | ||
885 | pdf: pdf-recursive | |
886 | ||
887 | pdf-am: | |
888 | ||
889 | ps: ps-recursive | |
890 | ||
891 | ps-am: | |
892 | ||
80ed523f VZ |
893 | uninstall-am: uninstall-dist_docDATA uninstall-pkgconfigDATA |
894 | ||
895 | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \ | |
896 | cscopelist-recursive ctags-recursive install-am install-strip \ | |
897 | tags-recursive | |
898 | ||
899 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ | |
900 | all all-am am--refresh check check-am clean clean-cscope \ | |
901 | clean-generic clean-libtool cscope cscopelist \ | |
902 | cscopelist-recursive ctags ctags-recursive dist dist-all \ | |
903 | dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \ | |
904 | dist-zip distcheck distclean distclean-generic \ | |
905 | distclean-libtool distclean-tags distcleancheck distdir \ | |
906 | distuninstallcheck dvi dvi-am html html-am info info-am \ | |
907 | install install-am install-data install-data-am \ | |
908 | install-dist_docDATA install-dvi install-dvi-am install-exec \ | |
909 | install-exec-am install-html install-html-am install-info \ | |
910 | install-info-am install-man install-pdf install-pdf-am \ | |
911 | install-pkgconfigDATA install-ps install-ps-am install-strip \ | |
912 | installcheck installcheck-am installdirs installdirs-am \ | |
913 | maintainer-clean maintainer-clean-generic mostlyclean \ | |
914 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | |
8414a40c | 915 | tags tags-recursive uninstall uninstall-am \ |
80ed523f | 916 | uninstall-dist_docDATA uninstall-pkgconfigDATA |
8414a40c VZ |
917 | |
918 | ||
919 | release: | |
80ed523f VZ |
920 | (rm -f $(top_srcdir)/RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > $(top_srcdir)/RELEASE-DATE) |
921 | (rm -f $(top_srcdir)/VERSION && echo $(LIBTIFF_VERSION) > $(top_srcdir)/VERSION) | |
922 | (rm -f $(top_srcdir)/libtiff/tiffvers.h && sed 's,LIBTIFF_VERSION,$(LIBTIFF_VERSION),;s,LIBTIFF_RELEASE_DATE,$(LIBTIFF_RELEASE_DATE),' $(top_srcdir)/libtiff/tiffvers.h.in > $(top_srcdir)/libtiff/tiffvers.h) | |
923 | ||
8414a40c VZ |
924 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
925 | # Otherwise a system limit (for SysV at least) may be exceeded. | |
926 | .NOEXPORT: |