]> git.saurik.com Git - wxWidgets.git/blame - src/tiff/Makefile.in
better support for ui action simulation
[wxWidgets.git] / src / tiff / Makefile.in
CommitLineData
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 42VPATH = @srcdir@
80ed523f
VZ
43am__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 60pkgdatadir = $(datadir)/@PACKAGE@
8414a40c 61pkgincludedir = $(includedir)/@PACKAGE@
80ed523f
VZ
62pkglibdir = $(libdir)/@PACKAGE@
63pkglibexecdir = $(libexecdir)/@PACKAGE@
8414a40c 64am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
8414a40c
VZ
65install_sh_DATA = $(install_sh) -c -m 644
66install_sh_PROGRAM = $(install_sh) -c
67install_sh_SCRIPT = $(install_sh) -c
68INSTALL_HEADER = $(INSTALL_DATA)
69transform = $(program_transform_name)
70NORMAL_INSTALL = :
71PRE_INSTALL = :
72POST_INSTALL = :
73NORMAL_UNINSTALL = :
74PRE_UNINSTALL = :
75POST_UNINSTALL = :
76build_triplet = @build@
77host_triplet = @host@
80ed523f 78subdir = .
8414a40c
VZ
79DIST_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
90ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91am__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
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96 $(ACLOCAL_M4)
97am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
80ed523f 98 configure.lineno config.status.lineno
8414a40c
VZ
99mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
100CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
101 $(top_builddir)/libtiff/tiffconf.h
80ed523f
VZ
102CONFIG_CLEAN_FILES = libtiff-4.pc
103CONFIG_CLEAN_VPATH_FILES =
104AM_V_P = $(am__v_P_@AM_V@)
105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106am__v_P_0 = false
107am__v_P_1 = :
108AM_V_GEN = $(am__v_GEN_@AM_V@)
109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110am__v_GEN_0 = @echo " GEN " $@;
111am__v_GEN_1 =
112AM_V_at = $(am__v_at_@AM_V@)
113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114am__v_at_0 = @
115am__v_at_1 =
8414a40c
VZ
116SOURCES =
117DIST_SOURCES =
118RECURSIVE_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
125am__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
130am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
131am__vpath_adj = case $$p in \
132 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
133 *) f=$$p;; \
134 esac;
80ed523f
VZ
135am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
136am__install_max = 40
137am__nobase_strip_setup = \
138 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
139am__nobase_strip = \
140 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
141am__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] }'
148am__base_list = \
149 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
150 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
151am__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 }
157am__installdirs = "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)"
158DATA = $(dist_doc_DATA) $(pkgconfig_DATA)
159RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
160 distclean-recursive maintainer-clean-recursive
161AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
162 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
163 cscope distdir dist dist-all distcheck
8414a40c
VZ
164ETAGS = etags
165CTAGS = ctags
80ed523f 166CSCOPE = cscope
8414a40c
VZ
167DIST_SUBDIRS = $(SUBDIRS)
168DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
169distdir = $(PACKAGE)-$(VERSION)
170top_distdir = $(distdir)
171am__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
177am__post_remove_distdir = $(am__remove_distdir)
178am__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
203DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip
204GZIP_ENV = --best
80ed523f 205DIST_TARGETS = dist-gzip dist-zip
8414a40c 206distuninstallcheck_listfiles = find . -type f -print
80ed523f
VZ
207am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
208 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
8414a40c
VZ
209distcleancheck_listfiles = find . -type f -print
210ACLOCAL = @ACLOCAL@
8414a40c 211AMTAR = @AMTAR@
80ed523f 212AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
8414a40c
VZ
213AR = @AR@
214AS = @AS@
215AUTOCONF = @AUTOCONF@
216AUTOHEADER = @AUTOHEADER@
217AUTOMAKE = @AUTOMAKE@
218AWK = @AWK@
219CC = @CC@
220CCDEPMODE = @CCDEPMODE@
221CFLAGS = @CFLAGS@
222CPP = @CPP@
223CPPFLAGS = @CPPFLAGS@
224CXX = @CXX@
225CXXCPP = @CXXCPP@
226CXXDEPMODE = @CXXDEPMODE@
227CXXFLAGS = @CXXFLAGS@
228CYGPATH_W = @CYGPATH_W@
229DEFS = @DEFS@
230DEPDIR = @DEPDIR@
231DLLTOOL = @DLLTOOL@
80ed523f 232DSYMUTIL = @DSYMUTIL@
8414a40c
VZ
233DUMPBIN = @DUMPBIN@
234ECHO_C = @ECHO_C@
235ECHO_N = @ECHO_N@
236ECHO_T = @ECHO_T@
237EGREP = @EGREP@
238EXEEXT = @EXEEXT@
239FGREP = @FGREP@
240GLUT_CFLAGS = @GLUT_CFLAGS@
241GLUT_LIBS = @GLUT_LIBS@
242GLU_CFLAGS = @GLU_CFLAGS@
243GLU_LIBS = @GLU_LIBS@
244GL_CFLAGS = @GL_CFLAGS@
245GL_LIBS = @GL_LIBS@
246GREP = @GREP@
80ed523f 247INSTALL = @INSTALL@
8414a40c
VZ
248INSTALL_DATA = @INSTALL_DATA@
249INSTALL_PROGRAM = @INSTALL_PROGRAM@
250INSTALL_SCRIPT = @INSTALL_SCRIPT@
251INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252LD = @LD@
253LDFLAGS = @LDFLAGS@
254LIBDIR = @LIBDIR@
255LIBOBJS = @LIBOBJS@
256LIBS = @LIBS@
257LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
258LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
259LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
260LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
261LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
262LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
263LIBTIFF_VERSION = @LIBTIFF_VERSION@
264LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
265LIBTOOL = @LIBTOOL@
80ed523f 266LIPO = @LIPO@
8414a40c
VZ
267LN_S = @LN_S@
268LTLIBOBJS = @LTLIBOBJS@
269MAINT = @MAINT@
8414a40c 270MAKEINFO = @MAKEINFO@
80ed523f
VZ
271MANIFEST_TOOL = @MANIFEST_TOOL@
272MKDIR_P = @MKDIR_P@
8414a40c 273NM = @NM@
80ed523f 274NMEDIT = @NMEDIT@
8414a40c
VZ
275OBJDUMP = @OBJDUMP@
276OBJEXT = @OBJEXT@
80ed523f
VZ
277OTOOL = @OTOOL@
278OTOOL64 = @OTOOL64@
8414a40c
VZ
279PACKAGE = @PACKAGE@
280PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
281PACKAGE_NAME = @PACKAGE_NAME@
282PACKAGE_STRING = @PACKAGE_STRING@
283PACKAGE_TARNAME = @PACKAGE_TARNAME@
80ed523f 284PACKAGE_URL = @PACKAGE_URL@
8414a40c
VZ
285PACKAGE_VERSION = @PACKAGE_VERSION@
286PATH_SEPARATOR = @PATH_SEPARATOR@
287PTHREAD_CC = @PTHREAD_CC@
288PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
289PTHREAD_LIBS = @PTHREAD_LIBS@
290RANLIB = @RANLIB@
291SED = @SED@
292SET_MAKE = @SET_MAKE@
293SHELL = @SHELL@
294STRIP = @STRIP@
295VERSION = @VERSION@
80ed523f 296XMKMF = @XMKMF@
8414a40c
VZ
297X_CFLAGS = @X_CFLAGS@
298X_EXTRA_LIBS = @X_EXTRA_LIBS@
299X_LIBS = @X_LIBS@
300X_PRE_LIBS = @X_PRE_LIBS@
80ed523f
VZ
301abs_builddir = @abs_builddir@
302abs_srcdir = @abs_srcdir@
303abs_top_builddir = @abs_top_builddir@
304abs_top_srcdir = @abs_top_srcdir@
8414a40c 305ac_ct_AR = @ac_ct_AR@
8414a40c
VZ
306ac_ct_CC = @ac_ct_CC@
307ac_ct_CXX = @ac_ct_CXX@
8414a40c 308ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
8414a40c
VZ
309am__include = @am__include@
310am__leading_dot = @am__leading_dot@
311am__quote = @am__quote@
312am__tar = @am__tar@
313am__untar = @am__untar@
80ed523f 314ax_pthread_config = @ax_pthread_config@
8414a40c
VZ
315bindir = @bindir@
316build = @build@
317build_alias = @build_alias@
318build_cpu = @build_cpu@
319build_os = @build_os@
320build_vendor = @build_vendor@
80ed523f 321builddir = @builddir@
8414a40c 322datadir = @datadir@
80ed523f
VZ
323datarootdir = @datarootdir@
324docdir = $(LIBTIFF_DOCDIR)
325dvidir = @dvidir@
8414a40c
VZ
326exec_prefix = @exec_prefix@
327host = @host@
328host_alias = @host_alias@
329host_cpu = @host_cpu@
330host_os = @host_os@
331host_vendor = @host_vendor@
80ed523f 332htmldir = @htmldir@
8414a40c
VZ
333includedir = @includedir@
334infodir = @infodir@
335install_sh = @install_sh@
336libdir = @libdir@
337libexecdir = @libexecdir@
80ed523f 338localedir = @localedir@
8414a40c 339localstatedir = @localstatedir@
8414a40c
VZ
340mandir = @mandir@
341mkdir_p = @mkdir_p@
342oldincludedir = @oldincludedir@
80ed523f 343pdfdir = @pdfdir@
8414a40c
VZ
344prefix = @prefix@
345program_transform_name = @program_transform_name@
80ed523f 346psdir = @psdir@
8414a40c
VZ
347sbindir = @sbindir@
348sharedstatedir = @sharedstatedir@
80ed523f 349srcdir = @srcdir@
8414a40c 350sysconfdir = @sysconfdir@
8414a40c 351target_alias = @target_alias@
80ed523f
VZ
352tiff_libs_private = @tiff_libs_private@
353top_build_prefix = @top_build_prefix@
354top_builddir = @top_builddir@
355top_srcdir = @top_srcdir@
356AUTOMAKE_OPTIONS = 1.12 dist-zip foreign
357ACLOCAL_AMFLAGS = -I m4
8414a40c
VZ
358docfiles = \
359 COPYRIGHT \
360 ChangeLog \
361 README \
80ed523f 362 README.vms \
8414a40c
VZ
363 RELEASE-DATE \
364 TODO \
365 VERSION
366
367EXTRA_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
376dist_doc_DATA = $(docfiles)
80ed523f
VZ
377SUBDIRS = port libtiff tools build contrib test man html
378pkgconfigdir = $(libdir)/pkgconfig
379pkgconfig_DATA = libtiff-4.pc
8414a40c
VZ
380all: all-recursive
381
382.SUFFIXES:
80ed523f 383am--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
399Makefile: $(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):
417libtiff-4.pc: $(top_builddir)/config.status $(srcdir)/libtiff-4.pc.in
418 cd $(top_builddir) && $(SHELL) ./config.status $@
8414a40c
VZ
419
420mostlyclean-libtool:
421 -rm -f *.lo
422
423clean-libtool:
424 -rm -rf .libs _libs
425
426distclean-libtool:
80ed523f 427 -rm -f libtool config.lt
8414a40c
VZ
428install-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
444uninstall-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)
449install-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
465uninstall-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
505tags-recursive:
506 list='$(SUBDIRS)'; for subdir in $$list; do \
80ed523f 507 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
8414a40c
VZ
508 done
509ctags-recursive:
510 list='$(SUBDIRS)'; for subdir in $$list; do \
80ed523f
VZ
511 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
512 done
513cscopelist-recursive:
514 list='$(SUBDIRS)'; for subdir in $$list; do \
515 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
8414a40c
VZ
516 done
517
518ID: $(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
526tags: TAGS
527
528TAGS: 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
562ctags: CTAGS
563CTAGS: 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
575GTAGS:
576 here=`$(am__cd) $(top_builddir) && pwd` \
80ed523f
VZ
577 && $(am__cd) $(top_srcdir) \
578 && gtags -i $(GTAGS_ARGS) "$$here"
579
580cscope: cscope.files
581 test ! -s cscope.files \
582 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
583
584clean-cscope:
585 -rm -f cscope.files
586
587cscope.files: clean-cscope cscopelist-recursive cscopelist
588
589cscopelist: 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
603distclean-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
607distdir: $(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
671dist-gzip: distdir
672 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
80ed523f 673 $(am__post_remove_distdir)
8414a40c
VZ
674
675dist-bzip2: distdir
80ed523f
VZ
676 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
677 $(am__post_remove_distdir)
678
679dist-lzip: distdir
680 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
681 $(am__post_remove_distdir)
682
683dist-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
687dist-tarZ: distdir
688 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
80ed523f 689 $(am__post_remove_distdir)
8414a40c
VZ
690
691dist-shar: distdir
692 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
80ed523f 693 $(am__post_remove_distdir)
8414a40c
VZ
694dist-zip: distdir
695 -rm -f $(distdir).zip
696 zip -rq $(distdir).zip $(distdir)
80ed523f 697 $(am__post_remove_distdir)
8414a40c 698
80ed523f
VZ
699dist 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.
706distcheck: 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 761distuninstallcheck:
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
778distcleancheck: 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
787check-am: all-am
788check: check-recursive
789all-am: Makefile $(DATA)
790installdirs: installdirs-recursive
791installdirs-am:
80ed523f
VZ
792 for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
793 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
8414a40c
VZ
794 done
795install: install-recursive
796install-exec: install-exec-recursive
797install-data: install-data-recursive
798uninstall: uninstall-recursive
799
800install-am: all-am
801 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
802
803installcheck: installcheck-recursive
804install-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
814mostlyclean-generic:
815
816clean-generic:
817
818distclean-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
822maintainer-clean-generic:
823 @echo "This command is intended for maintainers to use"
824 @echo "it deletes files that may require special tools to rebuild."
825clean: clean-recursive
826
827clean-am: clean-generic clean-libtool mostlyclean-am
828
829distclean: distclean-recursive
830 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
831 -rm -f Makefile
832distclean-am: clean-am distclean-generic distclean-libtool \
833 distclean-tags
834
835dvi: dvi-recursive
836
837dvi-am:
838
839html: html-recursive
840
80ed523f
VZ
841html-am:
842
8414a40c
VZ
843info: info-recursive
844
845info-am:
846
80ed523f
VZ
847install-data-am: install-dist_docDATA install-pkgconfigDATA
848
849install-dvi: install-dvi-recursive
850
851install-dvi-am:
8414a40c
VZ
852
853install-exec-am:
854
80ed523f
VZ
855install-html: install-html-recursive
856
857install-html-am:
858
8414a40c
VZ
859install-info: install-info-recursive
860
80ed523f
VZ
861install-info-am:
862
8414a40c
VZ
863install-man:
864
80ed523f
VZ
865install-pdf: install-pdf-recursive
866
867install-pdf-am:
868
869install-ps: install-ps-recursive
870
871install-ps-am:
872
8414a40c
VZ
873installcheck-am:
874
875maintainer-clean: maintainer-clean-recursive
876 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
877 -rm -rf $(top_srcdir)/autom4te.cache
878 -rm -f Makefile
879maintainer-clean-am: distclean-am maintainer-clean-generic
880
881mostlyclean: mostlyclean-recursive
882
883mostlyclean-am: mostlyclean-generic mostlyclean-libtool
884
885pdf: pdf-recursive
886
887pdf-am:
888
889ps: ps-recursive
890
891ps-am:
892
80ed523f
VZ
893uninstall-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
919release:
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: