Home | History | Annotate | Download | only in webclients
      1 # Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software
      6 # Foundation, 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 VPATH = @srcdir@
     18 am__make_dryrun = \
     19   { \
     20     am__dry=no; \
     21     case $$MAKEFLAGS in \
     22       *\\[\ \	]*) \
     23         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
     24           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
     25       *) \
     26         for am__flg in $$MAKEFLAGS; do \
     27           case $$am__flg in \
     28             *=*|--*) ;; \
     29             *n*) am__dry=yes; break;; \
     30           esac; \
     31         done;; \
     32     esac; \
     33     test $$am__dry = yes; \
     34   }
     35 pkgdatadir = $(datadir)/@PACKAGE@
     36 pkgincludedir = $(includedir)/@PACKAGE@
     37 pkglibdir = $(libdir)/@PACKAGE@
     38 pkglibexecdir = $(libexecdir)/@PACKAGE@
     39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     40 install_sh_DATA = $(install_sh) -c -m 644
     41 install_sh_PROGRAM = $(install_sh) -c
     42 install_sh_SCRIPT = $(install_sh) -c
     43 INSTALL_HEADER = $(INSTALL_DATA)
     44 transform = $(program_transform_name)
     45 NORMAL_INSTALL = :
     46 PRE_INSTALL = :
     47 POST_INSTALL = :
     48 NORMAL_UNINSTALL = :
     49 PRE_UNINSTALL = :
     50 POST_UNINSTALL = :
     51 build_triplet = @build@
     52 host_triplet = @host@
     53 subdir = webclients
     54 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     55 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     56 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
     57 	$(top_srcdir)/configure.ac
     58 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     59 	$(ACLOCAL_M4)
     60 mkinstalldirs = $(install_sh) -d
     61 CONFIG_HEADER = $(top_builddir)/rfbconfig.h
     62 CONFIG_CLEAN_FILES =
     63 CONFIG_CLEAN_VPATH_FILES =
     64 AM_V_GEN = $(am__v_GEN_@AM_V@)
     65 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     66 am__v_GEN_0 = @echo "  GEN   " $@;
     67 AM_V_at = $(am__v_at_@AM_V@)
     68 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     69 am__v_at_0 = @
     70 SOURCES =
     71 DIST_SOURCES =
     72 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
     73 	html-recursive info-recursive install-data-recursive \
     74 	install-dvi-recursive install-exec-recursive \
     75 	install-html-recursive install-info-recursive \
     76 	install-pdf-recursive install-ps-recursive install-recursive \
     77 	installcheck-recursive installdirs-recursive pdf-recursive \
     78 	ps-recursive uninstall-recursive
     79 am__can_run_installinfo = \
     80   case $$AM_UPDATE_INFO_DIR in \
     81     n|no|NO) false;; \
     82     *) (install-info --version) >/dev/null 2>&1;; \
     83   esac
     84 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
     85   distclean-recursive maintainer-clean-recursive
     86 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
     87 	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
     88 	distdir
     89 ETAGS = etags
     90 CTAGS = ctags
     91 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     92 am__relativize = \
     93   dir0=`pwd`; \
     94   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
     95   sed_rest='s,^[^/]*/*,,'; \
     96   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
     97   sed_butlast='s,/*[^/]*$$,,'; \
     98   while test -n "$$dir1"; do \
     99     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    100     if test "$$first" != "."; then \
    101       if test "$$first" = ".."; then \
    102         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
    103         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
    104       else \
    105         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
    106         if test "$$first2" = "$$first"; then \
    107           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
    108         else \
    109           dir2="../$$dir2"; \
    110         fi; \
    111         dir0="$$dir0"/"$$first"; \
    112       fi; \
    113     fi; \
    114     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
    115   done; \
    116   reldir="$$dir2"
    117 ACLOCAL = @ACLOCAL@
    118 AMTAR = @AMTAR@
    119 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    120 AR = @AR@
    121 AS = @AS@
    122 AUTOCONF = @AUTOCONF@
    123 AUTOHEADER = @AUTOHEADER@
    124 AUTOMAKE = @AUTOMAKE@
    125 AVAHI_CFLAGS = @AVAHI_CFLAGS@
    126 AVAHI_LIBS = @AVAHI_LIBS@
    127 AWK = @AWK@
    128 CC = @CC@
    129 CCDEPMODE = @CCDEPMODE@
    130 CFLAGS = @CFLAGS@
    131 CPP = @CPP@
    132 CPPFLAGS = @CPPFLAGS@
    133 CRYPT_LIBS = @CRYPT_LIBS@
    134 CXX = @CXX@
    135 CXXCPP = @CXXCPP@
    136 CXXDEPMODE = @CXXDEPMODE@
    137 CXXFLAGS = @CXXFLAGS@
    138 CYGPATH_W = @CYGPATH_W@
    139 DEFS = @DEFS@
    140 DEPDIR = @DEPDIR@
    141 DLLTOOL = @DLLTOOL@
    142 ECHO = @ECHO@
    143 ECHO_C = @ECHO_C@
    144 ECHO_N = @ECHO_N@
    145 ECHO_T = @ECHO_T@
    146 EGREP = @EGREP@
    147 EXEEXT = @EXEEXT@
    148 F77 = @F77@
    149 FFLAGS = @FFLAGS@
    150 GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
    151 GNUTLS_LIBS = @GNUTLS_LIBS@
    152 GREP = @GREP@
    153 GTK_CFLAGS = @GTK_CFLAGS@
    154 GTK_LIBS = @GTK_LIBS@
    155 INSTALL = @INSTALL@
    156 INSTALL_DATA = @INSTALL_DATA@
    157 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    158 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    159 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    160 JPEG_LDFLAGS = @JPEG_LDFLAGS@
    161 LDFLAGS = @LDFLAGS@
    162 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
    163 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
    164 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
    165 LIBOBJS = @LIBOBJS@
    166 LIBS = @LIBS@
    167 LIBTOOL = @LIBTOOL@
    168 LN_S = @LN_S@
    169 LTLIBOBJS = @LTLIBOBJS@
    170 MAKEINFO = @MAKEINFO@
    171 MKDIR_P = @MKDIR_P@
    172 OBJDUMP = @OBJDUMP@
    173 OBJEXT = @OBJEXT@
    174 PACKAGE = @PACKAGE@
    175 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    176 PACKAGE_NAME = @PACKAGE_NAME@
    177 PACKAGE_STRING = @PACKAGE_STRING@
    178 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    179 PACKAGE_URL = @PACKAGE_URL@
    180 PACKAGE_VERSION = @PACKAGE_VERSION@
    181 PATH_SEPARATOR = @PATH_SEPARATOR@
    182 PKG_CONFIG = @PKG_CONFIG@
    183 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    184 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    185 RANLIB = @RANLIB@
    186 RPMSOURCEDIR = @RPMSOURCEDIR@
    187 SDL_CFLAGS = @SDL_CFLAGS@
    188 SDL_LIBS = @SDL_LIBS@
    189 SET_MAKE = @SET_MAKE@
    190 SHELL = @SHELL@
    191 SSL_LIBS = @SSL_LIBS@
    192 STRIP = @STRIP@
    193 SYSTEM_LIBVNCSERVER_CFLAGS = @SYSTEM_LIBVNCSERVER_CFLAGS@
    194 SYSTEM_LIBVNCSERVER_LIBS = @SYSTEM_LIBVNCSERVER_LIBS@
    195 VERSION = @VERSION@
    196 WSOCKLIB = @WSOCKLIB@
    197 XMKMF = @XMKMF@
    198 X_CFLAGS = @X_CFLAGS@
    199 X_EXTRA_LIBS = @X_EXTRA_LIBS@
    200 X_LIBS = @X_LIBS@
    201 X_PRE_LIBS = @X_PRE_LIBS@
    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_ct_CC = @ac_ct_CC@
    207 ac_ct_CXX = @ac_ct_CXX@
    208 ac_ct_F77 = @ac_ct_F77@
    209 am__include = @am__include@
    210 am__leading_dot = @am__leading_dot@
    211 am__quote = @am__quote@
    212 am__tar = @am__tar@
    213 am__untar = @am__untar@
    214 bindir = @bindir@
    215 build = @build@
    216 build_alias = @build_alias@
    217 build_cpu = @build_cpu@
    218 build_os = @build_os@
    219 build_vendor = @build_vendor@
    220 builddir = @builddir@
    221 datadir = @datadir@
    222 datarootdir = @datarootdir@
    223 docdir = @docdir@
    224 dvidir = @dvidir@
    225 exec_prefix = @exec_prefix@
    226 host = @host@
    227 host_alias = @host_alias@
    228 host_cpu = @host_cpu@
    229 host_os = @host_os@
    230 host_vendor = @host_vendor@
    231 htmldir = @htmldir@
    232 includedir = @includedir@
    233 infodir = @infodir@
    234 install_sh = @install_sh@
    235 libdir = @libdir@
    236 libexecdir = @libexecdir@
    237 localedir = @localedir@
    238 localstatedir = @localstatedir@
    239 mandir = @mandir@
    240 mkdir_p = @mkdir_p@
    241 oldincludedir = @oldincludedir@
    242 pdfdir = @pdfdir@
    243 prefix = @prefix@
    244 program_transform_name = @program_transform_name@
    245 psdir = @psdir@
    246 sbindir = @sbindir@
    247 sharedstatedir = @sharedstatedir@
    248 srcdir = @srcdir@
    249 sysconfdir = @sysconfdir@
    250 target_alias = @target_alias@
    251 top_build_prefix = @top_build_prefix@
    252 top_builddir = @top_builddir@
    253 top_srcdir = @top_srcdir@
    254 with_ffmpeg = @with_ffmpeg@
    255 SUBDIRS = java-applet
    256 DIST_SUBDIRS = java-applet
    257 EXTRA_DIST = index.vnc novnc
    258 all: all-recursive
    259 
    260 .SUFFIXES:
    261 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    262 	@for dep in $?; do \
    263 	  case '$(am__configure_deps)' in \
    264 	    *$$dep*) \
    265 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    266 	        && { if test -f $@; then exit 0; else break; fi; }; \
    267 	      exit 1;; \
    268 	  esac; \
    269 	done; \
    270 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu webclients/Makefile'; \
    271 	$(am__cd) $(top_srcdir) && \
    272 	  $(AUTOMAKE) --gnu webclients/Makefile
    273 .PRECIOUS: Makefile
    274 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    275 	@case '$?' in \
    276 	  *config.status*) \
    277 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    278 	  *) \
    279 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    280 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    281 	esac;
    282 
    283 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    284 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    285 
    286 $(top_srcdir)/configure:  $(am__configure_deps)
    287 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    288 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    289 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    290 $(am__aclocal_m4_deps):
    291 
    292 mostlyclean-libtool:
    293 	-rm -f *.lo
    294 
    295 clean-libtool:
    296 	-rm -rf .libs _libs
    297 
    298 # This directory's subdirectories are mostly independent; you can cd
    299 # into them and run `make' without going through this Makefile.
    300 # To change the values of `make' variables: instead of editing Makefiles,
    301 # (1) if the variable is set in `config.status', edit `config.status'
    302 #     (which will cause the Makefiles to be regenerated when you run `make');
    303 # (2) otherwise, pass the desired values on the `make' command line.
    304 $(RECURSIVE_TARGETS):
    305 	@fail= failcom='exit 1'; \
    306 	for f in x $$MAKEFLAGS; do \
    307 	  case $$f in \
    308 	    *=* | --[!k]*);; \
    309 	    *k*) failcom='fail=yes';; \
    310 	  esac; \
    311 	done; \
    312 	dot_seen=no; \
    313 	target=`echo $@ | sed s/-recursive//`; \
    314 	list='$(SUBDIRS)'; for subdir in $$list; do \
    315 	  echo "Making $$target in $$subdir"; \
    316 	  if test "$$subdir" = "."; then \
    317 	    dot_seen=yes; \
    318 	    local_target="$$target-am"; \
    319 	  else \
    320 	    local_target="$$target"; \
    321 	  fi; \
    322 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    323 	  || eval $$failcom; \
    324 	done; \
    325 	if test "$$dot_seen" = "no"; then \
    326 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    327 	fi; test -z "$$fail"
    328 
    329 $(RECURSIVE_CLEAN_TARGETS):
    330 	@fail= failcom='exit 1'; \
    331 	for f in x $$MAKEFLAGS; do \
    332 	  case $$f in \
    333 	    *=* | --[!k]*);; \
    334 	    *k*) failcom='fail=yes';; \
    335 	  esac; \
    336 	done; \
    337 	dot_seen=no; \
    338 	case "$@" in \
    339 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    340 	  *) list='$(SUBDIRS)' ;; \
    341 	esac; \
    342 	rev=''; for subdir in $$list; do \
    343 	  if test "$$subdir" = "."; then :; else \
    344 	    rev="$$subdir $$rev"; \
    345 	  fi; \
    346 	done; \
    347 	rev="$$rev ."; \
    348 	target=`echo $@ | sed s/-recursive//`; \
    349 	for subdir in $$rev; do \
    350 	  echo "Making $$target in $$subdir"; \
    351 	  if test "$$subdir" = "."; then \
    352 	    local_target="$$target-am"; \
    353 	  else \
    354 	    local_target="$$target"; \
    355 	  fi; \
    356 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    357 	  || eval $$failcom; \
    358 	done && test -z "$$fail"
    359 tags-recursive:
    360 	list='$(SUBDIRS)'; for subdir in $$list; do \
    361 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
    362 	done
    363 ctags-recursive:
    364 	list='$(SUBDIRS)'; for subdir in $$list; do \
    365 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
    366 	done
    367 
    368 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    369 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    370 	unique=`for i in $$list; do \
    371 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    372 	  done | \
    373 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    374 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    375 	mkid -fID $$unique
    376 tags: TAGS
    377 
    378 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    379 		$(TAGS_FILES) $(LISP)
    380 	set x; \
    381 	here=`pwd`; \
    382 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    383 	  include_option=--etags-include; \
    384 	  empty_fix=.; \
    385 	else \
    386 	  include_option=--include; \
    387 	  empty_fix=; \
    388 	fi; \
    389 	list='$(SUBDIRS)'; for subdir in $$list; do \
    390 	  if test "$$subdir" = .; then :; else \
    391 	    test ! -f $$subdir/TAGS || \
    392 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    393 	  fi; \
    394 	done; \
    395 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    396 	unique=`for i in $$list; do \
    397 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    398 	  done | \
    399 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    400 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    401 	shift; \
    402 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    403 	  test -n "$$unique" || unique=$$empty_fix; \
    404 	  if test $$# -gt 0; then \
    405 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    406 	      "$$@" $$unique; \
    407 	  else \
    408 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    409 	      $$unique; \
    410 	  fi; \
    411 	fi
    412 ctags: CTAGS
    413 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    414 		$(TAGS_FILES) $(LISP)
    415 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    416 	unique=`for i in $$list; do \
    417 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    418 	  done | \
    419 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    420 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    421 	test -z "$(CTAGS_ARGS)$$unique" \
    422 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    423 	     $$unique
    424 
    425 GTAGS:
    426 	here=`$(am__cd) $(top_builddir) && pwd` \
    427 	  && $(am__cd) $(top_srcdir) \
    428 	  && gtags -i $(GTAGS_ARGS) "$$here"
    429 
    430 distclean-tags:
    431 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    432 
    433 distdir: $(DISTFILES)
    434 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    435 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    436 	list='$(DISTFILES)'; \
    437 	  dist_files=`for file in $$list; do echo $$file; done | \
    438 	  sed -e "s|^$$srcdirstrip/||;t" \
    439 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    440 	case $$dist_files in \
    441 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    442 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    443 			   sort -u` ;; \
    444 	esac; \
    445 	for file in $$dist_files; do \
    446 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    447 	  if test -d $$d/$$file; then \
    448 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    449 	    if test -d "$(distdir)/$$file"; then \
    450 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    451 	    fi; \
    452 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    453 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    454 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    455 	    fi; \
    456 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    457 	  else \
    458 	    test -f "$(distdir)/$$file" \
    459 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    460 	    || exit 1; \
    461 	  fi; \
    462 	done
    463 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    464 	  if test "$$subdir" = .; then :; else \
    465 	    $(am__make_dryrun) \
    466 	      || test -d "$(distdir)/$$subdir" \
    467 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
    468 	      || exit 1; \
    469 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
    470 	    $(am__relativize); \
    471 	    new_distdir=$$reldir; \
    472 	    dir1=$$subdir; dir2="$(top_distdir)"; \
    473 	    $(am__relativize); \
    474 	    new_top_distdir=$$reldir; \
    475 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
    476 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
    477 	    ($(am__cd) $$subdir && \
    478 	      $(MAKE) $(AM_MAKEFLAGS) \
    479 	        top_distdir="$$new_top_distdir" \
    480 	        distdir="$$new_distdir" \
    481 		am__remove_distdir=: \
    482 		am__skip_length_check=: \
    483 		am__skip_mode_fix=: \
    484 	        distdir) \
    485 	      || exit 1; \
    486 	  fi; \
    487 	done
    488 check-am: all-am
    489 check: check-recursive
    490 all-am: Makefile
    491 installdirs: installdirs-recursive
    492 installdirs-am:
    493 install: install-recursive
    494 install-exec: install-exec-recursive
    495 install-data: install-data-recursive
    496 uninstall: uninstall-recursive
    497 
    498 install-am: all-am
    499 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    500 
    501 installcheck: installcheck-recursive
    502 install-strip:
    503 	if test -z '$(STRIP)'; then \
    504 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    505 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    506 	      install; \
    507 	else \
    508 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    509 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    510 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    511 	fi
    512 mostlyclean-generic:
    513 
    514 clean-generic:
    515 
    516 distclean-generic:
    517 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    518 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    519 
    520 maintainer-clean-generic:
    521 	@echo "This command is intended for maintainers to use"
    522 	@echo "it deletes files that may require special tools to rebuild."
    523 clean: clean-recursive
    524 
    525 clean-am: clean-generic clean-libtool mostlyclean-am
    526 
    527 distclean: distclean-recursive
    528 	-rm -f Makefile
    529 distclean-am: clean-am distclean-generic distclean-tags
    530 
    531 dvi: dvi-recursive
    532 
    533 dvi-am:
    534 
    535 html: html-recursive
    536 
    537 html-am:
    538 
    539 info: info-recursive
    540 
    541 info-am:
    542 
    543 install-data-am:
    544 
    545 install-dvi: install-dvi-recursive
    546 
    547 install-dvi-am:
    548 
    549 install-exec-am:
    550 
    551 install-html: install-html-recursive
    552 
    553 install-html-am:
    554 
    555 install-info: install-info-recursive
    556 
    557 install-info-am:
    558 
    559 install-man:
    560 
    561 install-pdf: install-pdf-recursive
    562 
    563 install-pdf-am:
    564 
    565 install-ps: install-ps-recursive
    566 
    567 install-ps-am:
    568 
    569 installcheck-am:
    570 
    571 maintainer-clean: maintainer-clean-recursive
    572 	-rm -f Makefile
    573 maintainer-clean-am: distclean-am maintainer-clean-generic
    574 
    575 mostlyclean: mostlyclean-recursive
    576 
    577 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    578 
    579 pdf: pdf-recursive
    580 
    581 pdf-am:
    582 
    583 ps: ps-recursive
    584 
    585 ps-am:
    586 
    587 uninstall-am:
    588 
    589 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
    590 	install-am install-strip tags-recursive
    591 
    592 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
    593 	all all-am check check-am clean clean-generic clean-libtool \
    594 	ctags ctags-recursive distclean distclean-generic \
    595 	distclean-libtool distclean-tags distdir dvi dvi-am html \
    596 	html-am info info-am install install-am install-data \
    597 	install-data-am install-dvi install-dvi-am install-exec \
    598 	install-exec-am install-html install-html-am install-info \
    599 	install-info-am install-man install-pdf install-pdf-am \
    600 	install-ps install-ps-am install-strip installcheck \
    601 	installcheck-am installdirs installdirs-am maintainer-clean \
    602 	maintainer-clean-generic mostlyclean mostlyclean-generic \
    603 	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
    604 	uninstall uninstall-am
    605 
    606 
    607 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    608 # Otherwise a system limit (for SysV at least) may be exceeded.
    609 .NOEXPORT:
    610