~ubuntu-branches/ubuntu/maverick/xfce4-indicator-plugin/maverick

« back to all changes in this revision

Viewing changes to panel-plugin/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Evgeni Golov
  • Date: 2010-06-13 17:14:30 UTC
  • Revision ID: james.westby@ubuntu.com-20100613171430-9rv81gg6nmkp2ao3
Tags: upstream-0.0.1
ImportĀ upstreamĀ versionĀ 0.0.1

Show diffs side-by-side

added added

removed removed

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