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

« back to all changes in this revision

Viewing changes to desktop-themes/HighContrastInverse/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:
39
39
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40
40
        $(ACLOCAL_M4)
41
41
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42
 
CONFIG_HEADER = $(top_builddir)/config.h
43
42
CONFIG_CLEAN_FILES =
44
43
SOURCES =
45
44
DIST_SOURCES =
55
54
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
56
55
ACLOCAL = @ACLOCAL@
57
56
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
58
 
ALLOCA = @ALLOCA@
59
57
ALL_LINGUAS = @ALL_LINGUAS@
60
58
AMTAR = @AMTAR@
61
 
AR = @AR@
62
59
AUTOCONF = @AUTOCONF@
63
60
AUTOHEADER = @AUTOHEADER@
64
61
AUTOMAKE = @AUTOMAKE@
70
67
CFLAGS = @CFLAGS@
71
68
CPP = @CPP@
72
69
CPPFLAGS = @CPPFLAGS@
73
 
CXX = @CXX@
74
 
CXXCPP = @CXXCPP@
75
 
CXXDEPMODE = @CXXDEPMODE@
76
 
CXXFLAGS = @CXXFLAGS@
77
70
CYGPATH_W = @CYGPATH_W@
78
71
DATADIRNAME = @DATADIRNAME@
79
72
DEFS = @DEFS@
80
73
DEPDIR = @DEPDIR@
81
 
ECHO = @ECHO@
82
74
ECHO_C = @ECHO_C@
83
75
ECHO_N = @ECHO_N@
84
76
ECHO_T = @ECHO_T@
85
77
EGREP = @EGREP@
86
78
EXEEXT = @EXEEXT@
87
 
F77 = @F77@
88
 
FFLAGS = @FFLAGS@
89
79
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
90
80
GMOFILES = @GMOFILES@
91
81
GMSGFMT = @GMSGFMT@
131
121
LDFLAGS = @LDFLAGS@
132
122
LIBOBJS = @LIBOBJS@
133
123
LIBS = @LIBS@
134
 
LIBTOOL = @LIBTOOL@
135
 
LN_S = @LN_S@
136
124
LTLIBOBJS = @LTLIBOBJS@
137
 
MAINT = @MAINT@
138
125
MAKEINFO = @MAKEINFO@
139
126
MKDIR_P = @MKDIR_P@
140
127
MKINSTALLDIRS = @MKINSTALLDIRS@
154
141
POSUB = @POSUB@
155
142
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
156
143
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
157
 
RANLIB = @RANLIB@
158
144
SET_MAKE = @SET_MAKE@
159
145
SHELL = @SHELL@
160
146
STRIP = @STRIP@
 
147
TEST_THEMES = @TEST_THEMES@
161
148
THEME_ENGINE_CFLAGS = @THEME_ENGINE_CFLAGS@
162
149
THEME_ENGINE_LIBS = @THEME_ENGINE_LIBS@
163
150
USE_NLS = @USE_NLS@
168
155
abs_top_builddir = @abs_top_builddir@
169
156
abs_top_srcdir = @abs_top_srcdir@
170
157
ac_ct_CC = @ac_ct_CC@
171
 
ac_ct_CXX = @ac_ct_CXX@
172
 
ac_ct_F77 = @ac_ct_F77@
173
158
am__include = @am__include@
174
159
am__leading_dot = @am__leading_dot@
175
160
am__quote = @am__quote@
223
208
all: all-am
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
install-themeDATA: $(theme_DATA)
262
241
        @$(NORMAL_INSTALL)
263
242
        test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)"
342
321
        @echo "it deletes files that may require special tools to rebuild."
343
322
clean: clean-am
344
323
 
345
 
clean-am: clean-generic clean-libtool mostlyclean-am
 
324
clean-am: clean-generic mostlyclean-am
346
325
 
347
326
distclean: distclean-am
348
327
        -rm -f Makefile
382
361
 
383
362
mostlyclean: mostlyclean-am
384
363
 
385
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
364
mostlyclean-am: mostlyclean-generic
386
365
 
387
366
pdf: pdf-am
388
367
 
396
375
 
397
376
.MAKE: install-am install-strip
398
377
 
399
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
400
 
        distclean distclean-generic distclean-libtool distdir dvi \
401
 
        dvi-am html html-am info info-am install install-am \
402
 
        install-data install-data-am install-dvi install-dvi-am \
403
 
        install-exec install-exec-am install-html install-html-am \
404
 
        install-info install-info-am install-man install-pdf \
405
 
        install-pdf-am install-ps install-ps-am install-strip \
406
 
        install-themeDATA installcheck installcheck-am installdirs \
407
 
        maintainer-clean maintainer-clean-generic mostlyclean \
408
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
409
 
        uninstall uninstall-am uninstall-themeDATA
 
378
.PHONY: all all-am check check-am clean clean-generic distclean \
 
379
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
380
        install install-am install-data install-data-am install-dvi \
 
381
        install-dvi-am install-exec install-exec-am install-html \
 
382
        install-html-am install-info install-info-am install-man \
 
383
        install-pdf install-pdf-am install-ps install-ps-am \
 
384
        install-strip install-themeDATA installcheck installcheck-am \
 
385
        installdirs maintainer-clean maintainer-clean-generic \
 
386
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
 
387
        uninstall-am uninstall-themeDATA
410
388
 
411
389
 
412
390
@INTLTOOL_THEME_RULE@