xref: /libtiff-4.0.7/man/Makefile.in (revision 30366c9f)
1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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 <[email protected]>
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.
41VPATH = @srcdir@
42am__is_gnu_make = { \
43  if test -z '$(MAKELEVEL)'; then \
44    false; \
45  elif test -n '$(MAKE_HOST)'; then \
46    true; \
47  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
48    true; \
49  else \
50    false; \
51  fi; \
52}
53am__make_running_with_option = \
54  case $${target_option-} in \
55      ?) ;; \
56      *) echo "am__make_running_with_option: internal error: invalid" \
57              "target option '$${target_option-}' specified" >&2; \
58         exit 1;; \
59  esac; \
60  has_opt=no; \
61  sane_makeflags=$$MAKEFLAGS; \
62  if $(am__is_gnu_make); then \
63    sane_makeflags=$$MFLAGS; \
64  else \
65    case $$MAKEFLAGS in \
66      *\\[\ \	]*) \
67        bs=\\; \
68        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
69          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
70    esac; \
71  fi; \
72  skip_next=no; \
73  strip_trailopt () \
74  { \
75    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
76  }; \
77  for flg in $$sane_makeflags; do \
78    test $$skip_next = yes && { skip_next=no; continue; }; \
79    case $$flg in \
80      *=*|--*) continue;; \
81        -*I) strip_trailopt 'I'; skip_next=yes;; \
82      -*I?*) strip_trailopt 'I';; \
83        -*O) strip_trailopt 'O'; skip_next=yes;; \
84      -*O?*) strip_trailopt 'O';; \
85        -*l) strip_trailopt 'l'; skip_next=yes;; \
86      -*l?*) strip_trailopt 'l';; \
87      -[dEDm]) skip_next=yes;; \
88      -[JT]) skip_next=yes;; \
89    esac; \
90    case $$flg in \
91      *$$target_option*) has_opt=yes; break;; \
92    esac; \
93  done; \
94  test $$has_opt = yes
95am__make_dryrun = (target_option=n; $(am__make_running_with_option))
96am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
97pkgdatadir = $(datadir)/@PACKAGE@
98pkgincludedir = $(includedir)/@PACKAGE@
99pkglibdir = $(libdir)/@PACKAGE@
100pkglibexecdir = $(libexecdir)/@PACKAGE@
101am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
102install_sh_DATA = $(install_sh) -c -m 644
103install_sh_PROGRAM = $(install_sh) -c
104install_sh_SCRIPT = $(install_sh) -c
105INSTALL_HEADER = $(INSTALL_DATA)
106transform = $(program_transform_name)
107NORMAL_INSTALL = :
108PRE_INSTALL = :
109POST_INSTALL = :
110NORMAL_UNINSTALL = :
111PRE_UNINSTALL = :
112POST_UNINSTALL = :
113build_triplet = @build@
114host_triplet = @host@
115subdir = man
116ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
118	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
119	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
120	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
121am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
122	$(ACLOCAL_M4)
123DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
124mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
125CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
126	$(top_builddir)/libtiff/tiffconf.h
127CONFIG_CLEAN_FILES =
128CONFIG_CLEAN_VPATH_FILES =
129AM_V_P = $(am__v_P_@AM_V@)
130am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
131am__v_P_0 = false
132am__v_P_1 = :
133AM_V_GEN = $(am__v_GEN_@AM_V@)
134am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135am__v_GEN_0 = @echo "  GEN     " $@;
136am__v_GEN_1 =
137AM_V_at = $(am__v_at_@AM_V@)
138am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
139am__v_at_0 = @
140am__v_at_1 =
141SOURCES =
142DIST_SOURCES =
143am__can_run_installinfo = \
144  case $$AM_UPDATE_INFO_DIR in \
145    n|no|NO) false;; \
146    *) (install-info --version) >/dev/null 2>&1;; \
147  esac
148am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
149am__vpath_adj = case $$p in \
150    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
151    *) f=$$p;; \
152  esac;
153am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
154am__install_max = 40
155am__nobase_strip_setup = \
156  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
157am__nobase_strip = \
158  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
159am__nobase_list = $(am__nobase_strip_setup); \
160  for p in $$list; do echo "$$p $$p"; done | \
161  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
162  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
163    if (++n[$$2] == $(am__install_max)) \
164      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
165    END { for (dir in files) print dir, files[dir] }'
166am__base_list = \
167  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
168  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
169am__uninstall_files_from_dir = { \
170  test -z "$$files" \
171    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
172    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
173         $(am__cd) "$$dir" && rm -f $$files; }; \
174  }
175man1dir = $(mandir)/man1
176am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)"
177man3dir = $(mandir)/man3
178NROFF = nroff
179MANS = $(dist_man1_MANS) $(dist_man3_MANS)
180am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
181am__DIST_COMMON = $(dist_man1_MANS) $(dist_man3_MANS) \
182	$(srcdir)/Makefile.in $(top_srcdir)/config/mkinstalldirs
183DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
184ACLOCAL = @ACLOCAL@
185AMTAR = @AMTAR@
186AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
187AR = @AR@
188AS = @AS@
189AUTOCONF = @AUTOCONF@
190AUTOHEADER = @AUTOHEADER@
191AUTOMAKE = @AUTOMAKE@
192AWK = @AWK@
193CC = @CC@
194CCDEPMODE = @CCDEPMODE@
195CFLAGS = @CFLAGS@
196CMAKE = @CMAKE@
197CPP = @CPP@
198CPPFLAGS = @CPPFLAGS@
199CXX = @CXX@
200CXXCPP = @CXXCPP@
201CXXDEPMODE = @CXXDEPMODE@
202CXXFLAGS = @CXXFLAGS@
203CYGPATH_W = @CYGPATH_W@
204DEFS = @DEFS@
205DEPDIR = @DEPDIR@
206DLLTOOL = @DLLTOOL@
207DSYMUTIL = @DSYMUTIL@
208DUMPBIN = @DUMPBIN@
209ECHO_C = @ECHO_C@
210ECHO_N = @ECHO_N@
211ECHO_T = @ECHO_T@
212EGREP = @EGREP@
213EXEEXT = @EXEEXT@
214FGREP = @FGREP@
215GLUT_CFLAGS = @GLUT_CFLAGS@
216GLUT_LIBS = @GLUT_LIBS@
217GLU_CFLAGS = @GLU_CFLAGS@
218GLU_LIBS = @GLU_LIBS@
219GL_CFLAGS = @GL_CFLAGS@
220GL_LIBS = @GL_LIBS@
221GREP = @GREP@
222INSTALL = @INSTALL@
223INSTALL_DATA = @INSTALL_DATA@
224INSTALL_PROGRAM = @INSTALL_PROGRAM@
225INSTALL_SCRIPT = @INSTALL_SCRIPT@
226INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
227LD = @LD@
228LDFLAGS = @LDFLAGS@
229LIBDIR = @LIBDIR@
230LIBOBJS = @LIBOBJS@
231LIBS = @LIBS@
232LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
233LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
234LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
235LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
236LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
237LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
238LIBTIFF_VERSION = @LIBTIFF_VERSION@
239LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
240LIBTOOL = @LIBTOOL@
241LIPO = @LIPO@
242LN_S = @LN_S@
243LTLIBOBJS = @LTLIBOBJS@
244LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
245MAINT = @MAINT@
246MAKEINFO = @MAKEINFO@
247MANIFEST_TOOL = @MANIFEST_TOOL@
248MKDIR_P = @MKDIR_P@
249NM = @NM@
250NMEDIT = @NMEDIT@
251OBJDUMP = @OBJDUMP@
252OBJEXT = @OBJEXT@
253OTOOL = @OTOOL@
254OTOOL64 = @OTOOL64@
255PACKAGE = @PACKAGE@
256PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
257PACKAGE_NAME = @PACKAGE_NAME@
258PACKAGE_STRING = @PACKAGE_STRING@
259PACKAGE_TARNAME = @PACKAGE_TARNAME@
260PACKAGE_URL = @PACKAGE_URL@
261PACKAGE_VERSION = @PACKAGE_VERSION@
262PATH_SEPARATOR = @PATH_SEPARATOR@
263PTHREAD_CC = @PTHREAD_CC@
264PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
265PTHREAD_LIBS = @PTHREAD_LIBS@
266RANLIB = @RANLIB@
267SED = @SED@
268SET_MAKE = @SET_MAKE@
269SHELL = @SHELL@
270STRIP = @STRIP@
271VERSION = @VERSION@
272XMKMF = @XMKMF@
273X_CFLAGS = @X_CFLAGS@
274X_EXTRA_LIBS = @X_EXTRA_LIBS@
275X_LIBS = @X_LIBS@
276X_PRE_LIBS = @X_PRE_LIBS@
277abs_builddir = @abs_builddir@
278abs_srcdir = @abs_srcdir@
279abs_top_builddir = @abs_top_builddir@
280abs_top_srcdir = @abs_top_srcdir@
281ac_ct_AR = @ac_ct_AR@
282ac_ct_CC = @ac_ct_CC@
283ac_ct_CXX = @ac_ct_CXX@
284ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
285am__include = @am__include@
286am__leading_dot = @am__leading_dot@
287am__quote = @am__quote@
288am__tar = @am__tar@
289am__untar = @am__untar@
290ax_pthread_config = @ax_pthread_config@
291bindir = @bindir@
292build = @build@
293build_alias = @build_alias@
294build_cpu = @build_cpu@
295build_os = @build_os@
296build_vendor = @build_vendor@
297builddir = @builddir@
298datadir = @datadir@
299datarootdir = @datarootdir@
300docdir = @docdir@
301dvidir = @dvidir@
302exec_prefix = @exec_prefix@
303host = @host@
304host_alias = @host_alias@
305host_cpu = @host_cpu@
306host_os = @host_os@
307host_vendor = @host_vendor@
308htmldir = @htmldir@
309includedir = @includedir@
310infodir = @infodir@
311install_sh = @install_sh@
312libdir = @libdir@
313libexecdir = @libexecdir@
314localedir = @localedir@
315localstatedir = @localstatedir@
316mandir = @mandir@
317mkdir_p = @mkdir_p@
318oldincludedir = @oldincludedir@
319pdfdir = @pdfdir@
320prefix = @prefix@
321program_transform_name = @program_transform_name@
322psdir = @psdir@
323sbindir = @sbindir@
324sharedstatedir = @sharedstatedir@
325srcdir = @srcdir@
326sysconfdir = @sysconfdir@
327target_alias = @target_alias@
328tiff_libs_private = @tiff_libs_private@
329top_build_prefix = @top_build_prefix@
330top_builddir = @top_builddir@
331top_srcdir = @top_srcdir@
332dist_man1_MANS = \
333	fax2ps.1 \
334	fax2tiff.1 \
335	pal2rgb.1 \
336	ppm2tiff.1 \
337	raw2tiff.1 \
338	rgb2ycbcr.1 \
339	thumbnail.1 \
340	tiff2bw.1 \
341	tiff2pdf.1 \
342	tiff2ps.1 \
343	tiff2rgba.1 \
344	tiffcmp.1 \
345	tiffcp.1 \
346	tiffcrop.1 \
347	tiffdither.1 \
348	tiffdump.1 \
349	tiffgt.1 \
350	tiffinfo.1 \
351	tiffmedian.1 \
352	tiffset.1 \
353	tiffsplit.1
354
355dist_man3_MANS = \
356	libtiff.3tiff \
357	TIFFbuffer.3tiff \
358	TIFFClose.3tiff \
359	TIFFcodec.3tiff \
360	TIFFcolor.3tiff \
361	TIFFDataWidth.3tiff \
362	TIFFError.3tiff \
363	TIFFFieldDataType.3tiff \
364	TIFFFieldName.3tiff \
365	TIFFFieldPassCount.3tiff \
366	TIFFFieldReadCount.3tiff \
367	TIFFFieldTag.3tiff \
368	TIFFFieldWriteCount.3tiff \
369	TIFFFlush.3tiff \
370	TIFFGetField.3tiff \
371	TIFFmemory.3tiff \
372	TIFFOpen.3tiff \
373	TIFFPrintDirectory.3tiff \
374	TIFFquery.3tiff \
375	TIFFReadDirectory.3tiff \
376	TIFFReadEncodedStrip.3tiff \
377	TIFFReadEncodedTile.3tiff \
378	TIFFReadRawStrip.3tiff \
379	TIFFReadRawTile.3tiff \
380	TIFFReadRGBAImage.3tiff \
381	TIFFReadRGBAStrip.3tiff \
382	TIFFReadRGBATile.3tiff \
383	TIFFReadScanline.3tiff \
384	TIFFReadTile.3tiff \
385	TIFFRGBAImage.3tiff \
386	TIFFSetDirectory.3tiff \
387	TIFFSetField.3tiff \
388	TIFFsize.3tiff \
389	TIFFstrip.3tiff \
390	TIFFswab.3tiff \
391	TIFFtile.3tiff \
392	TIFFWarning.3tiff \
393	TIFFWriteDirectory.3tiff \
394	TIFFWriteEncodedStrip.3tiff \
395	TIFFWriteEncodedTile.3tiff \
396	TIFFWriteRawStrip.3tiff \
397	TIFFWriteRawTile.3tiff \
398	TIFFWriteScanline.3tiff \
399	TIFFWriteTile.3tiff
400
401EXTRA_DIST = \
402	CMakeLists.txt
403
404all: all-am
405
406.SUFFIXES:
407$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
408	@for dep in $?; do \
409	  case '$(am__configure_deps)' in \
410	    *$$dep*) \
411	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
412	        && { if test -f $@; then exit 0; else break; fi; }; \
413	      exit 1;; \
414	  esac; \
415	done; \
416	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
417	$(am__cd) $(top_srcdir) && \
418	  $(AUTOMAKE) --foreign man/Makefile
419Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
420	@case '$?' in \
421	  *config.status*) \
422	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
423	  *) \
424	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
425	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
426	esac;
427
428$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
429	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
430
431$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
432	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
433$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
434	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
435$(am__aclocal_m4_deps):
436
437mostlyclean-libtool:
438	-rm -f *.lo
439
440clean-libtool:
441	-rm -rf .libs _libs
442install-man1: $(dist_man1_MANS)
443	@$(NORMAL_INSTALL)
444	@list1='$(dist_man1_MANS)'; \
445	list2=''; \
446	test -n "$(man1dir)" \
447	  && test -n "`echo $$list1$$list2`" \
448	  || exit 0; \
449	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
450	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
451	{ for i in $$list1; do echo "$$i"; done;  \
452	if test -n "$$list2"; then \
453	  for i in $$list2; do echo "$$i"; done \
454	    | sed -n '/\.1[a-z]*$$/p'; \
455	fi; \
456	} | while read p; do \
457	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
458	  echo "$$d$$p"; echo "$$p"; \
459	done | \
460	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
461	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
462	sed 'N;N;s,\n, ,g' | { \
463	list=; while read file base inst; do \
464	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
465	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
466	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
467	  fi; \
468	done; \
469	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
470	while read files; do \
471	  test -z "$$files" || { \
472	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
473	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
474	done; }
475
476uninstall-man1:
477	@$(NORMAL_UNINSTALL)
478	@list='$(dist_man1_MANS)'; test -n "$(man1dir)" || exit 0; \
479	files=`{ for i in $$list; do echo "$$i"; done; \
480	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
481	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
482	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
483install-man3: $(dist_man3_MANS)
484	@$(NORMAL_INSTALL)
485	@list1='$(dist_man3_MANS)'; \
486	list2=''; \
487	test -n "$(man3dir)" \
488	  && test -n "`echo $$list1$$list2`" \
489	  || exit 0; \
490	echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
491	$(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
492	{ for i in $$list1; do echo "$$i"; done;  \
493	if test -n "$$list2"; then \
494	  for i in $$list2; do echo "$$i"; done \
495	    | sed -n '/\.3[a-z]*$$/p'; \
496	fi; \
497	} | while read p; do \
498	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
499	  echo "$$d$$p"; echo "$$p"; \
500	done | \
501	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
502	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
503	sed 'N;N;s,\n, ,g' | { \
504	list=; while read file base inst; do \
505	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
506	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
507	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
508	  fi; \
509	done; \
510	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
511	while read files; do \
512	  test -z "$$files" || { \
513	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
514	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
515	done; }
516
517uninstall-man3:
518	@$(NORMAL_UNINSTALL)
519	@list='$(dist_man3_MANS)'; test -n "$(man3dir)" || exit 0; \
520	files=`{ for i in $$list; do echo "$$i"; done; \
521	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
522	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
523	dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
524tags TAGS:
525
526ctags CTAGS:
527
528cscope cscopelist:
529
530
531distdir: $(DISTFILES)
532	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
533	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
534	list='$(DISTFILES)'; \
535	  dist_files=`for file in $$list; do echo $$file; done | \
536	  sed -e "s|^$$srcdirstrip/||;t" \
537	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
538	case $$dist_files in \
539	  */*) $(MKDIR_P) `echo "$$dist_files" | \
540			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
541			   sort -u` ;; \
542	esac; \
543	for file in $$dist_files; do \
544	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
545	  if test -d $$d/$$file; then \
546	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
547	    if test -d "$(distdir)/$$file"; then \
548	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
549	    fi; \
550	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
551	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
552	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
553	    fi; \
554	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
555	  else \
556	    test -f "$(distdir)/$$file" \
557	    || cp -p $$d/$$file "$(distdir)/$$file" \
558	    || exit 1; \
559	  fi; \
560	done
561check-am: all-am
562check: check-am
563all-am: Makefile $(MANS)
564installdirs:
565	for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)"; do \
566	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
567	done
568install: install-am
569install-exec: install-exec-am
570install-data: install-data-am
571uninstall: uninstall-am
572
573install-am: all-am
574	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
575
576installcheck: installcheck-am
577install-strip:
578	if test -z '$(STRIP)'; then \
579	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
580	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
581	      install; \
582	else \
583	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
584	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
585	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
586	fi
587mostlyclean-generic:
588
589clean-generic:
590
591distclean-generic:
592	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
593	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
594
595maintainer-clean-generic:
596	@echo "This command is intended for maintainers to use"
597	@echo "it deletes files that may require special tools to rebuild."
598clean: clean-am
599
600clean-am: clean-generic clean-libtool mostlyclean-am
601
602distclean: distclean-am
603	-rm -f Makefile
604distclean-am: clean-am distclean-generic
605
606dvi: dvi-am
607
608dvi-am:
609
610html: html-am
611
612html-am:
613
614info: info-am
615
616info-am:
617
618install-data-am: install-man
619
620install-dvi: install-dvi-am
621
622install-dvi-am:
623
624install-exec-am:
625
626install-html: install-html-am
627
628install-html-am:
629
630install-info: install-info-am
631
632install-info-am:
633
634install-man: install-man1 install-man3
635
636install-pdf: install-pdf-am
637
638install-pdf-am:
639
640install-ps: install-ps-am
641
642install-ps-am:
643
644installcheck-am:
645
646maintainer-clean: maintainer-clean-am
647	-rm -f Makefile
648maintainer-clean-am: distclean-am maintainer-clean-generic
649
650mostlyclean: mostlyclean-am
651
652mostlyclean-am: mostlyclean-generic mostlyclean-libtool
653
654pdf: pdf-am
655
656pdf-am:
657
658ps: ps-am
659
660ps-am:
661
662uninstall-am: uninstall-man
663
664uninstall-man: uninstall-man1 uninstall-man3
665
666.MAKE: install-am install-strip
667
668.PHONY: all all-am check check-am clean clean-generic clean-libtool \
669	cscopelist-am ctags-am distclean distclean-generic \
670	distclean-libtool distdir dvi dvi-am html html-am info info-am \
671	install install-am install-data install-data-am install-dvi \
672	install-dvi-am install-exec install-exec-am install-html \
673	install-html-am install-info install-info-am install-man \
674	install-man1 install-man3 install-pdf install-pdf-am \
675	install-ps install-ps-am install-strip installcheck \
676	installcheck-am installdirs maintainer-clean \
677	maintainer-clean-generic mostlyclean mostlyclean-generic \
678	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
679	uninstall-am uninstall-man uninstall-man1 uninstall-man3
680
681.PRECIOUS: Makefile
682
683
684# Tell versions [3.59,3.63) of GNU make to not export all variables.
685# Otherwise a system limit (for SysV at least) may be exceeded.
686.NOEXPORT:
687