"Fossies" - the Fresh Open Source Software Archive

Member "zsync-0.6.2/Makefile.in" (20 Sep 2010, 32533 Bytes) of package /linux/privat/old/zsync-0.6.2.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # Makefile.in generated by automake 1.11.1 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 
   19 VPATH = @srcdir@
   20 pkgdatadir = $(datadir)/@PACKAGE@
   21 pkgincludedir = $(includedir)/@PACKAGE@
   22 pkglibdir = $(libdir)/@PACKAGE@
   23 pkglibexecdir = $(libexecdir)/@PACKAGE@
   24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   25 install_sh_DATA = $(install_sh) -c -m 644
   26 install_sh_PROGRAM = $(install_sh) -c
   27 install_sh_SCRIPT = $(install_sh) -c
   28 INSTALL_HEADER = $(INSTALL_DATA)
   29 transform = $(program_transform_name)
   30 NORMAL_INSTALL = :
   31 PRE_INSTALL = :
   32 POST_INSTALL = :
   33 NORMAL_UNINSTALL = :
   34 PRE_UNINSTALL = :
   35 POST_UNINSTALL = :
   36 build_triplet = @build@
   37 host_triplet = @host@
   38 bin_PROGRAMS = zsyncmake$(EXEEXT) zsync$(EXEEXT)
   39 subdir = .
   40 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
   41 	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
   42 	$(top_srcdir)/configure COPYING INSTALL NEWS \
   43 	autotools/config.guess autotools/config.sub autotools/depcomp \
   44 	autotools/install-sh autotools/missing getaddrinfo.c
   45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   46 am__aclocal_m4_deps = $(top_srcdir)/autotools/ac_c_compile_flags.m4 \
   47 	$(top_srcdir)/autotools/herrno.m4 \
   48 	$(top_srcdir)/autotools/sockinttypes.m4 \
   49 	$(top_srcdir)/configure.ac
   50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   51 	$(ACLOCAL_M4)
   52 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
   53  configure.lineno config.status.lineno
   54 mkinstalldirs = $(install_sh) -d
   55 CONFIG_HEADER = config.h
   56 CONFIG_CLEAN_FILES =
   57 CONFIG_CLEAN_VPATH_FILES =
   58 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(docdir)"
   59 PROGRAMS = $(bin_PROGRAMS)
   60 am_zsync_OBJECTS = client.$(OBJEXT) http.$(OBJEXT) url.$(OBJEXT) \
   61 	progress.$(OBJEXT) base64.$(OBJEXT)
   62 zsync_OBJECTS = $(am_zsync_OBJECTS)
   63 zsync_DEPENDENCIES = libzsync/libzsync.a librcksum/librcksum.a \
   64 	zlib/libinflate.a $(LIBOBJS)
   65 am_zsyncmake_OBJECTS = make.$(OBJEXT) makegz.$(OBJEXT)
   66 zsyncmake_OBJECTS = $(am_zsyncmake_OBJECTS)
   67 zsyncmake_DEPENDENCIES = libzsync/libzsync.a librcksum/librcksum.a \
   68 	zlib/libinflate.a zlib/libdeflate.a
   69 DEFAULT_INCLUDES = -I.@am__isrc@
   70 depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
   71 am__depfiles_maybe = depfiles
   72 am__mv = mv -f
   73 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   74 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   75 CCLD = $(CC)
   76 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
   77 SOURCES = $(zsync_SOURCES) $(EXTRA_zsync_SOURCES) $(zsyncmake_SOURCES)
   78 DIST_SOURCES = $(zsync_SOURCES) $(EXTRA_zsync_SOURCES) \
   79 	$(zsyncmake_SOURCES)
   80 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
   81 	html-recursive info-recursive install-data-recursive \
   82 	install-dvi-recursive install-exec-recursive \
   83 	install-html-recursive install-info-recursive \
   84 	install-pdf-recursive install-ps-recursive install-recursive \
   85 	installcheck-recursive installdirs-recursive pdf-recursive \
   86 	ps-recursive uninstall-recursive
   87 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
   88 am__vpath_adj = case $$p in \
   89     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
   90     *) f=$$p;; \
   91   esac;
   92 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
   93 am__install_max = 40
   94 am__nobase_strip_setup = \
   95   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
   96 am__nobase_strip = \
   97   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
   98 am__nobase_list = $(am__nobase_strip_setup); \
   99   for p in $$list; do echo "$$p $$p"; done | \
  100   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  101   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  102     if (++n[$$2] == $(am__install_max)) \
  103       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  104     END { for (dir in files) print dir, files[dir] }'
  105 am__base_list = \
  106   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  107   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  108 DATA = $(doc_DATA)
  109 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
  110   distclean-recursive maintainer-clean-recursive
  111 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  112 	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  113 	distdir dist dist-all distcheck
  114 ETAGS = etags
  115 CTAGS = ctags
  116 am__tty_colors = \
  117 red=; grn=; lgn=; blu=; std=
  118 DIST_SUBDIRS = $(SUBDIRS)
  119 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  120 distdir = $(PACKAGE)-$(VERSION)
  121 top_distdir = $(distdir)
  122 am__remove_distdir = \
  123   { test ! -d "$(distdir)" \
  124     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  125          && rm -fr "$(distdir)"; }; }
  126 am__relativize = \
  127   dir0=`pwd`; \
  128   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  129   sed_rest='s,^[^/]*/*,,'; \
  130   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  131   sed_butlast='s,/*[^/]*$$,,'; \
  132   while test -n "$$dir1"; do \
  133     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  134     if test "$$first" != "."; then \
  135       if test "$$first" = ".."; then \
  136         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  137         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  138       else \
  139         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  140         if test "$$first2" = "$$first"; then \
  141           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  142         else \
  143           dir2="../$$dir2"; \
  144         fi; \
  145         dir0="$$dir0"/"$$first"; \
  146       fi; \
  147     fi; \
  148     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  149   done; \
  150   reldir="$$dir2"
  151 GZIP_ENV = --best
  152 DIST_ARCHIVES = $(distdir).tar.bz2
  153 distuninstallcheck_listfiles = find . -type f -print
  154 distcleancheck_listfiles = find . -type f -print
  155 ACLOCAL = @ACLOCAL@
  156 AMTAR = @AMTAR@
  157 AUTOCONF = @AUTOCONF@
  158 AUTOHEADER = @AUTOHEADER@
  159 AUTOMAKE = @AUTOMAKE@
  160 AWK = @AWK@
  161 CC = @CC@
  162 CCDEPMODE = @CCDEPMODE@
  163 CFLAGS = @CFLAGS@
  164 CPP = @CPP@
  165 CPPFLAGS = @CPPFLAGS@
  166 CYGPATH_W = @CYGPATH_W@
  167 DEFS = @DEFS@
  168 DEPDIR = @DEPDIR@
  169 ECHO_C = @ECHO_C@
  170 ECHO_N = @ECHO_N@
  171 ECHO_T = @ECHO_T@
  172 EGREP = @EGREP@
  173 EXEEXT = @EXEEXT@
  174 GREP = @GREP@
  175 INSTALL = @INSTALL@
  176 INSTALL_DATA = @INSTALL_DATA@
  177 INSTALL_PROGRAM = @INSTALL_PROGRAM@
  178 INSTALL_SCRIPT = @INSTALL_SCRIPT@
  179 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  180 LDFLAGS = @LDFLAGS@
  181 LIBOBJS = @LIBOBJS@
  182 LIBS = @LIBS@
  183 LN_S = @LN_S@
  184 LTLIBOBJS = @LTLIBOBJS@
  185 MAINT = @MAINT@
  186 MAKEINFO = @MAKEINFO@
  187 MKDIR_P = @MKDIR_P@
  188 OBJEXT = @OBJEXT@
  189 PACKAGE = @PACKAGE@
  190 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  191 PACKAGE_NAME = @PACKAGE_NAME@
  192 PACKAGE_STRING = @PACKAGE_STRING@
  193 PACKAGE_TARNAME = @PACKAGE_TARNAME@
  194 PACKAGE_URL = @PACKAGE_URL@
  195 PACKAGE_VERSION = @PACKAGE_VERSION@
  196 PATH_SEPARATOR = @PATH_SEPARATOR@
  197 RANLIB = @RANLIB@
  198 SET_MAKE = @SET_MAKE@
  199 SHELL = @SHELL@
  200 STRIP = @STRIP@
  201 VERSION = @VERSION@
  202 abs_builddir = @abs_builddir@
  203 abs_srcdir = @abs_srcdir@
  204 abs_top_builddir = @abs_top_builddir@
  205 abs_top_srcdir = @abs_top_srcdir@
  206 ac_aux_dir = @ac_aux_dir@
  207 ac_ct_CC = @ac_ct_CC@
  208 am__include = @am__include@
  209 am__leading_dot = @am__leading_dot@
  210 am__quote = @am__quote@
  211 am__tar = @am__tar@
  212 am__untar = @am__untar@
  213 bindir = @bindir@
  214 build = @build@
  215 build_alias = @build_alias@
  216 build_cpu = @build_cpu@
  217 build_os = @build_os@
  218 build_vendor = @build_vendor@
  219 builddir = @builddir@
  220 datadir = @datadir@
  221 datarootdir = @datarootdir@
  222 docdir = $(prefix)/share/doc/@PACKAGE@
  223 dvidir = @dvidir@
  224 exec_prefix = @exec_prefix@
  225 host = @host@
  226 host_alias = @host_alias@
  227 host_cpu = @host_cpu@
  228 host_os = @host_os@
  229 host_vendor = @host_vendor@
  230 htmldir = @htmldir@
  231 includedir = @includedir@
  232 infodir = @infodir@
  233 install_sh = @install_sh@
  234 libdir = @libdir@
  235 libexecdir = @libexecdir@
  236 localedir = @localedir@
  237 localstatedir = @localstatedir@
  238 mandir = @mandir@
  239 mkdir_p = @mkdir_p@
  240 oldincludedir = @oldincludedir@
  241 pdfdir = @pdfdir@
  242 prefix = @prefix@
  243 program_transform_name = @program_transform_name@
  244 psdir = @psdir@
  245 sbindir = @sbindir@
  246 sharedstatedir = @sharedstatedir@
  247 srcdir = @srcdir@
  248 sysconfdir = @sysconfdir@
  249 target_alias = @target_alias@
  250 top_build_prefix = @top_build_prefix@
  251 top_builddir = @top_builddir@
  252 top_srcdir = @top_srcdir@
  253 AUTOMAKE_OPTIONS = check-news
  254 ACLOCAL_AMFLAGS = -I autotools
  255 SUBDIRS = librcksum zlib libzsync doc
  256 zsyncmake_SOURCES = make.c makegz.c makegz.h format_string.h
  257 zsyncmake_LDADD = libzsync/libzsync.a librcksum/librcksum.a zlib/libinflate.a zlib/libdeflate.a -lm
  258 zsync_SOURCES = client.c http.c http.h url.c url.h progress.c progress.h base64.c format_string.h zsglobal.h
  259 zsync_LDADD = libzsync/libzsync.a librcksum/librcksum.a zlib/libinflate.a $(LIBOBJS)
  260 EXTRA_zsync_SOURCES = getaddrinfo.h
  261 
  262 # From "GNU autoconf, automake and libtool" Vaughan, Elliston, 
  263 # #  Tromey and Taylor, publisher New Riders, p.134
  264 # # They made me do it! :-)
  265 AUX_DIST_GEN = \
  266         $(ac_aux_dir)/install-sh        \
  267         $(ac_aux_dir)/missing           \
  268         $(ac_aux_dir)/ac_c_compile_flags.m4 \
  269 		$(ac_aux_dir)/herrno.m4			\
  270 		$(ac_aux_dir)/in6addr.m4		\
  271 		$(ac_aux_dir)/sockaddrin6.m4	\
  272 		$(ac_aux_dir)/sockinttypes.m4
  273 
  274 doc_DATA = COPYING README
  275 EXTRA_DIST = INSTALL README COPYING $(AUX_DIST_GEN) check-zsyncmake
  276 TESTS_ENVIRONMENT = top_builddir=$(top_builddir)
  277 TESTS = check-zsyncmake
  278 all: config.h
  279 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
  280 
  281 .SUFFIXES:
  282 .SUFFIXES: .c .o .obj
  283 am--refresh:
  284 	@:
  285 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  286 	@for dep in $?; do \
  287 	  case '$(am__configure_deps)' in \
  288 	    *$$dep*) \
  289 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  290 	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  291 		&& exit 0; \
  292 	      exit 1;; \
  293 	  esac; \
  294 	done; \
  295 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  296 	$(am__cd) $(top_srcdir) && \
  297 	  $(AUTOMAKE) --foreign Makefile
  298 .PRECIOUS: Makefile
  299 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  300 	@case '$?' in \
  301 	  *config.status*) \
  302 	    echo ' $(SHELL) ./config.status'; \
  303 	    $(SHELL) ./config.status;; \
  304 	  *) \
  305 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  306 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  307 	esac;
  308 
  309 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  310 	$(SHELL) ./config.status --recheck
  311 
  312 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  313 	$(am__cd) $(srcdir) && $(AUTOCONF)
  314 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  315 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  316 $(am__aclocal_m4_deps):
  317 
  318 config.h: stamp-h1
  319 	@if test ! -f $@; then \
  320 	  rm -f stamp-h1; \
  321 	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
  322 	else :; fi
  323 
  324 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  325 	@rm -f stamp-h1
  326 	cd $(top_builddir) && $(SHELL) ./config.status config.h
  327 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
  328 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  329 	rm -f stamp-h1
  330 	touch $@
  331 
  332 distclean-hdr:
  333 	-rm -f config.h stamp-h1
  334 install-binPROGRAMS: $(bin_PROGRAMS)
  335 	@$(NORMAL_INSTALL)
  336 	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  337 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  338 	for p in $$list; do echo "$$p $$p"; done | \
  339 	sed 's/$(EXEEXT)$$//' | \
  340 	while read p p1; do if test -f $$p; \
  341 	  then echo "$$p"; echo "$$p"; else :; fi; \
  342 	done | \
  343 	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  344 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  345 	sed 'N;N;N;s,\n, ,g' | \
  346 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  347 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  348 	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
  349 	    else { print "f", $$3 "/" $$4, $$1; } } \
  350 	  END { for (d in files) print "f", d, files[d] }' | \
  351 	while read type dir files; do \
  352 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  353 	    test -z "$$files" || { \
  354 	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  355 	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  356 	    } \
  357 	; done
  358 
  359 uninstall-binPROGRAMS:
  360 	@$(NORMAL_UNINSTALL)
  361 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  362 	files=`for p in $$list; do echo "$$p"; done | \
  363 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  364 	      -e 's/$$/$(EXEEXT)/' `; \
  365 	test -n "$$list" || exit 0; \
  366 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  367 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
  368 
  369 clean-binPROGRAMS:
  370 	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  371 zsync$(EXEEXT): $(zsync_OBJECTS) $(zsync_DEPENDENCIES) 
  372 	@rm -f zsync$(EXEEXT)
  373 	$(LINK) $(zsync_OBJECTS) $(zsync_LDADD) $(LIBS)
  374 zsyncmake$(EXEEXT): $(zsyncmake_OBJECTS) $(zsyncmake_DEPENDENCIES) 
  375 	@rm -f zsyncmake$(EXEEXT)
  376 	$(LINK) $(zsyncmake_OBJECTS) $(zsyncmake_LDADD) $(LIBS)
  377 
  378 mostlyclean-compile:
  379 	-rm -f *.$(OBJEXT)
  380 
  381 distclean-compile:
  382 	-rm -f *.tab.c
  383 
  384 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getaddrinfo.Po@am__quote@
  385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Po@am__quote@
  386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
  387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http.Po@am__quote@
  388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/make.Po@am__quote@
  389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/makegz.Po@am__quote@
  390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progress.Po@am__quote@
  391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/url.Po@am__quote@
  392 
  393 .c.o:
  394 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  395 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  396 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  397 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  398 @am__fastdepCC_FALSE@	$(COMPILE) -c $<
  399 
  400 .c.obj:
  401 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  402 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  403 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  404 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  405 @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
  406 install-docDATA: $(doc_DATA)
  407 	@$(NORMAL_INSTALL)
  408 	test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
  409 	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
  410 	for p in $$list; do \
  411 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  412 	  echo "$$d$$p"; \
  413 	done | $(am__base_list) | \
  414 	while read files; do \
  415 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
  416 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
  417 	done
  418 
  419 uninstall-docDATA:
  420 	@$(NORMAL_UNINSTALL)
  421 	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
  422 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  423 	test -n "$$files" || exit 0; \
  424 	echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
  425 	cd "$(DESTDIR)$(docdir)" && rm -f $$files
  426 
  427 # This directory's subdirectories are mostly independent; you can cd
  428 # into them and run `make' without going through this Makefile.
  429 # To change the values of `make' variables: instead of editing Makefiles,
  430 # (1) if the variable is set in `config.status', edit `config.status'
  431 #     (which will cause the Makefiles to be regenerated when you run `make');
  432 # (2) otherwise, pass the desired values on the `make' command line.
  433 $(RECURSIVE_TARGETS):
  434 	@fail= failcom='exit 1'; \
  435 	for f in x $$MAKEFLAGS; do \
  436 	  case $$f in \
  437 	    *=* | --[!k]*);; \
  438 	    *k*) failcom='fail=yes';; \
  439 	  esac; \
  440 	done; \
  441 	dot_seen=no; \
  442 	target=`echo $@ | sed s/-recursive//`; \
  443 	list='$(SUBDIRS)'; for subdir in $$list; do \
  444 	  echo "Making $$target in $$subdir"; \
  445 	  if test "$$subdir" = "."; then \
  446 	    dot_seen=yes; \
  447 	    local_target="$$target-am"; \
  448 	  else \
  449 	    local_target="$$target"; \
  450 	  fi; \
  451 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  452 	  || eval $$failcom; \
  453 	done; \
  454 	if test "$$dot_seen" = "no"; then \
  455 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  456 	fi; test -z "$$fail"
  457 
  458 $(RECURSIVE_CLEAN_TARGETS):
  459 	@fail= failcom='exit 1'; \
  460 	for f in x $$MAKEFLAGS; do \
  461 	  case $$f in \
  462 	    *=* | --[!k]*);; \
  463 	    *k*) failcom='fail=yes';; \
  464 	  esac; \
  465 	done; \
  466 	dot_seen=no; \
  467 	case "$@" in \
  468 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  469 	  *) list='$(SUBDIRS)' ;; \
  470 	esac; \
  471 	rev=''; for subdir in $$list; do \
  472 	  if test "$$subdir" = "."; then :; else \
  473 	    rev="$$subdir $$rev"; \
  474 	  fi; \
  475 	done; \
  476 	rev="$$rev ."; \
  477 	target=`echo $@ | sed s/-recursive//`; \
  478 	for subdir in $$rev; do \
  479 	  echo "Making $$target in $$subdir"; \
  480 	  if test "$$subdir" = "."; then \
  481 	    local_target="$$target-am"; \
  482 	  else \
  483 	    local_target="$$target"; \
  484 	  fi; \
  485 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  486 	  || eval $$failcom; \
  487 	done && test -z "$$fail"
  488 tags-recursive:
  489 	list='$(SUBDIRS)'; for subdir in $$list; do \
  490 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  491 	done
  492 ctags-recursive:
  493 	list='$(SUBDIRS)'; for subdir in $$list; do \
  494 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  495 	done
  496 
  497 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  498 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  499 	unique=`for i in $$list; do \
  500 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  501 	  done | \
  502 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  503 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  504 	mkid -fID $$unique
  505 tags: TAGS
  506 
  507 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  508 		$(TAGS_FILES) $(LISP)
  509 	set x; \
  510 	here=`pwd`; \
  511 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  512 	  include_option=--etags-include; \
  513 	  empty_fix=.; \
  514 	else \
  515 	  include_option=--include; \
  516 	  empty_fix=; \
  517 	fi; \
  518 	list='$(SUBDIRS)'; for subdir in $$list; do \
  519 	  if test "$$subdir" = .; then :; else \
  520 	    test ! -f $$subdir/TAGS || \
  521 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  522 	  fi; \
  523 	done; \
  524 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  525 	unique=`for i in $$list; do \
  526 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  527 	  done | \
  528 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  529 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  530 	shift; \
  531 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  532 	  test -n "$$unique" || unique=$$empty_fix; \
  533 	  if test $$# -gt 0; then \
  534 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  535 	      "$$@" $$unique; \
  536 	  else \
  537 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  538 	      $$unique; \
  539 	  fi; \
  540 	fi
  541 ctags: CTAGS
  542 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  543 		$(TAGS_FILES) $(LISP)
  544 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  545 	unique=`for i in $$list; do \
  546 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  547 	  done | \
  548 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  549 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  550 	test -z "$(CTAGS_ARGS)$$unique" \
  551 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  552 	     $$unique
  553 
  554 GTAGS:
  555 	here=`$(am__cd) $(top_builddir) && pwd` \
  556 	  && $(am__cd) $(top_srcdir) \
  557 	  && gtags -i $(GTAGS_ARGS) "$$here"
  558 
  559 distclean-tags:
  560 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  561 
  562 check-TESTS: $(TESTS)
  563 	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
  564 	srcdir=$(srcdir); export srcdir; \
  565 	list=' $(TESTS) '; \
  566 	$(am__tty_colors); \
  567 	if test -n "$$list"; then \
  568 	  for tst in $$list; do \
  569 	    if test -f ./$$tst; then dir=./; \
  570 	    elif test -f $$tst; then dir=; \
  571 	    else dir="$(srcdir)/"; fi; \
  572 	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
  573 	      all=`expr $$all + 1`; \
  574 	      case " $(XFAIL_TESTS) " in \
  575 	      *[\ \	]$$tst[\ \	]*) \
  576 		xpass=`expr $$xpass + 1`; \
  577 		failed=`expr $$failed + 1`; \
  578 		col=$$red; res=XPASS; \
  579 	      ;; \
  580 	      *) \
  581 		col=$$grn; res=PASS; \
  582 	      ;; \
  583 	      esac; \
  584 	    elif test $$? -ne 77; then \
  585 	      all=`expr $$all + 1`; \
  586 	      case " $(XFAIL_TESTS) " in \
  587 	      *[\ \	]$$tst[\ \	]*) \
  588 		xfail=`expr $$xfail + 1`; \
  589 		col=$$lgn; res=XFAIL; \
  590 	      ;; \
  591 	      *) \
  592 		failed=`expr $$failed + 1`; \
  593 		col=$$red; res=FAIL; \
  594 	      ;; \
  595 	      esac; \
  596 	    else \
  597 	      skip=`expr $$skip + 1`; \
  598 	      col=$$blu; res=SKIP; \
  599 	    fi; \
  600 	    echo "$${col}$$res$${std}: $$tst"; \
  601 	  done; \
  602 	  if test "$$all" -eq 1; then \
  603 	    tests="test"; \
  604 	    All=""; \
  605 	  else \
  606 	    tests="tests"; \
  607 	    All="All "; \
  608 	  fi; \
  609 	  if test "$$failed" -eq 0; then \
  610 	    if test "$$xfail" -eq 0; then \
  611 	      banner="$$All$$all $$tests passed"; \
  612 	    else \
  613 	      if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
  614 	      banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
  615 	    fi; \
  616 	  else \
  617 	    if test "$$xpass" -eq 0; then \
  618 	      banner="$$failed of $$all $$tests failed"; \
  619 	    else \
  620 	      if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
  621 	      banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
  622 	    fi; \
  623 	  fi; \
  624 	  dashes="$$banner"; \
  625 	  skipped=""; \
  626 	  if test "$$skip" -ne 0; then \
  627 	    if test "$$skip" -eq 1; then \
  628 	      skipped="($$skip test was not run)"; \
  629 	    else \
  630 	      skipped="($$skip tests were not run)"; \
  631 	    fi; \
  632 	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  633 	      dashes="$$skipped"; \
  634 	  fi; \
  635 	  report=""; \
  636 	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  637 	    report="Please report to $(PACKAGE_BUGREPORT)"; \
  638 	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  639 	      dashes="$$report"; \
  640 	  fi; \
  641 	  dashes=`echo "$$dashes" | sed s/./=/g`; \
  642 	  if test "$$failed" -eq 0; then \
  643 	    echo "$$grn$$dashes"; \
  644 	  else \
  645 	    echo "$$red$$dashes"; \
  646 	  fi; \
  647 	  echo "$$banner"; \
  648 	  test -z "$$skipped" || echo "$$skipped"; \
  649 	  test -z "$$report" || echo "$$report"; \
  650 	  echo "$$dashes$$std"; \
  651 	  test "$$failed" -eq 0; \
  652 	else :; fi
  653 
  654 distdir: $(DISTFILES)
  655 	@case `sed 15q $(srcdir)/NEWS` in \
  656 	*"$(VERSION)"*) : ;; \
  657 	*) \
  658 	  echo "NEWS not updated; not releasing" 1>&2; \
  659 	  exit 1;; \
  660 	esac
  661 	$(am__remove_distdir)
  662 	test -d "$(distdir)" || mkdir "$(distdir)"
  663 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  664 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  665 	list='$(DISTFILES)'; \
  666 	  dist_files=`for file in $$list; do echo $$file; done | \
  667 	  sed -e "s|^$$srcdirstrip/||;t" \
  668 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  669 	case $$dist_files in \
  670 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  671 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  672 			   sort -u` ;; \
  673 	esac; \
  674 	for file in $$dist_files; do \
  675 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  676 	  if test -d $$d/$$file; then \
  677 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  678 	    if test -d "$(distdir)/$$file"; then \
  679 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  680 	    fi; \
  681 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  682 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  683 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  684 	    fi; \
  685 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  686 	  else \
  687 	    test -f "$(distdir)/$$file" \
  688 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  689 	    || exit 1; \
  690 	  fi; \
  691 	done
  692 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  693 	  if test "$$subdir" = .; then :; else \
  694 	    test -d "$(distdir)/$$subdir" \
  695 	    || $(MKDIR_P) "$(distdir)/$$subdir" \
  696 	    || exit 1; \
  697 	  fi; \
  698 	done
  699 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  700 	  if test "$$subdir" = .; then :; else \
  701 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  702 	    $(am__relativize); \
  703 	    new_distdir=$$reldir; \
  704 	    dir1=$$subdir; dir2="$(top_distdir)"; \
  705 	    $(am__relativize); \
  706 	    new_top_distdir=$$reldir; \
  707 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  708 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  709 	    ($(am__cd) $$subdir && \
  710 	      $(MAKE) $(AM_MAKEFLAGS) \
  711 	        top_distdir="$$new_top_distdir" \
  712 	        distdir="$$new_distdir" \
  713 		am__remove_distdir=: \
  714 		am__skip_length_check=: \
  715 		am__skip_mode_fix=: \
  716 	        distdir) \
  717 	      || exit 1; \
  718 	  fi; \
  719 	done
  720 	-test -n "$(am__skip_mode_fix)" \
  721 	|| find "$(distdir)" -type d ! -perm -755 \
  722 		-exec chmod u+rwx,go+rx {} \; -o \
  723 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  724 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  725 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  726 	|| chmod -R a+r "$(distdir)"
  727 dist-gzip: distdir
  728 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  729 	$(am__remove_distdir)
  730 dist-bzip2: distdir
  731 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  732 	$(am__remove_distdir)
  733 
  734 dist-lzma: distdir
  735 	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  736 	$(am__remove_distdir)
  737 
  738 dist-xz: distdir
  739 	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
  740 	$(am__remove_distdir)
  741 
  742 dist-tarZ: distdir
  743 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  744 	$(am__remove_distdir)
  745 
  746 dist-shar: distdir
  747 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  748 	$(am__remove_distdir)
  749 
  750 dist-zip: distdir
  751 	-rm -f $(distdir).zip
  752 	zip -rq $(distdir).zip $(distdir)
  753 	$(am__remove_distdir)
  754 
  755 dist dist-all: distdir
  756 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  757 	$(am__remove_distdir)
  758 
  759 # This target untars the dist file and tries a VPATH configuration.  Then
  760 # it guarantees that the distribution is self-contained by making another
  761 # tarfile.
  762 distcheck: dist
  763 	case '$(DIST_ARCHIVES)' in \
  764 	*.tar.gz*) \
  765 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  766 	*.tar.bz2*) \
  767 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  768 	*.tar.lzma*) \
  769 	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
  770 	*.tar.xz*) \
  771 	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  772 	*.tar.Z*) \
  773 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  774 	*.shar.gz*) \
  775 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  776 	*.zip*) \
  777 	  unzip $(distdir).zip ;;\
  778 	esac
  779 	chmod -R a-w $(distdir); chmod a+w $(distdir)
  780 	mkdir $(distdir)/_build
  781 	mkdir $(distdir)/_inst
  782 	chmod a-w $(distdir)
  783 	test -d $(distdir)/_build || exit 0; \
  784 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  785 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  786 	  && am__cwd=`pwd` \
  787 	  && $(am__cd) $(distdir)/_build \
  788 	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  789 	    $(DISTCHECK_CONFIGURE_FLAGS) \
  790 	  && $(MAKE) $(AM_MAKEFLAGS) \
  791 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
  792 	  && $(MAKE) $(AM_MAKEFLAGS) check \
  793 	  && $(MAKE) $(AM_MAKEFLAGS) install \
  794 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  795 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  796 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  797 	        distuninstallcheck \
  798 	  && chmod -R a-w "$$dc_install_base" \
  799 	  && ({ \
  800 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  801 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  802 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  803 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  804 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  805 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
  806 	  && rm -rf "$$dc_destdir" \
  807 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
  808 	  && rm -rf $(DIST_ARCHIVES) \
  809 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  810 	  && cd "$$am__cwd" \
  811 	  || exit 1
  812 	$(am__remove_distdir)
  813 	@(echo "$(distdir) archives ready for distribution: "; \
  814 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  815 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  816 distuninstallcheck:
  817 	@$(am__cd) '$(distuninstallcheck_dir)' \
  818 	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  819 	   || { echo "ERROR: files left after uninstall:" ; \
  820 	        if test -n "$(DESTDIR)"; then \
  821 	          echo "  (check DESTDIR support)"; \
  822 	        fi ; \
  823 	        $(distuninstallcheck_listfiles) ; \
  824 	        exit 1; } >&2
  825 distcleancheck: distclean
  826 	@if test '$(srcdir)' = . ; then \
  827 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  828 	  exit 1 ; \
  829 	fi
  830 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  831 	  || { echo "ERROR: files left in build directory after distclean:" ; \
  832 	       $(distcleancheck_listfiles) ; \
  833 	       exit 1; } >&2
  834 check-am: all-am
  835 	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
  836 check: check-recursive
  837 all-am: Makefile $(PROGRAMS) $(DATA) config.h
  838 installdirs: installdirs-recursive
  839 installdirs-am:
  840 	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(docdir)"; do \
  841 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  842 	done
  843 install: install-recursive
  844 install-exec: install-exec-recursive
  845 install-data: install-data-recursive
  846 uninstall: uninstall-recursive
  847 
  848 install-am: all-am
  849 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  850 
  851 installcheck: installcheck-recursive
  852 install-strip:
  853 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  854 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  855 	  `test -z '$(STRIP)' || \
  856 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  857 mostlyclean-generic:
  858 
  859 clean-generic:
  860 
  861 distclean-generic:
  862 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  863 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  864 
  865 maintainer-clean-generic:
  866 	@echo "This command is intended for maintainers to use"
  867 	@echo "it deletes files that may require special tools to rebuild."
  868 clean: clean-recursive
  869 
  870 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
  871 
  872 distclean: distclean-recursive
  873 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
  874 	-rm -rf $(DEPDIR) ./$(DEPDIR)
  875 	-rm -f Makefile
  876 distclean-am: clean-am distclean-compile distclean-generic \
  877 	distclean-hdr distclean-tags
  878 
  879 dvi: dvi-recursive
  880 
  881 dvi-am:
  882 
  883 html: html-recursive
  884 
  885 html-am:
  886 
  887 info: info-recursive
  888 
  889 info-am:
  890 
  891 install-data-am: install-docDATA
  892 
  893 install-dvi: install-dvi-recursive
  894 
  895 install-dvi-am:
  896 
  897 install-exec-am: install-binPROGRAMS
  898 
  899 install-html: install-html-recursive
  900 
  901 install-html-am:
  902 
  903 install-info: install-info-recursive
  904 
  905 install-info-am:
  906 
  907 install-man:
  908 
  909 install-pdf: install-pdf-recursive
  910 
  911 install-pdf-am:
  912 
  913 install-ps: install-ps-recursive
  914 
  915 install-ps-am:
  916 
  917 installcheck-am:
  918 
  919 maintainer-clean: maintainer-clean-recursive
  920 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
  921 	-rm -rf $(top_srcdir)/autom4te.cache
  922 	-rm -rf $(DEPDIR) ./$(DEPDIR)
  923 	-rm -f Makefile
  924 maintainer-clean-am: distclean-am maintainer-clean-generic
  925 
  926 mostlyclean: mostlyclean-recursive
  927 
  928 mostlyclean-am: mostlyclean-compile mostlyclean-generic
  929 
  930 pdf: pdf-recursive
  931 
  932 pdf-am:
  933 
  934 ps: ps-recursive
  935 
  936 ps-am:
  937 
  938 uninstall-am: uninstall-binPROGRAMS uninstall-docDATA
  939 
  940 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check-am \
  941 	ctags-recursive install-am install-strip tags-recursive
  942 
  943 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  944 	all all-am am--refresh check check-TESTS check-am clean \
  945 	clean-binPROGRAMS clean-generic ctags ctags-recursive dist \
  946 	dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
  947 	dist-xz dist-zip distcheck distclean distclean-compile \
  948 	distclean-generic distclean-hdr distclean-tags distcleancheck \
  949 	distdir distuninstallcheck dvi dvi-am html html-am info \
  950 	info-am install install-am install-binPROGRAMS install-data \
  951 	install-data-am install-docDATA install-dvi install-dvi-am \
  952 	install-exec install-exec-am install-html install-html-am \
  953 	install-info install-info-am install-man install-pdf \
  954 	install-pdf-am install-ps install-ps-am install-strip \
  955 	installcheck installcheck-am installdirs installdirs-am \
  956 	maintainer-clean maintainer-clean-generic mostlyclean \
  957 	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
  958 	tags tags-recursive uninstall uninstall-am \
  959 	uninstall-binPROGRAMS uninstall-docDATA
  960 
  961 
  962 # Tell versions [3.59,3.63) of GNU make to not export all variables.
  963 # Otherwise a system limit (for SysV at least) may be exceeded.
  964 .NOEXPORT: