~ubuntu-branches/ubuntu/natty/gnome-themes/natty

« back to all changes in this revision

Viewing changes to gtk-themes/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 = gtk-themes
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
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
66
 
am__relativize = \
67
 
  dir0=`pwd`; \
68
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
69
 
  sed_rest='s,^[^/]*/*,,'; \
70
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
71
 
  sed_butlast='s,/*[^/]*$$,,'; \
72
 
  while test -n "$$dir1"; do \
73
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
74
 
    if test "$$first" != "."; then \
75
 
      if test "$$first" = ".."; then \
76
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
77
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
78
 
      else \
79
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
80
 
        if test "$$first2" = "$$first"; then \
81
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
82
 
        else \
83
 
          dir2="../$$dir2"; \
84
 
        fi; \
85
 
        dir0="$$dir0"/"$$first"; \
86
 
      fi; \
87
 
    fi; \
88
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
89
 
  done; \
90
 
  reldir="$$dir2"
91
56
ACLOCAL = @ACLOCAL@
92
57
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
93
58
ALL_LINGUAS = @ALL_LINGUAS@
94
59
AMTAR = @AMTAR@
95
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
96
60
AUTOCONF = @AUTOCONF@
97
61
AUTOHEADER = @AUTOHEADER@
98
62
AUTOMAKE = @AUTOMAKE@
156
120
PACKAGE_NAME = @PACKAGE_NAME@
157
121
PACKAGE_STRING = @PACKAGE_STRING@
158
122
PACKAGE_TARNAME = @PACKAGE_TARNAME@
159
 
PACKAGE_URL = @PACKAGE_URL@
160
123
PACKAGE_VERSION = @PACKAGE_VERSION@
161
124
PATH_SEPARATOR = @PATH_SEPARATOR@
162
125
PKG_CONFIG = @PKG_CONFIG@
163
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
164
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
165
126
POFILES = @POFILES@
166
127
POSUB = @POSUB@
167
128
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
186
147
am__tar = @am__tar@
187
148
am__untar = @am__untar@
188
149
bindir = @bindir@
 
150
build = @build@
189
151
build_alias = @build_alias@
 
152
build_cpu = @build_cpu@
 
153
build_os = @build_os@
 
154
build_vendor = @build_vendor@
190
155
builddir = @builddir@
191
156
datadir = @datadir@
192
157
datarootdir = @datarootdir@
193
158
docdir = @docdir@
194
159
dvidir = @dvidir@
195
160
exec_prefix = @exec_prefix@
 
161
host = @host@
196
162
host_alias = @host_alias@
 
163
host_cpu = @host_cpu@
 
164
host_os = @host_os@
 
165
host_vendor = @host_vendor@
197
166
htmldir = @htmldir@
198
167
includedir = @includedir@
199
168
infodir = @infodir@
254
223
        @for dep in $?; do \
255
224
          case '$(am__configure_deps)' in \
256
225
            *$$dep*) \
257
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
258
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
226
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
227
                && exit 0; \
259
228
              exit 1;; \
260
229
          esac; \
261
230
        done; \
262
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gtk-themes/Makefile'; \
263
 
        $(am__cd) $(top_srcdir) && \
264
 
          $(AUTOMAKE) --gnu gtk-themes/Makefile
 
231
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  gtk-themes/Makefile'; \
 
232
        cd $(top_srcdir) && \
 
233
          $(AUTOMAKE) --gnu  gtk-themes/Makefile
265
234
.PRECIOUS: Makefile
266
235
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
267
236
        @case '$?' in \
279
248
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280
249
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
281
250
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282
 
$(am__aclocal_m4_deps):
283
251
 
284
252
# This directory's subdirectories are mostly independent; you can cd
285
253
# into them and run `make' without going through this Makefile.
288
256
#     (which will cause the Makefiles to be regenerated when you run `make');
289
257
# (2) otherwise, pass the desired values on the `make' command line.
290
258
$(RECURSIVE_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]*);; \
305
273
          else \
306
274
            local_target="$$target"; \
307
275
          fi; \
308
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
276
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
309
277
          || eval $$failcom; \
310
278
        done; \
311
279
        if test "$$dot_seen" = "no"; then \
313
281
        fi; test -z "$$fail"
314
282
 
315
283
$(RECURSIVE_CLEAN_TARGETS):
316
 
        @fail= failcom='exit 1'; \
 
284
        @failcom='exit 1'; \
317
285
        for f in x $$MAKEFLAGS; do \
318
286
          case $$f in \
319
287
            *=* | --[!k]*);; \
339
307
          else \
340
308
            local_target="$$target"; \
341
309
          fi; \
342
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
310
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
343
311
          || eval $$failcom; \
344
312
        done && test -z "$$fail"
345
313
tags-recursive:
346
314
        list='$(SUBDIRS)'; for subdir in $$list; do \
347
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
315
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
348
316
        done
349
317
ctags-recursive:
350
318
        list='$(SUBDIRS)'; for subdir in $$list; do \
351
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
319
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
352
320
        done
353
321
 
354
322
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
356
324
        unique=`for i in $$list; do \
357
325
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
358
326
          done | \
359
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
360
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
327
          $(AWK) '    { files[$$0] = 1; } \
 
328
               END { for (i in files) print i; }'`; \
361
329
        mkid -fID $$unique
362
330
tags: TAGS
363
331
 
