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

« back to all changes in this revision

Viewing changes to icon-themes/Crux/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.
30
30
NORMAL_UNINSTALL = :
31
31
PRE_UNINSTALL = :
32
32
POST_UNINSTALL = :
33
 
build_triplet = @build@
34
 
host_triplet = @host@
35
33
subdir = icon-themes/Crux
36
34
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37
35
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
173
171
am__tar = @am__tar@
174
172
am__untar = @am__untar@
175
173
bindir = @bindir@
176
 
build = @build@
177
174
build_alias = @build_alias@
178
 
build_cpu = @build_cpu@
179
 
build_os = @build_os@
180
 
build_vendor = @build_vendor@
181
175
builddir = @builddir@
182
176
datadir = @datadir@
183
177
datarootdir = @datarootdir@
184
178
docdir = @docdir@
185
179
dvidir = @dvidir@
186
180
exec_prefix = @exec_prefix@
187
 
host = @host@
188
181
host_alias = @host_alias@
189
 
host_cpu = @host_cpu@
190
 
host_os = @host_os@
191
 
host_vendor = @host_vendor@
192
182
htmldir = @htmldir@
193
183
includedir = @includedir@
194
184
infodir = @infodir@
209
199
srcdir = @srcdir@
210
200
sysconfdir = @sysconfdir@
211
201
target_alias = @target_alias@
 
202
top_build_prefix = @top_build_prefix@
212
203
top_builddir = @top_builddir@
213
204
top_srcdir = @top_srcdir@
214
205
themedir = $(datadir)/icons/Crux
349
340
        unique=`for i in $$list; do \
350
341
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351
342
          done | \
352
 
          $(AWK) '    { files[$$0] = 1; } \
353
 
               END { for (i in files) print i; }'`; \
 
343
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
344
              END { if (nonempty) { for (i in files) print i; }; }'`; \
354
345
        mkid -fID $$unique
355
346
tags: TAGS
356
347
 
375
366
        unique=`for i in $$list; do \
376
367
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377
368
          done | \
378
 
          $(AWK) '    { files[$$0] = 1; } \
379
 
               END { for (i in files) print i; }'`; \
 
369
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
370
              END { if (nonempty) { for (i in files) print i; }; }'`; \
380
371
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
381
372
          test -n "$$unique" || unique=$$empty_fix; \
382
373
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
386
377
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
387
378
                $(TAGS_FILES) $(LISP)
388
379
        tags=; \
389
 
        here=`pwd`; \
390
380
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
391
381
        unique=`for i in $$list; do \
392
382
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393
383
          done | \
394
 
          $(AWK) '    { files[$$0] = 1; } \
395
 
               END { for (i in files) print i; }'`; \
 
384
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
385
              END { if (nonempty) { for (i in files) print i; }; }'`; \
396
386
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
397
387
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
398
388
             $$tags $$unique