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

« back to all changes in this revision

Viewing changes to panel/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.
53
52
host_triplet = @host@
54
53
bin_PROGRAMS = xfce4-panel$(EXEEXT)
55
54
subdir = panel
56
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
55
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
56
        $(top_srcdir)/depcomp
57
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
58
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
59
59
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60
60
        $(ACLOCAL_M4)
61
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
61
mkinstalldirs = $(install_sh) -d
62
62
CONFIG_HEADER = $(top_builddir)/config.h
63
63
CONFIG_CLEAN_FILES =
64
64
CONFIG_CLEAN_VPATH_FILES =
86
86
AM_V_lt = $(am__v_lt_@AM_V@)
87
87
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
88
88
am__v_lt_0 = --silent
 
89
am__v_lt_1 = 
89
90
xfce4_panel_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
90
91
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(xfce4_panel_CFLAGS) \
91
92
        $(CFLAGS) $(xfce4_panel_LDFLAGS) $(LDFLAGS) -o $@
 
93
AM_V_P = $(am__v_P_@AM_V@)
 
94
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
95
am__v_P_0 = false
 
96
am__v_P_1 = :
 
97
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
98
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
99
am__v_GEN_0 = @echo "  GEN     " $@;
 
100
am__v_GEN_1 = 
 
101
AM_V_at = $(am__v_at_@AM_V@)
 
102
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
103
am__v_at_0 = @
 
104
am__v_at_1 = 
92
105
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
93
106
depcomp = $(SHELL) $(top_srcdir)/depcomp
94
107
am__depfiles_maybe = depfiles
101
114
        $(AM_CFLAGS) $(CFLAGS)
102
115
AM_V_CC = $(am__v_CC_@AM_V@)
103
116
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
104
 
am__v_CC_0 = @echo "  CC    " $@;
105
 
AM_V_at = $(am__v_at_@AM_V@)
106
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
107
 
am__v_at_0 = @
 
117
am__v_CC_0 = @echo "  CC      " $@;
 
118
am__v_CC_1 = 
108
119
CCLD = $(CC)
109
120
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
110
121
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
111
122
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
112
123
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
113
124
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
114
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
115
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
116
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
117
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
125
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
126
am__v_CCLD_1 = 
118
127
SOURCES = $(xfce4_panel_SOURCES)
119
128
DIST_SOURCES = $(xfce4_panel_SOURCES)
120
129
am__can_run_installinfo = \
122
131
    n|no|NO) false;; \
123
132
    *) (install-info --version) >/dev/null 2>&1;; \
124
133
  esac
 
134
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
135
# Read a list of newline-separated strings from the standard input,
 
136
# and print each of them once, without duplicates.  Input order is
 
137
# *not* preserved.
 
138
am__uniquify_input = $(AWK) '\
 
139
  BEGIN { nonempty = 0; } \
 
140
  { items[$$0] = 1; nonempty = 1; } \
 
141
  END { if (nonempty) { for (i in items) print i; }; } \
 
142
'
 
143
# Make sure the list of sources is unique.  This is necessary because,
 
144
# e.g., the same source file might be shared among _SOURCES variables
 
145
# for different programs/libraries.
 
146
am__define_uniq_tagged_files = \
 
147
  list='$(am__tagged_files)'; \
 
148
  unique=`for i in $$list; do \
 
149
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
150
  done | $(am__uniquify_input)`
125
151
ETAGS = etags
126
152
CTAGS = ctags
127
153
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
352
378
top_build_prefix = @top_build_prefix@
353
379
top_builddir = @top_builddir@
354
380
top_srcdir = @top_srcdir@
355
 
INCLUDES = \
 
381
AM_CPPFLAGS = \
356
382
        -I$(top_srcdir) \
357
383
        -DG_LOG_DOMAIN=\"xfce4-panel\" \
358
384
        -DDATADIR=\"$(datadir)/xfce4\" \
499
525
        fi; \
500
526
        for p in $$list; do echo "$$p $$p"; done | \
501
527
        sed 's/$(EXEEXT)$$//' | \
502
 
        while read p p1; do if test -f $$p || test -f $$p1; \
503
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
528
        while read p p1; do if test -f $$p \
 
529
         || test -f $$p1 \
 
530
          ; then echo "$$p"; echo "$$p"; else :; fi; \
504
531
        done | \
