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

« back to all changes in this revision

Viewing changes to build/win32/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,
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@
56
84
        $(top_srcdir)/build/autotools/as-compiler-flag.m4 \
57
85
        $(top_srcdir)/build/autotools/as-linguas.m4 \
58
86
        $(top_srcdir)/build/autotools/gettext.m4 \
 
87
        $(top_srcdir)/build/autotools/glibtests.m4 \
59
88
        $(top_srcdir)/build/autotools/gtk-doc.m4 \
60
89
        $(top_srcdir)/build/autotools/iconv.m4 \
61
90
        $(top_srcdir)/build/autotools/intlmacosx.m4 \
191
220
CLUTTER_FLAVOUR = @CLUTTER_FLAVOUR@
192
221
CLUTTER_GCOV_CFLAGS = @CLUTTER_GCOV_CFLAGS@
193
222
CLUTTER_GCOV_LDADD = @CLUTTER_GCOV_LDADD@
 
223
CLUTTER_HIDDEN_VISIBILITY_CFLAGS = @CLUTTER_HIDDEN_VISIBILITY_CFLAGS@
194
224
CLUTTER_INPUT_BACKENDS = @CLUTTER_INPUT_BACKENDS@
195
225
CLUTTER_LIBS = @CLUTTER_LIBS@
196
226
CLUTTER_LINK_FLAGS = @CLUTTER_LINK_FLAGS@
248
278
GOBJECT_QUERY = @GOBJECT_QUERY@
249
279
GREP = @GREP@
250
280
GTKDOC_CHECK = @GTKDOC_CHECK@
 
281
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
251
282
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
252
283
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
253
284
GTKDOC_MKPDF = @GTKDOC_MKPDF@
274
305
LD = @LD@
275
306
LDFLAGS = @LDFLAGS@
276
307
LIBICONV = @LIBICONV@
 
308
LIBINPUT_REQ_VERSION = @LIBINPUT_REQ_VERSION@
277
309
LIBINTL = @LIBINTL@
278
310
LIBOBJS = @LIBOBJS@
279
311
LIBS = @LIBS@
280
312
LIBTOOL = @LIBTOOL@
 
313
LIBUDEV_REQ_VERSION = @LIBUDEV_REQ_VERSION@
281
314
LIPO = @LIPO@
282
315
LN_S = @LN_S@
283
316
LTLIBICONV = @LTLIBICONV@
327
360
VERSION = @VERSION@
328
361
WINDRES = @WINDRES@
329
362
XCOMPOSITE_REQ_VERSION = @XCOMPOSITE_REQ_VERSION@
330
 
XFIXES_REQ_VERSION = @XFIXES_REQ_VERSION@
331
363
XGETTEXT = @XGETTEXT@
332
364
XGETTEXT_015 = @XGETTEXT_015@
333
365
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
366
398
includedir = @includedir@
367
399
infodir = @infodir@
368
400
install_sh = @install_sh@
 
401
installed_test_metadir = @installed_test_metadir@
 
402
installed_testdir = @installed_testdir@
369
403
libdir = @libdir@
370
404
libexecdir = @libexecdir@
371
405
localedir = @localedir@
434
468
#     (which will cause the Makefiles to be regenerated when you run 'make');
435
469
# (2) otherwise, pass the desired values on the 'make' command line.
436
470
$(am__recursive_targets):
437
 
        @fail= failcom='exit 1'; \
438
 
        for f in x $$MAKEFLAGS; do \
439
 
          case $$f in \
440
 
            *=* | --[!k]*);; \
441
 
            *k*) failcom='fail=yes';; \
442
 
          esac; \
443
 
        done; \
 
471
        @fail=; \
 
472
        if $(am__make_keepgoing); then \
 
473
          failcom='fail=yes'; \
 
474
        else \
 
475
          failcom='exit 1'; \
 
476
        fi; \
444
477
        dot_seen=no; \
445
478
        target=`echo $@ | sed s/-recursive//`; \
446
479
        case "$@" in \