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

« back to all changes in this revision

Viewing changes to tools/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,
15
15
@SET_MAKE@
16
16
 
17
17
VPATH = @srcdir@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    am__dry=no; \
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
21
31
    case $$MAKEFLAGS in \
22
32
      *\\[\ \   ]*) \
23
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
 
      *) \
26
 
        for am__flg in $$MAKEFLAGS; do \
27
 
          case $$am__flg in \
28
 
            *=*|--*) ;; \
29
 
            *n*) am__dry=yes; break;; \
30
 
          esac; \
31
 
        done;; \
32
 
    esac; \
33
 
    test $$am__dry = yes; \
34
 
  }
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35
63
pkgdatadir = $(datadir)/@PACKAGE@
36
64
pkgincludedir = $(includedir)/@PACKAGE@
37
65
pkglibdir = $(libdir)/@PACKAGE@
52
80
host_triplet = @host@
53
81
bin_PROGRAMS = gvnccapture$(EXEEXT)
54
82
subdir = tools
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
56
 
        $(top_srcdir)/build-aux/depcomp \
57
 
        $(top_srcdir)/build-aux/mkinstalldirs
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
84
        $(top_srcdir)/build-aux/depcomp
58
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59
86
am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-vnc-warnings.m4 \
60
87
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
64
91
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
65
92
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66
93
        $(ACLOCAL_M4)
67
 
mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
 
94
mkinstalldirs = $(install_sh) -d
68
95
CONFIG_HEADER = $(top_builddir)/config.h
69
96
CONFIG_CLEAN_FILES =
70
97
CONFIG_CLEAN_VPATH_FILES =
153
180
man1dir = $(mandir)/man1
154
181
NROFF = nroff
155
182
MANS = $(man1_MANS)
 
183
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
184
# Read a list of newline-separated strings from the standard input,
 
185
# and print each of them once, without duplicates.  Input order is
 
186
# *not* preserved.
 
187
am__uniquify_input = $(AWK) '\
 
188
  BEGIN { nonempty = 0; } \
 
189
  { items[$$0] = 1; nonempty = 1; } \
 
190
  END { if (nonempty) { for (i in items) print i; }; } \
 
191
'
 
192
# Make sure the list of sources is unique.  This is necessary because,
 
193
# e.g., the same source file might be shared among _SOURCES variables
 
194
# for different programs/libraries.
 
195
am__define_uniq_tagged_files = \
 
196
  list='$(am__tagged_files)'; \
 
197
  unique=`for i in $$list; do \
 
198
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
199
  done | $(am__uniquify_input)`
156
200
ETAGS = etags
157
201
CTAGS = ctags
158
202
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
418
462
        fi; \
419
463
        for p in $$list; do echo "$$p $$p"; done | \
420
464
        sed 's/$(EXEEXT)$$//' | \
421
 
        while read p p1; do if test -f $$p || test -f $$p1; \
422
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
465
        while read p p1; do if test -f $$p \
 
466
         || test -f $$p1 \
 
467
          ; then echo "$$p"; echo "$$p"; else :; fi; \
423
468
        done | \
424
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
469
        sed -e 'p;s,.*/,,;n;h' \
 
470
            -e 's|.*|.|' \
425
471
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
426
472
        sed 'N;N;N;s,\n, ,g' | \
427
473
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
442
488
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
443
489
        files=`for p in $$list; do echo "$$p"; done | \
444
490
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
445
 
              -e 's/$$/$(EXEEXT)/' `; \
 
491
              -e 's/$$/$(EXEEXT)/' \
 
492
        `; \
446
493
        test -n "$$list" || exit 0; \
447
494
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
448
495
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
455
502
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
456
503
        echo " rm -f" $$list; \
457
504
        rm -f $$list
 
505
 
458
506
gvnccapture$(EXEEXT): $(gvnccapture_OBJECTS) $(gvnccapture_DEPENDENCIES) $(EXTRA_gvnccapture_DEPENDENCIES) 
459
507
        @rm -f gvnccapture$(EXEEXT)
460
508
        $(AM_V_CCLD)$(gvnccapture_LINK) $(gvnccapture_OBJECTS) $(gvnccapture_LDADD) $(LIBS)
549
597
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
550
598
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
551
599
 
552
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
553
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
554
 
        unique=`for i in $$list; do \
