~ubuntu-branches/ubuntu/raring/gtk+2.0/raring-proposed

« back to all changes in this revision

Viewing changes to modules/printbackends/papi/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Rico Tzschichholz, Jeremy Bicha, Rico Tzschichholz
  • Date: 2013-02-25 04:48:13 UTC
  • mfrom: (72.1.32 experimental)
  • Revision ID: package-import@ubuntu.com-20130225044813-tuhknnk1l7rq0itt
Tags: 2.24.16-1ubuntu1
[ Jeremy Bicha ]
* Sync with Debian. Remaining changes:
* debian/libgtk2.0-0.symbols:
  - Add Ubuntu specific symbols
* debian/patches/012_ubuntu-set-grab-add.patch
  - Added ubuntu_gtk_widget_set_has_grab so we can grab sliders and 
    things in menus, needed by ido
* debian/patches/043_menu_proxy.patch
  - Add GtkMenuProxy support for remoting menus.
* debian/patches/062_dnd_menubar.patch:
  - Allow click on menubars for dnd
* debian/patches/063_treeview_almost_fixed.patch:
  - Add an ubuntu-almost-fixed-height-mode property, (required for
    software-center)
* debian/patches/071_no_offscreen_widgets_grabbing.patch:
  - Don't let offscreen widgets do grabbing
* debian/patches/072_indicator_menu_update.patch:
  - change by Cody Russell to send an update event on menu changes,
    should make the bluetooth indicator refresh correctly
* debian/patches/090_logging_file_saves.patch:
  - improve the logging of saved files
* debian/patches/092_default_to_xdg_document_dir.patch:
  - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
    directory for the 'Print to File' function.
* debian/patches/093_gtk3_gtkimage_fallbacks_use.patch:
  - Backported gtk3 patch to add a "use-fallback" property to GtkImage, using 
    it "icon-name and GIcon type of GtkImages can use automatic fallback 
    names.", it will be useful for the indicator stack
* debian/patches/095_git_menus_scrolling.patch:
  - backported gtk3 commit to fix menu scrolling issues
* debian/patches/096_git_gtkprintsettings.patch:
  - upstream git commit backported from the gtk3 serie, don't ignore the 
    gtkprintsettings resolution settings 
* debian/patches/097_statusicon_image_fallback.patch: Make GtkStatusIcon
  images use fallbacks by default if the property is available.
* debian/patches/098_multiarch_module_path.patch:
  - Fallback to the pre-multiarch directory for compatibility
* debian/patches/099_printer_filename_fix.patch
  - Fix to the print dialog for print to file, make sure a non-hidden filename 
    is the default (LP: #488857)
* debian/patches/100_overlay_scrollbar_loading.patch
  - support for dynamically loading overlay scrollbars
* debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch:
  Make printing on remote DNS-SD/Bonjour-shared printers work
* Dropped changes:
  - Extra breaks/replaces not needed after Precise

[ Rico Tzschichholz ]
* 043_ubuntu_menu_proxy.patch: Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
52
52
build_triplet = @build@
53
53
host_triplet = @host@
54
54
subdir = modules/printbackends/papi
55
 
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
56
 
        $(srcdir)/Makefile.in $(top_srcdir)/depcomp
 
55
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
56
        $(top_srcdir)/depcomp $(noinst_HEADERS)
57
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
59
 
        $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \
60
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
61
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
62
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
 
58
am__aclocal_m4_deps = $(top_srcdir)/m4/introspection.m4 \
 
59
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
63
60
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64
61
        $(ACLOCAL_M4)
65
62
mkinstalldirs = $(install_sh) -d
153
150
    *) (install-info --version) >/dev/null 2>&1;; \
154
151
  esac
155
152
HEADERS = $(noinst_HEADERS)
 
153
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
154
# Read a list of newline-separated strings from the standard input,
 
155
# and print each of them once, without duplicates.  Input order is
 
156
# *not* preserved.
 
157
am__uniquify_input = $(AWK) '\
 
