~ubuntu-branches/ubuntu/vivid/almanah/vivid-proposed

« back to all changes in this revision

Viewing changes to data/icons/32x32/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2013-12-02 13:21:08 UTC
  • mfrom: (10.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20131202132108-sfv3084bowgmzq09
Tags: 0.11.0-1
* Imported Upstream version 0.11.0
* debian/control: Update Homepage field.
* debian/patches/:
  - encrypt_database: Removed, applied upstream
  - spellchecking_error: Removed, applied upstream
  - desktop_keywords: Removed, applied upstream
* Bump Standards-Version to 3.9.5 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
15
15
@SET_MAKE@
16
16
 
17
17
VPATH = @srcdir@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    am__dry=no; \
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
21
31
    case $$MAKEFLAGS in \
22
32
      *\\[\ \   ]*) \
23
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
 
      *) \
26
 
        for am__flg in $$MAKEFLAGS; do \
27
 
          case $$am__flg in \
28
 
            *=*|--*) ;; \
29
 
            *n*) am__dry=yes; break;; \
30
 
          esac; \
31
 
        done;; \
32
 
    esac; \
33
 
    test $$am__dry = yes; \
34
 
  }
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35
63
pkgdatadir = $(datadir)/@PACKAGE@
36
64
pkgincludedir = $(includedir)/@PACKAGE@
37
65
pkglibdir = $(libdir)/@PACKAGE@
51
79
build_triplet = @build@
52
80
host_triplet = @host@
53
81
subdir = data/icons/32x32
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
55
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
84
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
57
85
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
108
136
  }
109
137
am__installdirs = "$(DESTDIR)$(icondir)"
110
138
DATA = $(icon_DATA)
 
139
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
111
140
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
112
141
ACLOCAL = @ACLOCAL@
113
142
ALL_LINGUAS = @ALL_LINGUAS@
326
355
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
327
356
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
328
357
        dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
329
 
tags: TAGS
330
 
TAGS:
 
358
tags TAGS:
331
359
 
332
 
ctags: CTAGS
333
 
CTAGS:
 
360
ctags CTAGS:
334
361
 
335
362
cscope cscopelist:
336
363
 
471
498
.MAKE: install-am install-strip
472
499
 
473
500
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
474
 
        distclean distclean-generic distclean-libtool distdir dvi \
475
 
        dvi-am html html-am info info-am install install-am \
476
 
        install-data install-data-am install-dvi install-dvi-am \
477
 
        install-exec install-exec-am install-html install-html-am \
478
 
        install-iconDATA install-info install-info-am install-man \
479
 
        install-pdf install-pdf-am install-ps install-ps-am \
480
 
        install-strip installcheck installcheck-am installdirs \
481
 
        maintainer-clean maintainer-clean-generic mostlyclean \
482
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
483
 
        uninstall uninstall-am uninstall-iconDATA
 
501
        cscopelist-am ctags-am distclean distclean-generic \
 
502
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
503
        install install-am install-data install-data-am install-dvi \
 
504
        install-dvi-am install-exec install-exec-am install-html \
 
505
        install-html-am install-iconDATA install-info install-info-am \
 
506
        install-man install-pdf install-pdf-am install-ps \
 
507
        install-ps-am install-strip installcheck installcheck-am \
 
508
        installdirs maintainer-clean maintainer-clean-generic \
 
509
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
510
        ps ps-am tags-am uninstall uninstall-am uninstall-iconDATA
484
511
 
485
512
 
486
513
-include $(top_srcdir)/git.mk