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@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = .
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
97	$(am__configure_deps) $(am__DIST_COMMON)
98am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
99 configure.lineno config.status.lineno
100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = 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
131am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
132am__vpath_adj = case $$p in \
133    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
134    *) f=$$p;; \
135  esac;
136am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
137am__install_max = 40
138am__nobase_strip_setup = \
139  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
140am__nobase_strip = \
141  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
142am__nobase_list = $(am__nobase_strip_setup); \
143  for p in $$list; do echo "$$p $$p"; done | \
144  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
145  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
146    if (++n[$$2] == $(am__install_max)) \
147      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
148    END { for (dir in files) print dir, files[dir] }'
149am__base_list = \
150  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
151  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
152am__uninstall_files_from_dir = { \
153  test -z "$$files" \
154    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
155    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
156         $(am__cd) "$$dir" && rm -f $$files; }; \
157  }
158am__installdirs = "$(DESTDIR)$(desktopdir)"
159DATA = $(desktop_DATA)
160RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
161  distclean-recursive maintainer-clean-recursive
162am__recursive_targets = \
163  $(RECURSIVE_TARGETS) \
164  $(RECURSIVE_CLEAN_TARGETS) \
165  $(am__extra_recursive_targets)
166AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
167	cscope distdir distdir-am dist dist-all distcheck
168am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
169	$(LISP)config.h.in
170# Read a list of newline-separated strings from the standard input,
171# and print each of them once, without duplicates.  Input order is
172# *not* preserved.
173am__uniquify_input = $(AWK) '\
174  BEGIN { nonempty = 0; } \
175  { items[$$0] = 1; nonempty = 1; } \
176  END { if (nonempty) { for (i in items) print i; }; } \
177'
178# Make sure the list of sources is unique.  This is necessary because,
179# e.g., the same source file might be shared among _SOURCES variables
180# for different programs/libraries.
181am__define_uniq_tagged_files = \
182  list='$(am__tagged_files)'; \
183  unique=`for i in $$list; do \
184    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
185  done | $(am__uniquify_input)`
186ETAGS = etags
187CTAGS = ctags
188CSCOPE = cscope
189DIST_SUBDIRS = $(SUBDIRS)
190am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
191	COPYING COPYING.LIB ChangeLog INSTALL NEWS THANKS TODO compile \
192	config.guess config.sub install-sh ltmain.sh missing
193DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
194distdir = $(PACKAGE)-$(VERSION)
195top_distdir = $(distdir)
196am__remove_distdir = \
197  if test -d "$(distdir)"; then \
198    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
199      && rm -rf "$(distdir)" \
200      || { sleep 5 && rm -rf "$(distdir)"; }; \
201  else :; fi
202am__post_remove_distdir = $(am__remove_distdir)
203am__relativize = \
204  dir0=`pwd`; \
205  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
206  sed_rest='s,^[^/]*/*,,'; \
207  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
208  sed_butlast='s,/*[^/]*$$,,'; \
209  while test -n "$$dir1"; do \
210    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
211    if test "$$first" != "."; then \
212      if test "$$first" = ".."; then \
213        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
214        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
215      else \
216        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
217        if test "$$first2" = "$$first"; then \
218          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
219        else \
220          dir2="../$$dir2"; \
221        fi; \
222        dir0="$$dir0"/"$$first"; \
223      fi; \
224    fi; \
225    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
226  done; \
227  reldir="$$dir2"
228GZIP_ENV = --best
229DIST_ARCHIVES = $(distdir).tar.bz2
230DIST_TARGETS = dist-bzip2
231am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
232  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
233distcleancheck_listfiles = find . -type f -print
234ACLOCAL = @ACLOCAL@
235ALL_LINGUAS = @ALL_LINGUAS@
236AMTAR = @AMTAR@
237AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
238AR = @AR@
239AUTOCONF = @AUTOCONF@
240AUTOHEADER = @AUTOHEADER@
241AUTOMAKE = @AUTOMAKE@
242AWK = @AWK@
243CAIRO_CFLAGS = @CAIRO_CFLAGS@
244CAIRO_LIBS = @CAIRO_LIBS@
245CAIRO_REQUIRED_VERSION = @CAIRO_REQUIRED_VERSION@
246CAIRO_VERSION = @CAIRO_VERSION@
247CATALOGS = @CATALOGS@
248CATOBJEXT = @CATOBJEXT@
249CC = @CC@
250CCDEPMODE = @CCDEPMODE@
251CFLAGS = @CFLAGS@
252CPP = @CPP@
253CPPFLAGS = @CPPFLAGS@
254CYGPATH_W = @CYGPATH_W@
255DATADIRNAME = @DATADIRNAME@
256DBUSMENU_CFLAGS = @DBUSMENU_CFLAGS@
257DBUSMENU_LIBS = @DBUSMENU_LIBS@
258DBUSMENU_REQUIRED_VERSION = @DBUSMENU_REQUIRED_VERSION@
259DBUSMENU_VERSION = @DBUSMENU_VERSION@
260DEFS = @DEFS@
261DEPDIR = @DEPDIR@
262DLLTOOL = @DLLTOOL@
263DSYMUTIL = @DSYMUTIL@
264DUMPBIN = @DUMPBIN@
265ECHO_C = @ECHO_C@
266ECHO_N = @ECHO_N@
267ECHO_T = @ECHO_T@
268EGREP = @EGREP@
269EXEEXT = @EXEEXT@
270EXO_CFLAGS = @EXO_CFLAGS@
271EXO_LIBS = @EXO_LIBS@
272EXO_REQUIRED_VERSION = @EXO_REQUIRED_VERSION@
273EXO_VERSION = @EXO_VERSION@
274FGREP = @FGREP@
275GARCON_CFLAGS = @GARCON_CFLAGS@
276GARCON_GTK3_CFLAGS = @GARCON_GTK3_CFLAGS@
277GARCON_GTK3_LIBS = @GARCON_GTK3_LIBS@
278GARCON_GTK3_REQUIRED_VERSION = @GARCON_GTK3_REQUIRED_VERSION@
279GARCON_GTK3_VERSION = @GARCON_GTK3_VERSION@
280GARCON_LIBS = @GARCON_LIBS@
281GARCON_REQUIRED_VERSION = @GARCON_REQUIRED_VERSION@
282GARCON_VERSION = @GARCON_VERSION@
283GDBUS_CODEGEN = @GDBUS_CODEGEN@
284GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
285GIO_CFLAGS = @GIO_CFLAGS@
286GIO_LIBS = @GIO_LIBS@
287GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@
288GIO_UNIX_CFLAGS = @GIO_UNIX_CFLAGS@
289GIO_UNIX_LIBS = @GIO_UNIX_LIBS@
290GIO_UNIX_REQUIRED_VERSION = @GIO_UNIX_REQUIRED_VERSION@
291GIO_UNIX_VERSION = @GIO_UNIX_VERSION@
292GIO_VERSION = @GIO_VERSION@
293GLIB_CFLAGS = @GLIB_CFLAGS@
294GLIB_LIBS = @GLIB_LIBS@
295GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@
296GLIB_VERSION = @GLIB_VERSION@
297GMODULE_CFLAGS = @GMODULE_CFLAGS@
298GMODULE_LIBS = @GMODULE_LIBS@
299GMODULE_REQUIRED_VERSION = @GMODULE_REQUIRED_VERSION@
300GMODULE_VERSION = @GMODULE_VERSION@
301GMOFILES = @GMOFILES@
302GMSGFMT = @GMSGFMT@
303GREP = @GREP@
304GTKDOC_CHECK = @GTKDOC_CHECK@
305GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
306GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
307GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
308GTKDOC_MKPDF = @GTKDOC_MKPDF@
309GTKDOC_REBASE = @GTKDOC_REBASE@
310GTK_CFLAGS = @GTK_CFLAGS@
311GTK_DOC_EXTRA_CFLAGS = @GTK_DOC_EXTRA_CFLAGS@
312GTK_LIBS = @GTK_LIBS@
313GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
314GTK_VERSION = @GTK_VERSION@
315HELPER_PATH_PREFIX = @HELPER_PATH_PREFIX@
316HTML_DIR = @HTML_DIR@
317INSTALL = @INSTALL@
318INSTALL_DATA = @INSTALL_DATA@
319INSTALL_PROGRAM = @INSTALL_PROGRAM@
320INSTALL_SCRIPT = @INSTALL_SCRIPT@
321INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
322INSTOBJEXT = @INSTOBJEXT@
323INTLLIBS = @INTLLIBS@
324INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
325INTLTOOL_MERGE = @INTLTOOL_MERGE@
326INTLTOOL_PERL = @INTLTOOL_PERL@
327INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
328INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
329INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
330INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
331INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
332INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
333INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
334INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
335INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
336INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
337INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
338INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
339INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
340INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
341LD = @LD@
342LDFLAGS = @LDFLAGS@
343LIBOBJS = @LIBOBJS@
344LIBS = @LIBS@
345LIBTOOL = @LIBTOOL@
346LIBWNCK_CFLAGS = @LIBWNCK_CFLAGS@
347LIBWNCK_LIBS = @LIBWNCK_LIBS@
348LIBWNCK_REQUIRED_VERSION = @LIBWNCK_REQUIRED_VERSION@
349LIBWNCK_VERSION = @LIBWNCK_VERSION@
350LIBX11_CFLAGS = @LIBX11_CFLAGS@
351LIBX11_LDFLAGS = @LIBX11_LDFLAGS@
352LIBX11_LIBS = @LIBX11_LIBS@
353LIBXFCE4PANEL_VERINFO = @LIBXFCE4PANEL_VERINFO@
354LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@
355LIBXFCE4PANEL_VERSION_API = @LIBXFCE4PANEL_VERSION_API@
356LIBXFCE4PANEL_VERSION_MAJOR = @LIBXFCE4PANEL_VERSION_MAJOR@
357LIBXFCE4PANEL_VERSION_MICRO = @LIBXFCE4PANEL_VERSION_MICRO@
358LIBXFCE4PANEL_VERSION_MINOR = @LIBXFCE4PANEL_VERSION_MINOR@
359LIBXFCE4UI_CFLAGS = @LIBXFCE4UI_CFLAGS@
360LIBXFCE4UI_LIBS = @LIBXFCE4UI_LIBS@
361LIBXFCE4UI_REQUIRED_VERSION = @LIBXFCE4UI_REQUIRED_VERSION@
362LIBXFCE4UI_VERSION = @LIBXFCE4UI_VERSION@
363LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@
364LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@
365LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@
366LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@
367LIPO = @LIPO@
368LN_S = @LN_S@
369LTLIBOBJS = @LTLIBOBJS@
370LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
371MAINT = @MAINT@
372MAKEINFO = @MAKEINFO@
373MANIFEST_TOOL = @MANIFEST_TOOL@
374MKDIR_P = @MKDIR_P@
375MKINSTALLDIRS = @MKINSTALLDIRS@
376MSGFMT = @MSGFMT@
377MSGFMT_OPTS = @MSGFMT_OPTS@
378MSGMERGE = @MSGMERGE@
379NM = @NM@
380NMEDIT = @NMEDIT@
381OBJDUMP = @OBJDUMP@
382OBJEXT = @OBJEXT@
383OTOOL = @OTOOL@
384OTOOL64 = @OTOOL64@
385PACKAGE = @PACKAGE@
386PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
387PACKAGE_NAME = @PACKAGE_NAME@
388PACKAGE_STRING = @PACKAGE_STRING@
389PACKAGE_TARNAME = @PACKAGE_TARNAME@
390PACKAGE_URL = @PACKAGE_URL@
391PACKAGE_VERSION = @PACKAGE_VERSION@
392PATH_SEPARATOR = @PATH_SEPARATOR@
393PERL = @PERL@
394PKG_CONFIG = @PKG_CONFIG@
395PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
396PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
397PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
398PLATFORM_CPPFLAGS = @PLATFORM_CPPFLAGS@
399PLATFORM_LDFLAGS = @PLATFORM_LDFLAGS@
400POFILES = @POFILES@
401POSUB = @POSUB@
402PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
403PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
404RANLIB = @RANLIB@
405SED = @SED@
406SET_MAKE = @SET_MAKE@
407SHELL = @SHELL@
408STRIP = @STRIP@
409USE_NLS = @USE_NLS@
410VAPIGEN = @VAPIGEN@
411VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
412VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
413VERSION = @VERSION@
414XFCE4_PANEL_CONFIG_VERSION = @XFCE4_PANEL_CONFIG_VERSION@
415XFCONF_CFLAGS = @XFCONF_CFLAGS@
416XFCONF_LIBS = @XFCONF_LIBS@
417XFCONF_REQUIRED_VERSION = @XFCONF_REQUIRED_VERSION@
418XFCONF_VERSION = @XFCONF_VERSION@
419XGETTEXT = @XGETTEXT@
420XGETTEXT_ARGS = @XGETTEXT_ARGS@
421XMKMF = @XMKMF@
422X_CFLAGS = @X_CFLAGS@
423X_EXTRA_LIBS = @X_EXTRA_LIBS@
424X_LIBS = @X_LIBS@
425X_PRE_LIBS = @X_PRE_LIBS@
426_GI_EXP_DATADIR = @_GI_EXP_DATADIR@
427_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
428abs_builddir = @abs_builddir@
429abs_srcdir = @abs_srcdir@
430abs_top_builddir = @abs_top_builddir@
431abs_top_srcdir = @abs_top_srcdir@
432ac_ct_AR = @ac_ct_AR@
433ac_ct_CC = @ac_ct_CC@
434ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
435am__include = @am__include@
436am__leading_dot = @am__leading_dot@
437am__quote = @am__quote@
438am__tar = @am__tar@
439am__untar = @am__untar@
440bindir = @bindir@
441build = @build@
442build_alias = @build_alias@
443build_cpu = @build_cpu@
444build_os = @build_os@
445build_vendor = @build_vendor@
446builddir = @builddir@
447datadir = @datadir@
448datarootdir = @datarootdir@
449docdir = @docdir@
450dvidir = @dvidir@
451exec_prefix = @exec_prefix@
452host = @host@
453host_alias = @host_alias@
454host_cpu = @host_cpu@
455host_os = @host_os@
456host_vendor = @host_vendor@
457htmldir = @htmldir@
458includedir = @includedir@
459infodir = @infodir@
460install_sh = @install_sh@
461intltool__v_merge_options_ = @intltool__v_merge_options_@
462intltool__v_merge_options_0 = @intltool__v_merge_options_0@
463libdir = @libdir@
464libexecdir = @libexecdir@
465localedir = @localedir@
466localstatedir = @localstatedir@
467mandir = @mandir@
468mkdir_p = @mkdir_p@
469oldincludedir = @oldincludedir@
470pdfdir = @pdfdir@
471prefix = @prefix@
472program_transform_name = @program_transform_name@
473psdir = @psdir@
474runstatedir = @runstatedir@
475sbindir = @sbindir@
476sharedstatedir = @sharedstatedir@
477srcdir = @srcdir@
478sysconfdir = @sysconfdir@
479target_alias = @target_alias@
480top_build_prefix = @top_build_prefix@
481top_builddir = @top_builddir@
482top_srcdir = @top_srcdir@
483ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
484SUBDIRS = \
485	libxfce4panel \
486	common \
487	panel \
488	plugins \
489	wrapper \
490	migrate \
491	docs \
492	icons \
493	po
494
495distuninstallcheck_listfiles = \
496	find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
497
498desktopdir = $(datadir)/applications
499desktop_in_files = \
500	panel-desktop-handler.desktop.in \
501	panel-preferences.desktop.in
502
503desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
504EXTRA_DIST = \
505	$(desktop_in_files) \
506	intltool-extract.in \
507	intltool-merge.in \
508	intltool-update.in \
509	m4/introspection.m4 \
510	m4/vapigen.m4 \
511	README.md
512
513DISTCLEANFILES = \
514	$(desktop_DATA) \
515	intltool-extract \
516	intltool-merge \
517	intltool-update \
518	intltool-update-tmp
519
520DISTCHECK_CONFIGURE_FLAGS = \
521	--enable-gtk-doc \
522	--enable-introspection \
523	--enable-vala=no
524
525all: config.h
526	$(MAKE) $(AM_MAKEFLAGS) all-recursive
527
528.SUFFIXES:
529am--refresh: Makefile
530	@:
531$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
532	@for dep in $?; do \
533	  case '$(am__configure_deps)' in \
534	    *$$dep*) \
535	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
536	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
537		&& exit 0; \
538	      exit 1;; \
539	  esac; \
540	done; \
541	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
542	$(am__cd) $(top_srcdir) && \
543	  $(AUTOMAKE) --foreign Makefile
544Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
545	@case '$?' in \
546	  *config.status*) \
547	    echo ' $(SHELL) ./config.status'; \
548	    $(SHELL) ./config.status;; \
549	  *) \
550	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
551	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
552	esac;
553
554$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
555	$(SHELL) ./config.status --recheck
556
557$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
558	$(am__cd) $(srcdir) && $(AUTOCONF)
559$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
560	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
561$(am__aclocal_m4_deps):
562
563config.h: stamp-h1
564	@test -f $@ || rm -f stamp-h1
565	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
566
567stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
568	@rm -f stamp-h1
569	cd $(top_builddir) && $(SHELL) ./config.status config.h
570$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
571	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
572	rm -f stamp-h1
573	touch $@
574
575distclean-hdr:
576	-rm -f config.h stamp-h1
577
578mostlyclean-libtool:
579	-rm -f *.lo
580
581clean-libtool:
582	-rm -rf .libs _libs
583
584distclean-libtool:
585	-rm -f libtool config.lt
586install-desktopDATA: $(desktop_DATA)
587	@$(NORMAL_INSTALL)
588	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
589	if test -n "$$list"; then \
590	  echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \
591	  $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \
592	fi; \
593	for p in $$list; do \
594	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
595	  echo "$$d$$p"; \
596	done | $(am__base_list) | \
597	while read files; do \
598	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
599	  $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
600	done
601
602uninstall-desktopDATA:
603	@$(NORMAL_UNINSTALL)
604	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
605	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
606	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
607
608# This directory's subdirectories are mostly independent; you can cd
609# into them and run 'make' without going through this Makefile.
610# To change the values of 'make' variables: instead of editing Makefiles,
611# (1) if the variable is set in 'config.status', edit 'config.status'
612#     (which will cause the Makefiles to be regenerated when you run 'make');
613# (2) otherwise, pass the desired values on the 'make' command line.
614$(am__recursive_targets):
615	@fail=; \
616	if $(am__make_keepgoing); then \
617	  failcom='fail=yes'; \
618	else \
619	  failcom='exit 1'; \
620	fi; \
621	dot_seen=no; \
622	target=`echo $@ | sed s/-recursive//`; \
623	case "$@" in \
624	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
625	  *) list='$(SUBDIRS)' ;; \
626	esac; \
627	for subdir in $$list; do \
628	  echo "Making $$target in $$subdir"; \
629	  if test "$$subdir" = "."; then \
630	    dot_seen=yes; \
631	    local_target="$$target-am"; \
632	  else \
633	    local_target="$$target"; \
634	  fi; \
635	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
636	  || eval $$failcom; \
637	done; \
638	if test "$$dot_seen" = "no"; then \
639	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
640	fi; test -z "$$fail"
641
642ID: $(am__tagged_files)
643	$(am__define_uniq_tagged_files); mkid -fID $$unique
644tags: tags-recursive
645TAGS: tags
646
647tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
648	set x; \
649	here=`pwd`; \
650	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
651	  include_option=--etags-include; \
652	  empty_fix=.; \
653	else \
654	  include_option=--include; \
655	  empty_fix=; \
656	fi; \
657	list='$(SUBDIRS)'; for subdir in $$list; do \
658	  if test "$$subdir" = .; then :; else \
659	    test ! -f $$subdir/TAGS || \
660	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
661	  fi; \
662	done; \
663	$(am__define_uniq_tagged_files); \
664	shift; \
665	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
666	  test -n "$$unique" || unique=$$empty_fix; \
667	  if test $$# -gt 0; then \
668	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
669	      "$$@" $$unique; \
670	  else \
671	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
672	      $$unique; \
673	  fi; \
674	fi
675ctags: ctags-recursive
676
677CTAGS: ctags
678ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
679	$(am__define_uniq_tagged_files); \
680	test -z "$(CTAGS_ARGS)$$unique" \
681	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
682	     $$unique
683
684GTAGS:
685	here=`$(am__cd) $(top_builddir) && pwd` \
686	  && $(am__cd) $(top_srcdir) \
687	  && gtags -i $(GTAGS_ARGS) "$$here"
688cscope: cscope.files
689	test ! -s cscope.files \
690	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
691clean-cscope:
692	-rm -f cscope.files
693cscope.files: clean-cscope cscopelist
694cscopelist: cscopelist-recursive
695
696cscopelist-am: $(am__tagged_files)
697	list='$(am__tagged_files)'; \
698	case "$(srcdir)" in \
699	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
700	  *) sdir=$(subdir)/$(srcdir) ;; \
701	esac; \
702	for i in $$list; do \
703	  if test -f "$$i"; then \
704	    echo "$(subdir)/$$i"; \
705	  else \
706	    echo "$$sdir/$$i"; \
707	  fi; \
708	done >> $(top_builddir)/cscope.files
709
710distclean-tags:
711	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
712	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
713
714distdir: $(BUILT_SOURCES)
715	$(MAKE) $(AM_MAKEFLAGS) distdir-am
716
717distdir-am: $(DISTFILES)
718	$(am__remove_distdir)
719	test -d "$(distdir)" || mkdir "$(distdir)"
720	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
721	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
722	list='$(DISTFILES)'; \
723	  dist_files=`for file in $$list; do echo $$file; done | \
724	  sed -e "s|^$$srcdirstrip/||;t" \
725	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
726	case $$dist_files in \
727	  */*) $(MKDIR_P) `echo "$$dist_files" | \
728			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
729			   sort -u` ;; \
730	esac; \
731	for file in $$dist_files; do \
732	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
733	  if test -d $$d/$$file; then \
734	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
735	    if test -d "$(distdir)/$$file"; then \
736	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
737	    fi; \
738	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
739	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
740	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
741	    fi; \
742	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
743	  else \
744	    test -f "$(distdir)/$$file" \
745	    || cp -p $$d/$$file "$(distdir)/$$file" \
746	    || exit 1; \
747	  fi; \
748	done
749	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
750	  if test "$$subdir" = .; then :; else \
751	    $(am__make_dryrun) \
752	      || test -d "$(distdir)/$$subdir" \
753	      || $(MKDIR_P) "$(distdir)/$$subdir" \
754	      || exit 1; \
755	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
756	    $(am__relativize); \
757	    new_distdir=$$reldir; \
758	    dir1=$$subdir; dir2="$(top_distdir)"; \
759	    $(am__relativize); \
760	    new_top_distdir=$$reldir; \
761	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
762	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
763	    ($(am__cd) $$subdir && \
764	      $(MAKE) $(AM_MAKEFLAGS) \
765	        top_distdir="$$new_top_distdir" \
766	        distdir="$$new_distdir" \
767		am__remove_distdir=: \
768		am__skip_length_check=: \
769		am__skip_mode_fix=: \
770	        distdir) \
771	      || exit 1; \
772	  fi; \
773	done
774	$(MAKE) $(AM_MAKEFLAGS) \
775	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
776	  dist-hook
777	-test -n "$(am__skip_mode_fix)" \
778	|| find "$(distdir)" -type d ! -perm -755 \
779		-exec chmod u+rwx,go+rx {} \; -o \
780	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
781	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
782	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
783	|| chmod -R a+r "$(distdir)"
784dist-gzip: distdir
785	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
786	$(am__post_remove_distdir)
787dist-bzip2: distdir
788	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
789	$(am__post_remove_distdir)
790
791dist-lzip: distdir
792	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
793	$(am__post_remove_distdir)
794
795dist-xz: distdir
796	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
797	$(am__post_remove_distdir)
798
799dist-tarZ: distdir
800	@echo WARNING: "Support for distribution archives compressed with" \
801		       "legacy program 'compress' is deprecated." >&2
802	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
803	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
804	$(am__post_remove_distdir)
805
806dist-shar: distdir
807	@echo WARNING: "Support for shar distribution archives is" \
808	               "deprecated." >&2
809	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
810	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
811	$(am__post_remove_distdir)
812
813dist-zip: distdir
814	-rm -f $(distdir).zip
815	zip -rq $(distdir).zip $(distdir)
816	$(am__post_remove_distdir)
817
818dist dist-all:
819	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
820	$(am__post_remove_distdir)
821
822# This target untars the dist file and tries a VPATH configuration.  Then
823# it guarantees that the distribution is self-contained by making another
824# tarfile.
825distcheck: dist
826	case '$(DIST_ARCHIVES)' in \
827	*.tar.gz*) \
828	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
829	*.tar.bz2*) \
830	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
831	*.tar.lz*) \
832	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
833	*.tar.xz*) \
834	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
835	*.tar.Z*) \
836	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
837	*.shar.gz*) \
838	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
839	*.zip*) \
840	  unzip $(distdir).zip ;;\
841	esac
842	chmod -R a-w $(distdir)
843	chmod u+w $(distdir)
844	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
845	chmod a-w $(distdir)
846	test -d $(distdir)/_build || exit 0; \
847	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
848	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
849	  && am__cwd=`pwd` \
850	  && $(am__cd) $(distdir)/_build/sub \
851	  && ../../configure \
852	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
853	    $(DISTCHECK_CONFIGURE_FLAGS) \
854	    --srcdir=../.. --prefix="$$dc_install_base" \
855	  && $(MAKE) $(AM_MAKEFLAGS) \
856	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
857	  && $(MAKE) $(AM_MAKEFLAGS) check \
858	  && $(MAKE) $(AM_MAKEFLAGS) install \
859	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
860	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
861	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
862	        distuninstallcheck \
863	  && chmod -R a-w "$$dc_install_base" \
864	  && ({ \
865	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
866	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
867	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
868	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
869	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
870	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
871	  && rm -rf "$$dc_destdir" \
872	  && $(MAKE) $(AM_MAKEFLAGS) dist \
873	  && rm -rf $(DIST_ARCHIVES) \
874	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
875	  && cd "$$am__cwd" \
876	  || exit 1
877	$(am__post_remove_distdir)
878	@(echo "$(distdir) archives ready for distribution: "; \
879	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
880	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
881distuninstallcheck:
882	@test -n '$(distuninstallcheck_dir)' || { \
883	  echo 'ERROR: trying to run $@ with an empty' \
884	       '$$(distuninstallcheck_dir)' >&2; \
885	  exit 1; \
886	}; \
887	$(am__cd) '$(distuninstallcheck_dir)' || { \
888	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
889	  exit 1; \
890	}; \
891	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
892	   || { echo "ERROR: files left after uninstall:" ; \
893	        if test -n "$(DESTDIR)"; then \
894	          echo "  (check DESTDIR support)"; \
895	        fi ; \
896	        $(distuninstallcheck_listfiles) ; \
897	        exit 1; } >&2
898distcleancheck: distclean
899	@if test '$(srcdir)' = . ; then \
900	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
901	  exit 1 ; \
902	fi
903	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
904	  || { echo "ERROR: files left in build directory after distclean:" ; \
905	       $(distcleancheck_listfiles) ; \
906	       exit 1; } >&2
907check-am: all-am
908check: check-recursive
909all-am: Makefile $(DATA) config.h
910installdirs: installdirs-recursive
911installdirs-am:
912	for dir in "$(DESTDIR)$(desktopdir)"; do \
913	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
914	done
915install: install-recursive
916install-exec: install-exec-recursive
917install-data: install-data-recursive
918uninstall: uninstall-recursive
919
920install-am: all-am
921	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
922
923installcheck: installcheck-recursive
924install-strip:
925	if test -z '$(STRIP)'; then \
926	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
927	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
928	      install; \
929	else \
930	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
931	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
932	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
933	fi
934mostlyclean-generic:
935
936clean-generic:
937
938distclean-generic:
939	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
940	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
941	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
942
943maintainer-clean-generic:
944	@echo "This command is intended for maintainers to use"
945	@echo "it deletes files that may require special tools to rebuild."
946clean: clean-recursive
947
948clean-am: clean-generic clean-libtool mostlyclean-am
949
950distclean: distclean-recursive
951	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
952	-rm -f Makefile
953distclean-am: clean-am distclean-generic distclean-hdr \
954	distclean-libtool distclean-local distclean-tags
955
956dvi: dvi-recursive
957
958dvi-am:
959
960html: html-recursive
961
962html-am:
963
964info: info-recursive
965
966info-am:
967
968install-data-am: install-desktopDATA
969
970install-dvi: install-dvi-recursive
971
972install-dvi-am:
973
974install-exec-am:
975
976install-html: install-html-recursive
977
978install-html-am:
979
980install-info: install-info-recursive
981
982install-info-am:
983
984install-man:
985
986install-pdf: install-pdf-recursive
987
988install-pdf-am:
989
990install-ps: install-ps-recursive
991
992install-ps-am:
993
994installcheck-am:
995
996maintainer-clean: maintainer-clean-recursive
997	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
998	-rm -rf $(top_srcdir)/autom4te.cache
999	-rm -f Makefile
1000maintainer-clean-am: distclean-am maintainer-clean-generic
1001
1002mostlyclean: mostlyclean-recursive
1003
1004mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1005
1006pdf: pdf-recursive
1007
1008pdf-am:
1009
1010ps: ps-recursive
1011
1012ps-am:
1013
1014uninstall-am: uninstall-desktopDATA
1015
1016.MAKE: $(am__recursive_targets) all install-am install-strip
1017
1018.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1019	am--refresh check check-am clean clean-cscope clean-generic \
1020	clean-libtool cscope cscopelist-am ctags ctags-am dist \
1021	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1022	dist-tarZ dist-xz dist-zip distcheck distclean \
1023	distclean-generic distclean-hdr distclean-libtool \
1024	distclean-local distclean-tags distcleancheck distdir \
1025	distuninstallcheck dvi dvi-am html html-am info info-am \
1026	install install-am install-data install-data-am \
1027	install-desktopDATA install-dvi install-dvi-am install-exec \
1028	install-exec-am install-html install-html-am install-info \
1029	install-info-am install-man install-pdf install-pdf-am \
1030	install-ps install-ps-am install-strip installcheck \
1031	installcheck-am installdirs installdirs-am maintainer-clean \
1032	maintainer-clean-generic mostlyclean mostlyclean-generic \
1033	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1034	uninstall-am uninstall-desktopDATA
1035
1036.PRECIOUS: Makefile
1037
1038
1039distclean-local:
1040	rm -rf *.spec *.cache *~
1041@INTLTOOL_DESKTOP_RULE@
1042
1043.PHONY: ChangeLog
1044
1045ChangeLog: Makefile
1046	(GIT_DIR=$(top_srcdir)/.git git log xfce-4.6-master..HEAD > .changelog.tmp \
1047	&& mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
1048	|| (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2)
1049
1050dist-hook: ChangeLog
1051
1052# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
1053
1054# Tell versions [3.59,3.63) of GNU make to not export all variables.
1055# Otherwise a system limit (for SysV at least) may be exceeded.
1056.NOEXPORT:
1057