~ubuntu-branches/debian/sid/xfce4-indicator-plugin/sid

« back to all changes in this revision

Viewing changes to panel-plugin/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Evgeni Golov, Yves-Alexis Perez
  • Date: 2012-05-05 15:54:41 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120505155441-720vom0wcnhtcg0z
Tags: 0.5.0-1
[ Yves-Alexis Perez ]
* New upstream release.
* debian/rules:
  - build with --parallel.
* debian/control:
  - update debhelper build-dep to 9.
  - add build-dep on exo and xfconf.
  - update standards version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(desktopdir)"
51
51
PROGRAMS = $(plugin_PROGRAMS)
52
52
am_xfce4_indicator_plugin_OBJECTS =  \
 
53
        xfce4_indicator_plugin-indicator-button.$(OBJEXT) \
 
54
        xfce4_indicator_plugin-indicator-box.$(OBJEXT) \
53
55
        xfce4_indicator_plugin-indicator.$(OBJEXT)
54
56
xfce4_indicator_plugin_OBJECTS = $(am_xfce4_indicator_plugin_OBJECTS)
55
57
am__DEPENDENCIES_1 =
56
58
xfce4_indicator_plugin_DEPENDENCIES = $(am__DEPENDENCIES_1) \
57
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
59
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
60
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
61
        $(am__DEPENDENCIES_1)
58
62
xfce4_indicator_plugin_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
59
63
        $(LIBTOOLFLAGS) --mode=link $(CCLD) \
60
64
        $(xfce4_indicator_plugin_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
126
130
ECHO_T = @ECHO_T@
127
131
EGREP = @EGREP@
128
132
EXEEXT = @EXEEXT@
 
133
EXO_CFLAGS = @EXO_CFLAGS@
 
134
EXO_LIBS = @EXO_LIBS@
 
135
EXO_REQUIRED_VERSION = @EXO_REQUIRED_VERSION@
 
136
EXO_VERSION = @EXO_VERSION@
129
137
FGREP = @FGREP@
130
138
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
131
139
GMOFILES = @GMOFILES@
194
202
PACKAGE_VERSION = @PACKAGE_VERSION@
195
203
PATH_SEPARATOR = @PATH_SEPARATOR@
196
204
PKG_CONFIG = @PKG_CONFIG@
 
205
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
206
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
197
207
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
198
208
PLATFORM_CPPFLAGS = @PLATFORM_CPPFLAGS@
199
209
PLATFORM_LDFLAGS = @PLATFORM_LDFLAGS@
208
218
STRIP = @STRIP@
209
219
USE_NLS = @USE_NLS@
210
220
VERSION = @VERSION@
 
221
XFCONF_CFLAGS = @XFCONF_CFLAGS@
 
222
XFCONF_LIBS = @XFCONF_LIBS@
 
223
XFCONF_REQUIRED_VERSION = @XFCONF_REQUIRED_VERSION@
 
224
XFCONF_VERSION = @XFCONF_VERSION@
211
225
XGETTEXT = @XGETTEXT@
212
226
XGETTEXT_ARGS = @XGETTEXT_ARGS@
213
227
XMKMF = @XMKMF@
281
295
        $(libexecdir)/xfce4/panel-plugins
282
296
 
283
297
xfce4_indicator_plugin_SOURCES = \
 
298
        indicator-button.c                                                                      \
 
299
        indicator-button.h                                                                      \
 
300
        indicator-box.c                                                                 \
 
301
        indicator-box.h                                                                 \
284
302
        indicator.c                                                                     \
285
303
        indicator.h                                                                     
286
304
 
287
305
xfce4_indicator_plugin_CFLAGS = \
 
306
        $(GTK_CFLAGS) \
 
307
        $(EXO_CFLAGS) \
288
308
        $(LIBXFCE4UTIL_CFLAGS)                                          \
289
309
        $(LIBXFCE4PANEL_CFLAGS)                                         \
 
310
        $(XFCONF_CFLAGS)                                        \
290
311
        $(INDICATOR_CFLAGS)                                             \
291
312
        $(PLATFORM_CFLAGS)                                      \
292
313
        -DDATADIR=\""$(datadir)"\"                              \
294
315
        -DINDICATOR_DIR=\""$(INDICATORDIR)"\"
295
316
 
296
317
xfce4_indicator_plugin_LDADD = \
 
318
        $(GTK_LIBS) \
 
319
        $(EXO_LIBS) \
297
320
        $(LIBXFCE4UTIL_LIBS)                                            \
298
321
        $(LIBXFCE4PANEL_LIBS)                                           \
 
322
        $(XFCONF_LIBS)                                          \
299
323
        $(INDICATOR_LIBS)
300
324
 
301
325
 
408
432
distclean-compile:
409
433
        -rm -f *.tab.c
410
434
 
 
435
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfce4_indicator_plugin-indicator-box.Po@am__quote@
 
436
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfce4_indicator_plugin-indicator-button.Po@am__quote@
411
437
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfce4_indicator_plugin-indicator.Po@am__quote@
412
438
 
413
439
.c.o:
431
457
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
432
458
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
433
459
 
 
460
xfce4_indicator_plugin-indicator-button.o: indicator-button.c
 
461
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_indicator_plugin_CFLAGS) $(CFLAGS) -MT xfce4_indicator_plugin-indicator-button.o -MD -MP -MF $(DEPDIR)/xfce4_indicator_plugin-indicator-button.Tpo -c -o xfce4_indicator_plugin-indicator-button.o `test -f 'indicator-button.c' || echo '$(srcdir)/'`indicator-button.c
 
