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