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

« back to all changes in this revision

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