~ubuntu-branches/ubuntu/wily/gnome-software/wily-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2015-07-22 00:03:04 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20150722000304-ctnkwytku720qft7
Tags: 3.16.4-1
* New upstream release.
* Update Build-Depends as per configure.ac:
  - Add appstream-util.
  - Add libpolkit-gobject-1-dev.
  - Bump libappstream-glib-dev to (>= 0.3.4).
  - Bump libgtk-3-dev to (>= 3.16).
* Drop hard-coded dependency on libappstream-glib7 now that the library
  provides a symbols file.
* Use dh_install's exclude (-X) functionality to not install the .a and .la
  files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.14.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.15 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2014 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,
14
14
 
15
15
@SET_MAKE@
16
16
VPATH = @srcdir@
17
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
17
am__is_gnu_make = { \
 
18
  if test -z '$(MAKELEVEL)'; then \
 
19
    false; \
 
20
  elif test -n '$(MAKE_HOST)'; then \
 
21
    true; \
 
22
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
23
    true; \
 
24
  else \
 
25
    false; \
 
26
  fi; \
 
27
}
18
28
am__make_running_with_option = \
19
29
  case $${target_option-} in \
20
30
      ?) ;; \
78
88
build_triplet = @build@
79
89
host_triplet = @host@
80
90
subdir = .
81
 
DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
82
 
        $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83
 
        $(top_srcdir)/configure $(am__configure_deps) \
84
 
        $(srcdir)/config.h.in COPYING compile config.guess config.sub \
85
 
        depcomp install-sh missing ltmain.sh
86
91
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87
92
am__aclocal_m4_deps = $(top_srcdir)/m4/glibtests.m4 \
88
93
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
91
96
        $(top_srcdir)/configure.ac
92
97
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93
98
        $(ACLOCAL_M4)
 
99
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
 
100
        $(am__configure_deps) $(am__DIST_COMMON)
94
101
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
95
102
 configure.lineno config.status.lineno
96
103
mkinstalldirs = $(install_sh) -d
154
161
CTAGS = ctags
155
162
CSCOPE = cscope
156
163
DIST_SUBDIRS = $(SUBDIRS)
 
164
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
 
165
        COPYING ChangeLog NEWS README compile config.guess config.sub \
 
166
        install-sh ltmain.sh missing
157
167
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
158
168
distdir = $(PACKAGE)-$(VERSION)
159
169
top_distdir = $(distdir)
202
212
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
203
213
APPSTREAM_CFLAGS = @APPSTREAM_CFLAGS@
204
214
APPSTREAM_LIBS = @APPSTREAM_LIBS@
 
215
APPSTREAM_UTIL = @APPSTREAM_UTIL@
205
216
AR = @AR@
206
217
AUTOCONF = @AUTOCONF@
207
218
AUTOHEADER = @AUTOHEADER@
296
307
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
297
308
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
298
309
POFILES = @POFILES@
 
310
POLKIT_CFLAGS = @POLKIT_CFLAGS@
 
311
POLKIT_LIBS = @POLKIT_LIBS@
299
312
POSUB = @POSUB@
300
313
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
301
314
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
390
403
        config.sub                                      \
391
404
        configure                                       \
392
405
        depcomp                                         \
393
 
        INSTALL                                         \
394
406
        install-sh                                      \
395
407
        ltmain.sh                                       \
396
408
        Makefile.in                                     \
397
409
        missing                                         \
398
410
        mkinstalldirs                                   \
 
411
        NEWS                                            \
399
412
        test-driver
400
413
 
401
414
EXTRA_DIST = \
403
416
        autogen.sh                                      \
404
417
        config.h                                        \
405
418
        COPYING                                         \
406
 
        INSTALL                                         \
407
419
        MAINTAINERS                                     \
408
420
        NEWS                                            \
409
421
        README
421
433
        @for dep in $?; do \
422
434
          case '$(am__configure_deps)' in \
423
435
            *$$dep*) \
424
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
425
 
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
 
436
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
437
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
426
438
                && exit 0; \
427
439
              exit 1;; \
428
440
          esac; \
429
441
        done; \
430
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
442
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
431
443
        $(am__cd) $(top_srcdir) && \
432
 
          $(AUTOMAKE) --gnu Makefile
433
 
.PRECIOUS: Makefile
 
444
          $(AUTOMAKE) --foreign Makefile
434
445
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
435
446
        @case '$?' in \
436
447
          *config.status*) \
660
671
        $(am__post_remove_distdir)
661
672
 
662
673
dist-tarZ: distdir
 
674
        @echo WARNING: "Support for distribution archives compressed with" \
 
675
                       "legacy program 'compress' is deprecated." >&2
 
676
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 
677
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
678
        $(am__post_remove_distdir)
 
679
 
 
680
dist-shar: distdir
663
681
        @echo WARNING: "Support for shar distribution archives is" \
664
682
                       "deprecated." >&2
665
683
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
666
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
667
 
        $(am__post_remove_distdir)
668
 
 
669
 
dist-shar: distdir
670
 
        @echo WARNING: "Support for distribution archives compressed with" \
671
 
                       "legacy program 'compress' is deprecated." >&2
672
 
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
673
684
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
674
685
        $(am__post_remove_distdir)
675
686
 
704
715
        esac
705
716
        chmod -R a-w $(distdir)
706
717
        chmod u+w $(distdir)
707
 
        mkdir $(distdir)/_build $(distdir)/_inst
 
718
        mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
708
719
        chmod a-w $(distdir)
709
720
        test -d $(distdir)/_build || exit 0; \
710
721
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
711
722
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
712
723
          && am__cwd=`pwd` \
713
 
          && $(am__cd) $(distdir)/_build \
714
 
          && ../configure \
 
724
          && $(am__cd) $(distdir)/_build/sub \
 
725
          && ../../configure \
715
726
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
716
727
            $(DISTCHECK_CONFIGURE_FLAGS) \
717
 
            --srcdir=.. --prefix="$$dc_install_base" \
 
728
            --srcdir=../.. --prefix="$$dc_install_base" \
718
729
          && $(MAKE) $(AM_MAKEFLAGS) \
719
730
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
720
731
          && $(MAKE) $(AM_MAKEFLAGS) check \
893
904
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
894
905
        uninstall-am
895
906
 
 
907
.PRECIOUS: Makefile
 
908
 
896
909
 
897
910
snapshot:
898
911
        $(MAKE) dist distdir=$(PACKAGE)-$(VERSION)-`date +"%Y%m%d"`
900
913
distclean-local:
901
914
        if test $(srdcir) = .; then :; else \
902
915
                rm -f ChangeLog; \
 
916
                rm -f NEWS; \
903
917
        fi
904
918
 
905
919
ChangeLog:
916
930
          echo A git checkout and git-log is required to generate this file >> $@); \
917
931
        fi
918
932
 
919
 
.PHONY: ChangeLog
 
933
NEWS: data/appdata/*.appdata.xml
 
934
        $(AM_V_GEN) \
 
935
        if test -e $(APPSTREAM_UTIL); then \
 
936
                $(APPSTREAM_UTIL) appdata-to-news $^ > $@; \
 
937
        else \
 
938
                touch $@; \
 
939
        fi
 
940
 
 
941
.PHONY: ChangeLog NEWS
920
942
 
921
943
-include $(top_srcdir)/git.mk
922
944