~ubuntu-branches/ubuntu/oneiric/gnome-themes/oneiric

« back to all changes in this revision

Viewing changes to icon-themes/Mist/32x32/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2010-11-17 15:58:56 UTC
  • mfrom: (1.2.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20101117155856-h9c14twe9hj899sn
Tags: 2.32.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 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, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
18
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
19
19
pkgincludedir = $(includedir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
21
install_sh_DATA = $(install_sh) -c -m 644
24
22
install_sh_PROGRAM = $(install_sh) -c
31
29
NORMAL_UNINSTALL = :
32
30
PRE_UNINSTALL = :
33
31
POST_UNINSTALL = :
 
32
build_triplet = @build@
 
33
host_triplet = @host@
34
34
subdir = icon-themes/Mist/32x32
35
35
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36
36
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
39
        $(ACLOCAL_M4)
40
40
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
41
41
CONFIG_CLEAN_FILES =
42
 
CONFIG_CLEAN_VPATH_FILES =
43
 
AM_V_GEN = $(am__v_GEN_$(V))
44
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
45
 
am__v_GEN_0 = @echo "  GEN   " $@;
46
 
AM_V_at = $(am__v_at_$(V))
47
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
48
 
am__v_at_0 = @
49
42
SOURCES =
50
43
DIST_SOURCES =
51
44
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57
50
        ps-recursive uninstall-recursive
58
51
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
59
52
  distclean-recursive maintainer-clean-recursive
60
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
61
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
62
 
        distdir
63
53
ETAGS = etags
64
54
CTAGS = ctags
65
55
DIST_SUBDIRS = $(SUBDIRS)
66
56
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
67
 
am__relativize = \
68
 
  dir0=`pwd`; \
69
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
70
 
  sed_rest='s,^[^/]*/*,,'; \
71
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
72
 
  sed_butlast='s,/*[^/]*$$,,'; \
73
 
  while test -n "$$dir1"; do \
74
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
75
 
    if test "$$first" != "."; then \
76
 
      if test "$$first" = ".."; then \
77
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
78
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
79
 
      else \
80
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
81
 
        if test "$$first2" = "$$first"; then \
82
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
83
 
        else \
84
 
          dir2="../$$dir2"; \
85
 
        fi; \
86
 
        dir0="$$dir0"/"$$first"; \
87
 
      fi; \
88
 
    fi; \
89
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
90
 
  done; \
91
 
  reldir="$$dir2"
92
57
ACLOCAL = @ACLOCAL@
93
58
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
94
59
ALL_LINGUAS = @ALL_LINGUAS@
95
60
AMTAR = @AMTAR@
96
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
97
61
AUTOCONF = @AUTOCONF@
98
62
AUTOHEADER = @AUTOHEADER@
99
63
AUTOMAKE = @AUTOMAKE@
157
121
PACKAGE_NAME = @PACKAGE_NAME@
158
122
PACKAGE_STRING = @PACKAGE_STRING@
159
123
PACKAGE_TARNAME = @PACKAGE_TARNAME@
160
 
PACKAGE_URL = @PACKAGE_URL@
161
124
PACKAGE_VERSION = @PACKAGE_VERSION@
162
125
PATH_SEPARATOR = @PATH_SEPARATOR@
163
126
PKG_CONFIG = @PKG_CONFIG@
164
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
165
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
166
127
POFILES = @POFILES@
167
128
POSUB = @POSUB@
168
129
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
187
148
am__tar = @am__tar@
188
149
am__untar = @am__untar@
189
150
bindir = @bindir@
 
151
build = @build@
190
152
build_alias = @build_alias@
 
153
build_cpu = @build_cpu@
 
154
build_os = @build_os@
 
155
build_vendor = @build_vendor@
191
156
builddir = @builddir@
192
157
datadir = @datadir@
193
158
datarootdir = @datarootdir@
194
159
docdir = @docdir@
195
160
dvidir = @dvidir@
196
161
exec_prefix = @exec_prefix@
 
162
host = @host@
197
163
host_alias = @host_alias@
 
164
host_cpu = @host_cpu@
 
165
host_os = @host_os@
 
166
host_vendor = @host_vendor@
198
167
htmldir = @htmldir@
199
168
includedir = @includedir@
200
169
infodir = @infodir@
229
198
        @for dep in $?; do \
230
199
          case '$(am__configure_deps)' in \
231
200
            *$$dep*) \
232
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
233
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
201
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
202
                && exit 0; \
234
203
              exit 1;; \
235
204
          esac; \
236
205
        done; \
237
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu icon-themes/Mist/32x32/Makefile'; \
238
 
        $(am__cd) $(top_srcdir) && \
239
 
          $(AUTOMAKE) --gnu icon-themes/Mist/32x32/Makefile
 
206
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  icon-themes/Mist/32x32/Makefile'; \
 
207
        cd $(top_srcdir) && \
 
208
          $(AUTOMAKE) --gnu  icon-themes/Mist/32x32/Makefile
240
209
.PRECIOUS: Makefile
241
210
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242
211
        @case '$?' in \
254
223
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255
224
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
256
225
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257
 
$(am__aclocal_m4_deps):
258
226
 
259
227
# This directory's subdirectories are mostly independent; you can cd
260
228
# into them and run `make' without going through this Makefile.
263
231
#     (which will cause the Makefiles to be regenerated when you run `make');
264
232
# (2) otherwise, pass the desired values on the `make' command line.
265
233
$(RECURSIVE_TARGETS):
266
 
        @fail= failcom='exit 1'; \
 
234
        @failcom='exit 1'; \
267
235
        for f in x $$MAKEFLAGS; do \
268
236
          case $$f in \
269
237
            *=* | --[!k]*);; \