158
  BEGIN { nonempty = 0; } \
 
159
  { items[$$0] = 1; nonempty = 1; } \
 
160
  END { if (nonempty) { for (i in items) print i; }; } \
 
161
'
 
162
# Make sure the list of sources is unique.  This is necessary because,
 
163
# e.g., the same source file might be shared among _SOURCES variables
 
164
# for different programs/libraries.
 
165
am__define_uniq_tagged_files = \
 
166
  list='$(am__tagged_files)'; \
 
167
  unique=`for i in $$list; do \
 
168
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
169
  done | $(am__uniquify_input)`
156
170
ETAGS = etags
157
171
CTAGS = ctags
158
172
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
451
465
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
452
466
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
453
467
$(am__aclocal_m4_deps):
 
468
 
454
469
install-backendLTLIBRARIES: $(backend_LTLIBRARIES)
455
470
        @$(NORMAL_INSTALL)
456
471
        @list='$(backend_LTLIBRARIES)'; test -n "$(backenddir)" || list=; \
524
539
clean-libtool:
525
540
        -rm -rf .libs _libs
526
541
 
527
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
528
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
529
 
        unique=`for i in $$list; do \
530
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
531
 
          done | \
532
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
533
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
534
 
        mkid -fID $$unique
535
 
tags: TAGS
 
542
ID: $(am__tagged_files)
 
543
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
544
tags: tags-am
 
545
TAGS: tags
536
546
 
537
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
538
 
                $(TAGS_FILES) $(LISP)
 
547
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
539
548
        set x; \
540
549
        here=`pwd`; \
541
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
542
 
        unique=`for i in $$list; do \
543
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
544
 
          done | \
545
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
546
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
550
        $(am__define_uniq_tagged_files); \
547
551
        shift; \
548
552
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
549
553
          test -n "$$unique" || unique=$$empty_fix; \
555
559
              $$unique; \
556
560
          fi; \
557
561
        fi
558
 
ctags: CTAGS
559
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
560
 
                $(TAGS_FILES) $(LISP)
561
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
562
 
        unique=`for i in $$list; do \
563
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
564
 
          done | \
565
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
566
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
562
ctags: ctags-am
 
563
 
 
564
CTAGS: ctags
 
565
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
566
        $(am__define_uniq_tagged_files); \
567
567
        test -z "$(CTAGS_ARGS)$$unique" \
568
568
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
569
569
             $$unique
572
572
        here=`$(am__cd) $(top_builddir) && pwd` \
573
573
          && $(am__cd) $(top_srcdir) \
574
574
          && gtags -i $(GTAGS_ARGS) "$$here"
 
575
cscopelist: cscopelist-am
575
576
 
576
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
577
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
577
cscopelist-am: $(am__tagged_files)
 
578
        list='$(am__tagged_files)'; \
578
579
        case "$(srcdir)" in \
579
580
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
580
581
          *) sdir=$(subdir)/$(srcdir) ;; \
730
731
 
731
732
.MAKE: install-am install-strip
732
733
 
733
 
.PHONY: CTAGS GTAGS all all-am check check-am clean \
 
734
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
734
735
        clean-backendLTLIBRARIES clean-generic clean-libtool \
735
 
        cscopelist ctags distclean distclean-compile distclean-generic \
736
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
737
 
        html-am info info-am install install-am \
 
736
        cscopelist-am ctags ctags-am distclean distclean-compile \
 
737
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
738
        dvi-am html html-am info info-am install install-am \
738
739
        install-backendLTLIBRARIES install-data install-data-am \
739
740
        install-dvi install-dvi-am install-exec install-exec-am \
740
741
        install-html install-html-am install-info install-info-am \
742
743
        install-ps-am install-strip installcheck installcheck-am \
743
744
        installdirs maintainer-clean maintainer-clean-generic \
744
745
        mostlyclean mostlyclean-compile mostlyclean-generic \
745
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
746
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
746
747
        uninstall-am uninstall-backendLTLIBRARIES
747
748
 
748
749