~noskcaj/ubuntu/vivid/brasero/3.12

« back to all changes in this revision

Viewing changes to docs/reference/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,
14
14
 
15
15
@SET_MAKE@
16
16
VPATH = @srcdir@
17
 
am__make_dryrun = \
18
 
  { \
19
 
    am__dry=no; \
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
20
30
    case $$MAKEFLAGS in \
21
31
      *\\[\ \   ]*) \
22
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24
 
      *) \
25
 
        for am__flg in $$MAKEFLAGS; do \
26
 
          case $$am__flg in \
27
 
            *=*|--*) ;; \
28
 
            *n*) am__dry=yes; break;; \
29
 
          esac; \
30
 
        done;; \
31
 
    esac; \
32
 
    test $$am__dry = yes; \
33
 
  }
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
34
62
pkgdatadir = $(datadir)/@PACKAGE@
35
63
pkgincludedir = $(includedir)/@PACKAGE@
36
64
pkglibdir = $(libdir)/@PACKAGE@
292
320
SET_MAKE = @SET_MAKE@
293
321
SHELL = @SHELL@
294
322
STRIP = @STRIP@
 
323
TYPELIB_VERSION = @TYPELIB_VERSION@
295
324
USE_NLS = @USE_NLS@
296
325
VERSION = @VERSION@
297
326
WARN_CFLAGS = @WARN_CFLAGS@
402
431
#     (which will cause the Makefiles to be regenerated when you run 'make');
403
432
# (2) otherwise, pass the desired values on the 'make' command line.
404
433
$(am__recursive_targets):
405
 
        @fail= failcom='exit 1'; \
406
 
        for f in x $$MAKEFLAGS; do \
407
 
          case $$f in \
408
 
            *=* | --[!k]*);; \
409
 
            *k*) failcom='fail=yes';; \
410
 
          esac; \
411
 
        done; \
 
434
        @fail=; \
 
435
        if $(am__make_keepgoing); then \
 
436
          failcom='fail=yes'; \
 
437
        else \
 
438
          failcom='exit 1'; \
 
439
        fi; \
412
440
        dot_seen=no; \
413
441
        target=`echo $@ | sed s/-recursive//`; \
414
442
        case "$@" in \