280
248
          else \
281
249
            local_target="$$target"; \
282
250
          fi; \
283
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
251
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
284
252
          || eval $$failcom; \
285
253
        done; \
286
254
        if test "$$dot_seen" = "no"; then \
288
256
        fi; test -z "$$fail"
289
257
 
290
258
$(RECURSIVE_CLEAN_TARGETS):
291
 
        @fail= failcom='exit 1'; \
 
259
        @failcom='exit 1'; \
292
260
        for f in x $$MAKEFLAGS; do \
293
261
          case $$f in \
294
262
            *=* | --[!k]*);; \
314
282
          else \
315
283
            local_target="$$target"; \
316
284
          fi; \
317
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
285
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
318
286
          || eval $$failcom; \
319
287
        done && test -z "$$fail"
320
288
tags-recursive:
321
289
        list='$(SUBDIRS)'; for subdir in $$list; do \
322
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
290
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
323
291
        done
324
292
ctags-recursive:
325
293
        list='$(SUBDIRS)'; for subdir in $$list; do \
326
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
294
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
327
295
        done
328
296
 
329
297
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
331
299
        unique=`for i in $$list; do \
332
300
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333
301
          done | \
334
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
335
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
302
          $(AWK) '    { files[$$0] = 1; } \
 
303
               END { for (i in files) print i; }'`; \
336
304
        mkid -fID $$unique
337
305
tags: TAGS
338
306
 
339
307
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
340
308
                $(TAGS_FILES) $(LISP)
341
 
        set x; \
 
309
        tags=; \
342
310
        here=`pwd`; \
343
311
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
344
312
          include_option=--etags-include; \
350
318
        list='$(SUBDIRS)'; for subdir in $$list; do \
351
319
          if test "$$subdir" = .; then :; else \
352
320
            test ! -f $$subdir/TAGS || \
353
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
321
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
354
322
          fi; \
355
323
        done; \
356
324
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
357
325
        unique=`for i in $$list; do \
358
326
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
359
327
          done | \
360
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
361
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
362
 
        shift; \
363
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
328
          $(AWK) '    { files[$$0] = 1; } \
 
329
               END { for (i in files) print i; }'`; \
 
330
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
364
331
          test -n "$$unique" || unique=$$empty_fix; \
365
 
          if test $$# -gt 0; then \
366
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
367
 
              "$$@" $$unique; \
368
 
          else \
369
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
370
 
              $$unique; \
371
 
          fi; \
 
332
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
333
            $$tags $$unique; \
372
334
        fi
373
335
ctags: CTAGS
374
336
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
375
337
                $(TAGS_FILES) $(LISP)
 
338
        tags=; \
 
339
        here=`pwd`; \
376
340
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
377
341
        unique=`for i in $$list; do \
378
342
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379
343
          done | \
380
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
381
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
382
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
344
          $(AWK) '    { files[$$0] = 1; } \
 
345
               END { for (i in files) print i; }'`; \
 
346
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
383
347
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
384
 
             $$unique
 
348
             $$tags $$unique
385
349
 
386
350
GTAGS:
387
351
        here=`$(am__cd) $(top_builddir) && pwd` \
388
 
          && $(am__cd) $(top_srcdir) \
389
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
352
          && cd $(top_srcdir) \
 
353
          && gtags -i $(GTAGS_ARGS) $$here
390
354
 
391
355
distclean-tags:
392
356
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
407
371
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
408
372
          if test -d $$d/$$file; then \
409
373
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
410
 
            if test -d "$(distdir)/$$file"; then \
411
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
412
 
            fi; \
413
374
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
414
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
415
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
375
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
416
376
            fi; \
417
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
377
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
418
378
          else \
419
 
            test -f "$(distdir)/$$file" \
420
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
379
            test -f $(distdir)/$$file \
 
380
            || cp -p $$d/$$file $(distdir)/$$file \
421
381
            || exit 1; \
422
382
          fi; \
423
383
        done
424
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
384
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
425
385
          if test "$$subdir" = .; then :; else \
426
386
            test -d "$(distdir)/$$subdir" \
427
387
            || $(MKDIR_P) "$(distdir)/$$subdir" \
428
388
            || exit 1; \
429
 
          fi; \
430
 
        done
431
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
432
 
          if test "$$subdir" = .; then :; else \
433
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
434
 
            $(am__relativize); \
435
 
            new_distdir=$$reldir; \
436
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
437
 
            $(am__relativize); \
438
 
            new_top_distdir=$$reldir; \
439
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
440
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
441
 
            ($(am__cd) $$subdir && \
 
389
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
390
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
391
            (cd $$subdir && \
442
392
              $(MAKE) $(AM_MAKEFLAGS) \
443
 
                top_distdir="$$new_top_distdir" \
444
 
                distdir="$$new_distdir" \
 
393
                top_distdir="$$top_distdir" \
 
394
                distdir="$$distdir/$$subdir" \
445
395
                am__remove_distdir=: \
446
396
                am__skip_length_check=: \
447
 
                am__skip_mode_fix=: \
448
397
                distdir) \
449
398
              || exit 1; \
450
399
          fi; \
474
423
 
475
424
distclean-generic:
476
425
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
477
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
478
426
 
479
427
maintainer-clean-generic:
480
428
        @echo "This command is intended for maintainers to use"
494
442
 
495
443
html: html-recursive
496
444
 
497
 
html-am:
498
 
 
499
445
info: info-recursive
500
446
 
501
447
info-am:
504
450
 
505
451
install-dvi: install-dvi-recursive
506
452
 
507
 
install-dvi-am:
508
 
 
509
453
install-exec-am:
510
454
 
511
455
install-html: install-html-recursive
512
456
 
513
 
install-html-am:
514
 
 
515
457
install-info: install-info-recursive
516
458
 
517
 
install-info-am:
518
 
 
519
459
install-man:
520
460
 
521
461
install-pdf: install-pdf-recursive
522
462
 
523
 
install-pdf-am:
524
 
 
525
463
install-ps: install-ps-recursive
526
464
 
527
 
install-ps-am:
528
 
 
529
465
installcheck-am:
530
466
 
531
467
maintainer-clean: maintainer-clean-recursive
546
482
 
547
483
uninstall-am:
548
484
 
549
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
550
 
        install-am install-strip tags-recursive
 
485
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
486
        install-strip
551
487
 
552
488
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
553
489
        all all-am check check-am clean clean-generic ctags \
562
498
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
563
499
        tags-recursive uninstall uninstall-am
564
500
 
565
 
 
566
501
# Tell versions [3.59,3.63) of GNU make to not export all variables.
567
502
# Otherwise a system limit (for SysV at least) may be exceeded.
568
503
.NOEXPORT: