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

« back to all changes in this revision

Viewing changes to migrate/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.
54
53
host_triplet = @host@
55
54
migrate_PROGRAMS = migrate$(EXEEXT)
56
55
subdir = migrate
57
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
58
 
        $(srcdir)/default.xml.in
 
56
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
57
        $(srcdir)/default.xml.in $(top_srcdir)/depcomp
59
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
59
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
61
60
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62
61
        $(ACLOCAL_M4)
63
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
62
mkinstalldirs = $(install_sh) -d
64
63
CONFIG_HEADER = $(top_builddir)/config.h
65
64
CONFIG_CLEAN_FILES = default.xml
66
65
CONFIG_CLEAN_VPATH_FILES =
74
73
AM_V_lt = $(am__v_lt_@AM_V@)
75
74
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
76
75
am__v_lt_0 = --silent
 
76
am__v_lt_1 = 
77
77
migrate_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
78
78
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(migrate_CFLAGS) \
79
79
        $(CFLAGS) $(migrate_LDFLAGS) $(LDFLAGS) -o $@
 
80
AM_V_P = $(am__v_P_@AM_V@)
 
81
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
82
am__v_P_0 = false
 
83
am__v_P_1 = :
 
84
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
85
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
86
am__v_GEN_0 = @echo "  GEN     " $@;
 
87
am__v_GEN_1 = 
 
88
AM_V_at = $(am__v_at_@AM_V@)
 
89
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
90
am__v_at_0 = @
 
91
am__v_at_1 = 
80
92
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
81
93
depcomp = $(SHELL) $(top_srcdir)/depcomp
82
94
am__depfiles_maybe = depfiles
89
101
        $(AM_CFLAGS) $(CFLAGS)
90
102
AM_V_CC = $(am__v_CC_@AM_V@)
91
103
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
92
 
am__v_CC_0 = @echo "  CC    " $@;
93
 
AM_V_at = $(am__v_at_@AM_V@)
94
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
95
 
am__v_at_0 = @
 
104
am__v_CC_0 = @echo "  CC      " $@;
 
105
am__v_CC_1 = 
96
106
CCLD = $(CC)
97
107
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
98
108
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
99
109
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
100
110
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
101
111
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
102
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
103
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
104
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
105
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
112
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
113
am__v_CCLD_1 = 
106
114
SOURCES = $(migrate_SOURCES)
107
115
DIST_SOURCES = $(migrate_SOURCES)
108
116
am__can_run_installinfo = \
138
146
         $(am__cd) "$$dir" && rm -f $$files; }; \
139
147
  }
140
148
DATA = $(conf_DATA)
 
149
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
150
# Read a list of newline-separated strings from the standard input,
 
151
# and print each of them once, without duplicates.  Input order is
 
152
# *not* preserved.
 
153
am__uniquify_input = $(AWK) '\
 
154
  BEGIN { nonempty = 0; } \
 
155
  { items[$$0] = 1; nonempty = 1; } \
 
156
  END { if (nonempty) { for (i in items) print i; }; } \
 
157
'
 
158
# Make sure the list of sources is unique.  This is necessary because,
 
159
# e.g., the same source file might be shared among _SOURCES variables
 
160
# for different programs/libraries.
 
161
am__define_uniq_tagged_files = \
 
162
  list='$(am__tagged_files)'; \
 
163
  unique=`for i in $$list; do \
 
164
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
165
  done | $(am__uniquify_input)`
141
166
ETAGS = etags
142
167
CTAGS = ctags
143
168
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
368
393
top_build_prefix = @top_build_prefix@
369
394
top_builddir = @top_builddir@
370
395
top_srcdir = @top_srcdir@
371
 
INCLUDES = \
 
396
AM_CPPFLAGS = \
372
397
        -I$(top_srcdir) \
373
398
        -DG_LOG_DOMAIN=\"xfce4-panel-migrate\" \
374
399
        -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
458
483
        fi; \
459
484
        for p in $$list; do echo "$$p $$p"; done | \
460
485
        sed 's/$(EXEEXT)$$//' | \
461
 
        while read p p1; do if test -f $$p || test -f $$p1; \
462
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
486
        while read p p1; do if test -f $$p \
 
487
         || test -f $$p1 \
 
488
          ; then echo "$$p"; echo "$$p"; else :; fi; \
463
489
        done | \
464
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
490
        sed -e 'p;s,.*/,,;n;h' \
 
491
            -e 's|.*|.|' \
465
492
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
466
493
        sed 'N;N;N;s,\n, ,g' | \
467
494
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
482
509
        @list='$(migrate_PROGRAMS)'; test -n "$(migratedir)" || list=; \
483
510
        files=`for p in $$list; do echo "$$p"; done | \
484
511
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
485
 
              -e 's/$$/$(EXEEXT)/' `; \
 
512
              -e 's/$$/$(EXEEXT)/' \
 
513
        `; \
486
514
        test -n "$$list" || exit 0; \
487
515
        echo " ( cd '$(DESTDIR)$(migratedir)' && rm -f" $$files ")"; \
488
516
        cd "$(DESTDIR)$(migratedir)" && rm -f $$files
614
642
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
615
643
        dir='$(DESTDIR)$(confdir)'; $(am__uninstall_files_from_dir)
616
644
 
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
 
645
ID: $(am__tagged_files)
 
646
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
647
tags: tags-am
 
648
TAGS: tags
626
649
 
627
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
628
 
                $(TAGS_FILES) $(LISP)
 
650
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
629
651
        set x; \
630
652
        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; }; }'`; \
 
653
        $(am__define_uniq_tagged_files); \
637
654
        shift; \
638
655
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
639
656
          test -n "$$unique" || unique=$$empty_fix; \
645
662
              $$unique; \
646
663
          fi; \
647
664
        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; }; }'`; \
 
665
ctags: ctags-am
 
666
 
 
667
CTAGS: ctags
 
668
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
669
        $(am__define_uniq_tagged_files); \
657
670
        test -z "$(CTAGS_ARGS)$$unique" \
658
671
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
659
672
             $$unique
662
675
        here=`$(am__cd) $(top_builddir) && pwd` \
663
676
          && $(am__cd) $(top_srcdir) \
664
677
          && gtags -i $(GTAGS_ARGS) "$$here"
 
678
cscopelist: cscopelist-am
 
679
 
 
680
cscopelist-am: $(am__tagged_files)
 
681
        list='$(am__tagged_files)'; \
 
682
        case "$(srcdir)" in \
 
683
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
684
          *) sdir=$(subdir)/$(srcdir) ;; \
 
685
        esac; \
 
686
        for i in $$list; do \
 
687
          if test -f "$$i"; then \
 
688
            echo "$(subdir)/$$i"; \
 
689
          else \
 
690
            echo "$$sdir/$$i"; \
 
691
          fi; \
 
692
        done >> $(top_builddir)/cscope.files
665
693
 
666
694
distclean-tags:
667
695
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
806
834
 
807
835
.MAKE: install-am install-strip
808
836
 
809
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
810
 
        clean-libtool clean-migratePROGRAMS 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-confDATA install-data \
814
 
        install-data-am 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-migratePROGRAMS \
817
 
        install-pdf install-pdf-am 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-confDATA uninstall-migratePROGRAMS
 
837
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
838
        clean-libtool clean-migratePROGRAMS cscopelist-am ctags \
 
839
        ctags-am distclean distclean-compile distclean-generic \
 
840
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
841
        html-am info info-am install install-am install-confDATA \
 
842
        install-data install-data-am install-dvi install-dvi-am \
 
843
        install-exec install-exec-am install-html install-html-am \
 
844
        install-info install-info-am install-man \
 
845
        install-migratePROGRAMS install-pdf install-pdf-am install-ps \
 
846
        install-ps-am install-strip installcheck installcheck-am \
 
847
        installdirs maintainer-clean maintainer-clean-generic \
 
848
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
849
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
850
        uninstall-am uninstall-confDATA uninstall-migratePROGRAMS
823
851
 
824
852
 
825
853
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: