1# Makefile.in generated by automake 1.11 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# Tag Image File Format (TIFF) Software
19#
20# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
21#
22# Permission to use, copy, modify, distribute, and sell this software and 
23# its documentation for any purpose is hereby granted without fee, provided
24# that (i) the above copyright notices and this permission notice appear in
25# all copies of the software and related documentation, and (ii) the names of
26# Sam Leffler and Silicon Graphics may not be used in any advertising or
27# publicity relating to the software without the specific, prior written
28# permission of Sam Leffler and Silicon Graphics.
29# 
30# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
31# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
32# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
33# 
34# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
35# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
36# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
37# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
38# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
39# OF THIS SOFTWARE.
40
41# Process this file with automake to produce Makefile.in.
42
43VPATH = @srcdir@
44pkgdatadir = $(datadir)/@PACKAGE@
45pkgincludedir = $(includedir)/@PACKAGE@
46pkglibdir = $(libdir)/@PACKAGE@
47pkglibexecdir = $(libexecdir)/@PACKAGE@
48am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49install_sh_DATA = $(install_sh) -c -m 644
50install_sh_PROGRAM = $(install_sh) -c
51install_sh_SCRIPT = $(install_sh) -c
52INSTALL_HEADER = $(INSTALL_DATA)
53transform = $(program_transform_name)
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_triplet = @build@
61host_triplet = @host@
62target_triplet = @target@
63subdir = html/man
64DIST_COMMON = $(dist_doc_DATA) $(srcdir)/Makefile.am \
65	$(srcdir)/Makefile.in
66ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
68	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
69	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
70	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
71am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
72	$(ACLOCAL_M4)
73mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
74CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
75	$(top_builddir)/libtiff/tiffconf.h
76CONFIG_CLEAN_FILES =
77CONFIG_CLEAN_VPATH_FILES =
78AM_V_GEN = $(am__v_GEN_$(V))
79am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
80am__v_GEN_0 = @echo "  GEN   " $@;
81AM_V_at = $(am__v_at_$(V))
82am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
83am__v_at_0 = @
84SOURCES =
85DIST_SOURCES =
86am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
87am__vpath_adj = case $$p in \
88    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
89    *) f=$$p;; \
90  esac;
91am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
92am__install_max = 40
93am__nobase_strip_setup = \
94  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
95am__nobase_strip = \
96  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
97am__nobase_list = $(am__nobase_strip_setup); \
98  for p in $$list; do echo "$$p $$p"; done | \
99  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
100  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
101    if (++n[$$2] == $(am__install_max)) \
102      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
103    END { for (dir in files) print dir, files[dir] }'
104am__base_list = \
105  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
106  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
107am__installdirs = "$(DESTDIR)$(docdir)"
108DATA = $(dist_doc_DATA)
109DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
110ACLOCAL = @ACLOCAL@
111AMTAR = @AMTAR@
112AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
113AR = @AR@
114AS = @AS@
115AUTOCONF = @AUTOCONF@
116AUTOHEADER = @AUTOHEADER@
117AUTOMAKE = @AUTOMAKE@
118AWK = @AWK@
119CC = @CC@
120CCDEPMODE = @CCDEPMODE@
121CFLAGS = @CFLAGS@
122CPP = @CPP@
123CPPFLAGS = @CPPFLAGS@
124CXX = @CXX@
125CXXCPP = @CXXCPP@
126CXXDEPMODE = @CXXDEPMODE@
127CXXFLAGS = @CXXFLAGS@
128CYGPATH_W = @CYGPATH_W@
129DEFS = @DEFS@
130DEPDIR = @DEPDIR@
131DLLTOOL = @DLLTOOL@
132DSYMUTIL = @DSYMUTIL@
133DUMPBIN = @DUMPBIN@
134ECHO_C = @ECHO_C@
135ECHO_N = @ECHO_N@
136ECHO_T = @ECHO_T@
137EGREP = @EGREP@
138EXEEXT = @EXEEXT@
139FGREP = @FGREP@
140GLUT_CFLAGS = @GLUT_CFLAGS@
141GLUT_LIBS = @GLUT_LIBS@
142GLU_CFLAGS = @GLU_CFLAGS@
143GLU_LIBS = @GLU_LIBS@
144GL_CFLAGS = @GL_CFLAGS@
145GL_LIBS = @GL_LIBS@
146GREP = @GREP@
147INSTALL = @INSTALL@
148INSTALL_DATA = @INSTALL_DATA@
149INSTALL_PROGRAM = @INSTALL_PROGRAM@
150INSTALL_SCRIPT = @INSTALL_SCRIPT@
151INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
152LD = @LD@
153LDFLAGS = @LDFLAGS@
154LIBDIR = @LIBDIR@
155LIBOBJS = @LIBOBJS@
156LIBS = @LIBS@
157LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
158LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
159LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
160LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
161LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
162LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
163LIBTIFF_VERSION = @LIBTIFF_VERSION@
164LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
165LIBTOOL = @LIBTOOL@
166LIPO = @LIPO@
167LN_S = @LN_S@
168LTLIBOBJS = @LTLIBOBJS@
169MAINT = @MAINT@
170MAKEINFO = @MAKEINFO@
171MKDIR_P = @MKDIR_P@
172NM = @NM@
173NMEDIT = @NMEDIT@
174OBJDUMP = @OBJDUMP@
175OBJEXT = @OBJEXT@
176OTOOL = @OTOOL@
177OTOOL64 = @OTOOL64@
178PACKAGE = @PACKAGE@
179PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
180PACKAGE_NAME = @PACKAGE_NAME@
181PACKAGE_STRING = @PACKAGE_STRING@
182PACKAGE_TARNAME = @PACKAGE_TARNAME@
183PACKAGE_URL = @PACKAGE_URL@
184PACKAGE_VERSION = @PACKAGE_VERSION@
185PATH_SEPARATOR = @PATH_SEPARATOR@
186PTHREAD_CC = @PTHREAD_CC@
187PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
188PTHREAD_LIBS = @PTHREAD_LIBS@
189RANLIB = @RANLIB@
190SED = @SED@
191SET_MAKE = @SET_MAKE@
192SHELL = @SHELL@
193STRIP = @STRIP@
194VERSION = @VERSION@
195XMKMF = @XMKMF@
196X_CFLAGS = @X_CFLAGS@
197X_EXTRA_LIBS = @X_EXTRA_LIBS@
198X_LIBS = @X_LIBS@
199X_PRE_LIBS = @X_PRE_LIBS@
200abs_builddir = @abs_builddir@
201abs_srcdir = @abs_srcdir@
202abs_top_builddir = @abs_top_builddir@
203abs_top_srcdir = @abs_top_srcdir@
204ac_ct_CC = @ac_ct_CC@
205ac_ct_CXX = @ac_ct_CXX@
206ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
207acx_pthread_config = @acx_pthread_config@
208am__include = @am__include@
209am__leading_dot = @am__leading_dot@
210am__quote = @am__quote@
211am__tar = @am__tar@
212am__untar = @am__untar@
213bindir = @bindir@
214build = @build@
215build_alias = @build_alias@
216build_cpu = @build_cpu@
217build_os = @build_os@
218build_vendor = @build_vendor@
219builddir = @builddir@
220datadir = @datadir@
221datarootdir = @datarootdir@
222docdir = $(LIBTIFF_DOCDIR)/html/man
223dvidir = @dvidir@
224exec_prefix = @exec_prefix@
225host = @host@
226host_alias = @host_alias@
227host_cpu = @host_cpu@
228host_os = @host_os@
229host_vendor = @host_vendor@
230htmldir = @htmldir@
231includedir = @includedir@
232infodir = @infodir@
233install_sh = @install_sh@
234libdir = @libdir@
235libexecdir = @libexecdir@
236localedir = @localedir@
237localstatedir = @localstatedir@
238mandir = @mandir@
239mkdir_p = @mkdir_p@
240oldincludedir = @oldincludedir@
241pdfdir = @pdfdir@
242prefix = @prefix@
243program_transform_name = @program_transform_name@
244psdir = @psdir@
245sbindir = @sbindir@
246sharedstatedir = @sharedstatedir@
247srcdir = @srcdir@
248sysconfdir = @sysconfdir@
249target = @target@
250target_alias = @target_alias@
251target_cpu = @target_cpu@
252target_os = @target_os@
253target_vendor = @target_vendor@
254top_build_prefix = @top_build_prefix@
255top_builddir = @top_builddir@
256top_srcdir = @top_srcdir@
257MANSRCDIR = $(top_srcdir)/man
258HTMLMANDIR = $(top_srcdir)/html/man
259GROFF = groff -Thtml -mandoc
260ECHO = echo
261indexfile = index.html
262docfiles = \
263	libtiff.3tiff.html \
264	TIFFbuffer.3tiff.html \
265	TIFFClose.3tiff.html \
266	TIFFcodec.3tiff.html \
267	TIFFcolor.3tiff.html \
268	TIFFDataWidth.3tiff.html \
269	TIFFError.3tiff.html \
270	TIFFFlush.3tiff.html \
271	TIFFGetField.3tiff.html \
272	TIFFmemory.3tiff.html \
273	TIFFOpen.3tiff.html \
274	TIFFPrintDirectory.3tiff.html \
275	TIFFquery.3tiff.html \
276	TIFFReadDirectory.3tiff.html \
277	TIFFReadEncodedStrip.3tiff.html \
278	TIFFReadEncodedTile.3tiff.html \
279	TIFFReadRawStrip.3tiff.html \
280	TIFFReadRawTile.3tiff.html \
281	TIFFReadRGBAImage.3tiff.html \
282	TIFFReadRGBAStrip.3tiff.html \
283	TIFFReadRGBATile.3tiff.html \
284	TIFFReadScanline.3tiff.html \
285	TIFFReadTile.3tiff.html \
286	TIFFRGBAImage.3tiff.html \
287	TIFFSetDirectory.3tiff.html \
288	TIFFSetField.3tiff.html \
289	TIFFsize.3tiff.html \
290	TIFFstrip.3tiff.html \
291	TIFFswab.3tiff.html \
292	TIFFtile.3tiff.html \
293	TIFFWarning.3tiff.html \
294	TIFFWriteDirectory.3tiff.html \
295	TIFFWriteEncodedStrip.3tiff.html \
296	TIFFWriteEncodedTile.3tiff.html \
297	TIFFWriteRawStrip.3tiff.html \
298	TIFFWriteRawTile.3tiff.html \
299	TIFFWriteScanline.3tiff.html \
300	TIFFWriteTile.3tiff.html \
301	fax2ps.1.html \
302	fax2tiff.1.html \
303	gif2tiff.1.html \
304	pal2rgb.1.html \
305	ppm2tiff.1.html \
306	ras2tiff.1.html \
307	raw2tiff.1.html \
308	rgb2ycbcr.1.html \
309	sgi2tiff.1.html \
310	thumbnail.1.html \
311	tiff2bw.1.html \
312	tiff2pdf.1.html \
313	tiff2ps.1.html \
314	tiff2rgba.1.html \
315	tiffcmp.1.html \
316	tiffcp.1.html \
317	tiffcrop.1.html \
318	tiffdither.1.html \
319	tiffdump.1.html \
320	tiffgt.1.html \
321	tiffinfo.1.html \
322	tiffmedian.1.html \
323	tiffset.1.html \
324	tiffsplit.1.html \
325	tiffsv.1.html
326
327dist_doc_DATA = $(indexfile) $(docfiles)
328INDEXSTART = '<HTML><HEAD><TITLE>Libtiff HTML manpage index</TITLE></HEAD><BODY BGCOLOR=white><ul><H2>Man Pages</h2><p>'
329INDEXEND = '</ul></BODY></HTML>'
330manpages = $(docfiles:.html=)
331all: all-am
332
333.SUFFIXES:
334$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
335	@for dep in $?; do \
336	  case '$(am__configure_deps)' in \
337	    *$$dep*) \
338	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
339	        && { if test -f $@; then exit 0; else break; fi; }; \
340	      exit 1;; \
341	  esac; \
342	done; \
343	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign html/man/Makefile'; \
344	$(am__cd) $(top_srcdir) && \
345	  $(AUTOMAKE) --foreign html/man/Makefile
346.PRECIOUS: Makefile
347Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
348	@case '$?' in \
349	  *config.status*) \
350	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
351	  *) \
352	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
353	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
354	esac;
355
356$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
357	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
358
359$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
360	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
362	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363$(am__aclocal_m4_deps):
364
365mostlyclean-libtool:
366	-rm -f *.lo
367
368clean-libtool:
369	-rm -rf .libs _libs
370install-dist_docDATA: $(dist_doc_DATA)
371	@$(NORMAL_INSTALL)
372	test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
373	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
374	for p in $$list; do \
375	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
376	  echo "$$d$$p"; \
377	done | $(am__base_list) | \
378	while read files; do \
379	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
380	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
381	done
382
383uninstall-dist_docDATA:
384	@$(NORMAL_UNINSTALL)
385	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
386	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
387	test -n "$$files" || exit 0; \
388	echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
389	cd "$(DESTDIR)$(docdir)" && rm -f $$files
390tags: TAGS
391TAGS:
392
393ctags: CTAGS
394CTAGS:
395
396
397distdir: $(DISTFILES)
398	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
399	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
400	list='$(DISTFILES)'; \
401	  dist_files=`for file in $$list; do echo $$file; done | \
402	  sed -e "s|^$$srcdirstrip/||;t" \
403	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
404	case $$dist_files in \
405	  */*) $(MKDIR_P) `echo "$$dist_files" | \
406			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
407			   sort -u` ;; \
408	esac; \
409	for file in $$dist_files; do \
410	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
411	  if test -d $$d/$$file; then \
412	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
413	    if test -d "$(distdir)/$$file"; then \
414	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
415	    fi; \
416	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
417	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
418	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
419	    fi; \
420	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
421	  else \
422	    test -f "$(distdir)/$$file" \
423	    || cp -p $$d/$$file "$(distdir)/$$file" \
424	    || exit 1; \
425	  fi; \
426	done
427check-am: all-am
428check: check-am
429all-am: Makefile $(DATA)
430installdirs:
431	for dir in "$(DESTDIR)$(docdir)"; do \
432	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
433	done
434install: install-am
435install-exec: install-exec-am
436install-data: install-data-am
437uninstall: uninstall-am
438
439install-am: all-am
440	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
441
442installcheck: installcheck-am
443install-strip:
444	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
445	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
446	  `test -z '$(STRIP)' || \
447	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
448mostlyclean-generic:
449
450clean-generic:
451
452distclean-generic:
453	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
454	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
455
456maintainer-clean-generic:
457	@echo "This command is intended for maintainers to use"
458	@echo "it deletes files that may require special tools to rebuild."
459clean: clean-am
460
461clean-am: clean-generic clean-libtool mostlyclean-am
462
463distclean: distclean-am
464	-rm -f Makefile
465distclean-am: clean-am distclean-generic
466
467dvi: dvi-am
468
469dvi-am:
470
471html: html-am
472
473html-am:
474
475info: info-am
476
477info-am:
478
479install-data-am: install-dist_docDATA
480
481install-dvi: install-dvi-am
482
483install-dvi-am:
484
485install-exec-am:
486
487install-html: install-html-am
488
489install-html-am:
490
491install-info: install-info-am
492
493install-info-am:
494
495install-man:
496
497install-pdf: install-pdf-am
498
499install-pdf-am:
500
501install-ps: install-ps-am
502
503install-ps-am:
504
505installcheck-am:
506
507maintainer-clean: maintainer-clean-am
508	-rm -f Makefile
509maintainer-clean-am: distclean-am maintainer-clean-generic
510
511mostlyclean: mostlyclean-am
512
513mostlyclean-am: mostlyclean-generic mostlyclean-libtool
514
515pdf: pdf-am
516
517pdf-am:
518
519ps: ps-am
520
521ps-am:
522
523uninstall-am: uninstall-dist_docDATA
524
525.MAKE: install-am install-strip
526
527.PHONY: all all-am check check-am clean clean-generic clean-libtool \
528	distclean distclean-generic distclean-libtool distdir dvi \
529	dvi-am html html-am info info-am install install-am \
530	install-data install-data-am install-dist_docDATA install-dvi \
531	install-dvi-am install-exec install-exec-am install-html \
532	install-html-am install-info install-info-am install-man \
533	install-pdf install-pdf-am install-ps install-ps-am \
534	install-strip installcheck installcheck-am installdirs \
535	maintainer-clean maintainer-clean-generic mostlyclean \
536	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
537	uninstall uninstall-am uninstall-dist_docDATA
538
539
540.PHONY: index
541index:
542	${ECHO} ${INDEXSTART} > $(indexfile)
543	for i in $(docfiles); do					\
544		${ECHO} '<li><A HREF='$$i'>'$$i'</a>' >> $(indexfile);  \
545	done
546	${ECHO} ${INDEXEND} >> $(indexfile)
547
548.PHONY: htmldoc
549htmldoc:
550	for i in $(manpages); do					\
551		${GROFF} $(MANSRCDIR)/$$i > $(HTMLMANDIR)/$$i.html;	\
552	done
553
554# Tell versions [3.59,3.63) of GNU make to not export all variables.
555# Otherwise a system limit (for SysV at least) may be exceeded.
556.NOEXPORT:
557