~ubuntu-branches/ubuntu/vivid/gtk-vnc/vivid-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-12-16 11:39:33 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20131216113933-rowrryjn82up3yr5
Tags: 0.5.3-0ubuntu1
* New upstream release:
  - Support QEMU LED state extension
  - Time out connection attempt after 10 seconds
  - Abort if out of memory when mmap'ing coroutine stack
  - Stop leaking coroutine stack memory
  - Improve perfornmance of ZRLE encoding by avoiding memmove
  - Only trigger keyboard grab sequence upon key release to
    allow modifiers to go to the remote server
  - Avoid busy loop upon I/O error which follows blocking I/O,
    commonly seen when a server drops the connection
  - Fix handling of --no-undefined flag
  - Don't break implicit pointer grab from mouse clicks
  - Don't drop mouse events that are out of bounds, clamp their
    coordinates instead
  - Show how to block all accelerators in gvncviewer demo program
* debian/control:
  - Use standards-version 3.9.4
* debian/libgvnc-1.0-0.symbols:
  - Updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.2 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,
17
17
 
18
18
 
19
19
VPATH = @srcdir@
20
 
am__make_dryrun = \
21
 
  { \
22
 
    am__dry=no; \
 
20
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
21
am__make_running_with_option = \
 
22
  case $${target_option-} in \
 
23
      ?) ;; \
 
24
      *) echo "am__make_running_with_option: internal error: invalid" \
 
25
              "target option '$${target_option-}' specified" >&2; \
 
26
         exit 1;; \
 
27
  esac; \
 
28
  has_opt=no; \
 
29
  sane_makeflags=$$MAKEFLAGS; \
 
30
  if $(am__is_gnu_make); then \
 
31
    sane_makeflags=$$MFLAGS; \
 
32
  else \
23
33
    case $$MAKEFLAGS in \
24
34
      *\\[\ \   ]*) \
25
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
26
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27
 
      *) \
28
 
        for am__flg in $$MAKEFLAGS; do \
29
 
          case $$am__flg in \
30
 
            *=*|--*) ;; \
31
 
            *n*) am__dry=yes; break;; \
32
 
          esac; \
33
 
        done;; \
34
 
    esac; \
35
 
    test $$am__dry = yes; \
36
 
  }
 
35
        bs=\\; \
 
36
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
37
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
38
    esac; \
 
39
  fi; \
 
40
  skip_next=no; \
 
41
  strip_trailopt () \
 
42
  { \
 
43
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
44
  }; \
 
45
  for flg in $$sane_makeflags; do \
 
46
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
47
    case $$flg in \
 
48
      *=*|--*) continue;; \
 
49
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
50
      -*I?*) strip_trailopt 'I';; \
 
51
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
52
      -*O?*) strip_trailopt 'O';; \
 
53
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
54
      -*l?*) strip_trailopt 'l';; \
 
55
      -[dEDm]) skip_next=yes;; \
 
56
      -[JT]) skip_next=yes;; \
 
57
    esac; \
 
58
    case $$flg in \
 
59
      *$$target_option*) has_opt=yes; break;; \
 
60
    esac; \
 
61
  done; \
 
62
  test $$has_opt = yes
 
63
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
64
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
37
65
pkgdatadir = $(datadir)/@PACKAGE@
38
66
pkgincludedir = $(includedir)/@PACKAGE@
39
67
pkglibdir = $(libdir)/@PACKAGE@
75
103
@HAVE_PULSEAUDIO_TRUE@@WITH_GOBJECT_INTROSPECTION_TRUE@am__append_17 = GVncPulse-1.0.typelib
76
104
@WITH_GOBJECT_INTROSPECTION_TRUE@am__append_18 = $(gir_DATA) $(typelibs_DATA)
77
105
subdir = src
78
 
DIST_COMMON = $(am__gvncpulse_include_HEADERS_DIST) \
 
106
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
107
        $(top_srcdir)/build-aux/depcomp \
 
108
        $(am__gvncpulse_include_HEADERS_DIST) \
79
109
        $(am__libgtk_vnc_1_0_la_HEADERS_DIST) \
80
110
        $(am__libgtk_vnc_2_0_la_HEADERS_DIST) \
81
 
        $(libgvnc_1_0_la_HEADERS) $(srcdir)/Makefile.am \
82
 
        $(srcdir)/Makefile.in $(top_srcdir)/build-aux/depcomp \
83
 
        $(top_srcdir)/build-aux/mkinstalldirs
 
111
        $(libgvnc_1_0_la_HEADERS)
84
112
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85
113
am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-vnc-warnings.m4 \
86
114
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
90
118
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
91
119
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92
120
        $(ACLOCAL_M4)
93
 
mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
 
121
mkinstalldirs = $(install_sh) -d
94
122
CONFIG_HEADER = $(top_builddir)/config.h
95
123
CONFIG_CLEAN_FILES =
96
124
CONFIG_CLEAN_VPATH_FILES =
308
336
        $(nodist_libgtk_vnc_1_0_la_HEADERS) \
309
337
        $(nodist_libgtk_vnc_2_0_la_HEADERS) \
310
338
        $(nodist_libgvnc_1_0_la_HEADERS)
 
339
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
340
# Read a list of newline-separated strings from the standard input,
 
341
# and print each of them once, without duplicates.  Input order is
 
342
# *not* preserved.
 
343
am__uniquify_input = $(AWK) '\
 
344
  BEGIN { nonempty = 0; } \
 
345
  { items[$$0] = 1; nonempty = 1; } \
 
346
  END { if (nonempty) { for (i in items) print i; }; } \
 
347
'
 
348
# Make sure the list of sources is unique.  This is necessary because,
 
349
# e.g., the same source file might be shared among _SOURCES variables
 
350
# for different programs/libraries.
 
351
am__define_uniq_tagged_files = \
 
352
  list='$(am__tagged_files)'; \
 
353
  unique=`for i in $$list; do \
 
354
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
355
  done | $(am__uniquify_input)`
311
356
ETAGS = etags
312
357
CTAGS = ctags
313
358
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
762
807
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
763
808
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
764
809
$(am__aclocal_m4_deps):
 
810
 
765
811
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
766
812
        @$(NORMAL_INSTALL)
767
813
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
796
842
          echo rm -f $${locs}; \
797
843
          rm -f $${locs}; \
798
844
        }
 
845
 
799
846
install-pyexecLTLIBRARIES: $(pyexec_LTLIBRARIES)
800
847
        @$(NORMAL_INSTALL)
801
848
        @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
830
877
          echo rm -f $${locs}; \
831
878
          rm -f $${locs}; \
832
879
        }
 
880
 
833
881
gtkvnc.la: $(gtkvnc_la_OBJECTS) $(gtkvnc_la_DEPENDENCIES) $(EXTRA_gtkvnc_la_DEPENDENCIES) 
834
882
        $(AM_V_CCLD)$(gtkvnc_la_LINK) $(am_gtkvnc_la_rpath) $(gtkvnc_la_OBJECTS) $(gtkvnc_la_LIBADD) $(LIBS)
 
883
 
835
884
libgtk-vnc-1.0.la: $(libgtk_vnc_1_0_la_OBJECTS) $(libgtk_vnc_1_0_la_DEPENDENCIES) $(EXTRA_libgtk_vnc_1_0_la_DEPENDENCIES) 
836
885
        $(AM_V_CCLD)$(libgtk_vnc_1_0_la_LINK) $(am_libgtk_vnc_1_0_la_rpath) $(libgtk_vnc_1_0_la_OBJECTS) $(libgtk_vnc_1_0_la_LIBADD) $(LIBS)
 
886
 
837
887
libgtk-vnc-2.0.la: $(libgtk_vnc_2_0_la_OBJECTS) $(libgtk_vnc_2_0_la_DEPENDENCIES) $(EXTRA_libgtk_vnc_2_0_la_DEPENDENCIES) 
838
888
        $(AM_V_CCLD)$(libgtk_vnc_2_0_la_LINK) $(am_libgtk_vnc_2_0_la_rpath) $(libgtk_vnc_2_0_la_OBJECTS) $(libgtk_vnc_2_0_la_LIBADD) $(LIBS)
 
889
 
839
890
libgvnc-1.0.la: $(libgvnc_1_0_la_OBJECTS) $(libgvnc_1_0_la_DEPENDENCIES) $(EXTRA_libgvnc_1_0_la_DEPENDENCIES) 
840
891
        $(AM_V_CCLD)$(libgvnc_1_0_la_LINK) -rpath $(libdir) $(libgvnc_1_0_la_OBJECTS) $(libgvnc_1_0_la_LIBADD) $(LIBS)
 
892
 
841
893
libgvncpulse-1.0.la: $(libgvncpulse_1_0_la_OBJECTS) $(libgvncpulse_1_0_la_DEPENDENCIES) $(EXTRA_libgvncpulse_1_0_la_DEPENDENCIES) 
842
894
        $(AM_V_CCLD)$(libgvncpulse_1_0_la_LINK) $(am_libgvncpulse_1_0_la_rpath) $(libgvncpulse_1_0_la_OBJECTS) $(libgvncpulse_1_0_la_LIBADD) $(LIBS)
843
895
 
1344
1396
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1345
1397
        dir='$(DESTDIR)$(libgvnc_1_0_ladir)'; $(am__uninstall_files_from_dir)
1346
1398
 
1347
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1348
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1349
 
        unique=`for i in $$list; do \
1350
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1351
 
          done | \
1352
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1353
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1354
 
        mkid -fID $$unique
1355
 
tags: TAGS
 
1399
ID: $(am__tagged_files)
 
1400
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
1401
tags: tags-am
 
1402
TAGS: tags
1356
1403
 
1357
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1358
 
                $(TAGS_FILES) $(LISP)
 
1404
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1359
1405
        set x; \
1360
1406
        here=`pwd`; \
1361
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1362
 
        unique=`for i in $$list; do \
1363
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1364
 
          done | \
1365
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1366
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1407
        $(am__define_uniq_tagged_files); \
1367
1408
        shift; \
1368
1409
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1369
1410
          test -n "$$unique" || unique=$$empty_fix; \
1375
1416
              $$unique; \
1376
1417
          fi; \
1377
1418
        fi
1378
 
ctags: CTAGS
1379
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1380
 
                $(TAGS_FILES) $(LISP)
1381
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1382
 
        unique=`for i in $$list; do \
1383
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1384
 
          done | \
1385
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1386
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1419
ctags: ctags-am
 
1420
 
 
1421
CTAGS: ctags
 
1422
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
1423
        $(am__define_uniq_tagged_files); \
1387
1424
        test -z "$(CTAGS_ARGS)$$unique" \
1388
1425
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1389
1426
             $$unique
1392
1429
        here=`$(am__cd) $(top_builddir) && pwd` \
1393
1430
          && $(am__cd) $(top_srcdir) \
1394
1431
          && gtags -i $(GTAGS_ARGS) "$$here"
 
1432
cscopelist: cscopelist-am
1395
1433
 
1396
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
1397
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
1434
cscopelist-am: $(am__tagged_files)
 
1435
        list='$(am__tagged_files)'; \
1398
1436
        case "$(srcdir)" in \
1399
1437
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1400
1438
          *) sdir=$(subdir)/$(srcdir) ;; \
1567
1605
 
1568
1606
.MAKE: all check install install-am install-strip
1569
1607
 
1570
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
1608
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1571
1609
        clean-libLTLIBRARIES clean-libtool clean-pyexecLTLIBRARIES \
1572
 
        cscopelist ctags distclean distclean-compile distclean-generic \
1573
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
1574
 
        html-am info info-am install install-am install-data \
1575
 
        install-data-am install-dvi install-dvi-am install-exec \
1576
 
        install-exec-am install-girDATA \
 
1610
        cscopelist-am ctags ctags-am distclean distclean-compile \
 
1611
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
1612
        dvi-am html html-am info info-am install install-am \
 
1613
        install-data install-data-am install-dvi install-dvi-am \
 
1614
        install-exec install-exec-am install-girDATA \
1577
1615
        install-gvncpulse_includeHEADERS install-html install-html-am \
1578
1616
        install-info install-info-am install-libLTLIBRARIES \
1579
1617
        install-libgtk_vnc_1_0_laHEADERS \
1586
1624
        installcheck installcheck-am installdirs maintainer-clean \
1587
1625
        maintainer-clean-generic mostlyclean mostlyclean-compile \
1588
1626
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1589
 
        tags uninstall uninstall-am uninstall-girDATA \
 
1627
        tags tags-am uninstall uninstall-am uninstall-girDATA \
1590
1628
        uninstall-gvncpulse_includeHEADERS uninstall-libLTLIBRARIES \
1591
1629
        uninstall-libgtk_vnc_1_0_laHEADERS \
1592
1630
        uninstall-libgtk_vnc_2_0_laHEADERS \