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

« back to all changes in this revision

Viewing changes to data/icons/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 = data/icons
81
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
82
91
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83
92
am__aclocal_m4_deps = $(top_srcdir)/m4/glibtests.m4 \
84
93
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
87
96
        $(top_srcdir)/configure.ac
88
97
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89
98
        $(ACLOCAL_M4)
 
99
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
90
100
mkinstalldirs = $(install_sh) -d
91
101
CONFIG_HEADER = $(top_builddir)/config.h
92
102
CONFIG_CLEAN_FILES =
146
156
ETAGS = etags
147
157
CTAGS = ctags
148
158
DIST_SUBDIRS = $(SUBDIRS)
 
159
am__DIST_COMMON = $(srcdir)/Makefile.in
149
160
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150
161
am__relativize = \
151
162
  dir0=`pwd`; \
178
189
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
179
190
APPSTREAM_CFLAGS = @APPSTREAM_CFLAGS@
180
191
APPSTREAM_LIBS = @APPSTREAM_LIBS@
 
192
APPSTREAM_UTIL = @APPSTREAM_UTIL@
181
193
AR = @AR@
182
194
AUTOCONF = @AUTOCONF@
183
195
AUTOHEADER = @AUTOHEADER@
272
284
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
273
285
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
274
286
POFILES = @POFILES@
 
287
POLKIT_CFLAGS = @POLKIT_CFLAGS@
 
288
POLKIT_LIBS = @POLKIT_LIBS@
275
289
POSUB = @POSUB@
276
290
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
277
291
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
347
361
top_builddir = @top_builddir@
348
362
top_srcdir = @top_srcdir@
349
363
SUBDIRS = \
350
 
        hicolor                                         \
351
 
        HighContrast
 
364
        hicolor
352
365
 
353
366
all: all-recursive
354
367
 
362
375
              exit 1;; \
363
376
          esac; \
364
377
        done; \
365
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/icons/Makefile'; \
 
378
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/Makefile'; \
366
379
        $(am__cd) $(top_srcdir) && \
367
 
          $(AUTOMAKE) --gnu data/icons/Makefile
368
 
.PRECIOUS: Makefile
 
380
          $(AUTOMAKE) --foreign data/icons/Makefile
369
381
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
370
382
        @case '$?' in \
371
383
          *config.status*) \
660
672
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
661
673
        ps ps-am tags tags-am uninstall uninstall-am
662
674
 
 
675
.PRECIOUS: Makefile
 
676
 
663
677
 
664
678
-include $(top_srcdir)/git.mk
665
679