~ubuntu-branches/ubuntu/vivid/clutter-1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/cookbook/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2014-03-26 11:51:28 UTC
  • mfrom: (1.5.1) (4.1.30 experimental)
  • Revision ID: package-import@ubuntu.com-20140326115128-timmbsde8734o6wz
Tags: 1.18.0-1
* New upstream release.
* debian/control.in:
  + Bump gtk-doc-tools build dependency.
  + Also break libcogl15.
  + Standards-Version is 3.9.5, no changes needed.
* debian/libclutter-1.0-0.symbols:
  + Drop a few symbols that were accidentally exported in the DSO because
    they had a clutter_ prefix but were not in the public headers.
  + Add one new symbol.
  + Drop unnecessary debian revisions from some symbols.
* debian/control.in,
  debian/rules,
  debian/libclutter-1.0-0.symbols:
  + Temporarily disable evdev input support. It was only enabled in 1.17.6-1
    in experimental and there is nothing using it yet, and I would like to
    wait a bit before uploading libinput to unstable as the ABI isn't stable
    yet.
* d/p/0001-wayland-Add-missing-CLUTTER_AVAILABLE-annotations.patch:
  + Add missing annotations so that a few symbols are exported in the DSO.

* Upload to unstable.

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,
16
16
 
17
17
# custom rules for quiet builds
18
18
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
 
19
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
20
am__make_running_with_option = \
 
21
  case $${target_option-} in \
 
22
      ?) ;; \
 
23
      *) echo "am__make_running_with_option: internal error: invalid" \
 
24
              "target option '$${target_option-}' specified" >&2; \
 
25
         exit 1;; \
 
26
  esac; \
 
27
  has_opt=no; \
 
28
  sane_makeflags=$$MAKEFLAGS; \
 
29
  if $(am__is_gnu_make); then \
 
30
    sane_makeflags=$$MFLAGS; \
 
31
  else \
22
32
    case $$MAKEFLAGS in \
23
33
      *\\[\ \   ]*) \
24
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
 
      *) \
27
 
        for am__flg in $$MAKEFLAGS; do \
28
 
          case $$am__flg in \
29
 
            *=*|--*) ;; \
30
 
            *n*) am__dry=yes; break;; \
31
 
          esac; \
32
 
        done;; \
33
 
    esac; \
34
 
    test $$am__dry = yes; \
35
 
  }
 
34
        bs=\\; \
 
35
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
36
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
37
    esac; \
 
38
  fi; \
 
39
  skip_next=no; \
 
40
  strip_trailopt () \
 
41
  { \
 
42
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
43
  }; \
 
44
  for flg in $$sane_makeflags; do \
 
45
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
46
    case $$flg in \
 
47
      *=*|--*) continue;; \
 
48
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
49
      -*I?*) strip_trailopt 'I';; \
 
50
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
51
      -*O?*) strip_trailopt 'O';; \
 
52
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
53
      -*l?*) strip_trailopt 'l';; \
 
54
      -[dEDm]) skip_next=yes;; \
 
55
      -[JT]) skip_next=yes;; \
 
56
    esac; \
 
57
    case $$flg in \
 
58
      *$$target_option*) has_opt=yes; break;; \
 
59
    esac; \
 
60
  done; \
 
61
  test $$has_opt = yes
 
62
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
63
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36
64
pkgdatadir = $(datadir)/@PACKAGE@
37
65
pkgincludedir = $(includedir)/@PACKAGE@
38
66
pkglibdir = $(libdir)/@PACKAGE@
60
88
        $(top_srcdir)/build/autotools/as-compiler-flag.m4 \
61
89
        $(top_srcdir)/build/autotools/as-linguas.m4 \
62
90
        $(top_srcdir)/build/autotools/gettext.m4 \
 
91
        $(top_srcdir)/build/autotools/glibtests.m4 \
63
92
        $(top_srcdir)/build/autotools/gtk-doc.m4 \
64
93
        $(top_srcdir)/build/autotools/iconv.m4 \
65
94
        $(top_srcdir)/build/autotools/intlmacosx.m4 \
195
224
CLUTTER_FLAVOUR = @CLUTTER_FLAVOUR@
196
225
CLUTTER_GCOV_CFLAGS = @CLUTTER_GCOV_CFLAGS@
197
226
CLUTTER_GCOV_LDADD = @CLUTTER_GCOV_LDADD@
 
