~ubuntu-branches/ubuntu/vivid/gsettings-desktop-schemas/vivid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-28 23:05:55 UTC
  • mfrom: (1.2.1)
  • mto: (14.1.1 experimental) (12.1.6 sid) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20120328230555-fsvkpft0v3d3s4b3
Tags: upstream-3.4.0
ImportĀ upstreamĀ versionĀ 3.4.0

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
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49
49
CONFIG_CLEAN_FILES = gsettings-desktop-schemas.pc
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 =
84
84
am__base_list = \
85
85
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
86
86
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
87
am__uninstall_files_from_dir = { \
 
88
  test -z "$$files" \
 
89
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
90
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
91
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
92
  }
87
93
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
88
94
DATA = $(pkgconfig_DATA)
89
95
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
98
104
distdir = $(PACKAGE)-$(VERSION)
99
105
top_distdir = $(distdir)
100
106
am__remove_distdir = \
101
 
  { test ! -d "$(distdir)" \
102
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
103
 
         && rm -fr "$(distdir)"; }; }
 
107
  if test -d "$(distdir)"; then \
 
108
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
109
      && rm -rf "$(distdir)" \
 
110
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
111
  else :; fi
104
112
am__relativize = \
105
113
  dir0=`pwd`; \
106
114
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
127
135
  done; \
128
136
  reldir="$$dir2"
129
137
GZIP_ENV = --best
130
 
DIST_ARCHIVES = $(distdir).tar.bz2
 
138
DIST_ARCHIVES = $(distdir).tar.xz
131
139
distuninstallcheck_listfiles = find . -type f -print
 
140
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
141
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
132
142
distcleancheck_listfiles = find . -type f -print
133
143
ACLOCAL = @ACLOCAL@
134
144
ALL_LINGUAS = @ALL_LINGUAS@
171
181
INTLTOOL_MERGE = @INTLTOOL_MERGE@
172
182
INTLTOOL_PERL = @INTLTOOL_PERL@
173
183
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
184
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
185
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
 
186
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
 
187
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
 
188
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
189
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
 
190
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
 
191
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
174
192
LDFLAGS = @LDFLAGS@
175
193
LIBOBJS = @LIBOBJS@
176
194
LIBS = @LIBS@
268
286
        `find "$(srcdir)" -type f -name Makefile.in -print` \
269
287
        $(srcdir)/configure
270
288
 
 
289
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection
271
290
all: all-recursive
272
291
 
273
292
.SUFFIXES:
274
 
am--refresh:
 
293
am--refresh: Makefile
275
294
        @:
276
295
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
277
296
        @for dep in $?; do \
324
343
        @$(NORMAL_UNINSTALL)
325
344
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
326
345
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
327
 
        test -n "$$files" || exit 0; \
328
 
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
329
 
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
 
346
        dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
330
347
 
331
348
# This directory's subdirectories are mostly independent; you can cd
332
349
# into them and run `make' without going through this Makefile.
533
550
dist-gzip: distdir
534
551
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
535
552
        $(am__remove_distdir)
 
553
 
536
554
dist-bzip2: distdir
537
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
555
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
556
        $(am__remove_distdir)
 
557
 
 
558
dist-lzip: distdir
 
559
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
538
560
        $(am__remove_distdir)
539
561
 
540
562
dist-lzma: distdir
541
563
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
542
564
        $(am__remove_distdir)
543
 
 
544
565
dist-xz: distdir
545
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
566
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
546
567
        $(am__remove_distdir)
547
568
 
548
569
dist-tarZ: distdir
559
580
        $(am__remove_distdir)
560
581
 
561
582
dist dist-all: distdir
562
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
583
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
563
584
        $(am__remove_distdir)
564
585
 
565
586
# This target untars the dist file and tries a VPATH configuration.  Then
573
594
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
574
595
        *.tar.lzma*) \
575
596
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
597
        *.tar.lz*) \
 
598
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
576
599
        *.tar.xz*) \
577
600
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
578
601
        *.tar.Z*) \
592
615
          && am__cwd=`pwd` \
593
616
          && $(am__cd) $(distdir)/_build \
594
617
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
618
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
595
619
            $(DISTCHECK_CONFIGURE_FLAGS) \
596
620
          && $(MAKE) $(AM_MAKEFLAGS) \
597
621
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
620
644
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
621
645
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
622
646
distuninstallcheck:
623
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
624
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
647
        @test -n '$(distuninstallcheck_dir)' || { \
 
648
          echo 'ERROR: trying to run $@ with an empty' \
 
649
               '$$(distuninstallcheck_dir)' >&2; \
 
650
          exit 1; \
 
651
        }; \
 
652
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
653
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
654
          exit 1; \
 
655
        }; \
 
656
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
625
657
           || { echo "ERROR: files left after uninstall:" ; \
626
658
                if test -n "$(DESTDIR)"; then \
627
659
                  echo "  (check DESTDIR support)"; \
655
687
 
656
688
installcheck: installcheck-recursive
657
689
install-strip:
658
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
659
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
660
 
          `test -z '$(STRIP)' || \
661
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
690
        if test -z '$(STRIP)'; then \
 
691
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
692
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
693
              install; \
 
694
        else \
 
695
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
696
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
697
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
698
        fi
662
699
mostlyclean-generic:
663
700
 
664
701
clean-generic:
746
783
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
747
784
        all all-am am--refresh check check-am clean clean-generic \
748
785
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
749
 
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
750
 
        distclean distclean-generic distclean-tags distcleancheck \
751
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
752
 
        info-am install install-am install-data install-data-am \
753
 
        install-dvi install-dvi-am install-exec install-exec-am \
754
 
        install-html install-html-am install-info install-info-am \
755
 
        install-man install-pdf install-pdf-am install-pkgconfigDATA \
756
 
        install-ps install-ps-am install-strip installcheck \
757
 
        installcheck-am installdirs installdirs-am maintainer-clean \
758
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
759
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
760
 
        uninstall-pkgconfigDATA
 
786
        dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
787
        distcheck distclean distclean-generic distclean-tags \
 
788
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
789
        html-am info info-am install install-am install-data \
 
790
        install-data-am install-dvi install-dvi-am install-exec \
 
791
        install-exec-am install-html install-html-am install-info \
 
792
        install-info-am install-man install-pdf install-pdf-am \
 
793
        install-pkgconfigDATA install-ps install-ps-am install-strip \
 
794
        installcheck installcheck-am installdirs installdirs-am \
 
795
        maintainer-clean maintainer-clean-generic mostlyclean \
 
796
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
 
797
        uninstall uninstall-am uninstall-pkgconfigDATA
761
798
 
762
799
 
763
800
-include $(top_srcdir)/git.mk