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
17
18VPATH = @srcdir@
19am__is_gnu_make = { \
20  if test -z '$(MAKELEVEL)'; then \
21    false; \
22  elif test -n '$(MAKE_HOST)'; then \
23    true; \
24  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25    true; \
26  else \
27    false; \
28  fi; \
29}
30am__make_running_with_option = \
31  case $${target_option-} in \
32      ?) ;; \
33      *) echo "am__make_running_with_option: internal error: invalid" \
34              "target option '$${target_option-}' specified" >&2; \
35         exit 1;; \
36  esac; \
37  has_opt=no; \
38  sane_makeflags=$$MAKEFLAGS; \
39  if $(am__is_gnu_make); then \
40    sane_makeflags=$$MFLAGS; \
41  else \
42    case $$MAKEFLAGS in \
43      *\\[\ \	]*) \
44        bs=\\; \
45        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
47    esac; \
48  fi; \
49  skip_next=no; \
50  strip_trailopt () \
51  { \
52    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53  }; \
54  for flg in $$sane_makeflags; do \
55    test $$skip_next = yes && { skip_next=no; continue; }; \
56    case $$flg in \
57      *=*|--*) continue;; \
58        -*I) strip_trailopt 'I'; skip_next=yes;; \
59      -*I?*) strip_trailopt 'I';; \
60        -*O) strip_trailopt 'O'; skip_next=yes;; \
61      -*O?*) strip_trailopt 'O';; \
62        -*l) strip_trailopt 'l'; skip_next=yes;; \
63      -*l?*) strip_trailopt 'l';; \
64      -[dEDm]) skip_next=yes;; \
65      -[JT]) skip_next=yes;; \
66    esac; \
67    case $$flg in \
68      *$$target_option*) has_opt=yes; break;; \
69    esac; \
70  done; \
71  test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74pkgdatadir = $(datadir)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = @build@
91host_triplet = @host@
92@MAINTAINER_MODE_TRUE@am__append_1 = \
93@MAINTAINER_MODE_TRUE@	$(libtasklist_built_sources)
94
95subdir = plugins/tasklist
96ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97am__aclocal_m4_deps = $(top_srcdir)/configure.ac
98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99	$(ACLOCAL_M4)
100DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
101mkinstalldirs = $(install_sh) -d
102CONFIG_HEADER = $(top_builddir)/config.h
103CONFIG_CLEAN_FILES = tasklist.desktop.in
104CONFIG_CLEAN_VPATH_FILES =
105am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
106am__vpath_adj = case $$p in \
107    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
108    *) f=$$p;; \
109  esac;
110am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
111am__install_max = 40
112am__nobase_strip_setup = \
113  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
114am__nobase_strip = \
115  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
116am__nobase_list = $(am__nobase_strip_setup); \
117  for p in $$list; do echo "$$p $$p"; done | \
118  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
119  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
120    if (++n[$$2] == $(am__install_max)) \
121      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
122    END { for (dir in files) print dir, files[dir] }'
123am__base_list = \
124  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
125  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
126am__uninstall_files_from_dir = { \
127  test -z "$$files" \
128    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
129    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
130         $(am__cd) "$$dir" && rm -f $$files; }; \
131  }
132am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(desktopdir)"
133LTLIBRARIES = $(plugin_LTLIBRARIES)
134am__DEPENDENCIES_1 =
135am__objects_1 =
136am_libtasklist_la_OBJECTS = $(am__objects_1) \
137	libtasklist_la-tasklist.lo libtasklist_la-tasklist-widget.lo
138libtasklist_la_OBJECTS = $(am_libtasklist_la_OBJECTS)
139AM_V_lt = $(am__v_lt_@AM_V@)
140am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
141am__v_lt_0 = --silent
142am__v_lt_1 =
143libtasklist_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
144	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
145	$(libtasklist_la_CFLAGS) $(CFLAGS) $(libtasklist_la_LDFLAGS) \
146	$(LDFLAGS) -o $@
147AM_V_P = $(am__v_P_@AM_V@)
148am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
149am__v_P_0 = false
150am__v_P_1 = :
151AM_V_GEN = $(am__v_GEN_@AM_V@)
152am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
153am__v_GEN_0 = @echo "  GEN     " $@;
154am__v_GEN_1 =
155AM_V_at = $(am__v_at_@AM_V@)
156am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
157am__v_at_0 = @
158am__v_at_1 =
159DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
160depcomp = $(SHELL) $(top_srcdir)/depcomp
161am__maybe_remake_depfiles = depfiles
162am__depfiles_remade = ./$(DEPDIR)/libtasklist_la-tasklist-widget.Plo \
163	./$(DEPDIR)/libtasklist_la-tasklist.Plo
164am__mv = mv -f
165COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
166	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
167LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
169	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
170	$(AM_CFLAGS) $(CFLAGS)
171AM_V_CC = $(am__v_CC_@AM_V@)
172am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
173am__v_CC_0 = @echo "  CC      " $@;
174am__v_CC_1 =
175CCLD = $(CC)
176LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
178	$(AM_LDFLAGS) $(LDFLAGS) -o $@
179AM_V_CCLD = $(am__v_CCLD_@AM_V@)
180am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
181am__v_CCLD_0 = @echo "  CCLD    " $@;
182am__v_CCLD_1 =
183SOURCES = $(libtasklist_la_SOURCES)
184DIST_SOURCES = $(libtasklist_la_SOURCES)
185am__can_run_installinfo = \
186  case $$AM_UPDATE_INFO_DIR in \
187    n|no|NO) false;; \
188    *) (install-info --version) >/dev/null 2>&1;; \
189  esac
190DATA = $(desktop_DATA)
191am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
192# Read a list of newline-separated strings from the standard input,
193# and print each of them once, without duplicates.  Input order is
194# *not* preserved.
195am__uniquify_input = $(AWK) '\
196  BEGIN { nonempty = 0; } \
197  { items[$$0] = 1; nonempty = 1; } \
198  END { if (nonempty) { for (i in items) print i; }; } \
199'
200# Make sure the list of sources is unique.  This is necessary because,
201# e.g., the same source file might be shared among _SOURCES variables
202# for different programs/libraries.
203am__define_uniq_tagged_files = \
204  list='$(am__tagged_files)'; \
205  unique=`for i in $$list; do \
206    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
207  done | $(am__uniquify_input)`
208ETAGS = etags
209CTAGS = ctags
210am__DIST_COMMON = $(srcdir)/Makefile.in \
211	$(srcdir)/tasklist.desktop.in.in $(top_srcdir)/depcomp
212DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
213ACLOCAL = @ACLOCAL@
214ALL_LINGUAS = @ALL_LINGUAS@
215AMTAR = @AMTAR@
216AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
217AR = @AR@
218AUTOCONF = @AUTOCONF@
219AUTOHEADER = @AUTOHEADER@
220AUTOMAKE = @AUTOMAKE@
221AWK = @AWK@
222CAIRO_CFLAGS = @CAIRO_CFLAGS@
223CAIRO_LIBS = @CAIRO_LIBS@
224CAIRO_REQUIRED_VERSION = @CAIRO_REQUIRED_VERSION@
225CAIRO_VERSION = @CAIRO_VERSION@
226CATALOGS = @CATALOGS@
227CATOBJEXT = @CATOBJEXT@
228CC = @CC@
229CCDEPMODE = @CCDEPMODE@
230CFLAGS = @CFLAGS@
231CPP = @CPP@
232CPPFLAGS = @CPPFLAGS@
233CYGPATH_W = @CYGPATH_W@
234DATADIRNAME = @DATADIRNAME@
235DBUSMENU_CFLAGS = @DBUSMENU_CFLAGS@
236DBUSMENU_LIBS = @DBUSMENU_LIBS@
237DBUSMENU_REQUIRED_VERSION = @DBUSMENU_REQUIRED_VERSION@
238DBUSMENU_VERSION = @DBUSMENU_VERSION@
239DEFS = @DEFS@
240DEPDIR = @DEPDIR@
241DLLTOOL = @DLLTOOL@
242DSYMUTIL = @DSYMUTIL@
243DUMPBIN = @DUMPBIN@
244ECHO_C = @ECHO_C@
245ECHO_N = @ECHO_N@
246ECHO_T = @ECHO_T@
247EGREP = @EGREP@
248EXEEXT = @EXEEXT@
249EXO_CFLAGS = @EXO_CFLAGS@
250EXO_LIBS = @EXO_LIBS@
251EXO_REQUIRED_VERSION = @EXO_REQUIRED_VERSION@
252EXO_VERSION = @EXO_VERSION@
253FGREP = @FGREP@
254GARCON_CFLAGS = @GARCON_CFLAGS@
255GARCON_GTK3_CFLAGS = @GARCON_GTK3_CFLAGS@
256GARCON_GTK3_LIBS = @GARCON_GTK3_LIBS@
257GARCON_GTK3_REQUIRED_VERSION = @GARCON_GTK3_REQUIRED_VERSION@
258GARCON_GTK3_VERSION = @GARCON_GTK3_VERSION@
259GARCON_LIBS = @GARCON_LIBS@
260GARCON_REQUIRED_VERSION = @GARCON_REQUIRED_VERSION@
261GARCON_VERSION = @GARCON_VERSION@
262GDBUS_CODEGEN = @GDBUS_CODEGEN@
263GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
264GIO_CFLAGS = @GIO_CFLAGS@
265GIO_LIBS = @GIO_LIBS@
266GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@
267GIO_UNIX_CFLAGS = @GIO_UNIX_CFLAGS@
268GIO_UNIX_LIBS = @GIO_UNIX_LIBS@
269GIO_UNIX_REQUIRED_VERSION = @GIO_UNIX_REQUIRED_VERSION@
270GIO_UNIX_VERSION = @GIO_UNIX_VERSION@
271GIO_VERSION = @GIO_VERSION@
272GLIB_CFLAGS = @GLIB_CFLAGS@
273GLIB_LIBS = @GLIB_LIBS@
274GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@
275GLIB_VERSION = @GLIB_VERSION@
276GMODULE_CFLAGS = @GMODULE_CFLAGS@
277GMODULE_LIBS = @GMODULE_LIBS@
278GMODULE_REQUIRED_VERSION = @GMODULE_REQUIRED_VERSION@
279GMODULE_VERSION = @GMODULE_VERSION@
280GMOFILES = @GMOFILES@
281GMSGFMT = @GMSGFMT@
282GREP = @GREP@
283GTKDOC_CHECK = @GTKDOC_CHECK@
284GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
285GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
286GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
287GTKDOC_MKPDF = @GTKDOC_MKPDF@
288GTKDOC_REBASE = @GTKDOC_REBASE@
289GTK_CFLAGS = @GTK_CFLAGS@
290GTK_DOC_EXTRA_CFLAGS = @GTK_DOC_EXTRA_CFLAGS@
291GTK_LIBS = @GTK_LIBS@
292GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
293GTK_VERSION = @GTK_VERSION@
294HELPER_PATH_PREFIX = @HELPER_PATH_PREFIX@
295HTML_DIR = @HTML_DIR@
296INSTALL = @INSTALL@
297INSTALL_DATA = @INSTALL_DATA@
298INSTALL_PROGRAM = @INSTALL_PROGRAM@
299INSTALL_SCRIPT = @INSTALL_SCRIPT@
300INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
301INSTOBJEXT = @INSTOBJEXT@
302INTLLIBS = @INTLLIBS@
303INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
304INTLTOOL_MERGE = @INTLTOOL_MERGE@
305INTLTOOL_PERL = @INTLTOOL_PERL@
306INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
307INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
308INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
309INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
310INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
311INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
312INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
313INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
314INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
315INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
316INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
317INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
318INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
319INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
320LD = @LD@
321LDFLAGS = @LDFLAGS@
322LIBOBJS = @LIBOBJS@
323LIBS = @LIBS@
324LIBTOOL = @LIBTOOL@
325LIBWNCK_CFLAGS = @LIBWNCK_CFLAGS@
326LIBWNCK_LIBS = @LIBWNCK_LIBS@
327LIBWNCK_REQUIRED_VERSION = @LIBWNCK_REQUIRED_VERSION@
328LIBWNCK_VERSION = @LIBWNCK_VERSION@
329LIBX11_CFLAGS = @LIBX11_CFLAGS@
330LIBX11_LDFLAGS = @LIBX11_LDFLAGS@
331LIBX11_LIBS = @LIBX11_LIBS@
332LIBXFCE4PANEL_VERINFO = @LIBXFCE4PANEL_VERINFO@
333LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@
334LIBXFCE4PANEL_VERSION_API = @LIBXFCE4PANEL_VERSION_API@
335LIBXFCE4PANEL_VERSION_MAJOR = @LIBXFCE4PANEL_VERSION_MAJOR@
336LIBXFCE4PANEL_VERSION_MICRO = @LIBXFCE4PANEL_VERSION_MICRO@
337LIBXFCE4PANEL_VERSION_MINOR = @LIBXFCE4PANEL_VERSION_MINOR@
338LIBXFCE4UI_CFLAGS = @LIBXFCE4UI_CFLAGS@
339LIBXFCE4UI_LIBS = @LIBXFCE4UI_LIBS@
340LIBXFCE4UI_REQUIRED_VERSION = @LIBXFCE4UI_REQUIRED_VERSION@
341LIBXFCE4UI_VERSION = @LIBXFCE4UI_VERSION@
342LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@
343LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@
344LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@
345LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@
346LIPO = @LIPO@
347LN_S = @LN_S@
348LTLIBOBJS = @LTLIBOBJS@
349LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
350MAINT = @MAINT@
351MAKEINFO = @MAKEINFO@
352MANIFEST_TOOL = @MANIFEST_TOOL@
353MKDIR_P = @MKDIR_P@
354MKINSTALLDIRS = @MKINSTALLDIRS@
355MSGFMT = @MSGFMT@
356MSGFMT_OPTS = @MSGFMT_OPTS@
357MSGMERGE = @MSGMERGE@
358NM = @NM@
359NMEDIT = @NMEDIT@
360OBJDUMP = @OBJDUMP@
361OBJEXT = @OBJEXT@
362OTOOL = @OTOOL@
363OTOOL64 = @OTOOL64@
364PACKAGE = @PACKAGE@
365PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
366PACKAGE_NAME = @PACKAGE_NAME@
367PACKAGE_STRING = @PACKAGE_STRING@
368PACKAGE_TARNAME = @PACKAGE_TARNAME@
369PACKAGE_URL = @PACKAGE_URL@
370PACKAGE_VERSION = @PACKAGE_VERSION@
371PATH_SEPARATOR = @PATH_SEPARATOR@
372PERL = @PERL@
373PKG_CONFIG = @PKG_CONFIG@
374PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
375PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
376PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
377PLATFORM_CPPFLAGS = @PLATFORM_CPPFLAGS@
378PLATFORM_LDFLAGS = @PLATFORM_LDFLAGS@
379POFILES = @POFILES@
380POSUB = @POSUB@
381PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
382PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
383RANLIB = @RANLIB@
384SED = @SED@
385SET_MAKE = @SET_MAKE@
386SHELL = @SHELL@
387STRIP = @STRIP@
388USE_NLS = @USE_NLS@
389VAPIGEN = @VAPIGEN@
390VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
391VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
392VERSION = @VERSION@
393XFCE4_PANEL_CONFIG_VERSION = @XFCE4_PANEL_CONFIG_VERSION@
394XFCONF_CFLAGS = @XFCONF_CFLAGS@
395XFCONF_LIBS = @XFCONF_LIBS@
396XFCONF_REQUIRED_VERSION = @XFCONF_REQUIRED_VERSION@
397XFCONF_VERSION = @XFCONF_VERSION@
398XGETTEXT = @XGETTEXT@
399XGETTEXT_ARGS = @XGETTEXT_ARGS@
400XMKMF = @XMKMF@
401X_CFLAGS = @X_CFLAGS@
402X_EXTRA_LIBS = @X_EXTRA_LIBS@
403X_LIBS = @X_LIBS@
404X_PRE_LIBS = @X_PRE_LIBS@
405_GI_EXP_DATADIR = @_GI_EXP_DATADIR@
406_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
407abs_builddir = @abs_builddir@
408abs_srcdir = @abs_srcdir@
409abs_top_builddir = @abs_top_builddir@
410abs_top_srcdir = @abs_top_srcdir@
411ac_ct_AR = @ac_ct_AR@
412ac_ct_CC = @ac_ct_CC@
413ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
414am__include = @am__include@
415am__leading_dot = @am__leading_dot@
416am__quote = @am__quote@
417am__tar = @am__tar@
418am__untar = @am__untar@
419bindir = @bindir@
420build = @build@
421build_alias = @build_alias@
422build_cpu = @build_cpu@
423build_os = @build_os@
424build_vendor = @build_vendor@
425builddir = @builddir@
426datadir = @datadir@
427datarootdir = @datarootdir@
428docdir = @docdir@
429dvidir = @dvidir@
430exec_prefix = @exec_prefix@
431host = @host@
432host_alias = @host_alias@
433host_cpu = @host_cpu@
434host_os = @host_os@
435host_vendor = @host_vendor@
436htmldir = @htmldir@
437includedir = @includedir@
438infodir = @infodir@
439install_sh = @install_sh@
440intltool__v_merge_options_ = @intltool__v_merge_options_@
441intltool__v_merge_options_0 = @intltool__v_merge_options_0@
442libdir = @libdir@
443libexecdir = @libexecdir@
444localedir = @localedir@
445localstatedir = @localstatedir@
446mandir = @mandir@
447mkdir_p = @mkdir_p@
448oldincludedir = @oldincludedir@
449pdfdir = @pdfdir@
450prefix = @prefix@
451program_transform_name = @program_transform_name@
452psdir = @psdir@
453runstatedir = @runstatedir@
454sbindir = @sbindir@
455sharedstatedir = @sharedstatedir@
456srcdir = @srcdir@
457sysconfdir = @sysconfdir@
458target_alias = @target_alias@
459top_build_prefix = @top_build_prefix@
460top_builddir = @top_builddir@
461top_srcdir = @top_srcdir@
462AM_CPPFLAGS = \
463	-I$(top_srcdir) \
464	-DG_LOG_DOMAIN=\"libtasklist\" \
465	-DWNCK_I_KNOW_THIS_IS_UNSTABLE \
466	$(PLATFORM_CPPFLAGS)
467
468plugindir = $(libdir)/xfce4/panel/plugins
469plugin_LTLIBRARIES = \
470	libtasklist.la
471
472libtasklist_built_sources = \
473	tasklist-dialog_ui.h
474
475libtasklist_la_SOURCES = \
476	$(libtasklist_built_sources) \
477	tasklist.c \
478	tasklist-widget.c \
479	tasklist-widget.h
480
481libtasklist_la_CFLAGS = \
482	$(GTK_CFLAGS) \
483	$(EXO_CFLAGS) \
484	$(XFCONF_CFLAGS) \
485	$(LIBXFCE4UTIL_CFLAGS) \
486	$(LIBXFCE4UI_CFLAGS) \
487	$(LIBWNCK_CFLAGS) \
488	$(LIBX11_CFLAGS) \
489	$(PLATFORM_CFLAGS)
490
491libtasklist_la_LDFLAGS = \
492	-avoid-version \
493	-module \
494	-no-undefined \
495	-export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \
496	$(PLATFORM_LDFLAGS)
497
498libtasklist_la_LIBADD = \
499	$(top_builddir)/libxfce4panel/libxfce4panel-$(LIBXFCE4PANEL_VERSION_API).la \
500	$(top_builddir)/common/libpanel-common.la \
501	$(GTK_LIBS) \
502	$(EXO_LIBS) \
503	$(LIBXFCE4UTIL_LIBS) \
504	$(LIBXFCE4UI_LIBS) \
505	$(LIBWNCK_LIBS) \
506	$(LIBX11_LIBS) -lXext \
507	$(XFCONF_LIBS)
508
509libtasklist_la_DEPENDENCIES = \
510	$(top_builddir)/libxfce4panel/libxfce4panel-$(LIBXFCE4PANEL_VERSION_API).la \
511	$(top_builddir)/common/libpanel-common.la
512
513
514#
515# .desktop file
516#
517desktopdir = $(datadir)/xfce4/panel/plugins
518desktop_in_files = tasklist.desktop.in.in
519desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
520EXTRA_DIST = \
521	tasklist-dialog.glade \
522	$(desktop_in_files)
523
524DISTCLEANFILES = $(desktop_DATA) $(am__append_1)
525@MAINTAINER_MODE_TRUE@BUILT_SOURCES = \
526@MAINTAINER_MODE_TRUE@	$(libtasklist_built_sources)
527
528all: $(BUILT_SOURCES)
529	$(MAKE) $(AM_MAKEFLAGS) all-am
530
531.SUFFIXES:
532.SUFFIXES: .c .lo .o .obj
533$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
534	@for dep in $?; do \
535	  case '$(am__configure_deps)' in \
536	    *$$dep*) \
537	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
538	        && { if test -f $@; then exit 0; else break; fi; }; \
539	      exit 1;; \
540	  esac; \
541	done; \
542	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/tasklist/Makefile'; \
543	$(am__cd) $(top_srcdir) && \
544	  $(AUTOMAKE) --foreign plugins/tasklist/Makefile
545Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
546	@case '$?' in \
547	  *config.status*) \
548	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
549	  *) \
550	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
551	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
552	esac;
553
554$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
555	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
556
557$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
558	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
559$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
560	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
561$(am__aclocal_m4_deps):
562tasklist.desktop.in: $(top_builddir)/config.status $(srcdir)/tasklist.desktop.in.in
563	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
564
565install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
566	@$(NORMAL_INSTALL)
567	@list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
568	list2=; for p in $$list; do \
569	  if test -f $$p; then \
570	    list2="$$list2 $$p"; \
571	  else :; fi; \
572	done; \
573	test -z "$$list2" || { \
574	  echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
575	  $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
576	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
577	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
578	}
579
580uninstall-pluginLTLIBRARIES:
581	@$(NORMAL_UNINSTALL)
582	@list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
583	for p in $$list; do \
584	  $(am__strip_dir) \
585	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
586	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
587	done
588
589clean-pluginLTLIBRARIES:
590	-test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
591	@list='$(plugin_LTLIBRARIES)'; \
592	locs=`for p in $$list; do echo $$p; done | \
593	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
594	      sort -u`; \
595	test -z "$$locs" || { \
596	  echo rm -f $${locs}; \
597	  rm -f $${locs}; \
598	}
599
600libtasklist.la: $(libtasklist_la_OBJECTS) $(libtasklist_la_DEPENDENCIES) $(EXTRA_libtasklist_la_DEPENDENCIES)
601	$(AM_V_CCLD)$(libtasklist_la_LINK) -rpath $(plugindir) $(libtasklist_la_OBJECTS) $(libtasklist_la_LIBADD) $(LIBS)
602
603mostlyclean-compile:
604	-rm -f *.$(OBJEXT)
605
606distclean-compile:
607	-rm -f *.tab.c
608
609@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtasklist_la-tasklist-widget.Plo@am__quote@ # am--include-marker
610@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtasklist_la-tasklist.Plo@am__quote@ # am--include-marker
611
612$(am__depfiles_remade):
613	@$(MKDIR_P) $(@D)
614	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
615
616am--depfiles: $(am__depfiles_remade)
617
618.c.o:
619@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
620@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
621@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
622@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
624
625.c.obj:
626@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
627@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
628@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
629@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
630@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
631
632.c.lo:
633@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
634@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
635@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
636@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
637@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
638
639libtasklist_la-tasklist.lo: tasklist.c
640@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtasklist_la_CFLAGS) $(CFLAGS) -MT libtasklist_la-tasklist.lo -MD -MP -MF $(DEPDIR)/libtasklist_la-tasklist.Tpo -c -o libtasklist_la-tasklist.lo `test -f 'tasklist.c' || echo '$(srcdir)/'`tasklist.c
641@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtasklist_la-tasklist.Tpo $(DEPDIR)/libtasklist_la-tasklist.Plo
642@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tasklist.c' object='libtasklist_la-tasklist.lo' libtool=yes @AMDEPBACKSLASH@
643@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
644@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtasklist_la_CFLAGS) $(CFLAGS) -c -o libtasklist_la-tasklist.lo `test -f 'tasklist.c' || echo '$(srcdir)/'`tasklist.c
645
646libtasklist_la-tasklist-widget.lo: tasklist-widget.c
647@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtasklist_la_CFLAGS) $(CFLAGS) -MT libtasklist_la-tasklist-widget.lo -MD -MP -MF $(DEPDIR)/libtasklist_la-tasklist-widget.Tpo -c -o libtasklist_la-tasklist-widget.lo `test -f 'tasklist-widget.c' || echo '$(srcdir)/'`tasklist-widget.c
648@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtasklist_la-tasklist-widget.Tpo $(DEPDIR)/libtasklist_la-tasklist-widget.Plo
649@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tasklist-widget.c' object='libtasklist_la-tasklist-widget.lo' libtool=yes @AMDEPBACKSLASH@
650@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
651@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtasklist_la_CFLAGS) $(CFLAGS) -c -o libtasklist_la-tasklist-widget.lo `test -f 'tasklist-widget.c' || echo '$(srcdir)/'`tasklist-widget.c
652
653mostlyclean-libtool:
654	-rm -f *.lo
655
656clean-libtool:
657	-rm -rf .libs _libs
658install-desktopDATA: $(desktop_DATA)
659	@$(NORMAL_INSTALL)
660	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
661	if test -n "$$list"; then \
662	  echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \
663	  $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \
664	fi; \
665	for p in $$list; do \
666	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
667	  echo "$$d$$p"; \
668	done | $(am__base_list) | \
669	while read files; do \
670	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
671	  $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
672	done
673
674uninstall-desktopDATA:
675	@$(NORMAL_UNINSTALL)
676	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
677	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
678	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
679
680ID: $(am__tagged_files)
681	$(am__define_uniq_tagged_files); mkid -fID $$unique
682tags: tags-am
683TAGS: tags
684
685tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
686	set x; \
687	here=`pwd`; \
688	$(am__define_uniq_tagged_files); \
689	shift; \
690	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
691	  test -n "$$unique" || unique=$$empty_fix; \
692	  if test $$# -gt 0; then \
693	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
694	      "$$@" $$unique; \
695	  else \
696	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
697	      $$unique; \
698	  fi; \
699	fi
700ctags: ctags-am
701
702CTAGS: ctags
703ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
704	$(am__define_uniq_tagged_files); \
705	test -z "$(CTAGS_ARGS)$$unique" \
706	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
707	     $$unique
708
709GTAGS:
710	here=`$(am__cd) $(top_builddir) && pwd` \
711	  && $(am__cd) $(top_srcdir) \
712	  && gtags -i $(GTAGS_ARGS) "$$here"
713cscopelist: cscopelist-am
714
715cscopelist-am: $(am__tagged_files)
716	list='$(am__tagged_files)'; \
717	case "$(srcdir)" in \
718	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
719	  *) sdir=$(subdir)/$(srcdir) ;; \
720	esac; \
721	for i in $$list; do \
722	  if test -f "$$i"; then \
723	    echo "$(subdir)/$$i"; \
724	  else \
725	    echo "$$sdir/$$i"; \
726	  fi; \
727	done >> $(top_builddir)/cscope.files
728
729distclean-tags:
730	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
731
732distdir: $(BUILT_SOURCES)
733	$(MAKE) $(AM_MAKEFLAGS) distdir-am
734
735distdir-am: $(DISTFILES)
736	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
737	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
738	list='$(DISTFILES)'; \
739	  dist_files=`for file in $$list; do echo $$file; done | \
740	  sed -e "s|^$$srcdirstrip/||;t" \
741	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
742	case $$dist_files in \
743	  */*) $(MKDIR_P) `echo "$$dist_files" | \
744			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
745			   sort -u` ;; \
746	esac; \
747	for file in $$dist_files; do \
748	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
749	  if test -d $$d/$$file; then \
750	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
751	    if test -d "$(distdir)/$$file"; then \
752	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
753	    fi; \
754	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
755	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
756	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
757	    fi; \
758	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
759	  else \
760	    test -f "$(distdir)/$$file" \
761	    || cp -p $$d/$$file "$(distdir)/$$file" \
762	    || exit 1; \
763	  fi; \
764	done
765check-am: all-am
766check: $(BUILT_SOURCES)
767	$(MAKE) $(AM_MAKEFLAGS) check-am
768all-am: Makefile $(LTLIBRARIES) $(DATA)
769installdirs:
770	for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(desktopdir)"; do \
771	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
772	done
773install: $(BUILT_SOURCES)
774	$(MAKE) $(AM_MAKEFLAGS) install-am
775install-exec: install-exec-am
776install-data: install-data-am
777uninstall: uninstall-am
778
779install-am: all-am
780	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
781
782installcheck: installcheck-am
783install-strip:
784	if test -z '$(STRIP)'; then \
785	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
786	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
787	      install; \
788	else \
789	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
790	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
791	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
792	fi
793mostlyclean-generic:
794
795clean-generic:
796
797distclean-generic:
798	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
799	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
800	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
801
802maintainer-clean-generic:
803	@echo "This command is intended for maintainers to use"
804	@echo "it deletes files that may require special tools to rebuild."
805	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
806clean: clean-am
807
808clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
809	mostlyclean-am
810
811distclean: distclean-am
812		-rm -f ./$(DEPDIR)/libtasklist_la-tasklist-widget.Plo
813	-rm -f ./$(DEPDIR)/libtasklist_la-tasklist.Plo
814	-rm -f Makefile
815distclean-am: clean-am distclean-compile distclean-generic \
816	distclean-tags
817
818dvi: dvi-am
819
820dvi-am:
821
822html: html-am
823
824html-am:
825
826info: info-am
827
828info-am:
829
830install-data-am: install-desktopDATA install-pluginLTLIBRARIES
831
832install-dvi: install-dvi-am
833
834install-dvi-am:
835
836install-exec-am:
837
838install-html: install-html-am
839
840install-html-am:
841
842install-info: install-info-am
843
844install-info-am:
845
846install-man:
847
848install-pdf: install-pdf-am
849
850install-pdf-am:
851
852install-ps: install-ps-am
853
854install-ps-am:
855
856installcheck-am:
857
858maintainer-clean: maintainer-clean-am
859		-rm -f ./$(DEPDIR)/libtasklist_la-tasklist-widget.Plo
860	-rm -f ./$(DEPDIR)/libtasklist_la-tasklist.Plo
861	-rm -f Makefile
862maintainer-clean-am: distclean-am maintainer-clean-generic
863
864mostlyclean: mostlyclean-am
865
866mostlyclean-am: mostlyclean-compile mostlyclean-generic \
867	mostlyclean-libtool
868
869pdf: pdf-am
870
871pdf-am:
872
873ps: ps-am
874
875ps-am:
876
877uninstall-am: uninstall-desktopDATA uninstall-pluginLTLIBRARIES
878
879.MAKE: all check install install-am install-strip
880
881.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
882	clean-generic clean-libtool clean-pluginLTLIBRARIES \
883	cscopelist-am ctags ctags-am distclean distclean-compile \
884	distclean-generic distclean-libtool distclean-tags distdir dvi \
885	dvi-am html html-am info info-am install install-am \
886	install-data install-data-am install-desktopDATA install-dvi \
887	install-dvi-am install-exec install-exec-am install-html \
888	install-html-am install-info install-info-am install-man \
889	install-pdf install-pdf-am install-pluginLTLIBRARIES \
890	install-ps install-ps-am install-strip installcheck \
891	installcheck-am installdirs maintainer-clean \
892	maintainer-clean-generic mostlyclean mostlyclean-compile \
893	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
894	tags tags-am uninstall uninstall-am uninstall-desktopDATA \
895	uninstall-pluginLTLIBRARIES
896
897.PRECIOUS: Makefile
898
899@INTLTOOL_DESKTOP_RULE@
900
901@MAINTAINER_MODE_TRUE@tasklist-dialog_ui.h: tasklist-dialog.glade
902@MAINTAINER_MODE_TRUE@	$(AM_V_GEN) xdt-csource --static --strip-comments --strip-content --name=tasklist_dialog_ui $< >$@
903
904# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
905
906# Tell versions [3.59,3.63) of GNU make to not export all variables.
907# Otherwise a system limit (for SysV at least) may be exceeded.
908.NOEXPORT:
909