~ubuntu-branches/debian/sid/bijiben/sid

« back to all changes in this revision

Viewing changes to data/icons/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2015-06-12 01:14:42 UTC
  • mfrom: (7.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20150612011442-ey2h787uixugso9x
Tags: 3.16.2-2
Upload to unstable.

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
82
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
83
92
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84
93
am__aclocal_m4_deps = $(top_srcdir)/libgd/libgd.m4 \
85
94
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
88
97
        $(top_srcdir)/configure.ac
89
98
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90
99
        $(ACLOCAL_M4)
 
100
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
91
101
mkinstalldirs = $(install_sh) -d
92
102
CONFIG_HEADER = $(top_builddir)/config.h
93
103
CONFIG_CLEAN_FILES =
113
123
  esac
114
124
DATA = $(noinst_DATA)
115
125
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
126
am__DIST_COMMON = $(srcdir)/Makefile.in
116
127
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117
128
ACLOCAL = @ACLOCAL@
118
129
ALL_LINGUAS = @ALL_LINGUAS@
119
130
AMTAR = @AMTAR@
120
131
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
132
APPSTREAM_UTIL = @APPSTREAM_UTIL@
121
133
AR = @AR@
122
134
AUTOCONF = @AUTOCONF@
123
135
AUTOHEADER = @AUTOHEADER@
240
252
am__quote = @am__quote@
241
253
am__tar = @am__tar@
242
254
am__untar = @am__untar@
 
255
appstreamxmldir = @appstreamxmldir@
243
256
bindir = @bindir@
244
257
build = @build@
245
258
build_alias = @build_alias@
295
308
        hicolor_apps_32x32_bijiben.png \
296
309
        hicolor_apps_48x48_bijiben.png \
297
310
        hicolor_apps_256x256_bijiben.png \
298
 
        HighContrast_apps_scalable_bijiben.svg \
 
311
        hicolor_apps_scalable_bijiben-symbolic.svg \
299
312
        $(NULL)
300
313
 
301
314
private_icons = \
307
320
        $(NULL)
308
321
 
309
322
noinst_DATA = \
310
 
        hicolor_apps_scalable_bijiben.svg \
 
323
        bijiben-src.svg \
311
324
        $(NULL)
312
325
 
313
326
EXTRA_DIST = \
334
347
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/icons/Makefile'; \
335
348
        $(am__cd) $(top_srcdir) && \
336
349
          $(AUTOMAKE) --gnu data/icons/Makefile
337
 
.PRECIOUS: Makefile
338
350
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
339
351
        @case '$?' in \
340
352
          *config.status*) \
510
522
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
511
523
        uninstall-am uninstall-local
512
524
 
 
525
.PRECIOUS: Makefile
 
526
 
513
527
 
514
528
update-icon-cache:
515
529
        @-if test -z "$(DESTDIR)"; then \