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

« back to all changes in this revision

Viewing changes to plugins/directorymenu/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.
57
56
@MAINTAINER_MODE_TRUE@  $(libdirectorymenu_built_sources)
58
57
 
59
58
subdir = plugins/directorymenu
60
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
59
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
60
        $(top_srcdir)/depcomp
61
61
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62
62
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
63
63
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64
64
        $(ACLOCAL_M4)
65
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
65
mkinstalldirs = $(install_sh) -d
66
66
CONFIG_HEADER = $(top_builddir)/config.h
67
67
CONFIG_CLEAN_FILES =
68
68
CONFIG_CLEAN_VPATH_FILES =
104
104
AM_V_lt = $(am__v_lt_@AM_V@)
105
105
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
106
106
am__v_lt_0 = --silent
 
107
am__v_lt_1 = 
107
108
libdirectorymenu_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
108
109
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
109
110
        $(libdirectorymenu_la_CFLAGS) $(CFLAGS) \
110
111
        $(libdirectorymenu_la_LDFLAGS) $(LDFLAGS) -o $@
111
112
SCRIPTS = $(bin_SCRIPTS)
 
113
AM_V_P = $(am__v_P_@AM_V@)
 
114
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
115
am__v_P_0 = false
 
116
am__v_P_1 = :
 
117
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
118
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
119
am__v_GEN_0 = @echo "  GEN     " $@;
 
120
am__v_GEN_1 = 
 
121
AM_V_at = $(am__v_at_@AM_V@)
 
122
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
123
am__v_at_0 = @
 
124
am__v_at_1 = 
112
125
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
113
126
depcomp = $(SHELL) $(top_srcdir)/depcomp
114
127
am__depfiles_maybe = depfiles
121
134
        $(AM_CFLAGS) $(CFLAGS)
122
135
AM_V_CC = $(am__v_CC_@AM_V@)
123
136
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
124
 
am__v_CC_0 = @echo "  CC    " $@;
125
 
AM_V_at = $(am__v_at_@AM_V@)
126
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
127
 
am__v_at_0 = @
 
137
am__v_CC_0 = @echo "  CC      " $@;
 
138
am__v_CC_1 = 
128
139
CCLD = $(CC)
129
140
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
130
141
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
131
142
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
132
143
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
133
144
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
134
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
135
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
136
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
137
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
145
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
146
am__v_CCLD_1 = 
138
147
SOURCES = $(libdirectorymenu_la_SOURCES)
139
148
DIST_SOURCES = $(libdirectorymenu_la_SOURCES)
140
149
am__can_run_installinfo = \
143
152
    *) (install-info --version) >/dev/null 2>&1;; \
144
153
  esac
145
154
DATA = $(desktop_DATA)
 
155
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
156
# Read a list of newline-separated strings from the standard input,
 
157
# and print each of them once, without duplicates.  Input order is
 
158
# *not* preserved.
 
159
am__uniquify_input = $(AWK) '\
 
160
  BEGIN { nonempty = 0; } \
 
161
  { items[$$0] = 1; nonempty = 1; } \
 
162
  END { if (nonempty) { for (i in items) print i; }; } \
 
163
'
 
164
# Make sure the list of sources is unique.  This is necessary because,
 
165
# e.g., the same source file might be shared among _SOURCES variables
 
166
# for different programs/libraries.
 
167
am__define_uniq_tagged_files = \
 
168
  list='$(am__tagged_files)'; \
 
169
  unique=`for i in $$list; do \
 
170
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
171
  done | $(am__uniquify_input)`
146
172
ETAGS = etags
147
173
CTAGS = ctags
148
174
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
373
399
top_build_prefix = @top_build_prefix@
374
400
top_builddir = @top_builddir@
375
401
top_srcdir = @top_srcdir@
376
 
INCLUDES = \
 
402
AM_CPPFLAGS = \
377
403
        -I$(top_srcdir) \
378
404
        -DG_LOG_DOMAIN=\"libdirectorymenu\" \
379
405
        $(PLATFORM_CPPFLAGS)
481
507
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
482
508
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
483
509
$(am__aclocal_m4_deps):
 
510
 
484
511
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
485
512
        @$(NORMAL_INSTALL)
486
513
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
507
534
 
508
535
clean-pluginLTLIBRARIES:
509
536
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
510
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
511
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
512
 
          test "$$dir" != "$$p" || dir=.; \
513
 
          echo "rm -f \"$${dir}/so_locations\""; \
514
 
          rm -f "$${dir}/so_locations"; \
515
 
        done
 
537
        @list='$(plugin_LTLIBRARIES)'; \
 
538
        locs=`for p in $$list; do echo $$p; done | \
 
539
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
540
              sort -u`; \
 
541
        test -z "$$locs" || { \
 
542
          echo rm -f $${locs}; \
 
543
          rm -f $${locs}; \
 
544
        }
516
545
libdirectorymenu.la: $(libdirectorymenu_la_OBJECTS) $(libdirectorymenu_la_DEPENDENCIES) $(EXTRA_libdirectorymenu_la_DEPENDENCIES) 
517
546
        $(AM_V_CCLD)$(libdirectorymenu_la_LINK) -rpath $(plugindir) $(libdirectorymenu_la_OBJECTS) $(libdirectorymenu_la_LIBADD) $(LIBS)
518
547
install-binSCRIPTS: $(bin_SCRIPTS)
614
643
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
615
644
        dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
616
645
 
617
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
618
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
619
 
        unique=`for i in $$list; do \
620
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
621
 
          done | \
622
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
623
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
624
 
        mkid -fID $$unique
625
 
tags: TAGS
 
646
ID: $(am__tagged_files)
 
647
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
648
tags: tags-am
 
649
TAGS: tags
626
650
 
627
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
628
 
                $(TAGS_FILES) $(LISP)
 
651
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
629
652
        set x; \
630
653
        here=`pwd`; \
631
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
632
 
        unique=`for i in $$list; do \
633
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
634
 
          done | \
635
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
636
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
654
        $(am__define_uniq_tagged_files); \
637
655
        shift; \
638
656
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
639
657
          test -n "$$unique" || unique=$$empty_fix; \
645
663
              $$unique; \
646
664
          fi; \
647
665
        fi
648
 
ctags: CTAGS
649
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
650
 
                $(TAGS_FILES) $(LISP)
651
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
652
 
        unique=`for i in $$list; do \
653
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
654
 
          done | \
655
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
656
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
666
ctags: ctags-am
 
667
 
 
668
CTAGS: ctags
 
669
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
670
        $(am__define_uniq_tagged_files); \
657
671
        test -z "$(CTAGS_ARGS)$$unique" \
658
672
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
659
673
             $$unique
662
676
        here=`$(am__cd) $(top_builddir) && pwd` \
663
677
          && $(am__cd) $(top_srcdir) \
664
678
          && gtags -i $(GTAGS_ARGS) "$$here"
 
679
cscopelist: cscopelist-am
 
680
 
 
681
cscopelist-am: $(am__tagged_files)
 
682
        list='$(am__tagged_files)'; \
 
683
        case "$(srcdir)" in \
 
684
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
685
          *) sdir=$(subdir)/$(srcdir) ;; \
 
686
        esac; \
 
687
        for i in $$list; do \
 
688
          if test -f "$$i"; then \
 
689
            echo "$(subdir)/$$i"; \
 
690
          else \
 
691
            echo "$$sdir/$$i"; \
 
692
          fi; \
 
693
        done >> $(top_builddir)/cscope.files
665
694
 
666
695
distclean-tags:
667
696
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
811
840
 
812
841
.MAKE: all check install install-am install-strip
813
842
 
814
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
815
 
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
816
 
        distclean-compile distclean-generic distclean-libtool \
817
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
818
 
        install install-am install-binSCRIPTS install-data \
819
 
        install-data-am install-desktopDATA install-dvi install-dvi-am \
820
 
        install-exec install-exec-am install-html install-html-am \
821
 
        install-info install-info-am install-man install-pdf \
822
 
        install-pdf-am install-pluginLTLIBRARIES install-ps \
823
 
        install-ps-am install-strip installcheck installcheck-am \
824
 
        installdirs maintainer-clean maintainer-clean-generic \
825
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
826
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
827
 
        uninstall-am uninstall-binSCRIPTS uninstall-desktopDATA \
828
 
        uninstall-pluginLTLIBRARIES
 
843
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
844
        clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \
 
845
        ctags-am distclean distclean-compile distclean-generic \
 
846
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
847
        html-am info info-am install install-am install-binSCRIPTS \
 
848
        install-data install-data-am install-desktopDATA install-dvi \
 
849
        install-dvi-am install-exec install-exec-am install-html \
 
850
        install-html-am install-info install-info-am install-man \
 
851
        install-pdf install-pdf-am install-pluginLTLIBRARIES \
 
852
        install-ps install-ps-am install-strip installcheck \
 
853
        installcheck-am installdirs maintainer-clean \
 
854
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
855
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
856
        tags tags-am uninstall uninstall-am uninstall-binSCRIPTS \
 
857
        uninstall-desktopDATA uninstall-pluginLTLIBRARIES
829
858
 
830
859
 
831
860
xfce4-popup-directorymenu: xfce4-popup-directorymenu.sh Makefile