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

« back to all changes in this revision

Viewing changes to plugins/systray/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@  $(libsystray_built_sources)
57
56
 
58
57
subdir = plugins/systray
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 =
103
103
AM_V_lt = $(am__v_lt_@AM_V@)
104
104
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
105
105
am__v_lt_0 = --silent
 
106
am__v_lt_1 = 
106
107
libsystray_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
107
108
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libsystray_la_CFLAGS) \
108
109
        $(CFLAGS) $(libsystray_la_LDFLAGS) $(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 = $(libsystray_la_SOURCES)
136
145
DIST_SOURCES = $(libsystray_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=\"libsystray\" \
376
402
        $(PLATFORM_CPPFLAGS)
480
506
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
481
507
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
482
508
$(am__aclocal_m4_deps):
 
509
 
483
510
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
484
511
        @$(NORMAL_INSTALL)
485
512
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
506
533
 
507
534
clean-pluginLTLIBRARIES:
508
535
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
509
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
510
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
511
 
          test "$$dir" != "$$p" || dir=.; \
512
 
          echo "rm -f \"$${dir}/so_locations\""; \
513
 
          rm -f "$${dir}/so_locations"; \
514
 
        done
 
536
        @list='$(plugin_LTLIBRARIES)'; \
 
537
        locs=`for p in $$list; do echo $$p; done | \
 
538
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
539
              sort -u`; \
 
540
        test -z "$$locs" || { \
 
541
          echo rm -f $${locs}; \
 
542
          rm -f $${locs}; \
 
543
        }
515
544
libsystray.la: $(libsystray_la_OBJECTS) $(libsystray_la_DEPENDENCIES) $(EXTRA_libsystray_la_DEPENDENCIES) 
516
545
        $(AM_V_CCLD)$(libsystray_la_LINK) -rpath $(plugindir) $(libsystray_la_OBJECTS) $(libsystray_la_LIBADD) $(LIBS)
517
546
 
610
639
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
611
640
        dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
612
641
 
613
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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; }; }'`; \
620
 
        mkid -fID $$unique
621
 
tags: TAGS
 
642
ID: $(am__tagged_files)
 
643
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
644
tags: tags-am
 
645
TAGS: tags
622
646
 
623
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
624
 
                $(TAGS_FILES) $(LISP)
 
647
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
625
648
        set x; \
626
649
        here=`pwd`; \
627
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
628
 
        unique=`for i in $$list; do \
629
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
630
 
          done | \
631
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
632
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
650
        $(am__define_uniq_tagged_files); \
633
651
        shift; \
634
652
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
635
653
          test -n "$$unique" || unique=$$empty_fix; \
641
659
              $$unique; \
642
660
          fi; \
643
661
        fi
644
 
ctags: CTAGS
645
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
646
 
                $(TAGS_FILES) $(LISP)
647
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
648
 
        unique=`for i in $$list; do \
649
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
650
 
          done | \
651
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
652
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
662
ctags: ctags-am
 
663
 
 
664
CTAGS: ctags
 
665
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
666
        $(am__define_uniq_tagged_files); \
653
667
        test -z "$(CTAGS_ARGS)$$unique" \
654
668
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
655
669
             $$unique
658
672
        here=`$(am__cd) $(top_builddir) && pwd` \
659
673
          && $(am__cd) $(top_srcdir) \
660
674
          && gtags -i $(GTAGS_ARGS) "$$here"
 
675
cscopelist: cscopelist-am
 
676
 
 
677
cscopelist-am: $(am__tagged_files)
 
678
        list='$(am__tagged_files)'; \
 
679
        case "$(srcdir)" in \
 
680
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
681
          *) sdir=$(subdir)/$(srcdir) ;; \
 
682
        esac; \
 
683
        for i in $$list; do \
 
684
          if test -f "$$i"; then \
 
685
            echo "$(subdir)/$$i"; \
 
686
          else \
 
687
            echo "$$sdir/$$i"; \
 
688
          fi; \
 
689
        done >> $(top_builddir)/cscope.files
661
690
 
662
691
distclean-tags:
663
692
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
806
835
 
807
836
.MAKE: all check install install-am install-strip
808
837
 
809
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
810
 
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
811
 
        distclean-compile distclean-generic distclean-libtool \
812
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
813
 
        install install-am install-data install-data-am \
814
 
        install-desktopDATA install-dvi install-dvi-am install-exec \
815
 
        install-exec-am install-html install-html-am install-info \
816
 
        install-info-am install-man install-pdf install-pdf-am \
817
 
        install-pluginLTLIBRARIES install-ps install-ps-am \
818
 
        install-strip installcheck installcheck-am installdirs \
819
 
        maintainer-clean maintainer-clean-generic mostlyclean \
820
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
821
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
822
 
        uninstall-desktopDATA uninstall-pluginLTLIBRARIES
 
838
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
839
        clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \
 
840
        ctags-am distclean distclean-compile distclean-generic \
 
841
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
842
        html-am info info-am install install-am install-data \
 
843
        install-data-am install-desktopDATA install-dvi install-dvi-am \
 
844
        install-exec install-exec-am install-html install-html-am \
 
845
        install-info install-info-am install-man install-pdf \
 
846
        install-pdf-am install-pluginLTLIBRARIES install-ps \
 
847
        install-ps-am install-strip installcheck installcheck-am \
 
848
        installdirs maintainer-clean maintainer-clean-generic \
 
849
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
850
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
851
        uninstall-am uninstall-desktopDATA uninstall-pluginLTLIBRARIES
823
852
 
824
853
@INTLTOOL_DESKTOP_RULE@
825
854