505
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
532
        sed -e 'p;s,.*/,,;n;h' \
 
533
            -e 's|.*|.|' \
506
534
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
507
535
        sed 'N;N;N;s,\n, ,g' | \
508
536
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
523
551
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
524
552
        files=`for p in $$list; do echo "$$p"; done | \
525
553
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
526
 
              -e 's/$$/$(EXEEXT)/' `; \
 
554
              -e 's/$$/$(EXEEXT)/' \
 
555
        `; \
527
556
        test -n "$$list" || exit 0; \
528
557
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
529
558
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
829
858
clean-libtool:
830
859
        -rm -rf .libs _libs
831
860
 
832
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
833
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
834
 
        unique=`for i in $$list; do \
835
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
836
 
          done | \
837
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
838
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
839
 
        mkid -fID $$unique
840
 
tags: TAGS
 
861
ID: $(am__tagged_files)
 
862
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
863
tags: tags-am
 
864
TAGS: tags
841
865
 
842
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
843
 
                $(TAGS_FILES) $(LISP)
 
866
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
844
867
        set x; \
845
868
        here=`pwd`; \
846
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
847
 
        unique=`for i in $$list; do \
848
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
849
 
          done | \
850
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
851
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
869
        $(am__define_uniq_tagged_files); \
852
870
        shift; \
853
871
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
854
872
          test -n "$$unique" || unique=$$empty_fix; \
860
878
              $$unique; \
861
879
          fi; \
862
880
        fi
863
 
ctags: CTAGS
864
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
865
 
                $(TAGS_FILES) $(LISP)
866
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
867
 
        unique=`for i in $$list; do \
868
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
869
 
          done | \
870
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
871
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
881
ctags: ctags-am
 
882
 
 
883
CTAGS: ctags
 
884
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
885
        $(am__define_uniq_tagged_files); \
872
886
        test -z "$(CTAGS_ARGS)$$unique" \
873
887
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
874
888
             $$unique
877
891
        here=`$(am__cd) $(top_builddir) && pwd` \
878
892
          && $(am__cd) $(top_srcdir) \
879
893
          && gtags -i $(GTAGS_ARGS) "$$here"
 
894
cscopelist: cscopelist-am
 
895
 
 
896
cscopelist-am: $(am__tagged_files)
 
897
        list='$(am__tagged_files)'; \
 
898
        case "$(srcdir)" in \
 
899
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
900
          *) sdir=$(subdir)/$(srcdir) ;; \
 
901
        esac; \
 
902
        for i in $$list; do \
 
903
          if test -f "$$i"; then \
 
904
            echo "$(subdir)/$$i"; \
 
905
          else \
 
906
            echo "$$sdir/$$i"; \
 
907
          fi; \
 
908
        done >> $(top_builddir)/cscope.files
880
909
 
881
910
distclean-tags:
882
911
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1024
1053
 
1025
1054
.MAKE: all check install install-am install-strip
1026
1055
 
1027
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
1028
 
        clean-generic clean-libtool ctags distclean distclean-compile \
1029
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
1030
 
        dvi-am html html-am info info-am install install-am \
1031
 
        install-binPROGRAMS install-data install-data-am install-dvi \
1032
 
        install-dvi-am install-exec install-exec-am install-html \
1033
 
        install-html-am install-info install-info-am install-man \
1034
 
        install-pdf install-pdf-am install-ps install-ps-am \
1035
 
        install-strip installcheck installcheck-am installdirs \
1036
 
        maintainer-clean maintainer-clean-generic mostlyclean \
1037
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1038
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
1039
 
        uninstall-binPROGRAMS
 
1056
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
 
1057
        clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
 
1058
        ctags ctags-am distclean distclean-compile distclean-generic \
 
1059
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
1060
        html-am info info-am install install-am install-binPROGRAMS \
 
1061
        install-data install-data-am install-dvi install-dvi-am \
 
1062
        install-exec install-exec-am install-html install-html-am \
 
1063
        install-info install-info-am install-man install-pdf \
 
1064
        install-pdf-am install-ps install-ps-am install-strip \
 
1065
        installcheck installcheck-am installdirs maintainer-clean \
 
1066
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
1067
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
1068
        tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
1040
1069
 
1041
1070
 
1042
1071
@MAINTAINER_MODE_TRUE@panel-marshal.h: panel-marshal.list Makefile