555
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
556
 
          done | \
557
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
558
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
559
 
        mkid -fID $$unique
560
 
tags: TAGS
 
600
ID: $(am__tagged_files)
 
601
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
602
tags: tags-am
 
603
TAGS: tags
561
604
 
562
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
563
 
                $(TAGS_FILES) $(LISP)
 
605
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
564
606
        set x; \
565
607
        here=`pwd`; \
566
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
567
 
        unique=`for i in $$list; do \
568
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
569
 
          done | \
570
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
571
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
608
        $(am__define_uniq_tagged_files); \
572
609
        shift; \
573
610
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
574
611
          test -n "$$unique" || unique=$$empty_fix; \
580
617
              $$unique; \
581
618
          fi; \
582
619
        fi
583
 
ctags: CTAGS
584
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
585
 
                $(TAGS_FILES) $(LISP)
586
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
587
 
        unique=`for i in $$list; do \
588
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
589
 
          done | \
590
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
591
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
620
ctags: ctags-am
 
621
 
 
622
CTAGS: ctags
 
623
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
624
        $(am__define_uniq_tagged_files); \
592
625
        test -z "$(CTAGS_ARGS)$$unique" \
593
626
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
594
627
             $$unique
597
630
        here=`$(am__cd) $(top_builddir) && pwd` \
598
631
          && $(am__cd) $(top_srcdir) \
599
632
          && gtags -i $(GTAGS_ARGS) "$$here"
 
633
cscopelist: cscopelist-am
600
634
 
601
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
602
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
635
cscopelist-am: $(am__tagged_files)
 
636
        list='$(am__tagged_files)'; \
603
637
        case "$(srcdir)" in \
604
638
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
605
639
          *) sdir=$(subdir)/$(srcdir) ;; \
616
650
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
617
651
 
618
652
distdir: $(DISTFILES)
619
 
        @list='$(MANS)'; if test -n "$$list"; then \
620
 
          list=`for p in $$list; do \
621
 
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
622
 
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
623
 
          if test -n "$$list" && \
624
 
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
625
 
            echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
626
 
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
627
 
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
628
 
            echo "       typically 'make maintainer-clean' will remove them" >&2; \
629
 
            exit 1; \
630
 
          else :; fi; \
631
 
        else :; fi
632
653
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
633
654
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
634
655
        list='$(DISTFILES)'; \
770
791
 
771
792
.MAKE: install-am install-strip
772
793
 
773
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
774
 
        clean-generic clean-libtool cscopelist ctags distclean \
775
 
        distclean-compile distclean-generic distclean-libtool \
776
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
777
 
        install install-am install-binPROGRAMS install-data \
778
 
        install-data-am install-dvi install-dvi-am install-exec \
779
 
        install-exec-am install-html install-html-am install-info \
780
 
        install-info-am install-man install-man1 install-pdf \
781
 
        install-pdf-am install-ps install-ps-am install-strip \
782
 
        installcheck installcheck-am installdirs maintainer-clean \
783
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
784
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
785
 
        tags uninstall uninstall-am uninstall-binPROGRAMS \
786
 
        uninstall-man uninstall-man1
 
794
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
 
795
        clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
 
796
        ctags ctags-am distclean distclean-compile distclean-generic \
 
797
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
798
        html-am info info-am install install-am install-binPROGRAMS \
 
799
        install-data install-data-am install-dvi install-dvi-am \
 
800
        install-exec install-exec-am install-html install-html-am \
 
801
        install-info install-info-am install-man install-man1 \
 
802
        install-pdf install-pdf-am install-ps install-ps-am \
 
803
        install-strip installcheck installcheck-am installdirs \
 
804
        maintainer-clean maintainer-clean-generic mostlyclean \
 
805
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
806
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
 
807
        uninstall-binPROGRAMS uninstall-man uninstall-man1
787
808
 
788
809
 
789
810
gvnccapture.1: gvnccapture.c