~ubuntu-branches/ubuntu/vivid/xfce4-panel/vivid

« back to all changes in this revision

Viewing changes to plugins/tasklist/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2013-07-07 10:54:09 UTC
  • mfrom: (4.2.15 sid)
  • Revision ID: package-import@ubuntu.com-20130707105409-nam2sh68h1reuiv4
Tags: 4.10.1-1ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - debian/patches:
    + xubuntu_migrate-tasklist-separator.patch: added, try to be smart and
      work around the non-expandable tasklist plugin from 4.10 by setting
      as expandable the separator next to it (should work with the default
      panel layouts from Xubuntu, Mythbuntu and UbuntuStudio).
    + xubuntu_add-calendar-popup-to-clock-plugin.patch: added, taken from
      upstream git to show a calendar when left-clicking on the clock plugin
      (so we don't need orage/xfce4-datetime-plugin for this feature only).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
56
55
@MAINTAINER_MODE_TRUE@  $(libtasklist_built_sources)
57
56
 
58
57
subdir = plugins/tasklist
59
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
58
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
59
        $(top_srcdir)/depcomp
60
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
61
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
62
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
63
        $(ACLOCAL_M4)
64
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
64
mkinstalldirs = $(install_sh) -d
65
65
CONFIG_HEADER = $(top_builddir)/config.h
66
66
CONFIG_CLEAN_FILES =
67
67
CONFIG_CLEAN_VPATH_FILES =
102
102
AM_V_lt = $(am__v_lt_@AM_V@)
103
103
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
104
104
am__v_lt_0 = --silent
 
105
am__v_lt_1 = 
105
106
libtasklist_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
106
107
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
107
108
        $(libtasklist_la_CFLAGS) $(CFLAGS) $(libtasklist_la_LDFLAGS) \
108
109
        $(LDFLAGS) -o $@
 
110
AM_V_P = $(am__v_P_@AM_V@)
 
111
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
112
am__v_P_0 = false
 
113
am__v_P_1 = :
 
114
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
115
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
116
am__v_GEN_0 = @echo "  GEN     " $@;
 
117
am__v_GEN_1 = 
 
118
AM_V_at = $(am__v_at_@AM_V@)
 
119
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
120
am__v_at_0 = @
 
121
am__v_at_1 = 
109
122
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
110
123
depcomp = $(SHELL) $(top_srcdir)/depcomp
111
124
am__depfiles_maybe = depfiles
118
131
        $(AM_CFLAGS) $(CFLAGS)
119
132
AM_V_CC = $(am__v_CC_@AM_V@)
120
133
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
121
 
am__v_CC_0 = @echo "  CC    " $@;
122
 
AM_V_at = $(am__v_at_@AM_V@)
123
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
124
 
am__v_at_0 = @
 
134
am__v_CC_0 = @echo "  CC      " $@;
 
135
am__v_CC_1 = 
125
136
CCLD = $(CC)
126
137
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
127
138
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
128
139
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
129
140
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
130
141
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
131
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
132
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
133
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
134
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
142
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
143
am__v_CCLD_1 = 
135
144
SOURCES = $(libtasklist_la_SOURCES)
136
145
DIST_SOURCES = $(libtasklist_la_SOURCES)
137
146
am__can_run_installinfo = \
140
149
    *) (install-info --version) >/dev/null 2>&1;; \
141
150
  esac
142
151
DATA = $(desktop_DATA)
 
152
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
153
# Read a list of newline-separated strings from the standard input,
 
154
# and print each of them once, without duplicates.  Input order is
 
155
# *not* preserved.
 
156
am__uniquify_input = $(AWK) '\
 
157
  BEGIN { nonempty = 0; } \
 
158
  { items[$$0] = 1; nonempty = 1; } \
 
159
  END { if (nonempty) { for (i in items) print i; }; } \
 
160
'
 
161
# Make sure the list of sources is unique.  This is necessary because,
 
162
# e.g., the same source file might be shared among _SOURCES variables
 
163
# for different programs/libraries.
 
164
am__define_uniq_tagged_files = \
 
165
  list='$(am__tagged_files)'; \
 
166
  unique=`for i in $$list; do \
 
167
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
168
  done | $(am__uniquify_input)`
143
169
ETAGS = etags
144
170
CTAGS = ctags
145
171
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
370
396
top_build_prefix = @top_build_prefix@
371
397
top_builddir = @top_builddir@
372
398
top_srcdir = @top_srcdir@
373
 
INCLUDES = \
 
399
AM_CPPFLAGS = \
374
400
        -I$(top_srcdir) \
375
401
        -DG_LOG_DOMAIN=\"libtasklist\" \
376
402
        -DWNCK_I_KNOW_THIS_IS_UNSTABLE \
471
497
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
472
498
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
473
499
$(am__aclocal_m4_deps):
 
500
 
474
501
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
475
502
        @$(NORMAL_INSTALL)
476
503
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
497
524
 
498
525
clean-pluginLTLIBRARIES:
499
526
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
500
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
501
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
502
 
          test "$$dir" != "$$p" || dir=.; \
503
 
          echo "rm -f \"$${dir}/so_locations\""; \
504
 
          rm -f "$${dir}/so_locations"; \
505
 
        done
 
527
        @list='$(plugin_LTLIBRARIES)'; \
 
528
        locs=`for p in $$list; do echo $$p; done | \
 
529
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
530
              sort -u`; \
 
531
        test -z "$$locs" || { \
 
532
          echo rm -f $${locs}; \
 
533
          rm -f $${locs}; \
 
534
        }
506
535
libtasklist.la: $(libtasklist_la_OBJECTS) $(libtasklist_la_DEPENDENCIES) $(EXTRA_libtasklist_la_DEPENDENCIES) 
507
536
        $(AM_V_CCLD)$(libtasklist_la_LINK) -rpath $(plugindir) $(libtasklist_la_OBJECTS) $(libtasklist_la_LIBADD) $(LIBS)
508
537
 
577
606
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
578
607
        dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
579
608
 
580
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
581
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
582
 
        unique=`for i in $$list; do \
583
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
584
 
          done | \
585
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
586
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
587
 
        mkid -fID $$unique
588
 
tags: TAGS
 
609
ID: $(am__tagged_files)
 
610
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
611
tags: tags-am
 
612
TAGS: tags
589
613
 
590
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
591
 
                $(TAGS_FILES) $(LISP)
 
614
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
592
615
        set x; \
593
616
        here=`pwd`; \
594
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
595
 
        unique=`for i in $$list; do \
596
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
597
 
          done | \
598
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
599
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
617
        $(am__define_uniq_tagged_files); \
600
618
        shift; \
601
619
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
602
620
          test -n "$$unique" || unique=$$empty_fix; \
608
626
              $$unique; \
609
627
          fi; \
610
628
        fi
611
 
ctags: CTAGS
612
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
613
 
                $(TAGS_FILES) $(LISP)
614
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
615
 
        unique=`for i in $$list; do \
616
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
617
 
          done | \
618
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
619
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
629
ctags: ctags-am
 
630
 
 
631
CTAGS: ctags
 
632
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
633
        $(am__define_uniq_tagged_files); \
620
634
        test -z "$(CTAGS_ARGS)$$unique" \
621
635
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
622
636
             $$unique
625
639
        here=`$(am__cd) $(top_builddir) && pwd` \
626
640
          && $(am__cd) $(top_srcdir) \
627
641
          && gtags -i $(GTAGS_ARGS) "$$here"
 
642
cscopelist: cscopelist-am
 
643
 
 
644
cscopelist-am: $(am__tagged_files)
 
645
        list='$(am__tagged_files)'; \
 
646
        case "$(srcdir)" in \
 
647
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
648
          *) sdir=$(subdir)/$(srcdir) ;; \
 
649
        esac; \
 
650
        for i in $$list; do \
 
651
          if test -f "$$i"; then \
 
652
            echo "$(subdir)/$$i"; \
 
653
          else \
 
654
            echo "$$sdir/$$i"; \
 
655
          fi; \
 
656
        done >> $(top_builddir)/cscope.files
628
657
 
629
658
distclean-tags:
630
659
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
773
802
 
774
803
.MAKE: all check install install-am install-strip
775
804
 
776
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
777
 
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
778
 
        distclean-compile distclean-generic distclean-libtool \
779
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
780
 
        install install-am install-data install-data-am \
781
 
        install-desktopDATA install-dvi install-dvi-am install-exec \
782
 
        install-exec-am install-html install-html-am install-info \
783
 
        install-info-am install-man install-pdf install-pdf-am \
784
 
        install-pluginLTLIBRARIES install-ps install-ps-am \
785
 
        install-strip installcheck installcheck-am installdirs \
786
 
        maintainer-clean maintainer-clean-generic mostlyclean \
787
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
788
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
789
 
        uninstall-desktopDATA uninstall-pluginLTLIBRARIES
 
805
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
806
        clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \
 
807
        ctags-am distclean distclean-compile distclean-generic \
 
808
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
809
        html-am info info-am install install-am install-data \
 
810
        install-data-am install-desktopDATA install-dvi install-dvi-am \
 
811
        install-exec install-exec-am install-html install-html-am \
 
812
        install-info install-info-am install-man install-pdf \
 
813
        install-pdf-am install-pluginLTLIBRARIES install-ps \
 
814
        install-ps-am install-strip installcheck installcheck-am \
 
815
        installdirs maintainer-clean maintainer-clean-generic \
 
816
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
817
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
818
        uninstall-am uninstall-desktopDATA uninstall-pluginLTLIBRARIES
790
819
 
791
820
@INTLTOOL_DESKTOP_RULE@
792
821