364
332
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
365
333
                $(TAGS_FILES) $(LISP)
366
 
        set x; \
 
334
        tags=; \
367
335
        here=`pwd`; \
368
336
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
369
337
          include_option=--etags-include; \
375
343
        list='$(SUBDIRS)'; for subdir in $$list; do \
376
344
          if test "$$subdir" = .; then :; else \
377
345
            test ! -f $$subdir/TAGS || \
378
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
346
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
379
347
          fi; \
380
348
        done; \
381
349
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
382
350
        unique=`for i in $$list; do \
383
351
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
384
352
          done | \
385
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
386
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
387
 
        shift; \
388
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
353
          $(AWK) '    { files[$$0] = 1; } \
 
354
               END { for (i in files) print i; }'`; \
 
355
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
389
356
          test -n "$$unique" || unique=$$empty_fix; \
390
 
          if test $$# -gt 0; then \
391
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
392
 
              "$$@" $$unique; \
393
 
          else \
394
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
395
 
              $$unique; \
396
 
          fi; \
 
357
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
358
            $$tags $$unique; \
397
359
        fi
398
360
ctags: CTAGS
399
361
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
400
362
                $(TAGS_FILES) $(LISP)
 
363
        tags=; \
 
364
        here=`pwd`; \
401
365
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
402
366
        unique=`for i in $$list; do \
403
367
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404
368
          done | \
405
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
406
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
407
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
369
          $(AWK) '    { files[$$0] = 1; } \
 
370
               END { for (i in files) print i; }'`; \
 
371
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
408
372
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
409
 
             $$unique
 
373
             $$tags $$unique
410
374
 
411
375
GTAGS:
412
376
        here=`$(am__cd) $(top_builddir) && pwd` \
413
 
          && $(am__cd) $(top_srcdir) \
414
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
377
          && cd $(top_srcdir) \
 
378
          && gtags -i $(GTAGS_ARGS) $$here
415
379
 
416
380
distclean-tags:
417
381
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
432
396
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
433
397
          if test -d $$d/$$file; then \
434
398
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
435
 
            if test -d "$(distdir)/$$file"; then \
436
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
437
 
            fi; \
438
399
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
439
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
440
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
400
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
441
401
            fi; \
442
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
402
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
443
403
          else \
444
 
            test -f "$(distdir)/$$file" \
445
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
404
            test -f $(distdir)/$$file \
 
405
            || cp -p $$d/$$file $(distdir)/$$file \
446
406
            || exit 1; \
447
407
          fi; \
448
408
        done
449
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
409
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
450
410
          if test "$$subdir" = .; then :; else \
451
411
            test -d "$(distdir)/$$subdir" \
452
412
            || $(MKDIR_P) "$(distdir)/$$subdir" \
453
413
            || exit 1; \
454
 
          fi; \
455
 
        done
456
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
457
 
          if test "$$subdir" = .; then :; else \
458
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
459
 
            $(am__relativize); \
460
 
            new_distdir=$$reldir; \
461
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
462
 
            $(am__relativize); \
463
 
            new_top_distdir=$$reldir; \
464
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
465
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
466
 
            ($(am__cd) $$subdir && \
 
414
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
415
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
416
            (cd $$subdir && \
467
417
              $(MAKE) $(AM_MAKEFLAGS) \
468
 
                top_distdir="$$new_top_distdir" \
469
 
                distdir="$$new_distdir" \
 
418
                top_distdir="$$top_distdir" \
 
419
                distdir="$$distdir/$$subdir" \
470
420
                am__remove_distdir=: \
471
421
                am__skip_length_check=: \
472
 
                am__skip_mode_fix=: \
473
422
                distdir) \
474
423
              || exit 1; \
475
424
          fi; \
499
448
 
500
449
distclean-generic:
501
450
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
502
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
503
451
 
504
452
maintainer-clean-generic:
505
453
        @echo "This command is intended for maintainers to use"
518
466
 
519
467
html: html-recursive
520
468
 
521
 
html-am:
522
 
 
523
469
info: info-recursive
524
470
 
525
471
info-am:
528
474
 
529
475
install-dvi: install-dvi-recursive
530
476
 
531
 
install-dvi-am:
532
 
 
533
477
install-exec-am:
534
478
 
535
479
install-html: install-html-recursive
536
480
 
537
 
install-html-am:
538
 
 
539
481
install-info: install-info-recursive
540
482
 
541
 
install-info-am:
542
 
 
543
483
install-man:
544
484
 
545
485
install-pdf: install-pdf-recursive
546
486
 
547
 
install-pdf-am:
548
 
 
549
487
install-ps: install-ps-recursive
550
488
 
551
 
install-ps-am:
552
 
 
553
489
installcheck-am:
554
490
 
555
491
maintainer-clean: maintainer-clean-recursive
570
506
 
571
507
uninstall-am:
572
508
 
573
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
574
 
        install-am install-strip tags-recursive
 
509
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
510
        install-strip
575
511
 
576
512
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
577
513
        all all-am check check-am clean clean-generic ctags \
586
522
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
587
523
        tags-recursive uninstall uninstall-am
588
524
 
589
 
 
590
525
# Tell versions [3.59,3.63) of GNU make to not export all variables.
591
526
# Otherwise a system limit (for SysV at least) may be exceeded.
592
527
.NOEXPORT: