~noskcaj/ubuntu/vivid/xfce4-panel/4.11.2

« back to all changes in this revision

Viewing changes to plugins/windowmenu/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Unit 193, Unit 193, Lionel Le Folgoc
  • Date: 2014-02-12 15:41:39 UTC
  • mfrom: (1.1.36)
  • Revision ID: package-import@ubuntu.com-20140212154139-j4cm4hlso68qadjw
Tags: 4.11.0~0.git20140209.86a1b73-0ubuntu1
[ Unit 193 ]
* New git snapshot. (LP: #1238997)
* debian/patches:
  - 02_potfiles-fix-ftbfs.patch: added, add missing files to po/POTFILES.in.
* debian/control: add b-dep on newer garcon.

[ Lionel Le Folgoc ]
* debian/patches:
  - xubuntu_add-calendar-popup-to-clock-plugin.patch: dropped, included.
  - series: refreshed.
* debian/xfce4-panel.install: include both (gtk2 and gtk3) wrappers.
* debian/rules: pass --enable-gtk3 --disable-silent-rules to configure script.
* debian/control: add b-dep on libgtk-3-dev.
* debian/xfce4-panel.shlibs: updated for the gtk3 library.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.13.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
17
17
 
18
18
 
19
19
VPATH = @srcdir@
20
 
am__make_dryrun = \
21
 
  { \
22
 
    am__dry=no; \
 
20
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
21
am__make_running_with_option = \
 
22
  case $${target_option-} in \
 
23
      ?) ;; \
 
24
      *) echo "am__make_running_with_option: internal error: invalid" \
 
25
              "target option '$${target_option-}' specified" >&2; \
 
26
         exit 1;; \
 
27
  esac; \
 
28
  has_opt=no; \
 
29
  sane_makeflags=$$MAKEFLAGS; \
 
30
  if $(am__is_gnu_make); then \
 
31
    sane_makeflags=$$MFLAGS; \
 
32
  else \
23
33
    case $$MAKEFLAGS in \
24
34
      *\\[\ \   ]*) \
25
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
26
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27
 
      *) \
28
 
        for am__flg in $$MAKEFLAGS; do \
29
 
          case $$am__flg in \
30
 
            *=*|--*) ;; \
31
 
            *n*) am__dry=yes; break;; \
32
 
          esac; \
33
 
        done;; \
34
 
    esac; \
35
 
    test $$am__dry = yes; \
36
 
  }
 
35
        bs=\\; \
 
36
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
37
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
38
    esac; \
 
39
  fi; \
 
40
  skip_next=no; \
 
41
  strip_trailopt () \
 
42
  { \
 
43
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
44
  }; \
 
45
  for flg in $$sane_makeflags; do \
 
46
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
47
    case $$flg in \
 
48
      *=*|--*) continue;; \
 
49
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
50
      -*I?*) strip_trailopt 'I';; \
 
51
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
52
      -*O?*) strip_trailopt 'O';; \
 
53
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
54
      -*l?*) strip_trailopt 'l';; \
 
55
      -[dEDm]) skip_next=yes;; \
 
56
      -[JT]) skip_next=yes;; \
 
57
    esac; \
 
58
    case $$flg in \
 
59
      *$$target_option*) has_opt=yes; break;; \
 
60
    esac; \
 
61
  done; \
 
62
  test $$has_opt = yes
 
63
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
64
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
37
65
pkgdatadir = $(datadir)/@PACKAGE@
38
66
pkgincludedir = $(includedir)/@PACKAGE@
39
67
pkglibdir = $(libdir)/@PACKAGE@
57
85
 
58
86
subdir = plugins/windowmenu
59
87
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
60
 
        $(top_srcdir)/depcomp
 
88
        $(srcdir)/windowmenu.desktop.in.in $(top_srcdir)/depcomp
61
89
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62
90
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
63
91
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64
92
        $(ACLOCAL_M4)
65
93
mkinstalldirs = $(install_sh) -d
66
94
CONFIG_HEADER = $(top_builddir)/config.h
67
 
CONFIG_CLEAN_FILES =
 
95
CONFIG_CLEAN_FILES = windowmenu.desktop.in
68
96
CONFIG_CLEAN_VPATH_FILES =
69
97
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
70
98
am__vpath_adj = case $$p in \
214
242
EXO_VERSION = @EXO_VERSION@
215
243
FGREP = @FGREP@
216
244
GARCON_CFLAGS = @GARCON_CFLAGS@
 
245
GARCON_GTK2_CFLAGS = @GARCON_GTK2_CFLAGS@
 
246
GARCON_GTK2_LIBS = @GARCON_GTK2_LIBS@
 
247
GARCON_GTK2_REQUIRED_VERSION = @GARCON_GTK2_REQUIRED_VERSION@
 
248
GARCON_GTK2_VERSION = @GARCON_GTK2_VERSION@
217
249
GARCON_LIBS = @GARCON_LIBS@
218
250
GARCON_REQUIRED_VERSION = @GARCON_REQUIRED_VERSION@
219
251
GARCON_VERSION = @GARCON_VERSION@
237
269
GMOFILES = @GMOFILES@
238
270
GMSGFMT = @GMSGFMT@
239
271
GREP = @GREP@
 
272
GTK3_CFLAGS = @GTK3_CFLAGS@
 
273
GTK3_LIBS = @GTK3_LIBS@
 
274
GTK3_REQUIRED_VERSION = @GTK3_REQUIRED_VERSION@
 
275
GTK3_VERSION = @GTK3_VERSION@
240
276
GTKDOC_CHECK = @GTKDOC_CHECK@
241
277
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
242
278
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
459
495
# .desktop file
460
496
#
461
497
desktopdir = $(datadir)/xfce4/panel/plugins
462
 
desktop_in_files = windowmenu.desktop.in
463
 
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
498
desktop_in_files = windowmenu.desktop.in.in
 
499
desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
464
500
EXTRA_DIST = \
465
501
        windowmenu-dialog.glade \
466
502
        xfce4-popup-windowmenu.sh \
506
542
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
507
543
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
508
544
$(am__aclocal_m4_deps):
 
545
windowmenu.desktop.in: $(top_builddir)/config.status $(srcdir)/windowmenu.desktop.in.in
 
546
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
509
547
 
510
548
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
511
549
        @$(NORMAL_INSTALL)
541
579
          echo rm -f $${locs}; \
542
580
          rm -f $${locs}; \
543
581
        }
 
582
 
544
583
libwindowmenu.la: $(libwindowmenu_la_OBJECTS) $(libwindowmenu_la_DEPENDENCIES) $(EXTRA_libwindowmenu_la_DEPENDENCIES) 
545
584
        $(AM_V_CCLD)$(libwindowmenu_la_LINK) -rpath $(plugindir) $(libwindowmenu_la_OBJECTS) $(libwindowmenu_la_LIBADD) $(LIBS)
546
585
install-binSCRIPTS: $(bin_SCRIPTS)
592
631
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
593
632
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
594
633
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
634
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
596
635
 
597
636
.c.obj:
598
637
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
599
638
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
600
639
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
601
640
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
641
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
603
642
 
604
643
.c.lo:
605
644
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<