~ubuntu-branches/ubuntu/quantal/seahorse-nautilus/quantal

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-05 10:28:20 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120905102820-7x3dkumkaya523mn
Tags: 3.5.91-0ubuntu1
* New upstream release (LP: #1045572)
* debian/control:
  - Add build-depends on libgcr-3-dev
  - Drop build-depends on libgconf2-dev

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.
52
52
CONFIG_HEADER = config.h
53
53
CONFIG_CLEAN_FILES =
54
54
CONFIG_CLEAN_VPATH_FILES =
55
 
AM_V_GEN = $(am__v_GEN_$(V))
56
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
55
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
56
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
57
57
am__v_GEN_0 = @echo "  GEN   " $@;
58
 
AM_V_at = $(am__v_at_$(V))
59
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
58
AM_V_at = $(am__v_at_@AM_V@)
 
59
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
60
60
am__v_at_0 = @
61
61
SOURCES =
62
62
DIST_SOURCES =
79
79
distdir = $(PACKAGE)-$(VERSION)
80
80
top_distdir = $(distdir)
81
81
am__remove_distdir = \
82
 
  { test ! -d "$(distdir)" \
83
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
84
 
         && rm -fr "$(distdir)"; }; }
 
82
  if test -d "$(distdir)"; then \
 
83
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
84
      && rm -rf "$(distdir)" \
 
85
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
86
  else :; fi
85
87
am__relativize = \
86
88
  dir0=`pwd`; \
87
89
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
110
112
DIST_ARCHIVES = $(distdir).tar.gz
111
113
GZIP_ENV = --best
112
114
distuninstallcheck_listfiles = find . -type f -print
 
115
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
116
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
113
117
distcleancheck_listfiles = find . -type f -print
114
118
ACLOCAL = @ACLOCAL@
115
119
ALL_LINGUAS = @ALL_LINGUAS@
142
146
EGREP = @EGREP@
143
147
EXEEXT = @EXEEXT@
144
148
FGREP = @FGREP@
145
 
GCONF_CFLAGS = @GCONF_CFLAGS@
146
 
GCONF_LIBS = @GCONF_LIBS@
147
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
148
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
149
GCR_CFLAGS = @GCR_CFLAGS@
 
150
GCR_LIBS = @GCR_LIBS@
149
151
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
152
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
150
153
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
151
154
GMOFILES = @GMOFILES@
152
155
GMSGFMT = @GMSGFMT@
155
158
GNUPG = @GNUPG@
156
159
GPGME_CONFIG = @GPGME_CONFIG@
157
160
GREP = @GREP@
 
161
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
158
162
GTK_CFLAGS = @GTK_CFLAGS@
159
163
GTK_LIBS = @GTK_LIBS@
160
164
INSTALL = @INSTALL@
168
172
INTLTOOL_MERGE = @INTLTOOL_MERGE@
169
173
INTLTOOL_PERL = @INTLTOOL_PERL@
170
174
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
175
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
176
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
177
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
178
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
171
179
LD = @LD@
172
180
LDFLAGS = @LDFLAGS@
173
181
LIBCRYPTUI_CFLAGS = @LIBCRYPTUI_CFLAGS@
246
254
docdir = @docdir@
247
255
dvidir = @dvidir@
248
256
exec_prefix = @exec_prefix@
 
257
gsettingsschemadir = @gsettingsschemadir@
249
258
host = @host@
250
259
host_alias = @host_alias@
251
260
host_cpu = @host_cpu@
255
264
includedir = @includedir@
256
265
infodir = @infodir@
257
266
install_sh = @install_sh@
 
267
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
268
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
258
269
libdir = @libdir@
259
270
libexecdir = @libexecdir@
260
271
localedir = @localedir@
276
287
top_srcdir = @top_srcdir@
277
288
ACLOCAL_AMFLAGS = -I m4
278
289
SUBDIRS = \
 
290
        data \
279
291
        tool \
280
292
        nautilus-ext \
281
293
        po
305
317
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
306
318
 
307
319
.SUFFIXES:
308
 
am--refresh:
 
320
am--refresh: Makefile
309
321
        @:
310
322
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
311
323
        @for dep in $?; do \
341
353
$(am__aclocal_m4_deps):
342
354
 
343
355
config.h: stamp-h1
344
 
        @if test ! -f $@; then \
345
 
          rm -f stamp-h1; \
346
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
347
 
        else :; fi
 
356
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
357
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
348
358
 
349
359
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
350
360
        @rm -f stamp-h1
576
586
        $(am__remove_distdir)
577
587
 
578
588
dist-bzip2: distdir
579
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
589
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
590
        $(am__remove_distdir)
 
591
 
 
592
dist-lzip: distdir
 
593
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
580
594
        $(am__remove_distdir)
581
595
 
582
596
dist-lzma: distdir
584
598
        $(am__remove_distdir)
585
599
 
586
600
dist-xz: distdir
587
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
601
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
588
602
        $(am__remove_distdir)
589
603
 
590
604
dist-tarZ: distdir
615
629
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
616
630
        *.tar.lzma*) \
617
631
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
632
        *.tar.lz*) \
 
633
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
618
634
        *.tar.xz*) \
619
635
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
620
636
        *.tar.Z*) \
634
650
          && am__cwd=`pwd` \
635
651
          && $(am__cd) $(distdir)/_build \
636
652
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
653
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
637
654
            $(DISTCHECK_CONFIGURE_FLAGS) \
638
655
          && $(MAKE) $(AM_MAKEFLAGS) \
639
656
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
662
679
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
663
680
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
664
681
distuninstallcheck:
665
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
666
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
682
        @test -n '$(distuninstallcheck_dir)' || { \
 
683
          echo 'ERROR: trying to run $@ with an empty' \
 
684
               '$$(distuninstallcheck_dir)' >&2; \
 
685
          exit 1; \
 
686
        }; \
 
687
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
688
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
689
          exit 1; \
 
690
        }; \
 
691
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
667
692
           || { echo "ERROR: files left after uninstall:" ; \
668
693
                if test -n "$(DESTDIR)"; then \
669
694
                  echo "  (check DESTDIR support)"; \
694
719
 
695
720
installcheck: installcheck-recursive
696
721
install-strip:
697
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
698
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
699
 
          `test -z '$(STRIP)' || \
700
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
722
        if test -z '$(STRIP)'; then \
 
723
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
724
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
725
              install; \
 
726
        else \
 
727
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
728
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
729
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
730
        fi
701
731
mostlyclean-generic:
702
732
 
703
733
clean-generic:
786
816
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
787
817
        all all-am am--refresh check check-am clean clean-generic \
788
818
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
789
 
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
790
 
        dist-zip distcheck distclean distclean-generic distclean-hdr \
791
 
        distclean-libtool distclean-tags distcleancheck distdir \
792
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
793
 
        install install-am install-data install-data-am install-dvi \
794
 
        install-dvi-am install-exec install-exec-am install-html \
795
 
        install-html-am install-info install-info-am install-man \
796
 
        install-pdf install-pdf-am install-ps install-ps-am \
797
 
        install-strip installcheck installcheck-am installdirs \
798
 
        installdirs-am maintainer-clean maintainer-clean-generic \
799
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
800
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
819
        dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
 
820
        dist-xz dist-zip distcheck distclean distclean-generic \
 
821
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
 
822
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
823
        info-am install install-am install-data install-data-am \
 
824
        install-dvi install-dvi-am install-exec install-exec-am \
 
825
        install-html install-html-am install-info install-info-am \
 
826
        install-man install-pdf install-pdf-am install-ps \
 
827
        install-ps-am install-strip installcheck installcheck-am \
 
828
        installdirs installdirs-am maintainer-clean \
 
829
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
830
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
831
        uninstall uninstall-am
801
832
 
802
833
 
803
834
dist-hook: