~mdoyen/homebank/5.5.x

« back to all changes in this revision

Viewing changes to themes/hicolor/Makefile.in

  • Committer: Maxime Doyen
  • Date: 2015-10-04 09:22:24 UTC
  • Revision ID: homebank@free.fr-20151004092224-4m3wkkx5qxyckfu5
5.0.6 beta1

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
      ?) ;; \
76
86
PRE_UNINSTALL = :
77
87
POST_UNINSTALL = :
78
88
subdir = themes/hicolor
79
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
80
 
        $(top_srcdir)/mkinstalldirs
81
89
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
82
90
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
83
91
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
84
92
        $(ACLOCAL_M4)
 
93
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
85
94
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
86
95
CONFIG_HEADER = $(top_builddir)/config.h
87
96
CONFIG_CLEAN_FILES =
106
115
    *) (install-info --version) >/dev/null 2>&1;; \
107
116
  esac
108
117
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
118
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
109
119
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
110
120
ACLOCAL = @ACLOCAL@
111
121
ALL_LINGUAS = @ALL_LINGUAS@
304
314
        hicolor_status_48x48_prf-import.png \
305
315
        hicolor_status_48x48_prf-interface.png \
306
316
        hicolor_status_48x48_prf-report.png \
 
317
        hicolor_actions_scalable_toggle-sign-symbolic.svg \
307
318
        $(NULL)
308
319
 
309
320
EXTRA_DIST = \
330
341
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign themes/hicolor/Makefile'; \
331
342
        $(am__cd) $(top_srcdir) && \
332
343
          $(AUTOMAKE) --foreign themes/hicolor/Makefile
333
 
.PRECIOUS: Makefile
334
344
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
335
345
        @case '$?' in \
336
346
          *config.status*) \
498
508
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
499
509
        pdf-am ps ps-am tags-am uninstall uninstall-am uninstall-local
500
510
 
 
511
.PRECIOUS: Makefile
 
512
 
501
513
 
502
514
update-icon-cache:
503
515
        @-if test -z "$(DESTDIR)"; then \