~ubuntu-branches/ubuntu/vivid/gnome-themes/vivid

« back to all changes in this revision

Viewing changes to icon-themes/Mist/32x32/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2009-01-20 03:59:50 UTC
  • mfrom: (1.1.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20090120035950-jdj6nzhbnszz3w1j
Tags: 2.25.5-0ubuntu1
* New upstream release (LP: #319089)
  - New high contrast icons for status/weather.
  Close bugs #564117, #564119, #564193, #564228, #564230, #564231,
  #564234, #564323, #564326, #564420.
* Bump icon-naming-utils to 0.8.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
39
39
        $(ACLOCAL_M4)
40
40
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
41
 
CONFIG_HEADER = $(top_builddir)/config.h
42
41
CONFIG_CLEAN_FILES =
43
42
SOURCES =
44
43
DIST_SOURCES =
57
56
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
58
57
ACLOCAL = @ACLOCAL@
59
58
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
60
 
ALLOCA = @ALLOCA@
61
59
ALL_LINGUAS = @ALL_LINGUAS@
62
60
AMTAR = @AMTAR@
63
 
AR = @AR@
64
61
AUTOCONF = @AUTOCONF@
65
62
AUTOHEADER = @AUTOHEADER@
66
63
AUTOMAKE = @AUTOMAKE@
72
69
CFLAGS = @CFLAGS@
73
70
CPP = @CPP@
74
71
CPPFLAGS = @CPPFLAGS@
75
 
CXX = @CXX@
76
 
CXXCPP = @CXXCPP@
77
 
CXXDEPMODE = @CXXDEPMODE@
78
 
CXXFLAGS = @CXXFLAGS@
79
72
CYGPATH_W = @CYGPATH_W@
80
73
DATADIRNAME = @DATADIRNAME@
81
74
DEFS = @DEFS@
82
75
DEPDIR = @DEPDIR@
83
 
ECHO = @ECHO@
84
76
ECHO_C = @ECHO_C@
85
77
ECHO_N = @ECHO_N@
86
78
ECHO_T = @ECHO_T@
87
79
EGREP = @EGREP@
88
80
EXEEXT = @EXEEXT@
89
 
F77 = @F77@
90
 
FFLAGS = @FFLAGS@
91
81
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
92
82
GMOFILES = @GMOFILES@
93
83
GMSGFMT = @GMSGFMT@
133
123
LDFLAGS = @LDFLAGS@
134
124
LIBOBJS = @LIBOBJS@
135
125
LIBS = @LIBS@
136
 
LIBTOOL = @LIBTOOL@
137
 
LN_S = @LN_S@
138
126
LTLIBOBJS = @LTLIBOBJS@
139
 
MAINT = @MAINT@
140
127
MAKEINFO = @MAKEINFO@
141
128
MKDIR_P = @MKDIR_P@
142
129
MKINSTALLDIRS = @MKINSTALLDIRS@
156
143
POSUB = @POSUB@
157
144
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
158
145
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
159
 
RANLIB = @RANLIB@
160
146
SET_MAKE = @SET_MAKE@
161
147
SHELL = @SHELL@
162
148
STRIP = @STRIP@
 
149
TEST_THEMES = @TEST_THEMES@
163
150
THEME_ENGINE_CFLAGS = @THEME_ENGINE_CFLAGS@
164
151
THEME_ENGINE_LIBS = @THEME_ENGINE_LIBS@
165
152
USE_NLS = @USE_NLS@
170
157
abs_top_builddir = @abs_top_builddir@
171
158
abs_top_srcdir = @abs_top_srcdir@
172
159
ac_ct_CC = @ac_ct_CC@
173
 
ac_ct_CXX = @ac_ct_CXX@
174
 
ac_ct_F77 = @ac_ct_F77@
175
160
am__include = @am__include@
176
161
am__leading_dot = @am__leading_dot@
177
162
am__quote = @am__quote@
223
208
all: all-recursive
224
209
 
225
210
.SUFFIXES:
226
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
211
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
227
212
        @for dep in $?; do \
228
213
          case '$(am__configure_deps)' in \
229
214
            *$$dep*) \
248
233
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
249
234
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250
235
 
251
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
252
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
254
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255
 
 
256
 
mostlyclean-libtool:
257
 
        -rm -f *.lo
258
 
 
259
 
clean-libtool:
260
 
        -rm -rf .libs _libs
 
236
$(top_srcdir)/configure:  $(am__configure_deps)
 
237
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
238
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
239
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261
240
 
262
241
# This directory's subdirectories are mostly independent; you can cd
263
242
# into them and run `make' without going through this Makefile.
465
444
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
466
445
clean: clean-recursive
467
446
 
468
 
clean-am: clean-generic clean-libtool mostlyclean-am
 
447
clean-am: clean-generic mostlyclean-am
469
448
 
470
449
distclean: distclean-recursive
471
450
        -rm -f Makefile
505
484
 
506
485
mostlyclean: mostlyclean-recursive
507
486
 
508
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
487
mostlyclean-am: mostlyclean-generic
509
488
 
510
489
pdf: pdf-recursive
511
490
 
521
500
        install-strip
522
501
 
523
502
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
524
 
        all all-am check check-am clean clean-generic clean-libtool \
525
 
        ctags ctags-recursive distclean distclean-generic \
526
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
527
 
        html-am info info-am install install-am install-data \
528
 
        install-data-am install-dvi install-dvi-am install-exec \
529
 
        install-exec-am install-html install-html-am install-info \
530
 
        install-info-am install-man install-pdf install-pdf-am \
531
 
        install-ps install-ps-am install-strip installcheck \
532
 
        installcheck-am installdirs installdirs-am maintainer-clean \
533
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
534
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
535
 
        uninstall uninstall-am
 
503
        all all-am check check-am clean clean-generic ctags \
 
504
        ctags-recursive distclean distclean-generic distclean-tags \
 
505
        distdir dvi dvi-am html html-am info info-am install \
 
506
        install-am install-data install-data-am install-dvi \
 
507
        install-dvi-am install-exec install-exec-am install-html \
 
508
        install-html-am install-info install-info-am install-man \
 
509
        install-pdf install-pdf-am install-ps install-ps-am \
 
510
        install-strip installcheck installcheck-am installdirs \
 
511
        installdirs-am maintainer-clean maintainer-clean-generic \
 
512
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
 
513
        tags-recursive uninstall uninstall-am
536
514
 
537
515
# Tell versions [3.59,3.63) of GNU make to not export all variables.
538
516
# Otherwise a system limit (for SysV at least) may be exceeded.