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 = .
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_libz.m4 \
94	$(top_srcdir)/m4/ax_compare_version.m4 \
95	$(top_srcdir)/m4/ax_lib_mysql.m4 \
96	$(top_srcdir)/m4/ax_lib_skipset.m4 \
97	$(top_srcdir)/m4/infomodel.m4 $(top_srcdir)/m4/libtool.m4 \
98	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
99	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
100	$(top_srcdir)/m4/smsummary.m4 $(top_srcdir)/m4/spread.m4 \
101	$(top_srcdir)/configure.ac
102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103	$(ACLOCAL_M4)
104DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
105	$(am__configure_deps) $(am__DIST_COMMON)
106am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
107 configure.lineno config.status.lineno
108mkinstalldirs = $(install_sh) -d
109CONFIG_HEADER = $(top_builddir)/include/mediator/config.h
110CONFIG_CLEAN_FILES = etc/init.d/super_mediator super_mediator.spec
111CONFIG_CLEAN_VPATH_FILES =
112AM_V_P = $(am__v_P_@AM_V@)
113am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
114am__v_P_0 = false
115am__v_P_1 = :
116AM_V_GEN = $(am__v_GEN_@AM_V@)
117am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118am__v_GEN_0 = @echo "  GEN     " $@;
119am__v_GEN_1 =
120AM_V_at = $(am__v_at_@AM_V@)
121am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
122am__v_at_0 = @
123am__v_at_1 =
124SOURCES =
125DIST_SOURCES =
126RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
127	ctags-recursive dvi-recursive html-recursive info-recursive \
128	install-data-recursive install-dvi-recursive \
129	install-exec-recursive install-html-recursive \
130	install-info-recursive install-pdf-recursive \
131	install-ps-recursive install-recursive installcheck-recursive \
132	installdirs-recursive pdf-recursive ps-recursive \
133	tags-recursive uninstall-recursive
134am__can_run_installinfo = \
135  case $$AM_UPDATE_INFO_DIR in \
136    n|no|NO) false;; \
137    *) (install-info --version) >/dev/null 2>&1;; \
138  esac
139RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
140  distclean-recursive maintainer-clean-recursive
141am__recursive_targets = \
142  $(RECURSIVE_TARGETS) \
143  $(RECURSIVE_CLEAN_TARGETS) \
144  $(am__extra_recursive_targets)
145AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
146	cscope distdir dist dist-all distcheck
147am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
148# Read a list of newline-separated strings from the standard input,
149# and print each of them once, without duplicates.  Input order is
150# *not* preserved.
151am__uniquify_input = $(AWK) '\
152  BEGIN { nonempty = 0; } \
153  { items[$$0] = 1; nonempty = 1; } \
154  END { if (nonempty) { for (i in items) print i; }; } \
155'
156# Make sure the list of sources is unique.  This is necessary because,
157# e.g., the same source file might be shared among _SOURCES variables
158# for different programs/libraries.
159am__define_uniq_tagged_files = \
160  list='$(am__tagged_files)'; \
161  unique=`for i in $$list; do \
162    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
163  done | $(am__uniquify_input)`
164ETAGS = etags
165CTAGS = ctags
166CSCOPE = cscope
167DIST_SUBDIRS = $(SUBDIRS)
168am__DIST_COMMON = $(srcdir)/Makefile.in \
169	$(srcdir)/super_mediator.spec.in \
170	$(top_srcdir)/autoconf/compile \
171	$(top_srcdir)/autoconf/config.guess \
172	$(top_srcdir)/autoconf/config.sub \
173	$(top_srcdir)/autoconf/install-sh \
174	$(top_srcdir)/autoconf/ltmain.sh \
175	$(top_srcdir)/autoconf/missing \
176	$(top_srcdir)/etc/init.d/super_mediator.in \
177	$(top_srcdir)/include/mediator/config.h.in AUTHORS COPYING \
178	NEWS README autoconf/compile autoconf/config.guess \
179	autoconf/config.sub autoconf/depcomp autoconf/install-sh \
180	autoconf/ltmain.sh autoconf/missing autoconf/ylwrap
181DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
182distdir = $(PACKAGE)-$(VERSION)
183top_distdir = $(distdir)
184am__remove_distdir = \
185  if test -d "$(distdir)"; then \
186    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
187      && rm -rf "$(distdir)" \
188      || { sleep 5 && rm -rf "$(distdir)"; }; \
189  else :; fi
190am__post_remove_distdir = $(am__remove_distdir)
191am__relativize = \
192  dir0=`pwd`; \
193  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
194  sed_rest='s,^[^/]*/*,,'; \
195  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
196  sed_butlast='s,/*[^/]*$$,,'; \
197  while test -n "$$dir1"; do \
198    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
199    if test "$$first" != "."; then \
200      if test "$$first" = ".."; then \
201        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
202        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
203      else \
204        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
205        if test "$$first2" = "$$first"; then \
206          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
207        else \
208          dir2="../$$dir2"; \
209        fi; \
210        dir0="$$dir0"/"$$first"; \
211      fi; \
212    fi; \
213    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
214  done; \
215  reldir="$$dir2"
216DIST_ARCHIVES = $(distdir).tar.gz
217GZIP_ENV = --best
218DIST_TARGETS = dist-gzip
219distuninstallcheck_listfiles = find . -type f -print
220am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
221  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
222distcleancheck_listfiles = find . -type f -print
223ACLOCAL = @ACLOCAL@
224AMTAR = @AMTAR@
225AM_CFLAGS = @AM_CFLAGS@
226AM_CPPFLAGS = @AM_CPPFLAGS@
227AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
228AM_LDFLAGS = @AM_LDFLAGS@
229AR = @AR@
230AUTOCONF = @AUTOCONF@
231AUTOHEADER = @AUTOHEADER@
232AUTOMAKE = @AUTOMAKE@
233AWK = @AWK@
234CC = @CC@
235CCDEPMODE = @CCDEPMODE@
236CFLAGS = @CFLAGS@
237CPP = @CPP@
238CPPFLAGS = @CPPFLAGS@
239CYGPATH_W = @CYGPATH_W@
240DEFS = @DEFS@
241DEPDIR = @DEPDIR@
242DLLTOOL = @DLLTOOL@
243DSYMUTIL = @DSYMUTIL@
244DUMPBIN = @DUMPBIN@
245ECHO_C = @ECHO_C@
246ECHO_N = @ECHO_N@
247ECHO_T = @ECHO_T@
248EGREP = @EGREP@
249ENABLE_ZLIB = @ENABLE_ZLIB@
250EXEEXT = @EXEEXT@
251FGREP = @FGREP@
252GLIB_CFLAGS = @GLIB_CFLAGS@
253GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
254GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
255GLIB_LDADD = @GLIB_LDADD@
256GLIB_LIBS = @GLIB_LIBS@
257GLIB_MKENUMS = @GLIB_MKENUMS@
258GOBJECT_QUERY = @GOBJECT_QUERY@
259GREP = @GREP@
260INFOMODEL_REGISTRIES = @INFOMODEL_REGISTRIES@
261INFOMODEL_REGISTRY_INCLUDES = @INFOMODEL_REGISTRY_INCLUDES@
262INFOMODEL_REGISTRY_INCLUDE_FILES = @INFOMODEL_REGISTRY_INCLUDE_FILES@
263INFOMODEL_REGISTRY_PREFIXES = @INFOMODEL_REGISTRY_PREFIXES@
264INSTALL = @INSTALL@
265INSTALL_DATA = @INSTALL_DATA@
266INSTALL_PROGRAM = @INSTALL_PROGRAM@
267INSTALL_SCRIPT = @INSTALL_SCRIPT@
268INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
269LD = @LD@
270LDFLAGS = @LDFLAGS@
271LEX = @LEX@
272LEXLIB = @LEXLIB@
273LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
274LIBOBJS = @LIBOBJS@
275LIBS = @LIBS@
276LIBTOOL = @LIBTOOL@
277LIPO = @LIPO@
278LN_S = @LN_S@
279LTLIBOBJS = @LTLIBOBJS@
280LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
281MAKEINFO = @MAKEINFO@
282MANIFEST_TOOL = @MANIFEST_TOOL@
283MKDIR_P = @MKDIR_P@
284MYSQL_CFLAGS = @MYSQL_CFLAGS@
285MYSQL_CONFIG = @MYSQL_CONFIG@
286MYSQL_LDFLAGS = @MYSQL_LDFLAGS@
287MYSQL_VERSION = @MYSQL_VERSION@
288NM = @NM@
289NMEDIT = @NMEDIT@
290OBJDUMP = @OBJDUMP@
291OBJEXT = @OBJEXT@
292OTOOL = @OTOOL@
293OTOOL64 = @OTOOL64@
294PACKAGE = @PACKAGE@
295PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
296PACKAGE_NAME = @PACKAGE_NAME@
297PACKAGE_STRING = @PACKAGE_STRING@
298PACKAGE_TARNAME = @PACKAGE_TARNAME@
299PACKAGE_URL = @PACKAGE_URL@
300PACKAGE_VERSION = @PACKAGE_VERSION@
301PANDOC = @PANDOC@
302PATH_SEPARATOR = @PATH_SEPARATOR@
303PERL = @PERL@
304PKG_CONFIG = @PKG_CONFIG@
305PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
306PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
307POD2HTML = @POD2HTML@
308POD2MAN = @POD2MAN@
309RANLIB = @RANLIB@
310RPM_CONFIG_FLAGS = @RPM_CONFIG_FLAGS@
311SED = @SED@
312SET_MAKE = @SET_MAKE@
313SHELL = @SHELL@
314SKIPSET_LDFLAGS = @SKIPSET_LDFLAGS@
315SM_POD2MAN_ARGS = @SM_POD2MAN_ARGS@
316SM_REQ_LIBSPREAD = @SM_REQ_LIBSPREAD@
317SM_REQ_MYSQL = @SM_REQ_MYSQL@
318SM_REQ_SKIPSET = @SM_REQ_SKIPSET@
319SM_SUMMARY_FILE = @SM_SUMMARY_FILE@
320SPREAD_CC_DEFINE = @SPREAD_CC_DEFINE@
321SPREAD_CFLAGS = @SPREAD_CFLAGS@
322SPREAD_LDFLAGS = @SPREAD_LDFLAGS@
323SPREAD_LIBS = @SPREAD_LIBS@
324STRIP = @STRIP@
325VERSION = @VERSION@
326XSLTPROC = @XSLTPROC@
327YACC = @YACC@
328YAF_REQ_FIXBUF_VER = @YAF_REQ_FIXBUF_VER@
329YFLAGS = @YFLAGS@
330abs_builddir = @abs_builddir@
331abs_srcdir = @abs_srcdir@
332abs_top_builddir = @abs_top_builddir@
333abs_top_srcdir = @abs_top_srcdir@
334ac_ct_AR = @ac_ct_AR@
335ac_ct_CC = @ac_ct_CC@
336ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
337am__include = @am__include@
338am__leading_dot = @am__leading_dot@
339am__quote = @am__quote@
340
341# Avoid picking up MacOS X resource forks in "make dist"
342am__tar = COPY_EXTENDED_ATTRIBUTES_DISABLE=1 COPYFILE_DISABLE=1 ${AMTAR} cof - "$$tardir"
343am__untar = @am__untar@
344bindir = @bindir@
345build = @build@
346build_alias = @build_alias@
347build_cpu = @build_cpu@
348build_os = @build_os@
349build_vendor = @build_vendor@
350builddir = @builddir@
351datadir = @datadir@
352datarootdir = @datarootdir@
353docdir = @docdir@
354dvidir = @dvidir@
355exec_prefix = @exec_prefix@
356host = @host@
357host_alias = @host_alias@
358host_cpu = @host_cpu@
359host_os = @host_os@
360host_vendor = @host_vendor@
361htmldir = @htmldir@
362includedir = @includedir@
363infodir = @infodir@
364install_sh = @install_sh@
365libdir = @libdir@
366libexecdir = @libexecdir@
367libfixbuf_CFLAGS = @libfixbuf_CFLAGS@
368libfixbuf_LIBS = @libfixbuf_LIBS@
369localedir = @localedir@
370localstatedir = @localstatedir@
371mandir = @mandir@
372mkdir_p = @mkdir_p@
373oldincludedir = @oldincludedir@
374pdfdir = @pdfdir@
375prefix = @prefix@
376program_transform_name = @program_transform_name@
377psdir = @psdir@
378runstatedir = @runstatedir@
379sbindir = @sbindir@
380sharedstatedir = @sharedstatedir@
381srcdir = @srcdir@
382sysconfdir = @sysconfdir@
383target = @target@
384target_alias = @target_alias@
385target_cpu = @target_cpu@
386target_os = @target_os@
387target_vendor = @target_vendor@
388top_build_prefix = @top_build_prefix@
389top_builddir = @top_builddir@
390top_srcdir = @top_srcdir@
391ACLOCAL_AMFLAGS = -I m4
392SUBDIRS = include src etc doc
393DISTCLEANFILES = $(SM_SUMMARY_FILE)
394EXTRA_DIST = include/mediator/config.h.cmake \
395	README \
396	doc/add-header.pl \
397	doc/add-header-md.pl \
398	doc/news2xhtml.pl \
399	doc/LICENSE.txt
400
401all: all-recursive
402
403.SUFFIXES:
404am--refresh: Makefile
405	@:
406$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
407	@for dep in $?; do \
408	  case '$(am__configure_deps)' in \
409	    *$$dep*) \
410	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
411	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
412		&& exit 0; \
413	      exit 1;; \
414	  esac; \
415	done; \
416	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
417	$(am__cd) $(top_srcdir) && \
418	  $(AUTOMAKE) --foreign Makefile
419Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
420	@case '$?' in \
421	  *config.status*) \
422	    echo ' $(SHELL) ./config.status'; \
423	    $(SHELL) ./config.status;; \
424	  *) \
425	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
426	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
427	esac;
428
429$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
430	$(SHELL) ./config.status --recheck
431
432$(top_srcdir)/configure:  $(am__configure_deps)
433	$(am__cd) $(srcdir) && $(AUTOCONF)
434$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
435	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
436$(am__aclocal_m4_deps):
437
438include/mediator/config.h: include/mediator/stamp-h1
439	@test -f $@ || rm -f include/mediator/stamp-h1
440	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) include/mediator/stamp-h1
441
442include/mediator/stamp-h1: $(top_srcdir)/include/mediator/config.h.in $(top_builddir)/config.status
443	@rm -f include/mediator/stamp-h1
444	cd $(top_builddir) && $(SHELL) ./config.status include/mediator/config.h
445$(top_srcdir)/include/mediator/config.h.in:  $(am__configure_deps)
446	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
447	rm -f include/mediator/stamp-h1
448	touch $@
449
450distclean-hdr:
451	-rm -f include/mediator/config.h include/mediator/stamp-h1
452etc/init.d/super_mediator: $(top_builddir)/config.status $(top_srcdir)/etc/init.d/super_mediator.in
453	cd $(top_builddir) && $(SHELL) ./config.status $@
454super_mediator.spec: $(top_builddir)/config.status $(srcdir)/super_mediator.spec.in
455	cd $(top_builddir) && $(SHELL) ./config.status $@
456
457mostlyclean-libtool:
458	-rm -f *.lo
459
460clean-libtool:
461	-rm -rf .libs _libs
462
463distclean-libtool:
464	-rm -f libtool config.lt
465
466# This directory's subdirectories are mostly independent; you can cd
467# into them and run 'make' without going through this Makefile.
468# To change the values of 'make' variables: instead of editing Makefiles,
469# (1) if the variable is set in 'config.status', edit 'config.status'
470#     (which will cause the Makefiles to be regenerated when you run 'make');
471# (2) otherwise, pass the desired values on the 'make' command line.
472$(am__recursive_targets):
473	@fail=; \
474	if $(am__make_keepgoing); then \
475	  failcom='fail=yes'; \
476	else \
477	  failcom='exit 1'; \
478	fi; \
479	dot_seen=no; \
480	target=`echo $@ | sed s/-recursive//`; \
481	case "$@" in \
482	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
483	  *) list='$(SUBDIRS)' ;; \
484	esac; \
485	for subdir in $$list; do \
486	  echo "Making $$target in $$subdir"; \
487	  if test "$$subdir" = "."; then \
488	    dot_seen=yes; \
489	    local_target="$$target-am"; \
490	  else \
491	    local_target="$$target"; \
492	  fi; \
493	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
494	  || eval $$failcom; \
495	done; \
496	if test "$$dot_seen" = "no"; then \
497	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
498	fi; test -z "$$fail"
499
500ID: $(am__tagged_files)
501	$(am__define_uniq_tagged_files); mkid -fID $$unique
502tags: tags-recursive
503TAGS: tags
504
505tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
506	set x; \
507	here=`pwd`; \
508	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
509	  include_option=--etags-include; \
510	  empty_fix=.; \
511	else \
512	  include_option=--include; \
513	  empty_fix=; \
514	fi; \
515	list='$(SUBDIRS)'; for subdir in $$list; do \
516	  if test "$$subdir" = .; then :; else \
517	    test ! -f $$subdir/TAGS || \
518	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
519	  fi; \
520	done; \
521	$(am__define_uniq_tagged_files); \
522	shift; \
523	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
524	  test -n "$$unique" || unique=$$empty_fix; \
525	  if test $$# -gt 0; then \
526	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
527	      "$$@" $$unique; \
528	  else \
529	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
530	      $$unique; \
531	  fi; \
532	fi
533ctags: ctags-recursive
534
535CTAGS: ctags
536ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
537	$(am__define_uniq_tagged_files); \
538	test -z "$(CTAGS_ARGS)$$unique" \
539	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
540	     $$unique
541
542GTAGS:
543	here=`$(am__cd) $(top_builddir) && pwd` \
544	  && $(am__cd) $(top_srcdir) \
545	  && gtags -i $(GTAGS_ARGS) "$$here"
546cscope: cscope.files
547	test ! -s cscope.files \
548	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
549clean-cscope:
550	-rm -f cscope.files
551cscope.files: clean-cscope cscopelist
552cscopelist: cscopelist-recursive
553
554cscopelist-am: $(am__tagged_files)
555	list='$(am__tagged_files)'; \
556	case "$(srcdir)" in \
557	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
558	  *) sdir=$(subdir)/$(srcdir) ;; \
559	esac; \
560	for i in $$list; do \
561	  if test -f "$$i"; then \
562	    echo "$(subdir)/$$i"; \
563	  else \
564	    echo "$$sdir/$$i"; \
565	  fi; \
566	done >> $(top_builddir)/cscope.files
567
568distclean-tags:
569	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
570	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
571
572distdir: $(DISTFILES)
573	@case `sed 15q $(srcdir)/NEWS` in \
574	*"$(VERSION)"*) : ;; \
575	*) \
576	  echo "NEWS not updated; not releasing" 1>&2; \
577	  exit 1;; \
578	esac
579	$(am__remove_distdir)
580	test -d "$(distdir)" || mkdir "$(distdir)"
581	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
582	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
583	list='$(DISTFILES)'; \
584	  dist_files=`for file in $$list; do echo $$file; done | \
585	  sed -e "s|^$$srcdirstrip/||;t" \
586	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
587	case $$dist_files in \
588	  */*) $(MKDIR_P) `echo "$$dist_files" | \
589			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
590			   sort -u` ;; \
591	esac; \
592	for file in $$dist_files; do \
593	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
594	  if test -d $$d/$$file; then \
595	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
596	    if test -d "$(distdir)/$$file"; then \
597	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
598	    fi; \
599	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
600	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
601	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
602	    fi; \
603	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
604	  else \
605	    test -f "$(distdir)/$$file" \
606	    || cp -p $$d/$$file "$(distdir)/$$file" \
607	    || exit 1; \
608	  fi; \
609	done
610	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
611	  if test "$$subdir" = .; then :; else \
612	    $(am__make_dryrun) \
613	      || test -d "$(distdir)/$$subdir" \
614	      || $(MKDIR_P) "$(distdir)/$$subdir" \
615	      || exit 1; \
616	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
617	    $(am__relativize); \
618	    new_distdir=$$reldir; \
619	    dir1=$$subdir; dir2="$(top_distdir)"; \
620	    $(am__relativize); \
621	    new_top_distdir=$$reldir; \
622	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
623	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
624	    ($(am__cd) $$subdir && \
625	      $(MAKE) $(AM_MAKEFLAGS) \
626	        top_distdir="$$new_top_distdir" \
627	        distdir="$$new_distdir" \
628		am__remove_distdir=: \
629		am__skip_length_check=: \
630		am__skip_mode_fix=: \
631	        distdir) \
632	      || exit 1; \
633	  fi; \
634	done
635	-test -n "$(am__skip_mode_fix)" \
636	|| find "$(distdir)" -type d ! -perm -755 \
637		-exec chmod u+rwx,go+rx {} \; -o \
638	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
639	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
640	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
641	|| chmod -R a+r "$(distdir)"
642dist-gzip: distdir
643	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
644	$(am__post_remove_distdir)
645
646dist-bzip2: distdir
647	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
648	$(am__post_remove_distdir)
649
650dist-lzip: distdir
651	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
652	$(am__post_remove_distdir)
653
654dist-xz: distdir
655	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
656	$(am__post_remove_distdir)
657
658dist-tarZ: distdir
659	@echo WARNING: "Support for distribution archives compressed with" \
660		       "legacy program 'compress' is deprecated." >&2
661	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
662	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
663	$(am__post_remove_distdir)
664
665dist-shar: distdir
666	@echo WARNING: "Support for shar distribution archives is" \
667	               "deprecated." >&2
668	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
669	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
670	$(am__post_remove_distdir)
671
672dist-zip: distdir
673	-rm -f $(distdir).zip
674	zip -rq $(distdir).zip $(distdir)
675	$(am__post_remove_distdir)
676
677dist dist-all:
678	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
679	$(am__post_remove_distdir)
680
681# This target untars the dist file and tries a VPATH configuration.  Then
682# it guarantees that the distribution is self-contained by making another
683# tarfile.
684distcheck: dist
685	case '$(DIST_ARCHIVES)' in \
686	*.tar.gz*) \
687	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
688	*.tar.bz2*) \
689	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
690	*.tar.lz*) \
691	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
692	*.tar.xz*) \
693	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
694	*.tar.Z*) \
695	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
696	*.shar.gz*) \
697	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
698	*.zip*) \
699	  unzip $(distdir).zip ;;\
700	esac
701	chmod -R a-w $(distdir)
702	chmod u+w $(distdir)
703	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
704	chmod a-w $(distdir)
705	test -d $(distdir)/_build || exit 0; \
706	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
707	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
708	  && am__cwd=`pwd` \
709	  && $(am__cd) $(distdir)/_build/sub \
710	  && ../../configure \
711	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
712	    $(DISTCHECK_CONFIGURE_FLAGS) \
713	    --srcdir=../.. --prefix="$$dc_install_base" \
714	  && $(MAKE) $(AM_MAKEFLAGS) \
715	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
716	  && $(MAKE) $(AM_MAKEFLAGS) check \
717	  && $(MAKE) $(AM_MAKEFLAGS) install \
718	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
719	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
720	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
721	        distuninstallcheck \
722	  && chmod -R a-w "$$dc_install_base" \
723	  && ({ \
724	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
725	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
726	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
727	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
728	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
729	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
730	  && rm -rf "$$dc_destdir" \
731	  && $(MAKE) $(AM_MAKEFLAGS) dist \
732	  && rm -rf $(DIST_ARCHIVES) \
733	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
734	  && cd "$$am__cwd" \
735	  || exit 1
736	$(am__post_remove_distdir)
737	@(echo "$(distdir) archives ready for distribution: "; \
738	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
739	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
740distuninstallcheck:
741	@test -n '$(distuninstallcheck_dir)' || { \
742	  echo 'ERROR: trying to run $@ with an empty' \
743	       '$$(distuninstallcheck_dir)' >&2; \
744	  exit 1; \
745	}; \
746	$(am__cd) '$(distuninstallcheck_dir)' || { \
747	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
748	  exit 1; \
749	}; \
750	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
751	   || { echo "ERROR: files left after uninstall:" ; \
752	        if test -n "$(DESTDIR)"; then \
753	          echo "  (check DESTDIR support)"; \
754	        fi ; \
755	        $(distuninstallcheck_listfiles) ; \
756	        exit 1; } >&2
757distcleancheck: distclean
758	@if test '$(srcdir)' = . ; then \
759	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
760	  exit 1 ; \
761	fi
762	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
763	  || { echo "ERROR: files left in build directory after distclean:" ; \
764	       $(distcleancheck_listfiles) ; \
765	       exit 1; } >&2
766check-am: all-am
767check: check-recursive
768all-am: Makefile
769installdirs: installdirs-recursive
770installdirs-am:
771install: install-recursive
772install-exec: install-exec-recursive
773install-data: install-data-recursive
774uninstall: uninstall-recursive
775
776install-am: all-am
777	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
778
779installcheck: installcheck-recursive
780install-strip:
781	if test -z '$(STRIP)'; then \
782	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
783	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
784	      install; \
785	else \
786	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
787	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
788	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
789	fi
790mostlyclean-generic:
791
792clean-generic:
793
794distclean-generic:
795	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
796	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
797	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
798
799maintainer-clean-generic:
800	@echo "This command is intended for maintainers to use"
801	@echo "it deletes files that may require special tools to rebuild."
802clean: clean-recursive
803
804clean-am: clean-generic clean-libtool mostlyclean-am
805
806distclean: distclean-recursive
807	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
808	-rm -f Makefile
809distclean-am: clean-am distclean-generic distclean-hdr \
810	distclean-libtool distclean-local distclean-tags
811
812dvi: dvi-recursive
813
814dvi-am:
815
816html: html-recursive
817
818html-am:
819
820info: info-recursive
821
822info-am:
823
824install-data-am:
825
826install-dvi: install-dvi-recursive
827
828install-dvi-am:
829
830install-exec-am:
831
832install-html: install-html-recursive
833
834install-html-am:
835
836install-info: install-info-recursive
837
838install-info-am:
839
840install-man:
841
842install-pdf: install-pdf-recursive
843
844install-pdf-am:
845
846install-ps: install-ps-recursive
847
848install-ps-am:
849
850installcheck-am:
851
852maintainer-clean: maintainer-clean-recursive
853	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
854	-rm -rf $(top_srcdir)/autom4te.cache
855	-rm -f Makefile
856maintainer-clean-am: distclean-am maintainer-clean-generic
857
858mostlyclean: mostlyclean-recursive
859
860mostlyclean-am: mostlyclean-generic mostlyclean-libtool
861
862pdf: pdf-recursive
863
864pdf-am:
865
866ps: ps-recursive
867
868ps-am:
869
870uninstall-am:
871
872.MAKE: $(am__recursive_targets) install-am install-strip
873
874.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
875	am--refresh check check-am clean clean-cscope clean-generic \
876	clean-libtool cscope cscopelist-am ctags ctags-am dist \
877	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
878	dist-xz dist-zip distcheck distclean distclean-generic \
879	distclean-hdr distclean-libtool distclean-local distclean-tags \
880	distcleancheck distdir distuninstallcheck dvi dvi-am html \
881	html-am info info-am install install-am install-data \
882	install-data-am install-dvi install-dvi-am install-exec \
883	install-exec-am install-html install-html-am install-info \
884	install-info-am install-man install-pdf install-pdf-am \
885	install-ps install-ps-am install-strip installcheck \
886	installcheck-am installdirs installdirs-am maintainer-clean \
887	maintainer-clean-generic mostlyclean mostlyclean-generic \
888	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
889	uninstall-am
890
891.PRECIOUS: Makefile
892
893
894utils-doc:
895	(cd $(top_builddir)/src && $(MAKE) docs)
896	(cd $(top_builddir)/doc && $(MAKE) docs)
897
898release-note-doc: NEWS
899	$(top_srcdir)/doc/news2xhtml.pl super_mediator gpl 10 < $(top_srcdir)/NEWS > doc/releases.xml
900
901make-doc-path:
902	mkdir -p $(top_builddir)/doc/html
903
904distclean-local:
905	rm -f $(top_builddir)/doc/releases.xml
906
907docs: make-doc-path utils-doc release-note-doc
908
909# Tell versions [3.59,3.63) of GNU make to not export all variables.
910# Otherwise a system limit (for SysV at least) may be exceeded.
911.NOEXPORT:
912