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

« back to all changes in this revision

Viewing changes to data/icons/hicolor/scalable/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/icons/hicolor/scalable
82
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83
 
        $(dist_appicons_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_appicons_DATA) \
 
101
        $(am__DIST_COMMON)
92
102
mkinstalldirs = $(install_sh) -d
93
103
CONFIG_HEADER = $(top_builddir)/config.h
94
104
CONFIG_CLEAN_FILES =
142
152
am__installdirs = "$(DESTDIR)$(appiconsdir)"
143
153
DATA = $(dist_appicons_DATA)
144
154
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
155
am__DIST_COMMON = $(srcdir)/Makefile.in
145
156
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
146
157
ACLOCAL = @ACLOCAL@
147
158
ALL_LINGUAS = @ALL_LINGUAS@
149
160
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
150
161
APPSTREAM_CFLAGS = @APPSTREAM_CFLAGS@
151
162
APPSTREAM_LIBS = @APPSTREAM_LIBS@
 
163
APPSTREAM_UTIL = @APPSTREAM_UTIL@
152
164
AR = @AR@
153
165
AUTOCONF = @AUTOCONF@
154
166
AUTOHEADER = @AUTOHEADER@
243
255
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
244
256
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
245
257
POFILES = @POFILES@
 
258
POLKIT_CFLAGS = @POLKIT_CFLAGS@
 
259
POLKIT_LIBS = @POLKIT_LIBS@
246
260
POSUB = @POSUB@
247
261
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
248
262
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
331
345
              exit 1;; \
332
346
          esac; \
333
347
        done; \
334
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/icons/hicolor/scalable/Makefile'; \
 
348
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/hicolor/scalable/Makefile'; \
335
349
        $(am__cd) $(top_srcdir) && \
336
 
          $(AUTOMAKE) --gnu data/icons/hicolor/scalable/Makefile
337
 
.PRECIOUS: Makefile
 
350
          $(AUTOMAKE) --foreign data/icons/hicolor/scalable/Makefile
338
351
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
339
352
        @case '$?' in \
340
353
          *config.status*) \
534
547
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
535
548
        uninstall-am uninstall-dist_appiconsDATA
536
549
 
 
550
.PRECIOUS: Makefile
 
551
 
537
552
 
538
553
-include $(top_srcdir)/git.mk
539
554