~ubuntu-branches/debian/sid/gnome-chess/sid

« back to all changes in this revision

Viewing changes to data/pieces/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Luca Falavigna, Jeremy Bicha, Jackson Doak, Luca Falavigna
  • Date: 2014-07-15 21:50:20 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140715215020-rhk7hmpjf5xlntb9
Tags: 1:3.12.3-1
* Team upload.

[ Jeremy Bicha ]
* debian/control.in:
  - Depend on hoichess and demote other chess engines to Suggests
    per upstream recommendation (LP: #138570)
  - Bump minimum intoltool and vala
  - Drop sqlite dependency
* debian/gnome-chess.install:
  - AI configuration file moved to /etc/chess-engines.conf

[ Jackson Doak ]
* New upstream release (3.12.3)

[ Luca Falavigna ]
* debian/control.in:
  - Bump Standards-Version to 3.9.5.
  - Refresh build-dependencies required minimum versions.

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.13.4 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,
14
14
 
15
15
@SET_MAKE@
16
16
VPATH = @srcdir@
17
 
am__make_dryrun = \
18
 
  { \
19
 
    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 \
20
30
    case $$MAKEFLAGS in \
21
31
      *\\[\ \   ]*) \
22
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24
 
      *) \
25
 
        for am__flg in $$MAKEFLAGS; do \
26
 
          case $$am__flg in \
27
 
            *=*|--*) ;; \
28
 
            *n*) am__dry=yes; break;; \
29
 
          esac; \
30
 
        done;; \
31
 
    esac; \
32
 
    test $$am__dry = yes; \
33
 
  }
 
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))
34
62
pkgdatadir = $(datadir)/@PACKAGE@
35
63
pkgincludedir = $(includedir)/@PACKAGE@
36
64
pkglibdir = $(libdir)/@PACKAGE@
48
76
PRE_UNINSTALL = :
49
77
POST_UNINSTALL = :
50
78
subdir = data/pieces
51
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
79
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
52
80
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53
81
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
54
82
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70
98
am__v_at_1 = 
71
99
SOURCES =
72
100
DIST_SOURCES =
73
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74
 
        html-recursive info-recursive install-data-recursive \
75
 
        install-dvi-recursive install-exec-recursive \
76
 
        install-html-recursive install-info-recursive \
77
 
        install-pdf-recursive install-ps-recursive install-recursive \
78
 
        installcheck-recursive installdirs-recursive pdf-recursive \
79
 
        ps-recursive uninstall-recursive
 
101
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
102
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
103
        install-data-recursive install-dvi-recursive \
 
104
        install-exec-recursive install-html-recursive \
 
105
        install-info-recursive install-pdf-recursive \
 
106
        install-ps-recursive install-recursive installcheck-recursive \
 
107
        installdirs-recursive pdf-recursive ps-recursive \
 
108
        tags-recursive uninstall-recursive
80
109
am__can_run_installinfo = \
81
110
  case $$AM_UPDATE_INFO_DIR in \
82
111
    n|no|NO) false;; \
84
113
  esac
85
114
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
86
115
  distclean-recursive maintainer-clean-recursive
87
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
88
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
116
am__recursive_targets = \
 
117
  $(RECURSIVE_TARGETS) \
 
118
  $(RECURSIVE_CLEAN_TARGETS) \
 
119
  $(am__extra_recursive_targets)
 
120
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
89
121
        distdir
 
122
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
123
# Read a list of newline-separated strings from the standard input,
 
124
# and print each of them once, without duplicates.  Input order is
 
125
# *not* preserved.
 
126
am__uniquify_input = $(AWK) '\
 
127
  BEGIN { nonempty = 0; } \
 
128
  { items[$$0] = 1; nonempty = 1; } \
 
129
  END { if (nonempty) { for (i in items) print i; }; } \
 
130
'
 
131
# Make sure the list of sources is unique.  This is necessary because,
 
132
# e.g., the same source file might be shared among _SOURCES variables
 
133
# for different programs/libraries.
 
134
am__define_uniq_tagged_files = \
 
135
  list='$(am__tagged_files)'; \
 
136
  unique=`for i in $$list; do \
 
137
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
138
  done | $(am__uniquify_input)`
90
139
ETAGS = etags
91
140
CTAGS = ctags
92
141
DIST_SUBDIRS = $(SUBDIRS)
120
169
ALL_LINGUAS = @ALL_LINGUAS@
121
170
AMTAR = @AMTAR@
122
171
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
172
APPDATA_VALIDATE = @APPDATA_VALIDATE@
123
173
AUTOCONF = @AUTOCONF@
124
174
AUTOHEADER = @AUTOHEADER@
125
175
AUTOMAKE = @AUTOMAKE@
127
177
CC = @CC@
128
178
CCDEPMODE = @CCDEPMODE@
129
179
CFLAGS = @CFLAGS@
 
180
CPP = @CPP@
130
181
CPPFLAGS = @CPPFLAGS@
131
182
CYGPATH_W = @CYGPATH_W@
132
183
DATADIRNAME = @DATADIRNAME@
133
184
DEFS = @DEFS@
134
185
DEPDIR = @DEPDIR@
 
186
DESKTOP_FILE_VALIDATE = @DESKTOP_FILE_VALIDATE@
135
187
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
136
188
ECHO_C = @ECHO_C@
137
189
ECHO_N = @ECHO_N@
138
190
ECHO_T = @ECHO_T@
 
191
EGREP = @EGREP@
139
192
EXEEXT = @EXEEXT@
140
193
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
141
194
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
142
195
GMSGFMT = @GMSGFMT@
143
196
GNOME_CHESS_CFLAGS = @GNOME_CHESS_CFLAGS@
144
197
GNOME_CHESS_LIBS = @GNOME_CHESS_LIBS@
 
198
GREP = @GREP@
145
199
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
146
200
HELP_DIR = @HELP_DIR@
147
201
INSTALL = @INSTALL@
190
244
VERSION = @VERSION@
191
245
XGETTEXT = @XGETTEXT@
192
246
XMLLINT = @XMLLINT@
 
247
YELP_LC_DIST = @YELP_LC_DIST@
 
248
YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@
193
249
abs_builddir = @abs_builddir@
194
250
abs_srcdir = @abs_srcdir@
195
251
abs_top_builddir = @abs_top_builddir@
276
332
# (1) if the variable is set in 'config.status', edit 'config.status'
277
333
#     (which will cause the Makefiles to be regenerated when you run 'make');
278
334
# (2) otherwise, pass the desired values on the 'make' command line.
279
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
280
 
        @fail= failcom='exit 1'; \
281
 
        for f in x $$MAKEFLAGS; do \
282
 
          case $$f in \
283
 
            *=* | --[!k]*);; \
284
 
            *k*) failcom='fail=yes';; \
285
 
          esac; \
286
 
        done; \
 
335
$(am__recursive_targets):
 
336
        @fail=; \
 
337
        if $(am__make_keepgoing); then \
 
338
          failcom='fail=yes'; \
 
339
        else \
 
340
          failcom='exit 1'; \
 
341
        fi; \
287
342
        dot_seen=no; \
288
343
        target=`echo $@ | sed s/-recursive//`; \
289
344
        case "$@" in \
304
359
        if test "$$dot_seen" = "no"; then \
305
360
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
306
361
        fi; test -z "$$fail"
307
 
tags-recursive:
308
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
309
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
310
 
        done
311
 
ctags-recursive:
312
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
313
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
314
 
        done
315
 
cscopelist-recursive:
316
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
317
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
318
 
        done
319
 
 
320
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
321
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
322
 
        unique=`for i in $$list; do \
323
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
324
 
          done | \
325
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
326
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
327
 
        mkid -fID $$unique
328
 
tags: TAGS
329
 
 
330
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
331
 
                $(TAGS_FILES) $(LISP)
 
362
 
 
363
ID: $(am__tagged_files)
 
364
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
365
tags: tags-recursive
 
366
TAGS: tags
 
367
 
 
368
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
332
369
        set x; \
333
370
        here=`pwd`; \
334
371
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
344
381
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
345
382
          fi; \
346
383
        done; \
347
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
348
 
        unique=`for i in $$list; do \
349
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350
 
          done | \
351
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
352
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
384
        $(am__define_uniq_tagged_files); \
353
385
        shift; \
354
386
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
355
387
          test -n "$$unique" || unique=$$empty_fix; \
361
393
              $$unique; \
362
394
          fi; \
363
395
        fi
364
 
ctags: CTAGS
365
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
366
 
                $(TAGS_FILES) $(LISP)
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; }; }'`; \
 
396
ctags: ctags-recursive
 
397
 
 
398
CTAGS: ctags
 
399
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
400
        $(am__define_uniq_tagged_files); \
373
401
        test -z "$(CTAGS_ARGS)$$unique" \
374
402
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
375
403
             $$unique
378
406
        here=`$(am__cd) $(top_builddir) && pwd` \
379
407
          && $(am__cd) $(top_srcdir) \
380
408
          && gtags -i $(GTAGS_ARGS) "$$here"
 
409
cscopelist: cscopelist-recursive
381
410
 
382
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
383
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
411
cscopelist-am: $(am__tagged_files)
 
412
        list='$(am__tagged_files)'; \
384
413
        case "$(srcdir)" in \
385
414
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
386
415
          *) sdir=$(subdir)/$(srcdir) ;; \
552
581
 
553
582
uninstall-am:
554
583
 
555
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
556
 
        cscopelist-recursive ctags-recursive install-am install-strip \
557
 
        tags-recursive
 
584
.MAKE: $(am__recursive_targets) install-am install-strip
558
585
 
559
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
560
 
        all all-am check check-am clean clean-generic cscopelist \
561
 
        cscopelist-recursive ctags ctags-recursive distclean \
562
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
563
 
        html-am info info-am install install-am install-data \
 
586
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
587
        check-am clean clean-generic cscopelist-am ctags ctags-am \
 
588
        distclean distclean-generic distclean-tags distdir dvi dvi-am \
 
589
        html html-am info info-am install install-am install-data \
564
590
        install-data-am install-dvi install-dvi-am install-exec \
565
591
        install-exec-am install-html install-html-am install-info \
566
592
        install-info-am install-man install-pdf install-pdf-am \
567
593
        install-ps install-ps-am install-strip installcheck \
568
594
        installcheck-am installdirs installdirs-am maintainer-clean \
569
595
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
570
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
 
596
        pdf-am ps ps-am tags tags-am uninstall uninstall-am
571
597
 
572
598
 
573
599
-include $(top_srcdir)/git.mk