1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90target_triplet = @target@
91subdir = tests/docroot
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
94	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
95	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
96	$(top_srcdir)/configure.ac
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98	$(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = $(top_builddir)/config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
104AM_V_P = $(am__v_P_@AM_V@)
105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106am__v_P_0 = false
107am__v_P_1 = :
108AM_V_GEN = $(am__v_GEN_@AM_V@)
109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110am__v_GEN_0 = @echo "  GEN     " $@;
111am__v_GEN_1 =
112AM_V_at = $(am__v_at_@AM_V@)
113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114am__v_at_0 = @
115am__v_at_1 =
116SOURCES =
117DIST_SOURCES =
118RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
119	ctags-recursive dvi-recursive html-recursive info-recursive \
120	install-data-recursive install-dvi-recursive \
121	install-exec-recursive install-html-recursive \
122	install-info-recursive install-pdf-recursive \
123	install-ps-recursive install-recursive installcheck-recursive \
124	installdirs-recursive pdf-recursive ps-recursive \
125	tags-recursive uninstall-recursive
126am__can_run_installinfo = \
127  case $$AM_UPDATE_INFO_DIR in \
128    n|no|NO) false;; \
129    *) (install-info --version) >/dev/null 2>&1;; \
130  esac
131RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
132  distclean-recursive maintainer-clean-recursive
133am__recursive_targets = \
134  $(RECURSIVE_TARGETS) \
135  $(RECURSIVE_CLEAN_TARGETS) \
136  $(am__extra_recursive_targets)
137AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
138	distdir
139am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
140# Read a list of newline-separated strings from the standard input,
141# and print each of them once, without duplicates.  Input order is
142# *not* preserved.
143am__uniquify_input = $(AWK) '\
144  BEGIN { nonempty = 0; } \
145  { items[$$0] = 1; nonempty = 1; } \
146  END { if (nonempty) { for (i in items) print i; }; } \
147'
148# Make sure the list of sources is unique.  This is necessary because,
149# e.g., the same source file might be shared among _SOURCES variables
150# for different programs/libraries.
151am__define_uniq_tagged_files = \
152  list='$(am__tagged_files)'; \
153  unique=`for i in $$list; do \
154    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
155  done | $(am__uniquify_input)`
156ETAGS = etags
157CTAGS = ctags
158DIST_SUBDIRS = $(SUBDIRS)
159am__DIST_COMMON = $(srcdir)/Makefile.in
160DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161am__relativize = \
162  dir0=`pwd`; \
163  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
164  sed_rest='s,^[^/]*/*,,'; \
165  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
166  sed_butlast='s,/*[^/]*$$,,'; \
167  while test -n "$$dir1"; do \
168    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
169    if test "$$first" != "."; then \
170      if test "$$first" = ".."; then \
171        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
172        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
173      else \
174        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
175        if test "$$first2" = "$$first"; then \
176          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
177        else \
178          dir2="../$$dir2"; \
179        fi; \
180        dir0="$$dir0"/"$$first"; \
181      fi; \
182    fi; \
183    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
184  done; \
185  reldir="$$dir2"
186ACLOCAL = @ACLOCAL@
187AMTAR = @AMTAR@
188AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
189AR = @AR@
190ATTR_LIB = @ATTR_LIB@
191AUTOCONF = @AUTOCONF@
192AUTOHEADER = @AUTOHEADER@
193AUTOMAKE = @AUTOMAKE@
194AWK = @AWK@
195BZ_LIB = @BZ_LIB@
196CC = @CC@
197CCDEPMODE = @CCDEPMODE@
198CFLAGS = @CFLAGS@
199CPP = @CPP@
200CPPFLAGS = @CPPFLAGS@
201CRYPT_LIB = @CRYPT_LIB@
202CYGPATH_W = @CYGPATH_W@
203DEFS = @DEFS@
204DEPDIR = @DEPDIR@
205DLLTOOL = @DLLTOOL@
206DL_LIB = @DL_LIB@
207DSYMUTIL = @DSYMUTIL@
208DUMPBIN = @DUMPBIN@
209ECHO_C = @ECHO_C@
210ECHO_N = @ECHO_N@
211ECHO_T = @ECHO_T@
212EGREP = @EGREP@
213EXEEXT = @EXEEXT@
214FAM_CFLAGS = @FAM_CFLAGS@
215FAM_LIBS = @FAM_LIBS@
216FGREP = @FGREP@
217GDBM_LIB = @GDBM_LIB@
218GREP = @GREP@
219INSTALL = @INSTALL@
220INSTALL_DATA = @INSTALL_DATA@
221INSTALL_PROGRAM = @INSTALL_PROGRAM@
222INSTALL_SCRIPT = @INSTALL_SCRIPT@
223INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
224LBER_LIB = @LBER_LIB@
225LD = @LD@
226LDAP_LIB = @LDAP_LIB@
227LDFLAGS = @LDFLAGS@
228LIBDPDK_CFLAGS = @LIBDPDK_CFLAGS@
229LIBDPDK_LIBS = @LIBDPDK_LIBS@
230LIBEV_CFLAGS = @LIBEV_CFLAGS@
231LIBEV_LIBS = @LIBEV_LIBS@
232LIBMTCP_CFLAGS = @LIBMTCP_CFLAGS@
233LIBMTCP_LIBS = @LIBMTCP_LIBS@
234LIBOBJS = @LIBOBJS@
235LIBPSIO_CFLAGS = @LIBPSIO_CFLAGS@
236LIBPSIO_LIBS = @LIBPSIO_LIBS@
237LIBS = @LIBS@
238LIBTOOL = @LIBTOOL@
239LIPO = @LIPO@
240LN_S = @LN_S@
241LTLIBOBJS = @LTLIBOBJS@
242LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
243LUA_CFLAGS = @LUA_CFLAGS@
244LUA_LIBS = @LUA_LIBS@
245MAKEINFO = @MAKEINFO@
246MANIFEST_TOOL = @MANIFEST_TOOL@
247MEMCACHE_LIB = @MEMCACHE_LIB@
248MKDIR_P = @MKDIR_P@
249MYSQL_CONFIG = @MYSQL_CONFIG@
250MYSQL_INCLUDE = @MYSQL_INCLUDE@
251MYSQL_LIBS = @MYSQL_LIBS@
252NM = @NM@
253NMEDIT = @NMEDIT@
254OBJDUMP = @OBJDUMP@
255OBJEXT = @OBJEXT@
256OTOOL = @OTOOL@
257OTOOL64 = @OTOOL64@
258PACKAGE = @PACKAGE@
259PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
260PACKAGE_NAME = @PACKAGE_NAME@
261PACKAGE_STRING = @PACKAGE_STRING@
262PACKAGE_TARNAME = @PACKAGE_TARNAME@
263PACKAGE_URL = @PACKAGE_URL@
264PACKAGE_VERSION = @PACKAGE_VERSION@
265PATH_SEPARATOR = @PATH_SEPARATOR@
266PCRECONFIG = @PCRECONFIG@
267PCRE_LIB = @PCRE_LIB@
268PKG_CONFIG = @PKG_CONFIG@
269PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
270PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
271RANLIB = @RANLIB@
272SED = @SED@
273SENDFILE_LIB = @SENDFILE_LIB@
274SET_MAKE = @SET_MAKE@
275SHELL = @SHELL@
276SQLITE_CFLAGS = @SQLITE_CFLAGS@
277SQLITE_LIBS = @SQLITE_LIBS@
278SSL_LIB = @SSL_LIB@
279STRIP = @STRIP@
280UUID_LIBS = @UUID_LIBS@
281VERSION = @VERSION@
282XML_CFLAGS = @XML_CFLAGS@
283XML_LIBS = @XML_LIBS@
284Z_LIB = @Z_LIB@
285abs_builddir = @abs_builddir@
286abs_srcdir = @abs_srcdir@
287abs_top_builddir = @abs_top_builddir@
288abs_top_srcdir = @abs_top_srcdir@
289ac_ct_AR = @ac_ct_AR@
290ac_ct_CC = @ac_ct_CC@
291ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
292am__include = @am__include@
293am__leading_dot = @am__leading_dot@
294am__quote = @am__quote@
295am__tar = @am__tar@
296am__untar = @am__untar@
297bindir = @bindir@
298build = @build@
299build_alias = @build_alias@
300build_cpu = @build_cpu@
301build_os = @build_os@
302build_vendor = @build_vendor@
303builddir = @builddir@
304datadir = @datadir@
305datarootdir = @datarootdir@
306docdir = @docdir@
307dvidir = @dvidir@
308exec_prefix = @exec_prefix@
309host = @host@
310host_alias = @host_alias@
311host_cpu = @host_cpu@
312host_os = @host_os@
313host_vendor = @host_vendor@
314htmldir = @htmldir@
315includedir = @includedir@
316infodir = @infodir@
317install_sh = @install_sh@
318libdir = @libdir@
319libexecdir = @libexecdir@
320localedir = @localedir@
321localstatedir = @localstatedir@
322mandir = @mandir@
323mkdir_p = @mkdir_p@
324oldincludedir = @oldincludedir@
325pdfdir = @pdfdir@
326prefix = @prefix@
327program_transform_name = @program_transform_name@
328psdir = @psdir@
329sbindir = @sbindir@
330sharedstatedir = @sharedstatedir@
331srcdir = @srcdir@
332sysconfdir = @sysconfdir@
333target = @target@
334target_alias = @target_alias@
335target_cpu = @target_cpu@
336target_os = @target_os@
337target_vendor = @target_vendor@
338top_build_prefix = @top_build_prefix@
339top_builddir = @top_builddir@
340top_srcdir = @top_srcdir@
341SUBDIRS = 123 www
342all: all-recursive
343
344.SUFFIXES:
345$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
346	@for dep in $?; do \
347	  case '$(am__configure_deps)' in \
348	    *$$dep*) \
349	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
350	        && { if test -f $@; then exit 0; else break; fi; }; \
351	      exit 1;; \
352	  esac; \
353	done; \
354	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/docroot/Makefile'; \
355	$(am__cd) $(top_srcdir) && \
356	  $(AUTOMAKE) --foreign tests/docroot/Makefile
357Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
358	@case '$?' in \
359	  *config.status*) \
360	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
361	  *) \
362	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
363	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
364	esac;
365
366$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
367	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
368
369$(top_srcdir)/configure:  $(am__configure_deps)
370	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
372	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
373$(am__aclocal_m4_deps):
374
375mostlyclean-libtool:
376	-rm -f *.lo
377
378clean-libtool:
379	-rm -rf .libs _libs
380
381# This directory's subdirectories are mostly independent; you can cd
382# into them and run 'make' without going through this Makefile.
383# To change the values of 'make' variables: instead of editing Makefiles,
384# (1) if the variable is set in 'config.status', edit 'config.status'
385#     (which will cause the Makefiles to be regenerated when you run 'make');
386# (2) otherwise, pass the desired values on the 'make' command line.
387$(am__recursive_targets):
388	@fail=; \
389	if $(am__make_keepgoing); then \
390	  failcom='fail=yes'; \
391	else \
392	  failcom='exit 1'; \
393	fi; \
394	dot_seen=no; \
395	target=`echo $@ | sed s/-recursive//`; \
396	case "$@" in \
397	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
398	  *) list='$(SUBDIRS)' ;; \
399	esac; \
400	for subdir in $$list; do \
401	  echo "Making $$target in $$subdir"; \
402	  if test "$$subdir" = "."; then \
403	    dot_seen=yes; \
404	    local_target="$$target-am"; \
405	  else \
406	    local_target="$$target"; \
407	  fi; \
408	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
409	  || eval $$failcom; \
410	done; \
411	if test "$$dot_seen" = "no"; then \
412	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
413	fi; test -z "$$fail"
414
415ID: $(am__tagged_files)
416	$(am__define_uniq_tagged_files); mkid -fID $$unique
417tags: tags-recursive
418TAGS: tags
419
420tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
421	set x; \
422	here=`pwd`; \
423	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
424	  include_option=--etags-include; \
425	  empty_fix=.; \
426	else \
427	  include_option=--include; \
428	  empty_fix=; \
429	fi; \
430	list='$(SUBDIRS)'; for subdir in $$list; do \
431	  if test "$$subdir" = .; then :; else \
432	    test ! -f $$subdir/TAGS || \
433	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
434	  fi; \
435	done; \
436	$(am__define_uniq_tagged_files); \
437	shift; \
438	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
439	  test -n "$$unique" || unique=$$empty_fix; \
440	  if test $$# -gt 0; then \
441	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442	      "$$@" $$unique; \
443	  else \
444	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445	      $$unique; \
446	  fi; \
447	fi
448ctags: ctags-recursive
449
450CTAGS: ctags
451ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
452	$(am__define_uniq_tagged_files); \
453	test -z "$(CTAGS_ARGS)$$unique" \
454	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
455	     $$unique
456
457GTAGS:
458	here=`$(am__cd) $(top_builddir) && pwd` \
459	  && $(am__cd) $(top_srcdir) \
460	  && gtags -i $(GTAGS_ARGS) "$$here"
461cscopelist: cscopelist-recursive
462
463cscopelist-am: $(am__tagged_files)
464	list='$(am__tagged_files)'; \
465	case "$(srcdir)" in \
466	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
467	  *) sdir=$(subdir)/$(srcdir) ;; \
468	esac; \
469	for i in $$list; do \
470	  if test -f "$$i"; then \
471	    echo "$(subdir)/$$i"; \
472	  else \
473	    echo "$$sdir/$$i"; \
474	  fi; \
475	done >> $(top_builddir)/cscope.files
476
477distclean-tags:
478	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
479
480distdir: $(DISTFILES)
481	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
482	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483	list='$(DISTFILES)'; \
484	  dist_files=`for file in $$list; do echo $$file; done | \
485	  sed -e "s|^$$srcdirstrip/||;t" \
486	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
487	case $$dist_files in \
488	  */*) $(MKDIR_P) `echo "$$dist_files" | \
489			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
490			   sort -u` ;; \
491	esac; \
492	for file in $$dist_files; do \
493	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
494	  if test -d $$d/$$file; then \
495	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
496	    if test -d "$(distdir)/$$file"; then \
497	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
498	    fi; \
499	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
500	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
501	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502	    fi; \
503	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
504	  else \
505	    test -f "$(distdir)/$$file" \
506	    || cp -p $$d/$$file "$(distdir)/$$file" \
507	    || exit 1; \
508	  fi; \
509	done
510	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
511	  if test "$$subdir" = .; then :; else \
512	    $(am__make_dryrun) \
513	      || test -d "$(distdir)/$$subdir" \
514	      || $(MKDIR_P) "$(distdir)/$$subdir" \
515	      || exit 1; \
516	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
517	    $(am__relativize); \
518	    new_distdir=$$reldir; \
519	    dir1=$$subdir; dir2="$(top_distdir)"; \
520	    $(am__relativize); \
521	    new_top_distdir=$$reldir; \
522	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
523	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
524	    ($(am__cd) $$subdir && \
525	      $(MAKE) $(AM_MAKEFLAGS) \
526	        top_distdir="$$new_top_distdir" \
527	        distdir="$$new_distdir" \
528		am__remove_distdir=: \
529		am__skip_length_check=: \
530		am__skip_mode_fix=: \
531	        distdir) \
532	      || exit 1; \
533	  fi; \
534	done
535check-am: all-am
536check: check-recursive
537all-am: Makefile
538installdirs: installdirs-recursive
539installdirs-am:
540install: install-recursive
541install-exec: install-exec-recursive
542install-data: install-data-recursive
543uninstall: uninstall-recursive
544
545install-am: all-am
546	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
547
548installcheck: installcheck-recursive
549install-strip:
550	if test -z '$(STRIP)'; then \
551	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
552	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
553	      install; \
554	else \
555	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
556	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
557	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
558	fi
559mostlyclean-generic:
560
561clean-generic:
562
563distclean-generic:
564	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
565	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
566
567maintainer-clean-generic:
568	@echo "This command is intended for maintainers to use"
569	@echo "it deletes files that may require special tools to rebuild."
570clean: clean-recursive
571
572clean-am: clean-generic clean-libtool mostlyclean-am
573
574distclean: distclean-recursive
575	-rm -f Makefile
576distclean-am: clean-am distclean-generic distclean-tags
577
578dvi: dvi-recursive
579
580dvi-am:
581
582html: html-recursive
583
584html-am:
585
586info: info-recursive
587
588info-am:
589
590install-data-am:
591
592install-dvi: install-dvi-recursive
593
594install-dvi-am:
595
596install-exec-am:
597
598install-html: install-html-recursive
599
600install-html-am:
601
602install-info: install-info-recursive
603
604install-info-am:
605
606install-man:
607
608install-pdf: install-pdf-recursive
609
610install-pdf-am:
611
612install-ps: install-ps-recursive
613
614install-ps-am:
615
616installcheck-am:
617
618maintainer-clean: maintainer-clean-recursive
619	-rm -f Makefile
620maintainer-clean-am: distclean-am maintainer-clean-generic
621
622mostlyclean: mostlyclean-recursive
623
624mostlyclean-am: mostlyclean-generic mostlyclean-libtool
625
626pdf: pdf-recursive
627
628pdf-am:
629
630ps: ps-recursive
631
632ps-am:
633
634uninstall-am:
635
636.MAKE: $(am__recursive_targets) install-am install-strip
637
638.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
639	check-am clean clean-generic clean-libtool cscopelist-am ctags \
640	ctags-am distclean distclean-generic distclean-libtool \
641	distclean-tags distdir dvi dvi-am html html-am info info-am \
642	install install-am install-data install-data-am install-dvi \
643	install-dvi-am install-exec install-exec-am install-html \
644	install-html-am install-info install-info-am install-man \
645	install-pdf install-pdf-am install-ps install-ps-am \
646	install-strip installcheck installcheck-am installdirs \
647	installdirs-am maintainer-clean maintainer-clean-generic \
648	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
649	ps ps-am tags tags-am uninstall uninstall-am
650
651.PRECIOUS: Makefile
652
653
654# Tell versions [3.59,3.63) of GNU make to not export all variables.
655# Otherwise a system limit (for SysV at least) may be exceeded.
656.NOEXPORT:
657