~ubuntu-branches/debian/experimental/xfce4-panel/experimental

« back to all changes in this revision

Viewing changes to plugins/actions/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2008-05-19 08:08:22 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20080519080822-c8ptdv1s8o9r4ou0
Tags: 4.4.2-6
* switch to triggers:
  - debian/postinst: remove xfce-mcs-manager refresh.
  - debian/prerm dropped.
  - debian/control: conflicts against non-triggers-enable xfce4-mcs-manager.
* debian/control: remove useless Conflicts/Replaces against Sarge stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
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
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
@HAVE_CYGWIN_TRUE@am__append_1 = \
 
37
@HAVE_CYGWIN_TRUE@      -no-undefined                                                   \
 
38
@HAVE_CYGWIN_TRUE@      @LIBX11_LDFLAGS@                                                \
 
39
@HAVE_CYGWIN_TRUE@      @LIBXFCEGUI4_LIBS@                                              \
 
40
@HAVE_CYGWIN_TRUE@      @LIBX11_LIBS@
 
41
 
 
42
subdir = plugins/actions
 
43
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
45
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
47
        $(ACLOCAL_M4)
 
48
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
49
CONFIG_HEADER = $(top_builddir)/config.h
 
50
CONFIG_CLEAN_FILES =
 
51
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
52
am__vpath_adj = case $$p in \
 
53
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
54
    *) f=$$p;; \
 
55
  esac;
 
56
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
57
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(desktopdir)"
 
58
pluginLTLIBRARIES_INSTALL = $(INSTALL)
 
59
LTLIBRARIES = $(plugin_LTLIBRARIES)
 
60
am_libactions_la_OBJECTS = libactions_la-actions.lo
 
61
libactions_la_OBJECTS = $(am_libactions_la_OBJECTS)
 
62
libactions_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
63
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libactions_la_CFLAGS) \
 
64
        $(CFLAGS) $(libactions_la_LDFLAGS) $(LDFLAGS) -o $@
 
65
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
66
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
67
am__depfiles_maybe = depfiles
 
68
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
69
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
70
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
71
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
72
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
73
CCLD = $(CC)
 
74
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
75
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
76
        $(LDFLAGS) -o $@
 
77
SOURCES = $(libactions_la_SOURCES)
 
78
DIST_SOURCES = $(libactions_la_SOURCES)
 
79
desktopDATA_INSTALL = $(INSTALL_DATA)
 
80
DATA = $(desktop_DATA)
 
81
ETAGS = etags
 
82
CTAGS = ctags
 
83
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
84
ACLOCAL = @ACLOCAL@
 
85
ALL_LINGUAS = @ALL_LINGUAS@
 
86
AMTAR = @AMTAR@
 
87
AR = @AR@
 
88
AUTOCONF = @AUTOCONF@
 
89
AUTOHEADER = @AUTOHEADER@
 
90
AUTOMAKE = @AUTOMAKE@
 
91
AWK = @AWK@
 
92
CATALOGS = @CATALOGS@
 
93
CATOBJEXT = @CATOBJEXT@
 
94
CC = @CC@
 
95
CCDEPMODE = @CCDEPMODE@
 
96
CFLAGS = @CFLAGS@
 
97
CPP = @CPP@
 
98
CPPFLAGS = @CPPFLAGS@
 
99
CXX = @CXX@
 
100
CXXCPP = @CXXCPP@
 
101
CXXDEPMODE = @CXXDEPMODE@
 
102
CXXFLAGS = @CXXFLAGS@
 
103
CYGPATH_W = @CYGPATH_W@
 
104
DATADIRNAME = @DATADIRNAME@
 
105
DEFS = @DEFS@
 
106
DEPDIR = @DEPDIR@
 
107
DUMMY_SCRIPTS = @DUMMY_SCRIPTS@
 
108
ECHO = @ECHO@
 
109
ECHO_C = @ECHO_C@
 
110
ECHO_N = @ECHO_N@
 
111
ECHO_T = @ECHO_T@
 
112
EGREP = @EGREP@
 
113
EXEEXT = @EXEEXT@
 
114
F77 = @F77@
 
115
FFLAGS = @FFLAGS@
 
116
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
117
GMOFILES = @GMOFILES@
 
118
GMSGFMT = @GMSGFMT@
 
119
GREP = @GREP@
 
120
GTK_CFLAGS = @GTK_CFLAGS@
 
121
GTK_LIBS = @GTK_LIBS@
 
122
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
 
123
GTK_VERSION = @GTK_VERSION@
 
124
HTML_DIR = @HTML_DIR@
 
125
INSTALL = @INSTALL@
 
126
INSTALL_DATA = @INSTALL_DATA@
 
127
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
128
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
129
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
130
INSTOBJEXT = @INSTOBJEXT@
 
131
INTLLIBS = @INTLLIBS@
 
132
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
133
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
134
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
135
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
136
INTLTOOL_ICONV = @INTLTOOL_ICONV@
 
137
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
138
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
139
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
140
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
 
141
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
 
142
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
143
INTLTOOL_PERL = @INTLTOOL_PERL@
 
144
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
145
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
146
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
147
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
148
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
149
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
150
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
151
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
152
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
153
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
154
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
155
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
 
156
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
157
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
158
LDFLAGS = @LDFLAGS@
 
159
LIBOBJS = @LIBOBJS@
 
160
LIBS = @LIBS@
 
161
LIBSM_CFLAGS = @LIBSM_CFLAGS@
 
162
LIBSM_LDFLAGS = @LIBSM_LDFLAGS@
 
163
LIBSM_LIBS = @LIBSM_LIBS@
 
164
LIBSTARTUP_NOTIFICATION_CFLAGS = @LIBSTARTUP_NOTIFICATION_CFLAGS@
 
165
LIBSTARTUP_NOTIFICATION_LIBS = @LIBSTARTUP_NOTIFICATION_LIBS@
 
166
LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION = @LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION@
 
167
LIBSTARTUP_NOTIFICATION_VERSION = @LIBSTARTUP_NOTIFICATION_VERSION@
 
168
LIBTOOL = @LIBTOOL@
 
169
LIBX11_CFLAGS = @LIBX11_CFLAGS@
 
170
LIBX11_LDFLAGS = @LIBX11_LDFLAGS@
 
171
LIBX11_LIBS = @LIBX11_LIBS@
 
172
LIBXFCE4MCS_MANAGER_CFLAGS = @LIBXFCE4MCS_MANAGER_CFLAGS@
 
173
LIBXFCE4MCS_MANAGER_LIBS = @LIBXFCE4MCS_MANAGER_LIBS@
 
174
LIBXFCE4MCS_MANAGER_REQUIRED_VERSION = @LIBXFCE4MCS_MANAGER_REQUIRED_VERSION@
 
175
LIBXFCE4MCS_MANAGER_VERSION = @LIBXFCE4MCS_MANAGER_VERSION@
 
176
LIBXFCE4PANEL_VERINFO = @LIBXFCE4PANEL_VERINFO@
 
177
LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@
 
178
LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@
 
179
LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@
 
180
LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@
 
181
LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@
 
182
LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@
 
183
LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@
 
184
LIBXFCEGUI4_VERSION = @LIBXFCEGUI4_VERSION@
 
185
LN_S = @LN_S@
 
186
LTLIBOBJS = @LTLIBOBJS@
 
187
MAINT = @MAINT@
 
188
MAKEINFO = @MAKEINFO@
 
189
MKDIR_P = @MKDIR_P@
 
190
MKINSTALLDIRS = @MKINSTALLDIRS@
 
191
MSGFMT = @MSGFMT@
 
192
MSGFMT_OPTS = @MSGFMT_OPTS@
 
193
OBJEXT = @OBJEXT@
 
194
PACKAGE = @PACKAGE@
 
195
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
196
PACKAGE_NAME = @PACKAGE_NAME@
 
197
PACKAGE_STRING = @PACKAGE_STRING@
 
198
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
199
PACKAGE_VERSION = @PACKAGE_VERSION@
 
200
PATH_SEPARATOR = @PATH_SEPARATOR@
 
201
PKG_CONFIG = @PKG_CONFIG@
 
202
POFILES = @POFILES@
 
203
POSUB = @POSUB@
 
204
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
205
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
206
RANLIB = @RANLIB@
 
207
SED = @SED@
 
208
SET_MAKE = @SET_MAKE@
 
209
SHELL = @SHELL@
 
210
STRIP = @STRIP@
 
211
USE_NLS = @USE_NLS@
 
212
VERSION = @VERSION@
 
213
XFCE_MCS_MANAGER_CFLAGS = @XFCE_MCS_MANAGER_CFLAGS@
 
214
XFCE_MCS_MANAGER_LIBS = @XFCE_MCS_MANAGER_LIBS@
 
215
XFCE_MCS_MANAGER_PLUGINSDIR = @XFCE_MCS_MANAGER_PLUGINSDIR@
 
216
XFCE_MCS_MANAGER_REQUIRED_VERSION = @XFCE_MCS_MANAGER_REQUIRED_VERSION@
 
217
XFCE_MCS_MANAGER_VERSION = @XFCE_MCS_MANAGER_VERSION@
 
218
XGETTEXT = @XGETTEXT@
 
219
XGETTEXT_ARGS = @XGETTEXT_ARGS@
 
220
XMKMF = @XMKMF@
 
221
X_CFLAGS = @X_CFLAGS@
 
222
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
223
X_LIBS = @X_LIBS@
 
224
X_PRE_LIBS = @X_PRE_LIBS@
 
225
abs_builddir = @abs_builddir@
 
226
abs_srcdir = @abs_srcdir@
 
227
abs_top_builddir = @abs_top_builddir@
 
228
abs_top_srcdir = @abs_top_srcdir@
 
229
ac_ct_CC = @ac_ct_CC@
 
230
ac_ct_CXX = @ac_ct_CXX@
 
231
ac_ct_F77 = @ac_ct_F77@
 
232
am__include = @am__include@
 
233
am__leading_dot = @am__leading_dot@
 
234
am__quote = @am__quote@
 
235
am__tar = @am__tar@
 
236
am__untar = @am__untar@
 
237
bindir = @bindir@
 
238
build = @build@
 
239
build_alias = @build_alias@
 
240
build_cpu = @build_cpu@
 
241
build_os = @build_os@
 
242
build_vendor = @build_vendor@
 
243
builddir = @builddir@
 
244
datadir = @datadir@
 
245
datarootdir = @datarootdir@
 
246
docdir = @docdir@
 
247
dvidir = @dvidir@
 
248
exec_prefix = @exec_prefix@
 
249
host = @host@
 
250
host_alias = @host_alias@
 
251
host_cpu = @host_cpu@
 
252
host_os = @host_os@
 
253
host_vendor = @host_vendor@
 
254
htmldir = @htmldir@
 
255
includedir = @includedir@
 
256
infodir = @infodir@
 
257
install_sh = @install_sh@
 
258
libdir = @libdir@
 
259
libexecdir = @libexecdir@
 
260
localedir = @localedir@
 
261
localstatedir = @localstatedir@
 
262
mandir = @mandir@
 
263
mkdir_p = @mkdir_p@
 
264
oldincludedir = @oldincludedir@
 
265
pdfdir = @pdfdir@
 
266
prefix = @prefix@
 
267
program_transform_name = @program_transform_name@
 
268
psdir = @psdir@
 
269
sbindir = @sbindir@
 
270
sharedstatedir = @sharedstatedir@
 
271
srcdir = @srcdir@
 
272
sysconfdir = @sysconfdir@
 
273
target_alias = @target_alias@
 
274
top_builddir = @top_builddir@
 
275
top_srcdir = @top_srcdir@
 
276
plugindir = $(libdir)/xfce4/panel-plugins
 
277
plugin_LTLIBRARIES = libactions.la
 
278
libactions_la_LDFLAGS = -avoid-version -module $(am__append_1)
 
279
libactions_la_SOURCES = \
 
280
        actions.c
 
281
 
 
282
libactions_la_CFLAGS = \
 
283
        -I$(top_srcdir)                                                 \
 
284
        @LIBXFCEGUI4_CFLAGS@                                            \
 
285
        -DLOCALEDIR=\"$(localedir)\"
 
286
 
 
287
libactions_la_LIBADD = \
 
288
        ../../libxfce4panel/libxfce4panel.la                            \
 
289
        @LIBS@
 
290
 
 
291
libactions_la_DEPENDENCIES = \
 
292
        ../../libxfce4panel/libxfce4panel.la
 
293
 
 
294
 
 
295
# .desktop file
 
296
#
 
297
# Some automake trickery here. Because we cannot use $(libexecdir) in the
 
298
# automake stage, we'll use sed to get the full path into the .desktop file.
 
299
# We also need to let intltool merge the translated fields, so we add an
 
300
# additional level of indirection: a <name>.desktop.in.in file.
 
301
 
302
desktop_in_in_files = actions.desktop.in.in
 
303
desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
 
304
desktopdir = $(datadir)/xfce4/panel-plugins
 
305
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
306
EXTRA_DIST = \
 
307
        $(desktop_in_in_files)
 
308
 
 
309
DISTCLEANFILES = \
 
310
        $(desktop_DATA) $(desktop_in_files)
 
311
 
 
312
all: all-am
 
313
 
 
314
.SUFFIXES:
 
315
.SUFFIXES: .c .lo .o .obj
 
316
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
317
        @for dep in $?; do \
 
318
          case '$(am__configure_deps)' in \
 
319
            *$$dep*) \
 
320
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
321
                && exit 0; \
 
322
              exit 1;; \
 
323
          esac; \
 
324
        done; \
 
325
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugins/actions/Makefile'; \
 
326
        cd $(top_srcdir) && \
 
327
          $(AUTOMAKE) --gnu  plugins/actions/Makefile
 
328
.PRECIOUS: Makefile
 
329
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
330
        @case '$?' in \
 
331
          *config.status*) \
 
332
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
333
          *) \
 
334
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
335
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
336
        esac;
 
337
 
 
338
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
339
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
340
 
 
341
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
342
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
343
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
344
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
345
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
 
346
        @$(NORMAL_INSTALL)
 
347
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
 
348
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
349
          if test -f $$p; then \
 
350
            f=$(am__strip_dir) \
 
351
            echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
 
352
            $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
353
          else :; fi; \
 
354
        done
 
355
 
 
356
uninstall-pluginLTLIBRARIES:
 
357
        @$(NORMAL_UNINSTALL)
 
358
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
359
          p=$(am__strip_dir) \
 
360
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
 
361
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
362
        done
 
363
 
 
364
clean-pluginLTLIBRARIES:
 
365
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
 
366
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
367
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
368
          test "$$dir" != "$$p" || dir=.; \
 
369
          echo "rm -f \"$${dir}/so_locations\""; \
 
370
          rm -f "$${dir}/so_locations"; \
 
371
        done
 
372
libactions.la: $(libactions_la_OBJECTS) $(libactions_la_DEPENDENCIES) 
 
373
        $(libactions_la_LINK) -rpath $(plugindir) $(libactions_la_OBJECTS) $(libactions_la_LIBADD) $(LIBS)
 
374
 
 
375
mostlyclean-compile:
 
376
        -rm -f *.$(OBJEXT)
 
377
 
 
378
distclean-compile:
 
379
        -rm -f *.tab.c
 
380
 
 
381
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libactions_la-actions.Plo@am__quote@
 
382
 
 
383
.c.o:
 
384
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
385
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
386
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
387
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
388
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
389
 
 
390
.c.obj:
 
391
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
392
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
393
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
394
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
395
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
396
 
 
397
.c.lo:
 
398
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
399
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
400
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
401
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
402
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
403
 
 
404
libactions_la-actions.lo: actions.c
 
