~ubuntu-branches/ubuntu/dapper/xfce-mcs-plugins/dapper

« back to all changes in this revision

Viewing changes to plugins/shortcuts_plugin/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jani Monoses
  • Date: 2006-04-11 17:40:35 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20060411174035-4y90hf4358m65r1k
Tags: 4.3.0svn+r20838-0ubuntu1
Upstream svn snapshot (merge keyboard and shortcut plugins)

Show diffs side-by-side

added added

removed removed

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