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