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

« back to all changes in this revision

Viewing changes to data/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,
15
15
@SET_MAKE@
16
16
 
17
17
VPATH = @srcdir@
18
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__is_gnu_make = { \
 
19
  if test -z '$(MAKELEVEL)'; then \
 
20
    false; \
 
21
  elif test -n '$(MAKE_HOST)'; then \
 
22
    true; \
 
23
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
24
    true; \
 
25
  else \
 
26
    false; \
 
27
  fi; \
 
28
}
19
29
am__make_running_with_option = \
20
30
  case $${target_option-} in \
21
31
      ?) ;; \
79
89
build_triplet = @build@
80
90
host_triplet = @host@
81
91
subdir = data
82
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83
 
        $(srcdir)/featured.ini.in $(dist_resources_DATA)
84
92
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85
93
am__aclocal_m4_deps = $(top_srcdir)/m4/glibtests.m4 \
86
94
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
89
97
        $(top_srcdir)/configure.ac
90
98
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
91
99
        $(ACLOCAL_M4)
 
100
DIST_COMMON = $(srcdir)/Makefile.am $(dist_resources_DATA) \
 
101
        $(am__DIST_COMMON)
92
102
mkinstalldirs = $(install_sh) -d
93
103
CONFIG_HEADER = $(top_builddir)/config.h
94
104
CONFIG_CLEAN_FILES = featured.ini
177
187
ETAGS = etags
178
188
CTAGS = ctags
179
189
DIST_SUBDIRS = $(SUBDIRS)
 
190
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/featured.ini.in
180
191
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
181
192
am__relativize = \
182
193
  dir0=`pwd`; \
209
220
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
210
221
APPSTREAM_CFLAGS = @APPSTREAM_CFLAGS@
211
222
APPSTREAM_LIBS = @APPSTREAM_LIBS@
 
223
APPSTREAM_UTIL = @APPSTREAM_UTIL@
212
224
AR = @AR@
213
225
AUTOCONF = @AUTOCONF@
214
226
AUTOHEADER = @AUTOHEADER@
303
315
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
304
316
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
305
317
POFILES = @POFILES@
 
318
POLKIT_CFLAGS = @POLKIT_CFLAGS@
 
319
POLKIT_LIBS = @POLKIT_LIBS@
306
320
POSUB = @POSUB@
307
321
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
308
322
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
420
434
              exit 1;; \
421
435
          esac; \
422
436
        done; \
423
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
 
437
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/Makefile'; \
424
438
        $(am__cd) $(top_srcdir) && \
425
 
          $(AUTOMAKE) --gnu data/Makefile
426
 
.PRECIOUS: Makefile
 
439
          $(AUTOMAKE) --foreign data/Makefile
427
440
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
428
441
        @case '$?' in \
429
442
          *config.status*) \
747
760
        tags tags-am uninstall uninstall-am \
748
761
        uninstall-dist_resourcesDATA
749
762
 
 
763
.PRECIOUS: Makefile
 
764
 
750
765
 
751
766
@GSETTINGS_RULES@
752
767