462
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/xfce4_indicator_plugin-indicator-button.Tpo $(DEPDIR)/xfce4_indicator_plugin-indicator-button.Po
 
463
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='indicator-button.c' object='xfce4_indicator_plugin-indicator-button.o' libtool=no @AMDEPBACKSLASH@
 
464
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
465
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_indicator_plugin_CFLAGS) $(CFLAGS) -c -o xfce4_indicator_plugin-indicator-button.o `test -f 'indicator-button.c' || echo '$(srcdir)/'`indicator-button.c
 
466
 
 
467
xfce4_indicator_plugin-indicator-button.obj: indicator-button.c
 
468
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_indicator_plugin_CFLAGS) $(CFLAGS) -MT xfce4_indicator_plugin-indicator-button.obj -MD -MP -MF $(DEPDIR)/xfce4_indicator_plugin-indicator-button.Tpo -c -o xfce4_indicator_plugin-indicator-button.obj `if test -f 'indicator-button.c'; then $(CYGPATH_W) 'indicator-button.c'; else $(CYGPATH_W) '$(srcdir)/indicator-button.c'; fi`
 
469
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/xfce4_indicator_plugin-indicator-button.Tpo $(DEPDIR)/xfce4_indicator_plugin-indicator-button.Po
 
470
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='indicator-button.c' object='xfce4_indicator_plugin-indicator-button.obj' libtool=no @AMDEPBACKSLASH@
 
471
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
472
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_indicator_plugin_CFLAGS) $(CFLAGS) -c -o xfce4_indicator_plugin-indicator-button.obj `if test -f 'indicator-button.c'; then $(CYGPATH_W) 'indicator-button.c'; else $(CYGPATH_W) '$(srcdir)/indicator-button.c'; fi`
 
473
 
 
474
xfce4_indicator_plugin-indicator-box.o: indicator-box.c
 
475
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_indicator_plugin_CFLAGS) $(CFLAGS) -MT xfce4_indicator_plugin-indicator-box.o -MD -MP -MF $(DEPDIR)/xfce4_indicator_plugin-indicator-box.Tpo -c -o xfce4_indicator_plugin-indicator-box.o `test -f 'indicator-box.c' || echo '$(srcdir)/'`indicator-box.c
 
476
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/xfce4_indicator_plugin-indicator-box.Tpo $(DEPDIR)/xfce4_indicator_plugin-indicator-box.Po
 
477
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='indicator-box.c' object='xfce4_indicator_plugin-indicator-box.o' libtool=no @AMDEPBACKSLASH@
 
478
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
479
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_indicator_plugin_CFLAGS) $(CFLAGS) -c -o xfce4_indicator_plugin-indicator-box.o `test -f 'indicator-box.c' || echo '$(srcdir)/'`indicator-box.c
 
480
 
 
481
xfce4_indicator_plugin-indicator-box.obj: indicator-box.c
 
482
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_indicator_plugin_CFLAGS) $(CFLAGS) -MT xfce4_indicator_plugin-indicator-box.obj -MD -MP -MF $(DEPDIR)/xfce4_indicator_plugin-indicator-box.Tpo -c -o xfce4_indicator_plugin-indicator-box.obj `if test -f 'indicator-box.c'; then $(CYGPATH_W) 'indicator-box.c'; else $(CYGPATH_W) '$(srcdir)/indicator-box.c'; fi`
 
483
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/xfce4_indicator_plugin-indicator-box.Tpo $(DEPDIR)/xfce4_indicator_plugin-indicator-box.Po
 
484
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='indicator-box.c' object='xfce4_indicator_plugin-indicator-box.obj' libtool=no @AMDEPBACKSLASH@
 
485
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
486
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_indicator_plugin_CFLAGS) $(CFLAGS) -c -o xfce4_indicator_plugin-indicator-box.obj `if test -f 'indicator-box.c'; then $(CYGPATH_W) 'indicator-box.c'; else $(CYGPATH_W) '$(srcdir)/indicator-box.c'; fi`
 
487
 
434
488
xfce4_indicator_plugin-indicator.o: indicator.c
435
489
@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
436
490
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/xfce4_indicator_plugin-indicator.Tpo $(DEPDIR)/xfce4_indicator_plugin-indicator.Po