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

« back to all changes in this revision

Viewing changes to gtk-themes/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-03-17 18:57:35 UTC
  • mfrom: (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20090317185735-dgevgbw0udiz63h0
Tags: 2.26.0-0ubuntu1
* New upstream release: (LP: #344328)
  - Fix progress bar color in Simple (Benjamin Berg)
  - Improve the progress bar in entries a bit in Glider and Simple
    (Benjamin Berg)
  - Add support for the entry progress in Clearlooks based themes
    (Benjamin Berg)
  - New/updated translations:
* debian/control.in:
  - add Vcs-Bzr tag
  - re-generate debian/control
* Adapt debian/watch to get unstable version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
29
29
NORMAL_UNINSTALL = :
30
30
PRE_UNINSTALL = :
31
31
POST_UNINSTALL = :
32
 
build_triplet = @build@
33
 
host_triplet = @host@
34
32
subdir = gtk-themes
35
33
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36
34
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
162
160
am__tar = @am__tar@
163
161
am__untar = @am__untar@
164
162
bindir = @bindir@
165
 
build = @build@
166
163
build_alias = @build_alias@
167
 
build_cpu = @build_cpu@
168
 
build_os = @build_os@
169
 
build_vendor = @build_vendor@
170
164
builddir = @builddir@
171
165
datadir = @datadir@
172
166
datarootdir = @datarootdir@
173
167
docdir = @docdir@
174
168
dvidir = @dvidir@
175
169
exec_prefix = @exec_prefix@
176
 
host = @host@
177
170
host_alias = @host_alias@
178
 
host_cpu = @host_cpu@
179
 
host_os = @host_os@
180
 
host_vendor = @host_vendor@
181
171
htmldir = @htmldir@
182
172
includedir = @includedir@
183
173
infodir = @infodir@
198
188
srcdir = @srcdir@
199
189
sysconfdir = @sysconfdir@
200
190
target_alias = @target_alias@
 
191
top_build_prefix = @top_build_prefix@
201
192
top_builddir = @top_builddir@
202
193
top_srcdir = @top_srcdir@
203
194
SUBDIRS = \
338
329
        unique=`for i in $$list; do \
339
330
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
340
331
          done | \
341
 
          $(AWK) '    { files[$$0] = 1; } \
342
 
               END { for (i in files) print i; }'`; \
 
332
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
333
              END { if (nonempty) { for (i in files) print i; }; }'`; \
343
334
        mkid -fID $$unique
344
335
tags: TAGS
345
336
 
364
355
        unique=`for i in $$list; do \
365
356
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366
357
          done | \
367
 
          $(AWK) '    { files[$$0] = 1; } \
368
 
               END { for (i in files) print i; }'`; \
 
358
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
359
              END { if (nonempty) { for (i in files) print i; }; }'`; \
369
360
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
370
361
          test -n "$$unique" || unique=$$empty_fix; \
371
362
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
375
366
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
376
367
                $(TAGS_FILES) $(LISP)
377
368
        tags=; \
378
 
        here=`pwd`; \
379
369
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
380
370
        unique=`for i in $$list; do \
381
371
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
382
372
          done | \
383
 
          $(AWK) '    { files[$$0] = 1; } \
384
 
               END { for (i in files) print i; }'`; \
 
373
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
374
              END { if (nonempty) { for (i in files) print i; }; }'`; \
385
375
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
386
376
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
387
377
             $$tags $$unique