~ubuntu-branches/ubuntu/precise/gnome-games/precise-proposed

« back to all changes in this revision

Viewing changes to glchess/src/lib/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-05-30 13:32:04 UTC
  • mfrom: (1.3.4)
  • mto: (163.1.3 precise)
  • mto: This revision was merged to the branch mainline in revision 143.
  • Revision ID: package-import@ubuntu.com-20110530133204-celaq1v1dsxc48q1
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
VPATH = @srcdir@
18
 
pkgdatadir = $(datadir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
 
install_sh_DATA = $(install_sh) -c -m 644
24
 
install_sh_PROGRAM = $(install_sh) -c
25
 
install_sh_SCRIPT = $(install_sh) -c
26
 
INSTALL_HEADER = $(INSTALL_DATA)
27
 
transform = $(program_transform_name)
28
 
NORMAL_INSTALL = :
29
 
PRE_INSTALL = :
30
 
POST_INSTALL = :
31
 
NORMAL_UNINSTALL = :
32
 
PRE_UNINSTALL = :
33
 
POST_UNINSTALL = :
34
 
build_triplet = @build@
35
 
host_triplet = @host@
36
 
subdir = glchess/src/lib
37
 
DIST_COMMON = $(glchess_PYTHON) $(srcdir)/Makefile.am \
38
 
        $(srcdir)/Makefile.in $(srcdir)/defaults.py.in
39
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
41
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/introspection.m4 \
42
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
43
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
44
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.in
45
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
 
        $(ACLOCAL_M4)
47
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48
 
CONFIG_HEADER = $(top_builddir)/config.h
49
 
CONFIG_CLEAN_FILES = defaults.py
50
 
CONFIG_CLEAN_VPATH_FILES =
51
 
AM_V_GEN = $(am__v_GEN_$(V))
52
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
53
 
am__v_GEN_0 = @echo "  GEN   " $@;
54
 
AM_V_at = $(am__v_at_$(V))
55
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
56
 
am__v_at_0 = @
57
 
SOURCES =
58
 
DIST_SOURCES =
59
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
60
 
        html-recursive info-recursive install-data-recursive \
61
 
        install-dvi-recursive install-exec-recursive \
62
 
        install-html-recursive install-info-recursive \
63
 
        install-pdf-recursive install-ps-recursive install-recursive \
64
 
        installcheck-recursive installdirs-recursive pdf-recursive \
65
 
        ps-recursive uninstall-recursive
66
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
67
 
am__vpath_adj = case $$p in \
68
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
69
 
    *) f=$$p;; \
70
 
  esac;
71
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
72
 
am__install_max = 40
73
 
am__nobase_strip_setup = \
74
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
75
 
am__nobase_strip = \
76
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
77
 
am__nobase_list = $(am__nobase_strip_setup); \
78
 
  for p in $$list; do echo "$$p $$p"; done | \
79
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
80
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
81
 
    if (++n[$$2] == $(am__install_max)) \
82
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
83
 
    END { for (dir in files) print dir, files[dir] }'
84
 
am__base_list = \
85
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
86
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
87
 
am__installdirs = "$(DESTDIR)$(glchessdir)"
88
 
py_compile = $(top_srcdir)/py-compile
89
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
90
 
  distclean-recursive maintainer-clean-recursive
91
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
92
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
93
 
        distdir
94
 
ETAGS = etags
95
 
CTAGS = ctags
96
 
DIST_SUBDIRS = $(SUBDIRS)
97
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98
 
am__relativize = \
99
 
  dir0=`pwd`; \
100
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
101
 
  sed_rest='s,^[^/]*/*,,'; \
102
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
103
 
  sed_butlast='s,/*[^/]*$$,,'; \
104
 
  while test -n "$$dir1"; do \
105
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
106
 
    if test "$$first" != "."; then \
107
 
      if test "$$first" = ".."; then \
108
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
109
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
110
 
      else \
111
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
112
 
        if test "$$first2" = "$$first"; then \
113
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
114
 
        else \
115
 
          dir2="../$$dir2"; \
116
 
        fi; \
117
 
        dir0="$$dir0"/"$$first"; \
118
 
      fi; \
119
 
    fi; \
120
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
121
 
  done; \
122
 
  reldir="$$dir2"
123
 
ACLOCAL = @ACLOCAL@
124
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
125
 
ALL_LINGUAS = @ALL_LINGUAS@
126
 
AMTAR = @AMTAR@
127
 
AM_CFLAGS = @AM_CFLAGS@
128
 
AM_CPPFLAGS = @AM_CPPFLAGS@
129
 
AM_CXXFLAGS = @AM_CXXFLAGS@
130
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
131
 
AM_LDFLAGS = @AM_LDFLAGS@
132
 
AR = @AR@
133
 
AUTOCONF = @AUTOCONF@
134
 
AUTOHEADER = @AUTOHEADER@
135
 
AUTOMAKE = @AUTOMAKE@
136
 
AWK = @AWK@
137
 
CANBERRA_GTK_CFLAGS = @CANBERRA_GTK_CFLAGS@
138
 
CANBERRA_GTK_LIBS = @CANBERRA_GTK_LIBS@
139
 
CATALOGS = @CATALOGS@
140
 
CATOBJEXT = @CATOBJEXT@
141
 
CC = @CC@
142
 
CCDEPMODE = @CCDEPMODE@
143
 
CFLAGS = @CFLAGS@
144
 
CLUTTER_CFLAGS = @CLUTTER_CFLAGS@
145
 
CLUTTER_GTK_CFLAGS = @CLUTTER_GTK_CFLAGS@
146
 
CLUTTER_GTK_LIBS = @CLUTTER_GTK_LIBS@
147
 
CLUTTER_LIBS = @CLUTTER_LIBS@
148
 
CPP = @CPP@
149
 
CPPFLAGS = @CPPFLAGS@
150
 
CXX = @CXX@
151
 
CXXCPP = @CXXCPP@
152
 
CXXDEPMODE = @CXXDEPMODE@
153
 
CXXFLAGS = @CXXFLAGS@
154
 
CYGPATH_W = @CYGPATH_W@
155
 
DATADIRNAME = @DATADIRNAME@
156
 
DEFS = @DEFS@
157
 
DEPDIR = @DEPDIR@
158
 
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
159
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
160
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
161
 
DSYMUTIL = @DSYMUTIL@
162
 
DUMPBIN = @DUMPBIN@
163
 
ECHO_C = @ECHO_C@
164
 
ECHO_N = @ECHO_N@
165
 
ECHO_T = @ECHO_T@
166
 
EGREP = @EGREP@
167
 
EXEEXT = @EXEEXT@
168
 
FGREP = @FGREP@
169
 
GCONFTOOL = @GCONFTOOL@
170
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
171
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
172
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
173
 
GIO_CFLAGS = @GIO_CFLAGS@
174
 
GIO_LIBS = @GIO_LIBS@
175
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
176
 
GLIB_GENMARSHAL_INTERNAL = @GLIB_GENMARSHAL_INTERNAL@
177
 
GMOFILES = @GMOFILES@
178
 
GMSGFMT = @GMSGFMT@
179
 
GNOME_CFLAGS = @GNOME_CFLAGS@
180
 
GNOME_LIBS = @GNOME_LIBS@
181
 
GREP = @GREP@
182
 
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
183
 
GTHREAD_LIBS = @GTHREAD_LIBS@
184
 
GTK_API_MAJOR_VERSION = @GTK_API_MAJOR_VERSION@
185
 
GTK_API_VERSION = @GTK_API_VERSION@
186
 
GTK_CFLAGS = @GTK_CFLAGS@
187
 
GTK_LIBS = @GTK_LIBS@
188
 
GUILE = @GUILE@
189
 
GUILE_CFLAGS = @GUILE_CFLAGS@
190
 
GUILE_CONFIG = @GUILE_CONFIG@
191
 
GUILE_LIBS = @GUILE_LIBS@
192
 
HELP_DIR = @HELP_DIR@
193
 
HILDON_CFLAGS = @HILDON_CFLAGS@
194
 
HILDON_LIBS = @HILDON_LIBS@
195
 
INSTALL = @INSTALL@
196
 
INSTALL_DATA = @INSTALL_DATA@
197
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
198
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
199
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
200
 
INSTOBJEXT = @INSTOBJEXT@
201
 
INTLLIBS = @INTLLIBS@
202
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
203
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
204
 
INTLTOOL_PERL = @INTLTOOL_PERL@
205
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
206
 
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
207
 
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
208
 
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
209
 
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
210
 
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
211
 
LD = @LD@
212
 
LDFLAGS = @LDFLAGS@
213
 
LIBOBJS = @LIBOBJS@
214
 
LIBS = @LIBS@
215
 
LIBTOOL = @LIBTOOL@
216
 
LIPO = @LIPO@
217
 
LN_S = @LN_S@
218
 
LSB_RELEASE = @LSB_RELEASE@
219
 
LTLIBOBJS = @LTLIBOBJS@
220
 
MAINT = @MAINT@
221
 
MAKEINFO = @MAKEINFO@
222
 
MKDIR_P = @MKDIR_P@
223
 
MKINSTALLDIRS = @MKINSTALLDIRS@
224
 
MSGFMT = @MSGFMT@
225
 
MSGFMT_OPTS = @MSGFMT_OPTS@
226
 
MSGMERGE = @MSGMERGE@
227
 
NM = @NM@
228
 
NMEDIT = @NMEDIT@
229
 
OBJDUMP = @OBJDUMP@
230
 
OBJEXT = @OBJEXT@
231
 
OMF_DIR = @OMF_DIR@
232
 
OTOOL = @OTOOL@
233
 
OTOOL64 = @OTOOL64@
234
 
PACKAGE = @PACKAGE@
235
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
236
 
PACKAGE_NAME = @PACKAGE_NAME@
237
 
PACKAGE_STRING = @PACKAGE_STRING@
238
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
239
 
PACKAGE_URL = @PACKAGE_URL@
240
 
PACKAGE_VERSION = @PACKAGE_VERSION@
241
 
PATH_SEPARATOR = @PATH_SEPARATOR@
242
 
PKG_CONFIG = @PKG_CONFIG@
243
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
244
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
245
 
POFILES = @POFILES@
246
 
POSUB = @POSUB@
247
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
248
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
249
 
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
250
 
PTHREAD_LDFLAGS = @PTHREAD_LDFLAGS@
251
 
PYGTK_CFLAGS = @PYGTK_CFLAGS@
252
 
PYGTK_LIBS = @PYGTK_LIBS@
253
 
PYTHON = @PYTHON@
254
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
255
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
256
 
PYTHON_PREFIX = @PYTHON_PREFIX@
257
 
PYTHON_VERSION = @PYTHON_VERSION@
258
 
RANLIB = @RANLIB@
259
 
RSVG_CFLAGS = @RSVG_CFLAGS@
260
 
RSVG_LIBS = @RSVG_LIBS@
261
 
SED = @SED@
262
 
SET_MAKE = @SET_MAKE@
263
 
SHELL = @SHELL@
264
 
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
265
 
SMCLIENT_LIBS = @SMCLIENT_LIBS@
266
 
STRIP = @STRIP@
267
 
USE_NLS = @USE_NLS@
268
 
VERSION = @VERSION@
269
 
WARN_CFLAGS = @WARN_CFLAGS@
270
 
WARN_CXXFLAGS = @WARN_CXXFLAGS@
271
 
WINDRES = @WINDRES@
272
 
XGETTEXT = @XGETTEXT@
273
 
abs_builddir = @abs_builddir@
274
 
abs_srcdir = @abs_srcdir@
275
 
abs_top_builddir = @abs_top_builddir@
276
 
abs_top_srcdir = @abs_top_srcdir@
277
 
ac_ct_CC = @ac_ct_CC@
278
 
ac_ct_CXX = @ac_ct_CXX@
279
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
280
 
allgames = @allgames@
281
 
am__include = @am__include@
282
 
am__leading_dot = @am__leading_dot@
283
 
am__quote = @am__quote@
284
 
am__tar = @am__tar@
285
 
am__untar = @am__untar@
286
 
bindir = @bindir@
287
 
build = @build@
288
 
build_alias = @build_alias@
289
 
build_cpu = @build_cpu@
290
 
build_os = @build_os@
291
 
build_vendor = @build_vendor@
292
 
builddir = @builddir@
293
 
datadir = @datadir@
294
 
datarootdir = @datarootdir@
295
 
docdir = @docdir@
296
 
dvidir = @dvidir@
297
 
exec_prefix = @exec_prefix@
298
 
gamelist = @gamelist@
299
 
host = @host@
300
 
host_alias = @host_alias@
301
 
host_cpu = @host_cpu@
302
 
host_os = @host_os@
303
 
host_vendor = @host_vendor@
304
 
htmldir = @htmldir@
305
 
includedir = @includedir@
306
 
infodir = @infodir@
307
 
install_sh = @install_sh@
308
 
libdir = @libdir@
309
 
libexecdir = @libexecdir@
310
 
localedir = @localedir@
311
 
localstatedir = @localstatedir@
312
 
mandir = @mandir@
313
 
mkdir_p = @mkdir_p@
314
 
oldincludedir = @oldincludedir@
315
 
pdfdir = @pdfdir@
316
 
pkgpyexecdir = @pkgpyexecdir@
317
 
pkgpythondir = @pkgpythondir@
318
 
prefix = @prefix@
319
 
program_transform_name = @program_transform_name@
320
 
psdir = @psdir@
321
 
pyexecdir = @pyexecdir@
322
 
pythondir = @pythondir@
323
 
sbindir = @sbindir@
324
 
scoredir = @scoredir@
325
 
scores_group = @scores_group@
326
 
scores_user = @scores_user@
327
 
setgid = @setgid@
328
 
sharedstatedir = @sharedstatedir@
329
 
srcdir = @srcdir@
330
 
staginggames = @staginggames@
331
 
sysconfdir = @sysconfdir@
332
 
target_alias = @target_alias@
333
 
top_build_prefix = @top_build_prefix@
334
 
top_builddir = @top_builddir@
335
 
top_srcdir = @top_srcdir@
336
 
SUBDIRS = chess ggz gtkui scene ui
337
 
CLEANFILES = defaults.py
338
 
glchessdir = $(pythondir)/glchess
339
 
glchess_PYTHON = \
340
 
        ai.py           \
341
 
        cecp.py         \
342
 
        config.py       \
343
 
        defaults.py     \
344
 
        display.py      \
345
 
        game.py         \
346
 
        glchess.py      \
347
 
        history.py      \
348
 
        i18n.py         \
349
 
        __init__.py     \
350
 
        main.py         \
351
 
        network.py      \
352
 
        player.py       \
353
 
        uci.py
354
 
 
355
 
all: all-recursive
356
 
 
357
 
.SUFFIXES:
358
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
359
 
        @for dep in $?; do \
360
 
          case '$(am__configure_deps)' in \
361
 
            *$$dep*) \
362
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
363
 
                && { if test -f $@; then exit 0; else break; fi; }; \
364
 
              exit 1;; \
365
 
          esac; \
366
 
        done; \
367
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign glchess/src/lib/Makefile'; \
368
 
        $(am__cd) $(top_srcdir) && \
369
 
          $(AUTOMAKE) --foreign glchess/src/lib/Makefile
370
 
.PRECIOUS: Makefile
371
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
372
 
        @case '$?' in \
373
 
          *config.status*) \
374
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
375
 
          *) \
376
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
377
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
378
 
        esac;
379
 
 
380
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
381
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
382
 
 
383
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
384
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
386
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387
 
$(am__aclocal_m4_deps):
388
 
defaults.py: $(top_builddir)/config.status $(srcdir)/defaults.py.in
389
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
390
 
 
391
 
mostlyclean-libtool:
392
 
        -rm -f *.lo
393
 
 
394
 
clean-libtool:
395
 
        -rm -rf .libs _libs
396
 
install-glchessPYTHON: $(glchess_PYTHON)
397
 
        @$(NORMAL_INSTALL)
398
 
        test -z "$(glchessdir)" || $(MKDIR_P) "$(DESTDIR)$(glchessdir)"
399
 
        @list='$(glchess_PYTHON)'; dlist=; list2=; test -n "$(glchessdir)" || list=; \
400
 
        for p in $$list; do \
401
 
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
402
 
          if test -f $$b$$p; then \
403
 
            $(am__strip_dir) \
404
 
            dlist="$$dlist $$f"; \
405
 
            list2="$$list2 $$b$$p"; \
406
 
          else :; fi; \
407
 
        done; \
408
 
        for file in $$list2; do echo $$file; done | $(am__base_list) | \
409
 
        while read files; do \
410
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(glchessdir)'"; \
411
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(glchessdir)" || exit $$?; \
412
 
        done || exit $$?; \
413
 
        if test -n "$$dlist"; then \
414
 
          if test -z "$(DESTDIR)"; then \
415
 
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(glchessdir)" $$dlist; \
416
 
          else \
417
 
            PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(glchessdir)" $$dlist; \
418
 
          fi; \
419
 
        else :; fi
420
 
 
421
 
uninstall-glchessPYTHON:
422
 
        @$(NORMAL_UNINSTALL)
423
 
        @list='$(glchess_PYTHON)'; test -n "$(glchessdir)" || list=; \
424
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
425
 
        test -n "$$files" || exit 0; \
426
 
        filesc=`echo "$$files" | sed 's|$$|c|'`; \
427
 
        fileso=`echo "$$files" | sed 's|$$|o|'`; \
428
 
        echo " ( cd '$(DESTDIR)$(glchessdir)' && rm -f" $$files ")"; \
429
 
        cd "$(DESTDIR)$(glchessdir)" && rm -f $$files || exit $$?; \
430
 
        echo " ( cd '$(DESTDIR)$(glchessdir)' && rm -f" $$filesc ")"; \
431
 
        cd "$(DESTDIR)$(glchessdir)" && rm -f $$filesc || exit $$?; \
432
 
        echo " ( cd '$(DESTDIR)$(glchessdir)' && rm -f" $$fileso ")"; \
433
 
        cd "$(DESTDIR)$(glchessdir)" && rm -f $$fileso
434
 
 
435
 
# This directory's subdirectories are mostly independent; you can cd
436
 
# into them and run `make' without going through this Makefile.
437
 
# To change the values of `make' variables: instead of editing Makefiles,
438
 
# (1) if the variable is set in `config.status', edit `config.status'
439
 
#     (which will cause the Makefiles to be regenerated when you run `make');
440
 
# (2) otherwise, pass the desired values on the `make' command line.
441
 
$(RECURSIVE_TARGETS):
442
 
        @fail= failcom='exit 1'; \
443
 
        for f in x $$MAKEFLAGS; do \
444
 
          case $$f in \
445
 
            *=* | --[!k]*);; \
446
 
            *k*) failcom='fail=yes';; \
447
 
          esac; \
448
 
        done; \
449
 
        dot_seen=no; \
450
 
        target=`echo $@ | sed s/-recursive//`; \
451
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
452
 
          echo "Making $$target in $$subdir"; \
453
 
          if test "$$subdir" = "."; then \
454
 
            dot_seen=yes; \
455
 
            local_target="$$target-am"; \
456
 
          else \
457
 
            local_target="$$target"; \
458
 
          fi; \
459
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
460
 
          || eval $$failcom; \
461
 
        done; \
462
 
        if test "$$dot_seen" = "no"; then \
463
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
464
 
        fi; test -z "$$fail"
465
 
 
466
 
$(RECURSIVE_CLEAN_TARGETS):
467
 
        @fail= failcom='exit 1'; \
468
 
        for f in x $$MAKEFLAGS; do \
469
 
          case $$f in \
470
 
            *=* | --[!k]*);; \
471
 
            *k*) failcom='fail=yes';; \
472
 
          esac; \
473
 
        done; \
474
 
        dot_seen=no; \
475
 
        case "$@" in \
476
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
477
 
          *) list='$(SUBDIRS)' ;; \
478
 
        esac; \
479
 
        rev=''; for subdir in $$list; do \
480
 
          if test "$$subdir" = "."; then :; else \
481
 
            rev="$$subdir $$rev"; \
482
 
          fi; \
483
 
        done; \
484
 
        rev="$$rev ."; \
485
 
        target=`echo $@ | sed s/-recursive//`; \
486
 
        for subdir in $$rev; do \
487
 
          echo "Making $$target in $$subdir"; \
488
 
          if test "$$subdir" = "."; then \
489
 
            local_target="$$target-am"; \
490
 
          else \
491
 
            local_target="$$target"; \
492
 
          fi; \
493
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
494
 
          || eval $$failcom; \
495
 
        done && test -z "$$fail"
496
 
tags-recursive:
497
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
498
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
499
 
        done
500
 
ctags-recursive:
501
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
502
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
503
 
        done
504
 
 
505
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
506
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
507
 
        unique=`for i in $$list; do \
508
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
509
 
          done | \
510
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
511
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
512
 
        mkid -fID $$unique
513
 
tags: TAGS
514
 
 
515
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
516
 
                $(TAGS_FILES) $(LISP)
517
 
        set x; \
518
 
        here=`pwd`; \
519
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
520
 
          include_option=--etags-include; \
521
 
          empty_fix=.; \
522
 
        else \
523
 
          include_option=--include; \
524
 
          empty_fix=; \
525
 
        fi; \
526
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
527
 
          if test "$$subdir" = .; then :; else \
528
 
            test ! -f $$subdir/TAGS || \
529
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
530
 
          fi; \
531
 
        done; \
532
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
533
 
        unique=`for i in $$list; do \
534
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
535
 
          done | \
536
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
537
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
538
 
        shift; \
539
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
540
 
          test -n "$$unique" || unique=$$empty_fix; \
541
 
          if test $$# -gt 0; then \
542
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
543
 
              "$$@" $$unique; \
544
 
          else \
545
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
546
 
              $$unique; \
547
 
          fi; \
548
 
        fi
549
 
ctags: CTAGS
550
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
551
 
                $(TAGS_FILES) $(LISP)
552
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
553
 
        unique=`for i in $$list; do \
554
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
555
 
          done | \
556
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
557
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
558
 
        test -z "$(CTAGS_ARGS)$$unique" \
559
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
560
 
             $$unique
561
 
 
562
 
GTAGS:
563
 
        here=`$(am__cd) $(top_builddir) && pwd` \
564
 
          && $(am__cd) $(top_srcdir) \
565
 
          && gtags -i $(GTAGS_ARGS) "$$here"
566
 
 
567
 
distclean-tags:
568
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
569
 
 
570
 
distdir: $(DISTFILES)
571
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
572
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
573
 
        list='$(DISTFILES)'; \
574
 
          dist_files=`for file in $$list; do echo $$file; done | \
575
 
          sed -e "s|^$$srcdirstrip/||;t" \
576
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
577
 
        case $$dist_files in \
578
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
579
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
580
 
                           sort -u` ;; \
581
 
        esac; \
582
 
        for file in $$dist_files; do \
583
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
584
 
          if test -d $$d/$$file; then \
585
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
586
 
            if test -d "$(distdir)/$$file"; then \
587
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
588
 
            fi; \
589
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
590
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
591
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
592
 
            fi; \
593
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
594
 
          else \
595
 
            test -f "$(distdir)/$$file" \
596
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
597
 
            || exit 1; \
598
 
          fi; \
599
 
        done
600
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
601
 
          if test "$$subdir" = .; then :; else \
602
 
            test -d "$(distdir)/$$subdir" \
603
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
604
 
            || exit 1; \
605
 
          fi; \
606
 
        done
607
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
608
 
          if test "$$subdir" = .; then :; else \
609
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
610
 
            $(am__relativize); \
611
 
            new_distdir=$$reldir; \
612
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
613
 
            $(am__relativize); \
614
 
            new_top_distdir=$$reldir; \
615
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
616
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
617
 
            ($(am__cd) $$subdir && \
618
 
              $(MAKE) $(AM_MAKEFLAGS) \
619
 
                top_distdir="$$new_top_distdir" \
620
 
                distdir="$$new_distdir" \
621
 
                am__remove_distdir=: \
622
 
                am__skip_length_check=: \
623
 
                am__skip_mode_fix=: \
624
 
                distdir) \
625
 
              || exit 1; \
626
 
          fi; \
627
 
        done
628
 
        $(MAKE) $(AM_MAKEFLAGS) \
629
 
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
630
 
          dist-hook
631
 
check-am: all-am
632
 
check: check-recursive
633
 
all-am: Makefile
634
 
installdirs: installdirs-recursive
635
 
installdirs-am:
636
 
        for dir in "$(DESTDIR)$(glchessdir)"; do \
637
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
638
 
        done
639
 
install: install-recursive
640
 
install-exec: install-exec-recursive
641
 
install-data: install-data-recursive
642
 
uninstall: uninstall-recursive
643
 
 
644
 
install-am: all-am
645
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
646
 
 
647
 
installcheck: installcheck-recursive
648
 
install-strip:
649
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
650
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
651
 
          `test -z '$(STRIP)' || \
652
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
653
 
mostlyclean-generic:
654
 
 
655
 
clean-generic:
656
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
657
 
 
658
 
distclean-generic:
659
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
660
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
661
 
 
662
 
maintainer-clean-generic:
663
 
        @echo "This command is intended for maintainers to use"
664
 
        @echo "it deletes files that may require special tools to rebuild."
665
 
clean: clean-recursive
666
 
 
667
 
clean-am: clean-generic clean-libtool mostlyclean-am
668
 
 
669
 
distclean: distclean-recursive
670
 
        -rm -f Makefile
671
 
distclean-am: clean-am distclean-generic distclean-tags
672
 
 
673
 
dvi: dvi-recursive
674
 
 
675
 
dvi-am:
676
 
 
677
 
html: html-recursive
678
 
 
679
 
html-am:
680
 
 
681
 
info: info-recursive
682
 
 
683
 
info-am:
684
 
 
685
 
install-data-am: install-glchessPYTHON
686
 
 
687
 
install-dvi: install-dvi-recursive
688
 
 
689
 
install-dvi-am:
690
 
 
691
 
install-exec-am:
692
 
 
693
 
install-html: install-html-recursive
694
 
 
695
 
install-html-am:
696
 
 
697
 
install-info: install-info-recursive
698
 
 
699
 
install-info-am:
700
 
 
701
 
install-man:
702
 
 
703
 
install-pdf: install-pdf-recursive
704
 
 
705
 
install-pdf-am:
706
 
 
707
 
install-ps: install-ps-recursive
708
 
 
709
 
install-ps-am:
710
 
 
711
 
installcheck-am:
712
 
 
713
 
maintainer-clean: maintainer-clean-recursive
714
 
        -rm -f Makefile
715
 
maintainer-clean-am: distclean-am maintainer-clean-generic
716
 
 
717
 
mostlyclean: mostlyclean-recursive
718
 
 
719
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
720
 
 
721
 
pdf: pdf-recursive
722
 
 
723
 
pdf-am:
724
 
 
725
 
ps: ps-recursive
726
 
 
727
 
ps-am:
728
 
 
729
 
uninstall-am: uninstall-glchessPYTHON
730
 
 
731
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
732
 
        install-am install-strip tags-recursive
733
 
 
734
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
735
 
        all all-am check check-am clean clean-generic clean-libtool \
736
 
        ctags ctags-recursive dist-hook distclean distclean-generic \
737
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
738
 
        html-am info info-am install install-am install-data \
739
 
        install-data-am install-dvi install-dvi-am install-exec \
740
 
        install-exec-am install-glchessPYTHON install-html \
741
 
        install-html-am install-info install-info-am install-man \
742
 
        install-pdf install-pdf-am install-ps install-ps-am \
743
 
        install-strip installcheck installcheck-am installdirs \
744
 
        installdirs-am maintainer-clean maintainer-clean-generic \
745
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
746
 
        ps ps-am tags tags-recursive uninstall uninstall-am \
747
 
        uninstall-glchessPYTHON
748
 
 
749
 
 
750
 
# Don't distribute generated defaults.py. If you know a simpler way that works
751
 
# e.g. nodist_glchess_PYTHON=defaults.py then please fix this
752
 
dist-hook:
753
 
        rm $(distdir)/defaults.py
754
 
 
755
 
-include $(top_srcdir)/git.mk
756
 
 
757
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
758
 
# Otherwise a system limit (for SysV at least) may be exceeded.
759
 
.NOEXPORT: