~ubuntu-branches/ubuntu/trusty/brasero/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/reference/libbrasero-burn/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-12-17 13:09:35 UTC
  • mfrom: (1.1.57)
  • Revision ID: package-import@ubuntu.com-20131217130935-jm0xjju95qesfw8l
Tags: 3.10.0-0ubuntu1
* New upstream release:
  - Fixed drawing issues in media selection combo boxes
  - Fix several crashers
  - Fixes for new autotools
  - Disable audio normalisation - it's broken since GStreamer 1.0
* debian/libbrasero-media3-1.symbols:
  - Updated
* debian/patches/01_grafted_folders.patch:
* debian/patches/03_cue-invalid-frame-75.patch:
* debian/patches/04_tracker-0.16.patch:
* debian/patches/05_populate-tree-model-after-construction.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.13.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
20
20
# Everything below here is generic #
21
21
####################################
22
22
VPATH = @srcdir@
23
 
am__make_dryrun = \
24
 
  { \
25
 
    am__dry=no; \
 
23
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
24
am__make_running_with_option = \
 
25
  case $${target_option-} in \
 
26
      ?) ;; \
 
27
      *) echo "am__make_running_with_option: internal error: invalid" \
 
28
              "target option '$${target_option-}' specified" >&2; \
 
29
         exit 1;; \
 
30
  esac; \
 
31
  has_opt=no; \
 
32
  sane_makeflags=$$MAKEFLAGS; \
 
33
  if $(am__is_gnu_make); then \
 
34
    sane_makeflags=$$MFLAGS; \
 
35
  else \
26
36
    case $$MAKEFLAGS in \
27
37
      *\\[\ \   ]*) \
28
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
29
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
30
 
      *) \
31
 
        for am__flg in $$MAKEFLAGS; do \
32
 
          case $$am__flg in \
33
 
            *=*|--*) ;; \
34
 
            *n*) am__dry=yes; break;; \
35
 
          esac; \
36
 
        done;; \
37
 
    esac; \
38
 
    test $$am__dry = yes; \
39
 
  }
 
38
        bs=\\; \
 
39
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
40
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
41
    esac; \
 
42
  fi; \
 
43
  skip_next=no; \
 
44
  strip_trailopt () \
 
45
  { \
 
46
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
47
  }; \
 
48
  for flg in $$sane_makeflags; do \
 
49
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
50
    case $$flg in \
 
51
      *=*|--*) continue;; \
 
52
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
53
      -*I?*) strip_trailopt 'I';; \
 
54
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
55
      -*O?*) strip_trailopt 'O';; \
 
56
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
57
      -*l?*) strip_trailopt 'l';; \
 
58
      -[dEDm]) skip_next=yes;; \
 
59
      -[JT]) skip_next=yes;; \
 
60
    esac; \
 
61
    case $$flg in \
 
62
      *$$target_option*) has_opt=yes; break;; \
 
63
    esac; \
 
64
  done; \
 
65
  test $$has_opt = yes
 
66
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
67
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
40
68
pkgdatadir = $(datadir)/@PACKAGE@
41
69
pkgincludedir = $(includedir)/@PACKAGE@
42
70
pkglibdir = $(libdir)/@PACKAGE@
239
267
SET_MAKE = @SET_MAKE@
240
268
SHELL = @SHELL@
241
269
STRIP = @STRIP@
 
270
TYPELIB_VERSION = @TYPELIB_VERSION@
242
271
USE_NLS = @USE_NLS@
243
272
VERSION = @VERSION@
244
273
WARN_CFLAGS = @WARN_CFLAGS@
406
435
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
407
436
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
408
437
# signals and properties.
409
 
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
 
438
# e.g. AM_CPPFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
410
439
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
411
 
INCLUDES = \
 
440
AM_CPPFLAGS = \
412
441
        -I$(top_srcdir)                                                 \
413
442
        -I$(top_builddir)                                               \
414
443
        $(BRASERO_GLIB_CFLAGS)                                          \
713
742
            if test "x$$files" != "x" ; then \
714
743
                for file in $$files ; do \
715
744
                    test -f $(abs_srcdir)/$$file && \
716
 
                        cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \
 
745
                        cp -pu $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \
717
746
                done; \
718
747
            fi; \
719
748
            test -d $(abs_srcdir)/tmpl && \