~ubuntu-branches/ubuntu/vivid/xfce4-session/vivid-proposed

« back to all changes in this revision

Viewing changes to icons/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2015-03-28 06:33:18 UTC
  • mfrom: (4.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20150328063318-oac8yj6wjn6q9xer
Tags: 4.12.1-1ubuntu1
* Merge from Debian experimental, remaining Ubuntu changes:
  - debian/patches:
    + xubuntu_ignore-gdm-lang.patch: do not set $LANG to $GDM_LANG, there's
      already an xsession script to do that, and $GDM_LANG might not contain
      a valid locale code.
  - Add startxfce4.user-session.upstart
  - debian/control: add alternate recommends xscreensaver | light-locker.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
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.
17
16
 
18
17
# $Id$
19
18
VPATH = @srcdir@
 
19
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
20
am__make_running_with_option = \
 
21
  case $${target_option-} in \
 
22
      ?) ;; \
 
23
      *) echo "am__make_running_with_option: internal error: invalid" \
 
24
              "target option '$${target_option-}' specified" >&2; \
 
25
         exit 1;; \
 
26
  esac; \
 
27
  has_opt=no; \
 
28
  sane_makeflags=$$MAKEFLAGS; \
 
29
  if $(am__is_gnu_make); then \
 
30
    sane_makeflags=$$MFLAGS; \
 
31
  else \
 
32
    case $$MAKEFLAGS in \
 
33
      *\\[\ \   ]*) \
 
34
        bs=\\; \
 
35
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
36
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
37
    esac; \
 
38
  fi; \
 
39
  skip_next=no; \
 
40
  strip_trailopt () \
 
41
  { \
 
42
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
43
  }; \
 
44
  for flg in $$sane_makeflags; do \
 
45
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
46
    case $$flg in \
 
47
      *=*|--*) continue;; \
 
48
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
49
      -*I?*) strip_trailopt 'I';; \
 
50
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
51
      -*O?*) strip_trailopt 'O';; \
 
52
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
53
      -*l?*) strip_trailopt 'l';; \
 
54
      -[dEDm]) skip_next=yes;; \
 
55
      -[JT]) skip_next=yes;; \
 
56
    esac; \
 
57
    case $$flg in \
 
58
      *$$target_option*) has_opt=yes; break;; \
 
59
    esac; \
 
60
  done; \
 
61
  test $$has_opt = yes
 
62
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
63
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
20
64
pkgdatadir = $(datadir)/@PACKAGE@
21
65
pkgincludedir = $(includedir)/@PACKAGE@
22
66
pkglibdir = $(libdir)/@PACKAGE@
36
80
build_triplet = @build@
37
81
host_triplet = @host@
38
82
subdir = icons
39
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
40
84
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
85
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42
86
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
87
        $(ACLOCAL_M4)
44
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
88
mkinstalldirs = $(install_sh) -d
45
89
CONFIG_HEADER = $(top_builddir)/config.h
46
90
CONFIG_CLEAN_FILES =
47
91
CONFIG_CLEAN_VPATH_FILES =
 
92
AM_V_P = $(am__v_P_@AM_V@)
 
93
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
94
am__v_P_0 = false
 
95
am__v_P_1 = :
48
96
AM_V_GEN = $(am__v_GEN_@AM_V@)
49
97
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
50
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
98
am__v_GEN_0 = @echo "  GEN     " $@;
 
99
am__v_GEN_1 = 
51
100
AM_V_at = $(am__v_at_@AM_V@)
52
101
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
53
102
am__v_at_0 = @
 
103
am__v_at_1 = 
54
104
SOURCES =
55
105
DIST_SOURCES =
56
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57
 
        html-recursive info-recursive install-data-recursive \
58
 
        install-dvi-recursive install-exec-recursive \
59
 
        install-html-recursive install-info-recursive \
60
 
        install-pdf-recursive install-ps-recursive install-recursive \
61
 
        installcheck-recursive installdirs-recursive pdf-recursive \
62
 
        ps-recursive uninstall-recursive
 
106
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
107
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
108
        install-data-recursive install-dvi-recursive \
 
109
        install-exec-recursive install-html-recursive \
 
110
        install-info-recursive install-pdf-recursive \
 
111
        install-ps-recursive install-recursive installcheck-recursive \
 
112
        installdirs-recursive pdf-recursive ps-recursive \
 
113
        tags-recursive uninstall-recursive
 
114
am__can_run_installinfo = \
 
115
  case $$AM_UPDATE_INFO_DIR in \
 
116
    n|no|NO) false;; \
 
117
    *) (install-info --version) >/dev/null 2>&1;; \
 
118
  esac
63
119
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
64
120
  distclean-recursive maintainer-clean-recursive
65
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
66
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
121
am__recursive_targets = \
 
122
  $(RECURSIVE_TARGETS) \
 
123
  $(RECURSIVE_CLEAN_TARGETS) \
 
124
  $(am__extra_recursive_targets)
 
125
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
67
126
        distdir
 
127
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
128
# Read a list of newline-separated strings from the standard input,
 
129
# and print each of them once, without duplicates.  Input order is
 
130
# *not* preserved.
 
131
am__uniquify_input = $(AWK) '\
 
132
  BEGIN { nonempty = 0; } \
 
133
  { items[$$0] = 1; nonempty = 1; } \
 
134
  END { if (nonempty) { for (i in items) print i; }; } \
 
135
'
 
136
# Make sure the list of sources is unique.  This is necessary because,
 
137
# e.g., the same source file might be shared among _SOURCES variables
 
138
# for different programs/libraries.
 
139
am__define_uniq_tagged_files = \
 
140
  list='$(am__tagged_files)'; \
 
141
  unique=`for i in $$list; do \
 
142
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
143
  done | $(am__uniquify_input)`
68
144
ETAGS = etags
69
145
CTAGS = ctags
70
146
DIST_SUBDIRS = $(SUBDIRS)
188
264
LIPO = @LIPO@
189
265
LN_S = @LN_S@
190
266
LTLIBOBJS = @LTLIBOBJS@
 
267
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
191
268
MAINT = @MAINT@
192
269
MAKEINFO = @MAKEINFO@
193
270
MANIFEST_TOOL = @MANIFEST_TOOL@
349
426
        -rm -rf .libs _libs
350
427
 
351
428
# This directory's subdirectories are mostly independent; you can cd
352
 
# into them and run `make' without going through this Makefile.
353
 
# To change the values of `make' variables: instead of editing Makefiles,
354
 
# (1) if the variable is set in `config.status', edit `config.status'
355
 
#     (which will cause the Makefiles to be regenerated when you run `make');
356
 
# (2) otherwise, pass the desired values on the `make' command line.
357
 
$(RECURSIVE_TARGETS):
358
 
        @fail= failcom='exit 1'; \
359
 
        for f in x $$MAKEFLAGS; do \
360
 
          case $$f in \
361
 
            *=* | --[!k]*);; \
362
 
            *k*) failcom='fail=yes';; \
363
 
          esac; \
364
 
        done; \
 
429
# into them and run 'make' without going through this Makefile.
 
430
# To change the values of 'make' variables: instead of editing Makefiles,
 
431
# (1) if the variable is set in 'config.status', edit 'config.status'
 
432
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
433
# (2) otherwise, pass the desired values on the 'make' command line.
 
434
$(am__recursive_targets):
 
435
        @fail=; \
 
436
        if $(am__make_keepgoing); then \
 
437
          failcom='fail=yes'; \
 
438
        else \
 
439
          failcom='exit 1'; \
 
440
        fi; \
365
441
        dot_seen=no; \
366
442
        target=`echo $@ | sed s/-recursive//`; \
367
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
443
        case "$@" in \
 
444
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
445
          *) list='$(SUBDIRS)' ;; \
 
446
        esac; \
 
447
        for subdir in $$list; do \
368
448
          echo "Making $$target in $$subdir"; \
369
449
          if test "$$subdir" = "."; then \
370
450
            dot_seen=yes; \
379
459
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
380
460
        fi; test -z "$$fail"
381
461
 
382
 
$(RECURSIVE_CLEAN_TARGETS):
383
 
        @fail= failcom='exit 1'; \
384
 
        for f in x $$MAKEFLAGS; do \
385
 
          case $$f in \
386
 
            *=* | --[!k]*);; \
387
 
            *k*) failcom='fail=yes';; \
388
 
          esac; \
389
 
        done; \
390
 
        dot_seen=no; \
391
 
        case "$@" in \
392
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
393
 
          *) list='$(SUBDIRS)' ;; \
394
 
        esac; \
395
 
        rev=''; for subdir in $$list; do \
396
 
          if test "$$subdir" = "."; then :; else \
397
 
            rev="$$subdir $$rev"; \
398
 
          fi; \
399
 
        done; \
400
 
        rev="$$rev ."; \
401
 
        target=`echo $@ | sed s/-recursive//`; \
402
 
        for subdir in $$rev; do \
403
 
          echo "Making $$target in $$subdir"; \
404
 
          if test "$$subdir" = "."; then \
405
 
            local_target="$$target-am"; \
406
 
          else \
407
 
            local_target="$$target"; \
408
 
          fi; \
