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

« back to all changes in this revision

Viewing changes to data/graphics/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.
15
14
 
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    am__dry=no; \
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
21
30
    case $$MAKEFLAGS in \
22
31
      *\\[\ \   ]*) \
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
 
  }
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35
62
pkgdatadir = $(datadir)/@PACKAGE@
36
63
pkgincludedir = $(includedir)/@PACKAGE@
37
64
pkglibdir = $(libdir)/@PACKAGE@
51
78
build_triplet = @build@
52
79
host_triplet = @host@
53
80
subdir = data/graphics
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
55
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
83
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
57
84
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
64
91
CONFIG_HEADER = $(top_builddir)/config.h
65
92
CONFIG_CLEAN_FILES =
66
93
CONFIG_CLEAN_VPATH_FILES =
 
94
AM_V_P = $(am__v_P_@AM_V@)
 
95
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
96
am__v_P_0 = false
 
97
am__v_P_1 = :
 
98
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
99
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
100
am__v_GEN_0 = @echo "  GEN     " $@;
 
101
am__v_GEN_1 = 
 
102
AM_V_at = $(am__v_at_@AM_V@)
 
103
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
104
am__v_at_0 = @
 
105
am__v_at_1 = 
67
106
SOURCES =
68
107
DIST_SOURCES =
69
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
70
 
        html-recursive info-recursive install-data-recursive \
71
 
        install-dvi-recursive install-exec-recursive \
72
 
        install-html-recursive install-info-recursive \
73
 
        install-pdf-recursive install-ps-recursive install-recursive \
74
 
        installcheck-recursive installdirs-recursive pdf-recursive \
75
 
        ps-recursive uninstall-recursive
 
108
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
109
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
110
        install-data-recursive install-dvi-recursive \
 
111
        install-exec-recursive install-html-recursive \
 
112
        install-info-recursive install-pdf-recursive \
 
113
        install-ps-recursive install-recursive installcheck-recursive \
 
114
        installdirs-recursive pdf-recursive ps-recursive \
 
115
        tags-recursive uninstall-recursive
76
116
am__can_run_installinfo = \
77
117
  case $$AM_UPDATE_INFO_DIR in \
78
118
    n|no|NO) false;; \
80
120
  esac
81
121
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
82
122
  distclean-recursive maintainer-clean-recursive
83
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
84
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
123
am__recursive_targets = \
 
124
  $(RECURSIVE_TARGETS) \
 
125
  $(RECURSIVE_CLEAN_TARGETS) \
 
126
  $(am__extra_recursive_targets)
 
127
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
85
128
        distdir
 
129
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
130
# Read a list of newline-separated strings from the standard input,
 
131
# and print each of them once, without duplicates.  Input order is
 
132
# *not* preserved.
 
133
am__uniquify_input = $(AWK) '\
 
134
  BEGIN { nonempty = 0; } \
 
135
  { items[$$0] = 1; nonempty = 1; } \
 
136
  END { if (nonempty) { for (i in items) print i; }; } \
 
137
'
 
138
# Make sure the list of sources is unique.  This is necessary because,
 
139
# e.g., the same source file might be shared among _SOURCES variables
 
140
# for different programs/libraries.
 
141
am__define_uniq_tagged_files = \
 
142
  list='$(am__tagged_files)'; \
 
143
  unique=`for i in $$list; do \
 
144
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
145
  done | $(am__uniquify_input)`
86
146
ETAGS = etags
87
147
CTAGS = ctags
88
148
DIST_SUBDIRS = $(SUBDIRS)
114
174
  reldir="$$dir2"
115
175
ACLOCAL = @ACLOCAL@
116
176
AMTAR = @AMTAR@
 
177
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
117
178
AUTOCONF = @AUTOCONF@
118
179
AUTOHEADER = @AUTOHEADER@
119
180
AUTOMAKE = @AUTOMAKE@
268
329
$(am__aclocal_m4_deps):
269
330
 
270
331
# This directory's subdirectories are mostly independent; you can cd
271
 
# into them and run `make' without going through this Makefile.
272
 
# To change the values of `make' variables: instead of editing Makefiles,
273
 
# (1) if the variable is set in `config.status', edit `config.status'
274
 
#     (which will cause the Makefiles to be regenerated when you run `make');
275
 
# (2) otherwise, pass the desired values on the `make' command line.
276
 
$(RECURSIVE_TARGETS):
277
 
        @fail= failcom='exit 1'; \
278
 
        for f in x $$MAKEFLAGS; do \
279
 
          case $$f in \
280
 
            *=* | --[!k]*);; \
281
 
            *k*) failcom='fail=yes';; \
282
 
          esac; \
283
 
        done; \
 
332
# into them and run 'make' without going through this Makefile.
 
333
# To change the values of 'make' variables: instead of editing Makefiles,
 
334
# (1) if the variable is set in 'config.status', edit 'config.status'
 
335
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
336
# (2) otherwise, pass the desired values on the 'make' command line.
 
337
$(am__recursive_targets):
 
338
        @fail=; \
 
339
        if $(am__make_keepgoing); then \
 
340
          failcom='fail=yes'; \
 
341
        else \
 
342
          failcom='exit 1'; \
 
343
        fi; \
284
344
        dot_seen=no; \
285
345
        target=`echo $@ | sed s/-recursive//`; \
286
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
346
        case "$@" in \
 
347
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
348
          *) list='$(SUBDIRS)' ;; \
 
349
        esac; \
 
350
        for subdir in $$list; do \
287
351
          echo "Making $$target in $$subdir"; \
288
352
          if test "$$subdir" = "."; then \
289
353
            dot_seen=yes; \
298
362
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
299
363
        fi; test -z "$$fail"
300
364
 
301
 
$(RECURSIVE_CLEAN_TARGETS):
302
 
        @fail= failcom='exit 1'; \
303
 
        for f in x $$MAKEFLAGS; do \
304
 
          case $$f in \
305
 
            *=* | --[!k]*);; \
306
 
            *k*) failcom='fail=yes';; \
307
 
          esac; \
308
 
        done; \
309
 
        dot_seen=no; \
310
 
        case "$@" in \
311
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
312
 
          *) list='$(SUBDIRS)' ;; \
313
 
        esac; \
314
 
        rev=''; for subdir in $$list; do \
315
 
          if test "$$subdir" = "."; then :; else \
316
 
            rev="$$subdir $$rev"; \
317
 
          fi; \
318
 
        done; \
319
 
        rev="$$rev ."; \
320
 
        target=`echo $@ | sed s/-recursive//`; \
321
 
        for subdir in $$rev; do \
322
 
          echo "Making $$target in $$subdir"; \
323
 
          if test "$$subdir" = "."; then \
324
 
            local_target="$$target-am"; \
325
 
          else \
326
 
            local_target="$$target"; \
327
 
          fi; \
328
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
329
 
          || eval $$failcom; \
330
 
        done && test -z "$$fail"
331
 
tags-recursive:
332
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
333
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
334
 
        done
335
 
ctags-recursive:
336
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
337
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
338
 
        done
339
 
 
340
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
341
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
342
 
        unique=`for i in $$list; do \
343
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344
 
          done | \
345
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
346
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
347
 
        mkid -fID $$unique
348
 
tags: TAGS
349
 
 
350
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
351
 
                $(TAGS_FILES) $(LISP)
 
365
ID: $(am__tagged_files)
 
366
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
367
tags: tags-recursive
 
368
TAGS: tags
 
369
 
 
370
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
352
371
        set x; \
353
372
        here=`pwd`; \
354
373
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
364
383
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
365
384
          fi; \
366
385
        done; \
367
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
368
 
        unique=`for i in $$list; do \
369
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370
 
          done | \
371
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
386
        $(am__define_uniq_tagged_files); \
373
387
        shift; \
374
388
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
375
389
          test -n "$$unique" || unique=$$empty_fix; \
381
395
              $$unique; \
382
396
          fi; \
383
397
        fi
384
 
ctags: CTAGS
385
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
386
 
                $(TAGS_FILES) $(LISP)
387
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
388
 
        unique=`for i in $$list; do \
389
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390
 
          done | \
391
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
398
ctags: ctags-recursive
 
399
 
 
400
CTAGS: ctags
 
401
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
402
        $(am__define_uniq_tagged_files); \
393
403
        test -z "$(CTAGS_ARGS)$$unique" \
394
404
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
395
405
             $$unique
398
408
        here=`$(am__cd) $(top_builddir) && pwd` \
399
409
          && $(am__cd) $(top_srcdir) \
400
410
          && gtags -i $(GTAGS_ARGS) "$$here"
 
411
cscopelist: cscopelist-recursive
 
412
 
 
413
cscopelist-am: $(am__tagged_files)
 
414
        list='$(am__tagged_files)'; \
 
415
        case "$(srcdir)" in \
 
416
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
417
          *) sdir=$(subdir)/$(srcdir) ;; \
 
418
        esac; \
 
419
        for i in $$list; do \
 
420
          if test -f "$$i"; then \
 
421
            echo "$(subdir)/$$i"; \
 
422
          else \
 
423
            echo "$$sdir/$$i"; \
 
424
          fi; \
 
425
        done >> $(top_builddir)/cscope.files
401
426
 
402
427
distclean-tags:
403
428
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
558
583
 
559
584
uninstall-am:
560
585
 
561
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
562
 
        install-am install-strip tags-recursive
 
586
.MAKE: $(am__recursive_targets) install-am install-strip
563
587
 
564
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
565
 
        all all-am check check-am clean clean-generic ctags \
566
 
        ctags-recursive distclean distclean-generic distclean-tags \
567
 
        distdir dvi dvi-am html html-am info info-am install \
568
 
        install-am install-data install-data-am install-dvi \
569
 
        install-dvi-am install-exec install-exec-am install-html \
570
 
        install-html-am install-info install-info-am install-man \
571
 
        install-pdf install-pdf-am install-ps install-ps-am \
572
 
        install-strip installcheck installcheck-am installdirs \
573
 
        installdirs-am maintainer-clean maintainer-clean-generic \
574
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
575
 
        tags-recursive uninstall uninstall-am
 
588
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
589
        check-am clean clean-generic cscopelist-am ctags ctags-am \
 
590
        distclean distclean-generic distclean-tags distdir dvi dvi-am \
 
591
        html html-am info info-am install install-am install-data \
 
592
        install-data-am install-dvi install-dvi-am install-exec \
 
593
        install-exec-am install-html install-html-am install-info \
 
594
        install-info-am install-man install-pdf install-pdf-am \
 
595
        install-ps install-ps-am install-strip installcheck \
 
596
        installcheck-am installdirs installdirs-am maintainer-clean \
 
597
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
598
        pdf-am ps ps-am tags tags-am uninstall uninstall-am
576
599
 
577
600
 
578
601
# Tell versions [3.59,3.63) of GNU make to not export all variables.