~ubuntu-branches/ubuntu/saucy/manaplus/saucy-proposed

« back to all changes in this revision

Viewing changes to data/themes/blackwood/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi, Andrei Karas, Patrick Matthäi
  • Date: 2013-06-10 10:53:26 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130610105326-c3xqk5ebcgy3jxmb
Tags: 1.3.6.9-1
[ Andrei Karas ]
* Add new files to copyright file.

[ Patrick Matthäi ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.2 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.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    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 \
22
31
    case $$MAKEFLAGS in \
23
32
      *\\[\ \   ]*) \
24
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
 
      *) \
27
 
        for am__flg in $$MAKEFLAGS; do \
28
 
          case $$am__flg in \
29
 
            *=*|--*) ;; \
30
 
            *n*) am__dry=yes; break;; \
31
 
          esac; \
32
 
        done;; \
33
 
    esac; \
34
 
    test $$am__dry = yes; \
35
 
  }
 
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))
36
63
pkgdatadir = $(datadir)/@PACKAGE@
37
64
pkgincludedir = $(includedir)/@PACKAGE@
38
65
pkglibdir = $(libdir)/@PACKAGE@
52
79
build_triplet = @build@
53
80
host_triplet = @host@
54
81
subdir = data/themes/blackwood
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
56
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
84
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
58
85
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
65
92
CONFIG_HEADER = $(top_builddir)/config.h
66
93
CONFIG_CLEAN_FILES =
67
94
CONFIG_CLEAN_VPATH_FILES =
 
95
AM_V_P = $(am__v_P_@AM_V@)
 
96
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
97
am__v_P_0 = false
 
98
am__v_P_1 = :
 
99
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
100
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
101
am__v_GEN_0 = @echo "  GEN     " $@;
 
102
am__v_GEN_1 = 
 
103
AM_V_at = $(am__v_at_@AM_V@)
 
104
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
105
am__v_at_0 = @
 
106
am__v_at_1 = 
68
107
SOURCES =
69
108
DIST_SOURCES =
70
109
am__can_run_installinfo = \
101
140
  }
102
141
am__installdirs = "$(DESTDIR)$(guidir)"
103
142
DATA = $(gui_DATA)
 
143
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
104
144
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105
145
ACLOCAL = @ACLOCAL@
106
146
AMTAR = @AMTAR@
 
147
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
107
148
AUTOCONF = @AUTOCONF@
108
149
AUTOHEADER = @AUTOHEADER@
109
150
AUTOMAKE = @AUTOMAKE@
286
327
        @list='$(gui_DATA)'; test -n "$(guidir)" || list=; \
287
328
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
288
329
        dir='$(DESTDIR)$(guidir)'; $(am__uninstall_files_from_dir)
289
 
tags: TAGS
290
 
TAGS:
291
 
 
292
 
ctags: CTAGS
293
 
CTAGS:
 
330
tags TAGS:
 
331
 
 
332
ctags CTAGS:
 
333
 
 
334
cscope cscopelist:
294
335
 
295
336
 
296
337
distdir: $(DISTFILES)
428
469
 
429
470
.MAKE: install-am install-strip
430
471
 
431
 
.PHONY: all all-am check check-am clean clean-generic distclean \
432
 
        distclean-generic distdir dvi dvi-am html html-am info info-am \
433
 
        install install-am install-data install-data-am install-dvi \
434
 
        install-dvi-am install-exec install-exec-am install-guiDATA \
435
 
        install-html install-html-am install-info install-info-am \
436
 
        install-man install-pdf install-pdf-am install-ps \
437
 
        install-ps-am install-strip installcheck installcheck-am \
438
 
        installdirs maintainer-clean maintainer-clean-generic \
439
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
440
 
        uninstall-am uninstall-guiDATA
 
472
.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
 
473
        ctags-am distclean distclean-generic distdir dvi dvi-am html \
 
474
        html-am info info-am install install-am install-data \
 
475
        install-data-am install-dvi install-dvi-am install-exec \
 
476
        install-exec-am install-guiDATA install-html install-html-am \
 
477
        install-info install-info-am install-man install-pdf \
 
478
        install-pdf-am install-ps install-ps-am install-strip \
 
479
        installcheck installcheck-am installdirs maintainer-clean \
 
480
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
481
        pdf-am ps ps-am tags-am uninstall uninstall-am \
 
482
        uninstall-guiDATA
441
483
 
442
484
 
443
485
# Tell versions [3.59,3.63) of GNU make to not export all variables.