227
CLUTTER_HIDDEN_VISIBILITY_CFLAGS = @CLUTTER_HIDDEN_VISIBILITY_CFLAGS@
198
228
CLUTTER_INPUT_BACKENDS = @CLUTTER_INPUT_BACKENDS@
199
229
CLUTTER_LIBS = @CLUTTER_LIBS@
200
230
CLUTTER_LINK_FLAGS = @CLUTTER_LINK_FLAGS@
252
282
GOBJECT_QUERY = @GOBJECT_QUERY@
253
283
GREP = @GREP@
254
284
GTKDOC_CHECK = @GTKDOC_CHECK@
 
285
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
255
286
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
256
287
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
257
288
GTKDOC_MKPDF = @GTKDOC_MKPDF@
278
309
LD = @LD@
279
310
LDFLAGS = @LDFLAGS@
280
311
LIBICONV = @LIBICONV@
 
312
LIBINPUT_REQ_VERSION = @LIBINPUT_REQ_VERSION@
281
313
LIBINTL = @LIBINTL@
282
314
LIBOBJS = @LIBOBJS@
283
315
LIBS = @LIBS@
284
316
LIBTOOL = @LIBTOOL@
 
317
LIBUDEV_REQ_VERSION = @LIBUDEV_REQ_VERSION@
285
318
LIPO = @LIPO@
286
319
LN_S = @LN_S@
287
320
LTLIBICONV = @LTLIBICONV@
331
364
VERSION = @VERSION@
332
365
WINDRES = @WINDRES@
333
366
XCOMPOSITE_REQ_VERSION = @XCOMPOSITE_REQ_VERSION@
334
 
XFIXES_REQ_VERSION = @XFIXES_REQ_VERSION@
335
367
XGETTEXT = @XGETTEXT@
336
368
XGETTEXT_015 = @XGETTEXT_015@
337
369
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
370
402
includedir = @includedir@
371
403
infodir = @infodir@
372
404
install_sh = @install_sh@
 
405
installed_test_metadir = @installed_test_metadir@
 
406
installed_testdir = @installed_testdir@
373
407
libdir = @libdir@
374
408
libexecdir = @libexecdir@
375
409
localedir = @localedir@
392
426
QUIET_GEN = $(AM_V_GEN)
393
427
QUIET_LN = $(QUIET_LN_$(V))
394
428
QUIET_LN_ = $(QUIET_LN_$(AM_DEFAULT_VERBOSITY))
395
 
QUIET_LN_0 = @echo '  LN     '$@;
 
429
QUIET_LN_0 = @echo '  LN       '$@;
396
430
QUIET_RM = $(QUIET_RM_$(V))
397
431
QUIET_RM_ = $(QUIET_RM_$(AM_DEFAULT_VERBOSITY))
398
 
QUIET_RM_0 = @echo '  RM     '$@;
 
432
QUIET_RM_0 = @echo '  RM       '$@;
399
433
QUIET_SCAN = $(QUIET_SCAN_$(V))
400
434
QUIET_SCAN_ = $(QUIET_SCAN_$(AM_DEFAULT_VERBOSITY))
401
 
QUIET_SCAN_0 = @echo '  GISCAN '$@;
 
435
QUIET_SCAN_0 = @echo '  GISCAN   '$@;
402
436
QUIET_COMP = $(QUIET_COMP_$(V))
403
437
QUIET_COMP_ = $(QUIET_COMP_$(AM_DEFAULT_VERBOSITY))
404
 
QUIET_COMP_0 = @echo '  GICOMP '$@;
 
438
QUIET_COMP_0 = @echo '  GICOMP   '$@;
405
439
SUBDIRS = examples
406
440
NULL = 
407
441
TARGET_DIR = $(HTML_DIR)/clutter-cookbook
543
577
#     (which will cause the Makefiles to be regenerated when you run 'make');
544
578
# (2) otherwise, pass the desired values on the 'make' command line.
545
579
$(am__recursive_targets):
546
 
        @fail= failcom='exit 1'; \
547
 
        for f in x $$MAKEFLAGS; do \
548
 
          case $$f in \
549
 
            *=* | --[!k]*);; \
550
 
            *k*) failcom='fail=yes';; \
551
 
          esac; \
552
 
        done; \
 
580
        @fail=; \
 
581
        if $(am__make_keepgoing); then \
 
582
          failcom='fail=yes'; \
 
583
        else \
 
584
          failcom='exit 1'; \
 
585
        fi; \
553
586
        dot_seen=no; \
554
587
        target=`echo $@ | sed s/-recursive//`; \
555
588
        case "$@" in \