~ubuntu-branches/ubuntu/trusty/nautilus/trusty-proposed

« back to all changes in this revision

Viewing changes to eel/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2014-01-02 16:50:06 UTC
  • mfrom: (1.17.43)
  • Revision ID: package-import@ubuntu.com-20140102165006-1ghk9ropzitdc8pp
Tags: 1:3.10.1-0ubuntu1
* New upstream release
* debian/control.in: bump depend on gtk+ 3.9.11
* debian/patches:
  - Dropped git patches, that are included in new version
  - 06_never_exec_nonexec_launchers.patch, refreshed
  - disconnect-extra-location-widgets.patch, dropped included in new version
  - 16_unity_new_documents.patch, refreshed
  - ubuntu_show_titlebar.patch, disable CSD titlebar on non-GNOME sessions
  - ubuntu_titlebar_css.patch, theme fixes (LP: #1272602)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.13.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
434
434
GREP = @GREP@
435
435
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
436
436
GTKDOC_CHECK = @GTKDOC_CHECK@
 
437
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
437
438
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
438
439
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
439
440
GTKDOC_MKPDF = @GTKDOC_MKPDF@
573
574
top_srcdir = @top_srcdir@
574
575
NULL = 
575
576
noinst_LTLIBRARIES = libeel-2.la
576
 
INCLUDES = \
 
577
AM_CPPFLAGS = \
577
578
        -DG_LOG_DOMAIN=\"Eel\"                          \
578
579
        -I$(top_srcdir)                                 \
579
580
        -I$(top_builddir)                               \
657
658
              exit 1;; \
658
659
          esac; \
659
660
        done; \
660
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu eel/Makefile'; \
 
661
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign eel/Makefile'; \
661
662
        $(am__cd) $(top_srcdir) && \
662
 
          $(AUTOMAKE) --gnu eel/Makefile
 
663
          $(AUTOMAKE) --foreign eel/Makefile
663
664
.PRECIOUS: Makefile
664
665
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
665
666
        @case '$?' in \