~ubuntu-branches/ubuntu/precise/gnome-screenshot/precise

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-02-06 19:16:06 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120206191606-b1v0isk0124peq59
Tags: 3.3.2-0ubuntu1
* New upstream version:
  - "unable to overwrite file, says the file already exist and close" 
    (lp: #871135)    
* debian/control.in:
  - drop vcs, using ~ubuntu-desktop/gnome-screenshot/ubuntu requires to 
    create a gnome-screenshot component on launchpad, we can use the
    standard lp:ubuntu location for a small source
* debian/copyright: fixed some small syntax issues, 
  thanks Didier for the review

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
39
39
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40
40
        $(top_srcdir)/configure ABOUT-NLS COPYING NEWS compile \
41
41
        config.guess config.rpath config.sub depcomp install-sh \
42
 
        ltmain.sh missing
 
42
        missing
43
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
44
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
45
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
 
46
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
47
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
48
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
49
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
45
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
51
        $(ACLOCAL_M4)
47
52
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
50
55
CONFIG_HEADER = config.h
51
56
CONFIG_CLEAN_FILES =
52
57
CONFIG_CLEAN_VPATH_FILES =
53
 
AM_V_GEN = $(am__v_GEN_$(V))
54
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
58
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
59
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
55
60
am__v_GEN_0 = @echo "  GEN   " $@;
56
 
AM_V_at = $(am__v_at_$(V))
57
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
61
AM_V_at = $(am__v_at_@AM_V@)
 
62
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
58
63
am__v_at_0 = @
59
64
SOURCES =
60
65
DIST_SOURCES =
77
82
distdir = $(PACKAGE)-$(VERSION)
78
83
top_distdir = $(distdir)
79
84
am__remove_distdir = \
80
 
  { test ! -d "$(distdir)" \
81
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
82
 
         && rm -fr "$(distdir)"; }; }
 
85
  if test -d "$(distdir)"; then \
 
86
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
87
      && rm -rf "$(distdir)" \
 
88
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
89
  else :; fi
83
90
am__relativize = \
84
91
  dir0=`pwd`; \
85
92
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
108
115
GZIP_ENV = --best
109
116
DIST_ARCHIVES = $(distdir).tar.xz
110
117
distuninstallcheck_listfiles = find . -type f -print
 
118
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
119
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
111
120
distcleancheck_listfiles = find . -type f -print
112
121
ACLOCAL = @ACLOCAL@
113
122
ALL_LINGUAS = @ALL_LINGUAS@
251
260
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
252
261
 
253
262
.SUFFIXES:
254
 
am--refresh:
 
263
am--refresh: Makefile
255
264
        @:
256
265
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
257
266
        @for dep in $?; do \
287
296
$(am__aclocal_m4_deps):
288
297
 
289
298
config.h: stamp-h1
290
 
        @if test ! -f $@; then \
291
 
          rm -f stamp-h1; \
292
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
293
 
        else :; fi
 
299
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
300
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
294
301
 
295
302
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
296
303
        @rm -f stamp-h1
510
517
        $(am__remove_distdir)
511
518
 
512
519
dist-bzip2: distdir
513
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
520
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
521
        $(am__remove_distdir)
 
522
 
 
523
dist-lzip: distdir
 
524
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
514
525
        $(am__remove_distdir)
515
526
 
516
527
dist-lzma: distdir
517
528
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
518
529
        $(am__remove_distdir)
519
530
dist-xz: distdir
520
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
531
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
521
532
        $(am__remove_distdir)
522
533
 
523
534
dist-tarZ: distdir
534
545
        $(am__remove_distdir)
535
546
 
536
547
dist dist-all: distdir
537
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
548
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
538
549
        $(am__remove_distdir)
539
550
 
540
551
# This target untars the dist file and tries a VPATH configuration.  Then
548
559
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
549
560
        *.tar.lzma*) \
550
561
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
562
        *.tar.lz*) \
 
563
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
551
564
        *.tar.xz*) \
552
565
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
553
566
        *.tar.Z*) \
567
580
          && am__cwd=`pwd` \
568
581
          && $(am__cd) $(distdir)/_build \
569
582
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
583
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
570
584
            $(DISTCHECK_CONFIGURE_FLAGS) \
571
585
          && $(MAKE) $(AM_MAKEFLAGS) \
572
586
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
595
609
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
596
610
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
597
611
distuninstallcheck:
598
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
599
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
612
        @test -n '$(distuninstallcheck_dir)' || { \
 
613
          echo 'ERROR: trying to run $@ with an empty' \
 
614
               '$$(distuninstallcheck_dir)' >&2; \
 
615
          exit 1; \
 
616
        }; \
 
617
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
618
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
619
          exit 1; \
 
620
        }; \
 
621
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
600
622
           || { echo "ERROR: files left after uninstall:" ; \
601
623
                if test -n "$(DESTDIR)"; then \
602
624
                  echo "  (check DESTDIR support)"; \
627
649
 
628
650
installcheck: installcheck-recursive
629
651
install-strip:
630
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
631
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
632
 
          `test -z '$(STRIP)' || \
633
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
652
        if test -z '$(STRIP)'; then \
 
653
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
654
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
655
              install; \
 
656
        else \
 
657
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
658
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
659
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
660
        fi
634
661
mostlyclean-generic:
635
662
 
636
663
clean-generic:
717
744
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
718
745
        all all-am am--refresh check check-am clean clean-generic \
719
746
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
720
 
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
721
 
        distclean distclean-generic distclean-hdr distclean-tags \
722
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
723
 
        html-am info info-am install install-am install-data \
724
 
        install-data-am install-dvi install-dvi-am install-exec \
725
 
        install-exec-am install-html install-html-am install-info \
726
 
        install-info-am install-man install-pdf install-pdf-am \
727
 
        install-ps install-ps-am install-strip installcheck \
728
 
        installcheck-am installdirs installdirs-am maintainer-clean \
729
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
730
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
 
747
        dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
748
        distcheck distclean distclean-generic distclean-hdr \
 
749
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
750
        dvi-am html html-am info info-am install install-am \
 
751
        install-data install-data-am install-dvi install-dvi-am \
 
752
        install-exec install-exec-am install-html install-html-am \
 
753
        install-info install-info-am install-man install-pdf \
 
754
        install-pdf-am install-ps install-ps-am install-strip \
 
755
        installcheck installcheck-am installdirs installdirs-am \
 
756
        maintainer-clean maintainer-clean-generic mostlyclean \
 
757
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
 
758
        uninstall uninstall-am
731
759
 
732
760
 
733
761
# Tell versions [3.59,3.63) of GNU make to not export all variables.