405
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libactions_la_CFLAGS) $(CFLAGS) -MT libactions_la-actions.lo -MD -MP -MF $(DEPDIR)/libactions_la-actions.Tpo -c -o libactions_la-actions.lo `test -f 'actions.c' || echo '$(srcdir)/'`actions.c
 
406
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libactions_la-actions.Tpo $(DEPDIR)/libactions_la-actions.Plo
 
407
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='actions.c' object='libactions_la-actions.lo' libtool=yes @AMDEPBACKSLASH@
 
408
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
409
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libactions_la_CFLAGS) $(CFLAGS) -c -o libactions_la-actions.lo `test -f 'actions.c' || echo '$(srcdir)/'`actions.c
 
410
 
 
411
mostlyclean-libtool:
 
412
        -rm -f *.lo
 
413
 
 
414
clean-libtool:
 
415
        -rm -rf .libs _libs
 
416
install-desktopDATA: $(desktop_DATA)
 
417
        @$(NORMAL_INSTALL)
 
418
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
 
419
        @list='$(desktop_DATA)'; for p in $$list; do \
 
420
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
421
          f=$(am__strip_dir) \
 
422
          echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \
 
423
          $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \
 
424
        done
 
425
 
 
426
uninstall-desktopDATA:
 
427
        @$(NORMAL_UNINSTALL)
 
428
        @list='$(desktop_DATA)'; for p in $$list; do \
 
429
          f=$(am__strip_dir) \
 
430
          echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \
 
431
          rm -f "$(DESTDIR)$(desktopdir)/$$f"; \
 
432
        done
 
433
 
 
434
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
435
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
436
        unique=`for i in $$list; do \
 
437
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
438
          done | \
 
439
          $(AWK) '    { files[$$0] = 1; } \
 
440
               END { for (i in files) print i; }'`; \
 
441
        mkid -fID $$unique
 
442
tags: TAGS
 
443
 
 
444
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
445
                $(TAGS_FILES) $(LISP)
 
446
        tags=; \
 
447
        here=`pwd`; \
 
448
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
449
        unique=`for i in $$list; do \
 
450
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
451
          done | \
 
452
          $(AWK) '    { files[$$0] = 1; } \
 
453
               END { for (i in files) print i; }'`; \
 
454
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
455
          test -n "$$unique" || unique=$$empty_fix; \
 
456
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
457
            $$tags $$unique; \
 
458
        fi
 
459
ctags: CTAGS
 
460
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
461
                $(TAGS_FILES) $(LISP)
 
462
        tags=; \
 
463
        here=`pwd`; \
 
464
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
465
        unique=`for i in $$list; do \
 
466
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
467
          done | \
 
468
          $(AWK) '    { files[$$0] = 1; } \
 
469
               END { for (i in files) print i; }'`; \
 
470
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
471
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
472
             $$tags $$unique
 
473
 
 
474
GTAGS:
 
475
        here=`$(am__cd) $(top_builddir) && pwd` \
 
476
          && cd $(top_srcdir) \
 
477
          && gtags -i $(GTAGS_ARGS) $$here
 
478
 
 
479
distclean-tags:
 
480
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
481
 
 
482
distdir: $(DISTFILES)
 
483
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
484
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
485
        list='$(DISTFILES)'; \
 
486
          dist_files=`for file in $$list; do echo $$file; done | \
 
487
          sed -e "s|^$$srcdirstrip/||;t" \
 
488
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
489
        case $$dist_files in \
 
490
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
491
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
492
                           sort -u` ;; \
 
493
        esac; \
 
494
        for file in $$dist_files; do \
 
495
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
496
          if test -d $$d/$$file; then \
 
497
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
498
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
499
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
500
            fi; \
 
501
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
502
          else \
 
503
            test -f $(distdir)/$$file \
 
504
            || cp -p $$d/$$file $(distdir)/$$file \
 
505
            || exit 1; \
 
506
          fi; \
 
507
        done
 
508
check-am: all-am
 
509
check: check-am
 
510
all-am: Makefile $(LTLIBRARIES) $(DATA)
 
511
installdirs:
 
512
        for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(desktopdir)"; do \
 
513
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
514
        done
 
515
install: install-am
 
516
install-exec: install-exec-am
 
517
install-data: install-data-am
 
518
uninstall: uninstall-am
 
519
 
 
520
install-am: all-am
 
521
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
522
 
 
523
installcheck: installcheck-am
 
524
install-strip:
 
525
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
526
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
527
          `test -z '$(STRIP)' || \
 
528
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
529
mostlyclean-generic:
 
530
 
 
531
clean-generic:
 
532
 
 
533
distclean-generic:
 
534
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
535
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
536
 
 
537
maintainer-clean-generic:
 
538
        @echo "This command is intended for maintainers to use"
 
539
        @echo "it deletes files that may require special tools to rebuild."
 
540
clean: clean-am
 
541
 
 
542
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
 
543
        mostlyclean-am
 
544
 
 
545
distclean: distclean-am
 
546
        -rm -rf ./$(DEPDIR)
 
547
        -rm -f Makefile
 
548
distclean-am: clean-am distclean-compile distclean-generic \
 
549
        distclean-tags
 
550
 
 
551
dvi: dvi-am
 
552
 
 
553
dvi-am:
 
554
 
 
555
html: html-am
 
556
 
 
557
info: info-am
 
558
 
 
559
info-am:
 
560
 
 
561
install-data-am: install-desktopDATA install-pluginLTLIBRARIES
 
562
 
 
563
install-dvi: install-dvi-am
 
564
 
 
565
install-exec-am:
 
566
 
 
567
install-html: install-html-am
 
568
 
 
569
install-info: install-info-am
 
570
 
 
571
install-man:
 
572
 
 
573
install-pdf: install-pdf-am
 
574
 
 
575
install-ps: install-ps-am
 
576
 
 
577
installcheck-am:
 
578
 
 
579
maintainer-clean: maintainer-clean-am
 
580
        -rm -rf ./$(DEPDIR)
 
581
        -rm -f Makefile
 
582
maintainer-clean-am: distclean-am maintainer-clean-generic
 
583
 
 
584
mostlyclean: mostlyclean-am
 
585
 
 
586
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
587
        mostlyclean-libtool
 
588
 
 
589
pdf: pdf-am
 
590
 
 
591
pdf-am:
 
592
 
 
593
ps: ps-am
 
594
 
 
595
ps-am:
 
596
 
 
597
uninstall-am: uninstall-desktopDATA uninstall-pluginLTLIBRARIES
 
598
 
 
599
.MAKE: install-am install-strip
 
600
 
 
601
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
602
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
 
603
        distclean-compile distclean-generic distclean-libtool \
 
604
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
605
        install install-am install-data install-data-am \
 
606
        install-desktopDATA install-dvi install-dvi-am install-exec \
 
607
        install-exec-am install-html install-html-am install-info \
 
608
        install-info-am install-man install-pdf install-pdf-am \
 
609
        install-pluginLTLIBRARIES install-ps install-ps-am \
 
610
        install-strip installcheck installcheck-am installdirs \
 
611
        maintainer-clean maintainer-clean-generic mostlyclean \
 
612
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
613
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
614
        uninstall-desktopDATA uninstall-pluginLTLIBRARIES
 
615
 
 
616
@INTLTOOL_DESKTOP_RULE@
 
617
 
 
618
# get full path into .desktop file
 
619
%.desktop.in: %.desktop.in.in $(plugin_LTLIBRARIES)
 
620
        plugin_name=`grep dlname= $(plugin_LTLIBRARIES) | sed "s/dlname='\(.*\)'/\1/"`; \
 
621
        sed     -e "s^@INTERNAL_PLUGIN_PATH@^$(libdir)/xfce4/panel-plugins^" \
 
622
                -e "s^@PLUGIN_NAME@^$$plugin_name^" \
 
623
                $< > $@
 
624
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
625
# Otherwise a system limit (for SysV at least) may be exceeded.
 
626
.NOEXPORT: