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

« back to all changes in this revision

Viewing changes to gtk-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:
40
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
41
        $(ACLOCAL_M4)
42
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43
 
CONFIG_HEADER = $(top_builddir)/config.h
44
43
CONFIG_CLEAN_FILES = gtkrc
45
44
SOURCES =
46
45
DIST_SOURCES =
56
55
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
57
56
ACLOCAL = @ACLOCAL@
58
57
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
59
 
ALLOCA = @ALLOCA@
60
58
ALL_LINGUAS = @ALL_LINGUAS@
61
59
AMTAR = @AMTAR@
62
 
AR = @AR@
63
60
AUTOCONF = @AUTOCONF@
64
61
AUTOHEADER = @AUTOHEADER@
65
62
AUTOMAKE = @AUTOMAKE@
71
68
CFLAGS = @CFLAGS@
72
69
CPP = @CPP@
73
70
CPPFLAGS = @CPPFLAGS@
74
 
CXX = @CXX@
75
 
CXXCPP = @CXXCPP@
76
 
CXXDEPMODE = @CXXDEPMODE@
77
 
CXXFLAGS = @CXXFLAGS@
78
71
CYGPATH_W = @CYGPATH_W@
79
72
DATADIRNAME = @DATADIRNAME@
80
73
DEFS = @DEFS@
81
74
DEPDIR = @DEPDIR@
82
 
ECHO = @ECHO@
83
75
ECHO_C = @ECHO_C@
84
76
ECHO_N = @ECHO_N@
85
77
ECHO_T = @ECHO_T@
86
78
EGREP = @EGREP@
87
79
EXEEXT = @EXEEXT@
88
 
F77 = @F77@
89
 
FFLAGS = @FFLAGS@
90
80
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
91
81
GMOFILES = @GMOFILES@
92
82
GMSGFMT = @GMSGFMT@
132
122
LDFLAGS = @LDFLAGS@
133
123
LIBOBJS = @LIBOBJS@
134
124
LIBS = @LIBS@
135
 
LIBTOOL = @LIBTOOL@
136
 
LN_S = @LN_S@
137
125
LTLIBOBJS = @LTLIBOBJS@
138
 
MAINT = @MAINT@
139
126
MAKEINFO = @MAKEINFO@
140
127
MKDIR_P = @MKDIR_P@
141
128
MKINSTALLDIRS = @MKINSTALLDIRS@
155
142
POSUB = @POSUB@
156
143
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
157
144
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
158
 
RANLIB = @RANLIB@
159
145
SET_MAKE = @SET_MAKE@
160
146
SHELL = @SHELL@
161
147
STRIP = @STRIP@
 
148
TEST_THEMES = @TEST_THEMES@
162
149
THEME_ENGINE_CFLAGS = @THEME_ENGINE_CFLAGS@
163
150
THEME_ENGINE_LIBS = @THEME_ENGINE_LIBS@
164
151
USE_NLS = @USE_NLS@
169
156
abs_top_builddir = @abs_top_builddir@
170
157
abs_top_srcdir = @abs_top_srcdir@
171
158
ac_ct_CC = @ac_ct_CC@
172
 
ac_ct_CXX = @ac_ct_CXX@
173
 
ac_ct_F77 = @ac_ct_F77@
174
159
am__include = @am__include@
175
160
am__leading_dot = @am__leading_dot@
176
161
am__quote = @am__quote@
221
206
all: all-am
222
207
 
223
208
.SUFFIXES:
224
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
209
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
225
210
        @for dep in $?; do \
226
211
          case '$(am__configure_deps)' in \
227
212
            *$$dep*) \
246
231
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
247
232
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248
233
 
249
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
234
$(top_srcdir)/configure:  $(am__configure_deps)
250
235
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
236
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
252
237
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
238
gtkrc: $(top_builddir)/config.status $(srcdir)/gtkrc.in
254
239
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
255
 
 
256
 
mostlyclean-libtool:
257
 
        -rm -f *.lo
258
 
 
259
 
clean-libtool:
260
 
        -rm -rf .libs _libs
261
240
install-themeDATA: $(theme_DATA)
262
241
        @$(NORMAL_INSTALL)
263
242
        test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)"
341
320
        @echo "it deletes files that may require special tools to rebuild."
342
321
clean: clean-am
343
322
 
344
 
clean-am: clean-generic clean-libtool mostlyclean-am
 
323
clean-am: clean-generic mostlyclean-am
345
324
 
346
325
distclean: distclean-am
347
326
        -rm -f Makefile
381
360
 
382
361
mostlyclean: mostlyclean-am
383
362
 
384
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
363
mostlyclean-am: mostlyclean-generic
385
364
 
386
365
pdf: pdf-am
387
366
 
395
374
 
396
375
.MAKE: install-am install-strip
397
376
 
398
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
399
 
        distclean distclean-generic distclean-libtool distdir dvi \
400
 
        dvi-am html html-am info info-am install install-am \
401
 
        install-data install-data-am install-dvi install-dvi-am \
402
 
        install-exec install-exec-am install-html install-html-am \
403
 
        install-info install-info-am install-man install-pdf \
404
 
        install-pdf-am install-ps install-ps-am install-strip \
405
 
        install-themeDATA installcheck installcheck-am installdirs \
406
 
        maintainer-clean maintainer-clean-generic mostlyclean \
407
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
408
 
        uninstall uninstall-am uninstall-themeDATA
 
377
.PHONY: all all-am check check-am clean clean-generic distclean \
 
378
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
379
        install install-am install-data install-data-am install-dvi \
 
380
        install-dvi-am install-exec install-exec-am install-html \
 
381
        install-html-am install-info install-info-am install-man \
 
382
        install-pdf install-pdf-am install-ps install-ps-am \
 
383
        install-strip install-themeDATA installcheck installcheck-am \
 
384
        installdirs maintainer-clean maintainer-clean-generic \
 
385
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
 
386
        uninstall-am uninstall-themeDATA
409
387
 
410
388
# Tell versions [3.59,3.63) of GNU make to not export all variables.
411
389
# Otherwise a system limit (for SysV at least) may be exceeded.