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

« back to all changes in this revision

Viewing changes to metacity-themes/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 =
45
44
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
46
45
ACLOCAL = @ACLOCAL@
47
46
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
48
 
ALLOCA = @ALLOCA@
49
47
ALL_LINGUAS = @ALL_LINGUAS@
50
48
AMTAR = @AMTAR@
51
 
AR = @AR@
52
49
AUTOCONF = @AUTOCONF@
53
50
AUTOHEADER = @AUTOHEADER@
54
51
AUTOMAKE = @AUTOMAKE@
60
57
CFLAGS = @CFLAGS@
61
58
CPP = @CPP@
62
59
CPPFLAGS = @CPPFLAGS@
63
 
CXX = @CXX@
64
 
CXXCPP = @CXXCPP@
65
 
CXXDEPMODE = @CXXDEPMODE@
66
 
CXXFLAGS = @CXXFLAGS@
67
60
CYGPATH_W = @CYGPATH_W@
68
61
DATADIRNAME = @DATADIRNAME@
69
62
DEFS = @DEFS@
70
63
DEPDIR = @DEPDIR@
71
 
ECHO = @ECHO@
72
64
ECHO_C = @ECHO_C@
73
65
ECHO_N = @ECHO_N@
74
66
ECHO_T = @ECHO_T@
75
67
EGREP = @EGREP@
76
68
EXEEXT = @EXEEXT@
77
 
F77 = @F77@
78
 
FFLAGS = @FFLAGS@
79
69
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
80
70
GMOFILES = @GMOFILES@
81
71
GMSGFMT = @GMSGFMT@
121
111
LDFLAGS = @LDFLAGS@
122
112
LIBOBJS = @LIBOBJS@
123
113
LIBS = @LIBS@
124
 
LIBTOOL = @LIBTOOL@
125
 
LN_S = @LN_S@
126
114
LTLIBOBJS = @LTLIBOBJS@
127
 
MAINT = @MAINT@
128
115
MAKEINFO = @MAKEINFO@
129
116
MKDIR_P = @MKDIR_P@
130
117
MKINSTALLDIRS = @MKINSTALLDIRS@
144
131
POSUB = @POSUB@
145
132
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
146
133
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
147
 
RANLIB = @RANLIB@
148
134
SET_MAKE = @SET_MAKE@
149
135
SHELL = @SHELL@
150
136
STRIP = @STRIP@
 
137
TEST_THEMES = @TEST_THEMES@
151
138
THEME_ENGINE_CFLAGS = @THEME_ENGINE_CFLAGS@
152
139
THEME_ENGINE_LIBS = @THEME_ENGINE_LIBS@
153
140
USE_NLS = @USE_NLS@
158
145
abs_top_builddir = @abs_top_builddir@
159
146
abs_top_srcdir = @abs_top_srcdir@
160
147
ac_ct_CC = @ac_ct_CC@
161
 
ac_ct_CXX = @ac_ct_CXX@
162
 
ac_ct_F77 = @ac_ct_F77@
163
148
am__include = @am__include@
164
149
am__leading_dot = @am__leading_dot@
165
150
am__quote = @am__quote@
217
202
all: all-am
218
203
 
219
204
.SUFFIXES:
220
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
205
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
221
206
        @for dep in $?; do \
222
207
          case '$(am__configure_deps)' in \
223
208
            *$$dep*) \
242
227
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
243
228
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244
229
 
245
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
246
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
247
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
248
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249
 
 
250
 
mostlyclean-libtool:
251
 
        -rm -f *.lo
252
 
 
253
 
clean-libtool:
254
 
        -rm -rf .libs _libs
 
230
$(top_srcdir)/configure:  $(am__configure_deps)
 
231
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
232
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
233
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255
234
tags: TAGS
256
235
TAGS:
257
236
 
317
296
        @echo "it deletes files that may require special tools to rebuild."
318
297
clean: clean-am
319
298
 
320
 
clean-am: clean-generic clean-libtool mostlyclean-am
 
299
clean-am: clean-generic mostlyclean-am
321
300
 
322
301
distclean: distclean-am
323
302
        -rm -f Makefile
357
336
 
358
337
mostlyclean: mostlyclean-am
359
338
 
360
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
339
mostlyclean-am: mostlyclean-generic
361
340
 
362
341
pdf: pdf-am
363
342
 
371
350
 
372
351
.MAKE: install-am install-strip
373
352
 
374
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
375
 
        dist-hook distclean distclean-generic distclean-libtool \
376
 
        distdir dvi dvi-am html html-am info info-am install \
377
 
        install-am install-data install-data-am install-data-local \
378
 
        install-dvi install-dvi-am install-exec install-exec-am \
379
 
        install-html install-html-am install-info install-info-am \
380
 
        install-man install-pdf install-pdf-am install-ps \
381
 
        install-ps-am install-strip installcheck installcheck-am \
382
 
        installdirs maintainer-clean maintainer-clean-generic \
383
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
384
 
        ps ps-am uninstall uninstall-am
 
353
.PHONY: all all-am check check-am clean clean-generic dist-hook \
 
354
        distclean distclean-generic distdir dvi dvi-am html html-am \
 
355
        info info-am install install-am install-data install-data-am \
 
356
        install-data-local install-dvi install-dvi-am install-exec \
 
357
        install-exec-am install-html install-html-am install-info \
 
358
        install-info-am install-man install-pdf install-pdf-am \
 
359
        install-ps install-ps-am install-strip installcheck \
 
360
        installcheck-am installdirs maintainer-clean \
 
361
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
362
        pdf-am ps ps-am uninstall uninstall-am
385
363
 
386
364
 
387
365
uninstall: uninstall-am