1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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@
90subdir = plugins
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/configure.ac
93am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94	$(ACLOCAL_M4)
95DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
96mkinstalldirs = $(install_sh) -d
97CONFIG_HEADER = $(top_builddir)/config.h
98CONFIG_CLEAN_FILES =
99CONFIG_CLEAN_VPATH_FILES =
100AM_V_P = $(am__v_P_@AM_V@)
101am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
102am__v_P_0 = false
103am__v_P_1 = :
104AM_V_GEN = $(am__v_GEN_@AM_V@)
105am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
106am__v_GEN_0 = @echo "  GEN     " $@;
107am__v_GEN_1 =
108AM_V_at = $(am__v_at_@AM_V@)
109am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
110am__v_at_0 = @
111am__v_at_1 =
112SOURCES =
113DIST_SOURCES =
114RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
115	ctags-recursive dvi-recursive html-recursive info-recursive \
116	install-data-recursive install-dvi-recursive \
117	install-exec-recursive install-html-recursive \
118	install-info-recursive install-pdf-recursive \
119	install-ps-recursive install-recursive installcheck-recursive \
120	installdirs-recursive pdf-recursive ps-recursive \
121	tags-recursive uninstall-recursive
122am__can_run_installinfo = \
123  case $$AM_UPDATE_INFO_DIR in \
124    n|no|NO) false;; \
125    *) (install-info --version) >/dev/null 2>&1;; \
126  esac
127RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
128  distclean-recursive maintainer-clean-recursive
129am__recursive_targets = \
130  $(RECURSIVE_TARGETS) \
131  $(RECURSIVE_CLEAN_TARGETS) \
132  $(am__extra_recursive_targets)
133AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
134	distdir distdir-am
135am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
136# Read a list of newline-separated strings from the standard input,
137# and print each of them once, without duplicates.  Input order is
138# *not* preserved.
139am__uniquify_input = $(AWK) '\
140  BEGIN { nonempty = 0; } \
141  { items[$$0] = 1; nonempty = 1; } \
142  END { if (nonempty) { for (i in items) print i; }; } \
143'
144# Make sure the list of sources is unique.  This is necessary because,
145# e.g., the same source file might be shared among _SOURCES variables
146# for different programs/libraries.
147am__define_uniq_tagged_files = \
148  list='$(am__tagged_files)'; \
149  unique=`for i in $$list; do \
150    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
151  done | $(am__uniquify_input)`
152ETAGS = etags
153CTAGS = ctags
154DIST_SUBDIRS = $(SUBDIRS)
155am__DIST_COMMON = $(srcdir)/Makefile.in
156DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
157am__relativize = \
158  dir0=`pwd`; \
159  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
160  sed_rest='s,^[^/]*/*,,'; \
161  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
162  sed_butlast='s,/*[^/]*$$,,'; \
163  while test -n "$$dir1"; do \
164    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
165    if test "$$first" != "."; then \
166      if test "$$first" = ".."; then \
167        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
168        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
169      else \
170        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
171        if test "$$first2" = "$$first"; then \
172          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
173        else \
174          dir2="../$$dir2"; \
175        fi; \
176        dir0="$$dir0"/"$$first"; \
177      fi; \
178    fi; \
179    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
180  done; \
181  reldir="$$dir2"
182ACLOCAL = @ACLOCAL@
183ALL_LINGUAS = @ALL_LINGUAS@
184AMTAR = @AMTAR@
185AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
186AR = @AR@
187AUTOCONF = @AUTOCONF@
188AUTOHEADER = @AUTOHEADER@
189AUTOMAKE = @AUTOMAKE@
190AWK = @AWK@
191CAIRO_CFLAGS = @CAIRO_CFLAGS@
192CAIRO_LIBS = @CAIRO_LIBS@
193CAIRO_REQUIRED_VERSION = @CAIRO_REQUIRED_VERSION@
194CAIRO_VERSION = @CAIRO_VERSION@
195CATALOGS = @CATALOGS@
196CATOBJEXT = @CATOBJEXT@
197CC = @CC@
198CCDEPMODE = @CCDEPMODE@
199CFLAGS = @CFLAGS@
200CPP = @CPP@
201CPPFLAGS = @CPPFLAGS@
202CYGPATH_W = @CYGPATH_W@
203DATADIRNAME = @DATADIRNAME@
204DBUSMENU_CFLAGS = @DBUSMENU_CFLAGS@
205DBUSMENU_LIBS = @DBUSMENU_LIBS@
206DBUSMENU_REQUIRED_VERSION = @DBUSMENU_REQUIRED_VERSION@
207DBUSMENU_VERSION = @DBUSMENU_VERSION@
208DEFS = @DEFS@
209DEPDIR = @DEPDIR@
210DLLTOOL = @DLLTOOL@
211DSYMUTIL = @DSYMUTIL@
212DUMPBIN = @DUMPBIN@
213ECHO_C = @ECHO_C@
214ECHO_N = @ECHO_N@
215ECHO_T = @ECHO_T@
216EGREP = @EGREP@
217EXEEXT = @EXEEXT@
218EXO_CFLAGS = @EXO_CFLAGS@
219EXO_LIBS = @EXO_LIBS@
220EXO_REQUIRED_VERSION = @EXO_REQUIRED_VERSION@
221EXO_VERSION = @EXO_VERSION@
222FGREP = @FGREP@
223GARCON_CFLAGS = @GARCON_CFLAGS@
224GARCON_GTK3_CFLAGS = @GARCON_GTK3_CFLAGS@
225GARCON_GTK3_LIBS = @GARCON_GTK3_LIBS@
226GARCON_GTK3_REQUIRED_VERSION = @GARCON_GTK3_REQUIRED_VERSION@
227GARCON_GTK3_VERSION = @GARCON_GTK3_VERSION@
228GARCON_LIBS = @GARCON_LIBS@
229GARCON_REQUIRED_VERSION = @GARCON_REQUIRED_VERSION@
230GARCON_VERSION = @GARCON_VERSION@
231GDBUS_CODEGEN = @GDBUS_CODEGEN@
232GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
233GIO_CFLAGS = @GIO_CFLAGS@
234GIO_LIBS = @GIO_LIBS@
235GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@
236GIO_UNIX_CFLAGS = @GIO_UNIX_CFLAGS@
237GIO_UNIX_LIBS = @GIO_UNIX_LIBS@
238GIO_UNIX_REQUIRED_VERSION = @GIO_UNIX_REQUIRED_VERSION@
239GIO_UNIX_VERSION = @GIO_UNIX_VERSION@
240GIO_VERSION = @GIO_VERSION@
241GLIB_CFLAGS = @GLIB_CFLAGS@
242GLIB_LIBS = @GLIB_LIBS@
243GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@
244GLIB_VERSION = @GLIB_VERSION@
245GMODULE_CFLAGS = @GMODULE_CFLAGS@
246GMODULE_LIBS = @GMODULE_LIBS@
247GMODULE_REQUIRED_VERSION = @GMODULE_REQUIRED_VERSION@
248GMODULE_VERSION = @GMODULE_VERSION@
249GMOFILES = @GMOFILES@
250GMSGFMT = @GMSGFMT@
251GREP = @GREP@
252GTKDOC_CHECK = @GTKDOC_CHECK@
253GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
254GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
255GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
256GTKDOC_MKPDF = @GTKDOC_MKPDF@
257GTKDOC_REBASE = @GTKDOC_REBASE@
258GTK_CFLAGS = @GTK_CFLAGS@
259GTK_DOC_EXTRA_CFLAGS = @GTK_DOC_EXTRA_CFLAGS@
260GTK_LIBS = @GTK_LIBS@
261GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
262GTK_VERSION = @GTK_VERSION@
263HELPER_PATH_PREFIX = @HELPER_PATH_PREFIX@
264HTML_DIR = @HTML_DIR@
265INSTALL = @INSTALL@
266INSTALL_DATA = @INSTALL_DATA@
267INSTALL_PROGRAM = @INSTALL_PROGRAM@
268INSTALL_SCRIPT = @INSTALL_SCRIPT@
269INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
270INSTOBJEXT = @INSTOBJEXT@
271INTLLIBS = @INTLLIBS@
272INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
273INTLTOOL_MERGE = @INTLTOOL_MERGE@
274INTLTOOL_PERL = @INTLTOOL_PERL@
275INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
276INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
277INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
278INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
279INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
280INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
281INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
282INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
283INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
284INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
285INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
286INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
287INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
288INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
289LD = @LD@
290LDFLAGS = @LDFLAGS@
291LIBOBJS = @LIBOBJS@
292LIBS = @LIBS@
293LIBTOOL = @LIBTOOL@
294LIBWNCK_CFLAGS = @LIBWNCK_CFLAGS@
295LIBWNCK_LIBS = @LIBWNCK_LIBS@
296LIBWNCK_REQUIRED_VERSION = @LIBWNCK_REQUIRED_VERSION@
297LIBWNCK_VERSION = @LIBWNCK_VERSION@
298LIBX11_CFLAGS = @LIBX11_CFLAGS@
299LIBX11_LDFLAGS = @LIBX11_LDFLAGS@
300LIBX11_LIBS = @LIBX11_LIBS@
301LIBXFCE4PANEL_VERINFO = @LIBXFCE4PANEL_VERINFO@
302LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@
303LIBXFCE4PANEL_VERSION_API = @LIBXFCE4PANEL_VERSION_API@
304LIBXFCE4PANEL_VERSION_MAJOR = @LIBXFCE4PANEL_VERSION_MAJOR@
305LIBXFCE4PANEL_VERSION_MICRO = @LIBXFCE4PANEL_VERSION_MICRO@
306LIBXFCE4PANEL_VERSION_MINOR = @LIBXFCE4PANEL_VERSION_MINOR@
307LIBXFCE4UI_CFLAGS = @LIBXFCE4UI_CFLAGS@
308LIBXFCE4UI_LIBS = @LIBXFCE4UI_LIBS@
309LIBXFCE4UI_REQUIRED_VERSION = @LIBXFCE4UI_REQUIRED_VERSION@
310LIBXFCE4UI_VERSION = @LIBXFCE4UI_VERSION@
311LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@
312LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@
313LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@
314LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@
315LIPO = @LIPO@
316LN_S = @LN_S@
317LTLIBOBJS = @LTLIBOBJS@
318LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
319MAINT = @MAINT@
320MAKEINFO = @MAKEINFO@
321MANIFEST_TOOL = @MANIFEST_TOOL@
322MKDIR_P = @MKDIR_P@
323MKINSTALLDIRS = @MKINSTALLDIRS@
324MSGFMT = @MSGFMT@
325MSGFMT_OPTS = @MSGFMT_OPTS@
326MSGMERGE = @MSGMERGE@
327NM = @NM@
328NMEDIT = @NMEDIT@
329OBJDUMP = @OBJDUMP@
330OBJEXT = @OBJEXT@
331OTOOL = @OTOOL@
332OTOOL64 = @OTOOL64@
333PACKAGE = @PACKAGE@
334PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
335PACKAGE_NAME = @PACKAGE_NAME@
336PACKAGE_STRING = @PACKAGE_STRING@
337PACKAGE_TARNAME = @PACKAGE_TARNAME@
338PACKAGE_URL = @PACKAGE_URL@
339PACKAGE_VERSION = @PACKAGE_VERSION@
340PATH_SEPARATOR = @PATH_SEPARATOR@
341PERL = @PERL@
342PKG_CONFIG = @PKG_CONFIG@
343PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
344PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
345PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
346PLATFORM_CPPFLAGS = @PLATFORM_CPPFLAGS@
347PLATFORM_LDFLAGS = @PLATFORM_LDFLAGS@
348POFILES = @POFILES@
349POSUB = @POSUB@
350PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
351PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
352RANLIB = @RANLIB@
353SED = @SED@
354SET_MAKE = @SET_MAKE@
355SHELL = @SHELL@
356STRIP = @STRIP@
357USE_NLS = @USE_NLS@
358VAPIGEN = @VAPIGEN@
359VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
360VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
361VERSION = @VERSION@
362XFCE4_PANEL_CONFIG_VERSION = @XFCE4_PANEL_CONFIG_VERSION@
363XFCONF_CFLAGS = @XFCONF_CFLAGS@
364XFCONF_LIBS = @XFCONF_LIBS@
365XFCONF_REQUIRED_VERSION = @XFCONF_REQUIRED_VERSION@
366XFCONF_VERSION = @XFCONF_VERSION@
367XGETTEXT = @XGETTEXT@
368XGETTEXT_ARGS = @XGETTEXT_ARGS@
369XMKMF = @XMKMF@
370X_CFLAGS = @X_CFLAGS@
371X_EXTRA_LIBS = @X_EXTRA_LIBS@
372X_LIBS = @X_LIBS@
373X_PRE_LIBS = @X_PRE_LIBS@
374_GI_EXP_DATADIR = @_GI_EXP_DATADIR@
375_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
376abs_builddir = @abs_builddir@
377abs_srcdir = @abs_srcdir@
378abs_top_builddir = @abs_top_builddir@
379abs_top_srcdir = @abs_top_srcdir@
380ac_ct_AR = @ac_ct_AR@
381ac_ct_CC = @ac_ct_CC@
382ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
383am__include = @am__include@
384am__leading_dot = @am__leading_dot@
385am__quote = @am__quote@
386am__tar = @am__tar@
387am__untar = @am__untar@
388bindir = @bindir@
389build = @build@
390build_alias = @build_alias@
391build_cpu = @build_cpu@
392build_os = @build_os@
393build_vendor = @build_vendor@
394builddir = @builddir@
395datadir = @datadir@
396datarootdir = @datarootdir@
397docdir = @docdir@
398dvidir = @dvidir@
399exec_prefix = @exec_prefix@
400host = @host@
401host_alias = @host_alias@
402host_cpu = @host_cpu@
403host_os = @host_os@
404host_vendor = @host_vendor@
405htmldir = @htmldir@
406includedir = @includedir@
407infodir = @infodir@
408install_sh = @install_sh@
409intltool__v_merge_options_ = @intltool__v_merge_options_@
410intltool__v_merge_options_0 = @intltool__v_merge_options_0@
411libdir = @libdir@
412libexecdir = @libexecdir@
413localedir = @localedir@
414localstatedir = @localstatedir@
415mandir = @mandir@
416mkdir_p = @mkdir_p@
417oldincludedir = @oldincludedir@
418pdfdir = @pdfdir@
419prefix = @prefix@
420program_transform_name = @program_transform_name@
421psdir = @psdir@
422runstatedir = @runstatedir@
423sbindir = @sbindir@
424sharedstatedir = @sharedstatedir@
425srcdir = @srcdir@
426sysconfdir = @sysconfdir@
427target_alias = @target_alias@
428top_build_prefix = @top_build_prefix@
429top_builddir = @top_builddir@
430top_srcdir = @top_srcdir@
431SUBDIRS = \
432	actions \
433	applicationsmenu \
434	clock \
435	directorymenu \
436	launcher \
437	pager \
438	separator \
439	showdesktop \
440	systray \
441	tasklist \
442	windowmenu
443
444all: all-recursive
445
446.SUFFIXES:
447$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
448	@for dep in $?; do \
449	  case '$(am__configure_deps)' in \
450	    *$$dep*) \
451	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
452	        && { if test -f $@; then exit 0; else break; fi; }; \
453	      exit 1;; \
454	  esac; \
455	done; \
456	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/Makefile'; \
457	$(am__cd) $(top_srcdir) && \
458	  $(AUTOMAKE) --foreign plugins/Makefile
459Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
460	@case '$?' in \
461	  *config.status*) \
462	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
463	  *) \
464	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
465	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
466	esac;
467
468$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
469	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
470
471$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
472	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
473$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
474	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
475$(am__aclocal_m4_deps):
476
477mostlyclean-libtool:
478	-rm -f *.lo
479
480clean-libtool:
481	-rm -rf .libs _libs
482
483# This directory's subdirectories are mostly independent; you can cd
484# into them and run 'make' without going through this Makefile.
485# To change the values of 'make' variables: instead of editing Makefiles,
486# (1) if the variable is set in 'config.status', edit 'config.status'
487#     (which will cause the Makefiles to be regenerated when you run 'make');
488# (2) otherwise, pass the desired values on the 'make' command line.
489$(am__recursive_targets):
490	@fail=; \
491	if $(am__make_keepgoing); then \
492	  failcom='fail=yes'; \
493	else \
494	  failcom='exit 1'; \
495	fi; \
496	dot_seen=no; \
497	target=`echo $@ | sed s/-recursive//`; \
498	case "$@" in \
499	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
500	  *) list='$(SUBDIRS)' ;; \
501	esac; \
502	for subdir in $$list; do \
503	  echo "Making $$target in $$subdir"; \
504	  if test "$$subdir" = "."; then \
505	    dot_seen=yes; \
506	    local_target="$$target-am"; \
507	  else \
508	    local_target="$$target"; \
509	  fi; \
510	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
511	  || eval $$failcom; \
512	done; \
513	if test "$$dot_seen" = "no"; then \
514	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
515	fi; test -z "$$fail"
516
517ID: $(am__tagged_files)
518	$(am__define_uniq_tagged_files); mkid -fID $$unique
519tags: tags-recursive
520TAGS: tags
521
522tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
523	set x; \
524	here=`pwd`; \
525	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
526	  include_option=--etags-include; \
527	  empty_fix=.; \
528	else \
529	  include_option=--include; \
530	  empty_fix=; \
531	fi; \
532	list='$(SUBDIRS)'; for subdir in $$list; do \
533	  if test "$$subdir" = .; then :; else \
534	    test ! -f $$subdir/TAGS || \
535	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
536	  fi; \
537	done; \
538	$(am__define_uniq_tagged_files); \
539	shift; \
540	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
541	  test -n "$$unique" || unique=$$empty_fix; \
542	  if test $$# -gt 0; then \
543	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
544	      "$$@" $$unique; \
545	  else \
546	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
547	      $$unique; \
548	  fi; \
549	fi
550ctags: ctags-recursive
551
552CTAGS: ctags
553ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
554	$(am__define_uniq_tagged_files); \
555	test -z "$(CTAGS_ARGS)$$unique" \
556	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
557	     $$unique
558
559GTAGS:
560	here=`$(am__cd) $(top_builddir) && pwd` \
561	  && $(am__cd) $(top_srcdir) \
562	  && gtags -i $(GTAGS_ARGS) "$$here"
563cscopelist: cscopelist-recursive
564
565cscopelist-am: $(am__tagged_files)
566	list='$(am__tagged_files)'; \
567	case "$(srcdir)" in \
568	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
569	  *) sdir=$(subdir)/$(srcdir) ;; \
570	esac; \
571	for i in $$list; do \
572	  if test -f "$$i"; then \
573	    echo "$(subdir)/$$i"; \
574	  else \
575	    echo "$$sdir/$$i"; \
576	  fi; \
577	done >> $(top_builddir)/cscope.files
578
579distclean-tags:
580	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
581
582distdir: $(BUILT_SOURCES)
583	$(MAKE) $(AM_MAKEFLAGS) distdir-am
584
585distdir-am: $(DISTFILES)
586	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
587	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
588	list='$(DISTFILES)'; \
589	  dist_files=`for file in $$list; do echo $$file; done | \
590	  sed -e "s|^$$srcdirstrip/||;t" \
591	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
592	case $$dist_files in \
593	  */*) $(MKDIR_P) `echo "$$dist_files" | \
594			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
595			   sort -u` ;; \
596	esac; \
597	for file in $$dist_files; do \
598	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
599	  if test -d $$d/$$file; then \
600	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
601	    if test -d "$(distdir)/$$file"; then \
602	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
603	    fi; \
604	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
605	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
606	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
607	    fi; \
608	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
609	  else \
610	    test -f "$(distdir)/$$file" \
611	    || cp -p $$d/$$file "$(distdir)/$$file" \
612	    || exit 1; \
613	  fi; \
614	done
615	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
616	  if test "$$subdir" = .; then :; else \
617	    $(am__make_dryrun) \
618	      || test -d "$(distdir)/$$subdir" \
619	      || $(MKDIR_P) "$(distdir)/$$subdir" \
620	      || exit 1; \
621	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
622	    $(am__relativize); \
623	    new_distdir=$$reldir; \
624	    dir1=$$subdir; dir2="$(top_distdir)"; \
625	    $(am__relativize); \
626	    new_top_distdir=$$reldir; \
627	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
628	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
629	    ($(am__cd) $$subdir && \
630	      $(MAKE) $(AM_MAKEFLAGS) \
631	        top_distdir="$$new_top_distdir" \
632	        distdir="$$new_distdir" \
633		am__remove_distdir=: \
634		am__skip_length_check=: \
635		am__skip_mode_fix=: \
636	        distdir) \
637	      || exit 1; \
638	  fi; \
639	done
640check-am: all-am
641check: check-recursive
642all-am: Makefile
643installdirs: installdirs-recursive
644installdirs-am:
645install: install-recursive
646install-exec: install-exec-recursive
647install-data: install-data-recursive
648uninstall: uninstall-recursive
649
650install-am: all-am
651	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
652
653installcheck: installcheck-recursive
654install-strip:
655	if test -z '$(STRIP)'; then \
656	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
657	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
658	      install; \
659	else \
660	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
661	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
662	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
663	fi
664mostlyclean-generic:
665
666clean-generic:
667
668distclean-generic:
669	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
670	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
671
672maintainer-clean-generic:
673	@echo "This command is intended for maintainers to use"
674	@echo "it deletes files that may require special tools to rebuild."
675clean: clean-recursive
676
677clean-am: clean-generic clean-libtool mostlyclean-am
678
679distclean: distclean-recursive
680	-rm -f Makefile
681distclean-am: clean-am distclean-generic distclean-tags
682
683dvi: dvi-recursive
684
685dvi-am:
686
687html: html-recursive
688
689html-am:
690
691info: info-recursive
692
693info-am:
694
695install-data-am:
696
697install-dvi: install-dvi-recursive
698
699install-dvi-am:
700
701install-exec-am:
702
703install-html: install-html-recursive
704
705install-html-am:
706
707install-info: install-info-recursive
708
709install-info-am:
710
711install-man:
712
713install-pdf: install-pdf-recursive
714
715install-pdf-am:
716
717install-ps: install-ps-recursive
718
719install-ps-am:
720
721installcheck-am:
722
723maintainer-clean: maintainer-clean-recursive
724	-rm -f Makefile
725maintainer-clean-am: distclean-am maintainer-clean-generic
726
727mostlyclean: mostlyclean-recursive
728
729mostlyclean-am: mostlyclean-generic mostlyclean-libtool
730
731pdf: pdf-recursive
732
733pdf-am:
734
735ps: ps-recursive
736
737ps-am:
738
739uninstall-am:
740
741.MAKE: $(am__recursive_targets) install-am install-strip
742
743.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
744	check-am clean clean-generic clean-libtool cscopelist-am ctags \
745	ctags-am distclean distclean-generic distclean-libtool \
746	distclean-tags distdir dvi dvi-am html html-am info info-am \
747	install install-am install-data install-data-am install-dvi \
748	install-dvi-am install-exec install-exec-am install-html \
749	install-html-am install-info install-info-am install-man \
750	install-pdf install-pdf-am install-ps install-ps-am \
751	install-strip installcheck installcheck-am installdirs \
752	installdirs-am maintainer-clean maintainer-clean-generic \
753	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
754	ps ps-am tags tags-am uninstall uninstall-am
755
756.PRECIOUS: Makefile
757
758
759# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
760
761# Tell versions [3.59,3.63) of GNU make to not export all variables.
762# Otherwise a system limit (for SysV at least) may be exceeded.
763.NOEXPORT:
764