~ubuntu-branches/ubuntu/precise/gnome-online-accounts/precise

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell, 3.3.92, 3.4.0
  • Date: 2012-03-29 15:32:25 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120329153225-x7eoqvo108cdpo9k
Tags: 3.4.0-0ubuntu1
* New upstream release:
  [ 3.3.92 ]
  - build: Add --disable-documentation flag
  - OAuth2Provider: add support for facebook client side auth flow
  - FacebookProvider: move to client-side flow
  - configure.ac: remove the facebook client secret
  - facebook: Unref the JSON parser
  - facebook: offline_access has been removed since it is deprecated
  - Fix typo in windows-live backend
  [ 3.4.0 ]
  - Translation changes

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.
48
48
CONFIG_HEADER = config.h
49
49
CONFIG_CLEAN_FILES =
50
50
CONFIG_CLEAN_VPATH_FILES =
51
 
AM_V_GEN = $(am__v_GEN_$(V))
52
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
51
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
52
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
53
53
am__v_GEN_0 = @echo "  GEN   " $@;
54
 
AM_V_at = $(am__v_at_$(V))
55
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
54
AM_V_at = $(am__v_at_@AM_V@)
 
55
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
56
56
am__v_at_0 = @
57
57
SOURCES =
58
58
DIST_SOURCES =
75
75
distdir = $(PACKAGE)-$(VERSION)
76
76
top_distdir = $(distdir)
77
77
am__remove_distdir = \
78
 
  { test ! -d "$(distdir)" \
79
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
80
 
         && rm -fr "$(distdir)"; }; }
 
78
  if test -d "$(distdir)"; then \
 
79
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
80
      && rm -rf "$(distdir)" \
 
81
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
82
  else :; fi
81
83
am__relativize = \
82
84
  dir0=`pwd`; \
83
85
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
106
108
GZIP_ENV = --best
107
109
DIST_ARCHIVES = $(distdir).tar.bz2
108
110
distuninstallcheck_listfiles = find . -type f -print
 
111
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
112
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
109
113
distcleancheck_listfiles = find . -type f -print
110
114
ACLOCAL = @ACLOCAL@
111
115
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
165
169
INTLTOOL_MERGE = @INTLTOOL_MERGE@
166
170
INTLTOOL_PERL = @INTLTOOL_PERL@
167
171
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
172
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
173
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
174
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
175
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
168
176
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
169
177
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
170
178
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
263
271
includedir = @includedir@
264
272
infodir = @infodir@
265
273
install_sh = @install_sh@
 
274
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
275
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
266
276
libdir = @libdir@
267
277
libexecdir = @libexecdir@
268
278
localedir = @localedir@
291
301
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
292
302
 
293
303
.SUFFIXES:
294
 
am--refresh:
 
304
am--refresh: Makefile
295
305
        @:
296
306
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
297
307
        @for dep in $?; do \
327
337
$(am__aclocal_m4_deps):
328
338
 
329
339
config.h: stamp-h1
330
 
        @if test ! -f $@; then \
331
 
          rm -f stamp-h1; \
332
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
333
 
        else :; fi
 
340
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
341
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
334
342
 
335
343
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
336
344
        @rm -f stamp-h1
558
566
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
559
567
        $(am__remove_distdir)
560
568
dist-bzip2: distdir
561
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
569
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
570
        $(am__remove_distdir)
 
571
 
 
572
dist-lzip: distdir
 
573
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
562
574
        $(am__remove_distdir)
563
575
 
564
576
dist-lzma: distdir
566
578
        $(am__remove_distdir)
567
579
 
568
580
dist-xz: distdir
569
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
581
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
570
582
        $(am__remove_distdir)
571
583
 
572
584
dist-tarZ: distdir
583
595
        $(am__remove_distdir)
584
596
 
585
597
dist dist-all: distdir
586
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
598
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
587
599
        $(am__remove_distdir)
588
600
 
589
601
# This target untars the dist file and tries a VPATH configuration.  Then
597
609
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
598
610
        *.tar.lzma*) \
599
611
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
612
        *.tar.lz*) \
 
613
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
600
614
        *.tar.xz*) \
601
615
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
602
616
        *.tar.Z*) \
616
630
          && am__cwd=`pwd` \
617
631
          && $(am__cd) $(distdir)/_build \
618
632
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
633
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
619
634
            $(DISTCHECK_CONFIGURE_FLAGS) \
620
635
          && $(MAKE) $(AM_MAKEFLAGS) \
621
636
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
644
659
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
645
660
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
646
661
distuninstallcheck:
647
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
648
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
662
        @test -n '$(distuninstallcheck_dir)' || { \
 
663
          echo 'ERROR: trying to run $@ with an empty' \
 
664
               '$$(distuninstallcheck_dir)' >&2; \
 
665
          exit 1; \
 
666
        }; \
 
667
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
668
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
669
          exit 1; \
 
670
        }; \
 
671
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
649
672
           || { echo "ERROR: files left after uninstall:" ; \
650
673
                if test -n "$(DESTDIR)"; then \
651
674
                  echo "  (check DESTDIR support)"; \
676
699
 
677
700
installcheck: installcheck-recursive
678
701
install-strip:
679
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
680
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
681
 
          `test -z '$(STRIP)' || \
682
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
702
        if test -z '$(STRIP)'; then \
 
703
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
704
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
705
              install; \
 
706
        else \
 
707
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
708
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
709
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
710
        fi
683
711
mostlyclean-generic:
684
712
 
685
713
clean-generic:
767
795
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
768
796
        all all-am am--refresh check check-am clean clean-generic \
769
797
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
770
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
771
 
        distcheck distclean distclean-generic distclean-hdr \
 
798
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
799
        dist-zip distcheck distclean distclean-generic distclean-hdr \
772
800
        distclean-libtool distclean-tags distcleancheck distdir \
773
801
        distuninstallcheck dvi dvi-am html html-am info info-am \
774
802
        install install-am install-data install-data-am install-dvi \