409
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
410
 
          || eval $$failcom; \
411
 
        done && test -z "$$fail"
412
 
tags-recursive:
413
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
414
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
415
 
        done
416
 
ctags-recursive:
417
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
418
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
419
 
        done
420
 
 
421
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
422
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
423
 
        unique=`for i in $$list; do \
424
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
425
 
          done | \
426
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
427
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
428
 
        mkid -fID $$unique
429
 
tags: TAGS
430
 
 
431
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
432
 
                $(TAGS_FILES) $(LISP)
 
462
ID: $(am__tagged_files)
 
463
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
464
tags: tags-recursive
 
465
TAGS: tags
 
466
 
 
467
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
433
468
        set x; \
434
469
        here=`pwd`; \
435
470
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
445
480
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
446
481
          fi; \
447
482
        done; \
448
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
449
 
        unique=`for i in $$list; do \
450
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
451
 
          done | \
452
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
453
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
483
        $(am__define_uniq_tagged_files); \
454
484
        shift; \
455
485
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
456
486
          test -n "$$unique" || unique=$$empty_fix; \
462
492
              $$unique; \
463
493
          fi; \
464
494
        fi
465
 
ctags: CTAGS
466
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
467
 
                $(TAGS_FILES) $(LISP)
468
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
469
 
        unique=`for i in $$list; do \
470
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471
 
          done | \
472
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
473
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
495
ctags: ctags-recursive
 
496
 
 
497
CTAGS: ctags
 
498
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
499
        $(am__define_uniq_tagged_files); \
474
500
        test -z "$(CTAGS_ARGS)$$unique" \
475
501
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
476
502
             $$unique
479
505
        here=`$(am__cd) $(top_builddir) && pwd` \
480
506
          && $(am__cd) $(top_srcdir) \
481
507
          && gtags -i $(GTAGS_ARGS) "$$here"
 
508
cscopelist: cscopelist-recursive
 
509
 
 
510
cscopelist-am: $(am__tagged_files)
 
511
        list='$(am__tagged_files)'; \
 
512
        case "$(srcdir)" in \
 
513
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
514
          *) sdir=$(subdir)/$(srcdir) ;; \
 
515
        esac; \
 
516
        for i in $$list; do \
 
517
          if test -f "$$i"; then \
 
518
            echo "$(subdir)/$$i"; \
 
519
          else \
 
520
            echo "$$sdir/$$i"; \
 
521
          fi; \
 
522
        done >> $(top_builddir)/cscope.files
482
523
 
483
524
distclean-tags:
484
525
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
515
556
        done
516
557
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
517
558
          if test "$$subdir" = .; then :; else \
518
 
            test -d "$(distdir)/$$subdir" \
519
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
520
 
            || exit 1; \
521
 
          fi; \
522
 
        done
523
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
524
 
          if test "$$subdir" = .; then :; else \
 
559
            $(am__make_dryrun) \
 
560
              || test -d "$(distdir)/$$subdir" \
 
561
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
562
              || exit 1; \
525
563
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
526
564
            $(am__relativize); \
527
565
            new_distdir=$$reldir; \
643
681
 
644
682
uninstall-am:
645
683
 
646
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
647
 
        install-am install-data-am install-strip tags-recursive
 
684
.MAKE: $(am__recursive_targets) install-am install-data-am \
 
685
        install-strip
648
686
 
649
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
650
 
        all all-am check check-am clean clean-generic clean-libtool \
651
 
        ctags ctags-recursive distclean distclean-generic \
652
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
653
 
        html-am info info-am install install-am install-data \
654
 
        install-data-am install-data-hook install-dvi install-dvi-am \
655
 
        install-exec install-exec-am install-html install-html-am \
656
 
        install-info install-info-am install-man install-pdf \
657
 
        install-pdf-am install-ps install-ps-am install-strip \
658
 
        installcheck installcheck-am installdirs installdirs-am \
659
 
        maintainer-clean maintainer-clean-generic mostlyclean \
660
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
661
 
        tags tags-recursive uninstall uninstall-am
 
687
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
688
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
689
        ctags-am distclean distclean-generic distclean-libtool \
 
690
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
691
        install install-am install-data install-data-am \
 
692
        install-data-hook install-dvi install-dvi-am install-exec \
 
693
        install-exec-am install-html install-html-am install-info \
 
694
        install-info-am install-man install-pdf install-pdf-am \
 
695
        install-ps install-ps-am install-strip installcheck \
 
696
        installcheck-am installdirs installdirs-am maintainer-clean \
 
697
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
698
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
699
        uninstall-am
662
700
 
663
701
 
664
702
install-data-hook: