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

« back to all changes in this revision

Viewing changes to glchess/src/lib/chess/fics/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/chess/fics
37
 
DIST_COMMON = $(glchess_PYTHON) $(srcdir)/Makefile.am \
38
 
        $(srcdir)/Makefile.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 =
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
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
60
 
am__vpath_adj = case $$p in \
61
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
62
 
    *) f=$$p;; \
63
 
  esac;
64
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
65
 
am__install_max = 40
66
 
am__nobase_strip_setup = \
67
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
68
 
am__nobase_strip = \
69
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
70
 
am__nobase_list = $(am__nobase_strip_setup); \
71
 
  for p in $$list; do echo "$$p $$p"; done | \
72
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
73
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
74
 
    if (++n[$$2] == $(am__install_max)) \
75
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
76
 
    END { for (dir in files) print dir, files[dir] }'
77
 
am__base_list = \
78
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
79
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
80
 
am__installdirs = "$(DESTDIR)$(glchessdir)"
81
 
py_compile = $(top_srcdir)/py-compile
82
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83
 
ACLOCAL = @ACLOCAL@
84
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
85
 
ALL_LINGUAS = @ALL_LINGUAS@
86
 
AMTAR = @AMTAR@
87
 
AM_CFLAGS = @AM_CFLAGS@
88
 
AM_CPPFLAGS = @AM_CPPFLAGS@
89
 
AM_CXXFLAGS = @AM_CXXFLAGS@
90
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
91
 
AM_LDFLAGS = @AM_LDFLAGS@
92
 
AR = @AR@
93
 
AUTOCONF = @AUTOCONF@
94
 
AUTOHEADER = @AUTOHEADER@
95
 
AUTOMAKE = @AUTOMAKE@
96
 
AWK = @AWK@
97
 
CANBERRA_GTK_CFLAGS = @CANBERRA_GTK_CFLAGS@
98
 
CANBERRA_GTK_LIBS = @CANBERRA_GTK_LIBS@
99
 
CATALOGS = @CATALOGS@
100
 
CATOBJEXT = @CATOBJEXT@
101
 
CC = @CC@
102
 
CCDEPMODE = @CCDEPMODE@
103
 
CFLAGS = @CFLAGS@
104
 
CLUTTER_CFLAGS = @CLUTTER_CFLAGS@
105
 
CLUTTER_GTK_CFLAGS = @CLUTTER_GTK_CFLAGS@
106
 
CLUTTER_GTK_LIBS = @CLUTTER_GTK_LIBS@
107
 
CLUTTER_LIBS = @CLUTTER_LIBS@
108
 
CPP = @CPP@
109
 
CPPFLAGS = @CPPFLAGS@
110
 
CXX = @CXX@
111
 
CXXCPP = @CXXCPP@
112
 
CXXDEPMODE = @CXXDEPMODE@
113
 
CXXFLAGS = @CXXFLAGS@
114
 
CYGPATH_W = @CYGPATH_W@
115
 
DATADIRNAME = @DATADIRNAME@
116
 
DEFS = @DEFS@
117
 
DEPDIR = @DEPDIR@
118
 
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
119
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
120
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
121
 
DSYMUTIL = @DSYMUTIL@
122
 
DUMPBIN = @DUMPBIN@
123
 
ECHO_C = @ECHO_C@
124
 
ECHO_N = @ECHO_N@
125
 
ECHO_T = @ECHO_T@
126
 
EGREP = @EGREP@
127
 
EXEEXT = @EXEEXT@
128
 
FGREP = @FGREP@
129
 
GCONFTOOL = @GCONFTOOL@
130
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
131
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
132
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
133
 
GIO_CFLAGS = @GIO_CFLAGS@
134
 
GIO_LIBS = @GIO_LIBS@
135
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
136
 
GLIB_GENMARSHAL_INTERNAL = @GLIB_GENMARSHAL_INTERNAL@
137
 
GMOFILES = @GMOFILES@
138
 
GMSGFMT = @GMSGFMT@
139
 
GNOME_CFLAGS = @GNOME_CFLAGS@
140
 
GNOME_LIBS = @GNOME_LIBS@
141
 
GREP = @GREP@
142
 
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
143
 
GTHREAD_LIBS = @GTHREAD_LIBS@
144
 
GTK_API_MAJOR_VERSION = @GTK_API_MAJOR_VERSION@
145
 
GTK_API_VERSION = @GTK_API_VERSION@
146
 
GTK_CFLAGS = @GTK_CFLAGS@
147
 
GTK_LIBS = @GTK_LIBS@
148
 
GUILE = @GUILE@
149
 
GUILE_CFLAGS = @GUILE_CFLAGS@
150
 
GUILE_CONFIG = @GUILE_CONFIG@
151
 
GUILE_LIBS = @GUILE_LIBS@
152
 
HELP_DIR = @HELP_DIR@
153
 
HILDON_CFLAGS = @HILDON_CFLAGS@
154
 
HILDON_LIBS = @HILDON_LIBS@
155
 
INSTALL = @INSTALL@
156
 
INSTALL_DATA = @INSTALL_DATA@
157
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
158
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
159
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
160
 
INSTOBJEXT = @INSTOBJEXT@
161
 
INTLLIBS = @INTLLIBS@
162
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
163
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
164
 
INTLTOOL_PERL = @INTLTOOL_PERL@
165
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
166
 
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
167
 
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
168
 
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
169
 
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
170
 
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
171
 
LD = @LD@
172
 
LDFLAGS = @LDFLAGS@
173
 
LIBOBJS = @LIBOBJS@
174
 
LIBS = @LIBS@
175
 
LIBTOOL = @LIBTOOL@
176
 
LIPO = @LIPO@
177
 
LN_S = @LN_S@
178
 
LSB_RELEASE = @LSB_RELEASE@
179
 
LTLIBOBJS = @LTLIBOBJS@
180
 
MAINT = @MAINT@
181
 
MAKEINFO = @MAKEINFO@
182
 
MKDIR_P = @MKDIR_P@
183
 
MKINSTALLDIRS = @MKINSTALLDIRS@
184
 
MSGFMT = @MSGFMT@
185
 
MSGFMT_OPTS = @MSGFMT_OPTS@
186
 
MSGMERGE = @MSGMERGE@
187
 
NM = @NM@
188
 
NMEDIT = @NMEDIT@
189
 
OBJDUMP = @OBJDUMP@
190
 
OBJEXT = @OBJEXT@
191
 
OMF_DIR = @OMF_DIR@
192
 
OTOOL = @OTOOL@
193
 
OTOOL64 = @OTOOL64@
194
 
PACKAGE = @PACKAGE@
195
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
196
 
PACKAGE_NAME = @PACKAGE_NAME@
197
 
PACKAGE_STRING = @PACKAGE_STRING@
198
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
199
 
PACKAGE_URL = @PACKAGE_URL@
200
 
PACKAGE_VERSION = @PACKAGE_VERSION@
201
 
PATH_SEPARATOR = @PATH_SEPARATOR@
202
 
PKG_CONFIG = @PKG_CONFIG@
203
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
204
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
205
 
POFILES = @POFILES@
206
 
POSUB = @POSUB@
207
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
208
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
209
 
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
210
 
PTHREAD_LDFLAGS = @PTHREAD_LDFLAGS@
211
 
PYGTK_CFLAGS = @PYGTK_CFLAGS@
212
 
PYGTK_LIBS = @PYGTK_LIBS@
213
 
PYTHON = @PYTHON@
214
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
215
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
216
 
PYTHON_PREFIX = @PYTHON_PREFIX@
217
 
PYTHON_VERSION = @PYTHON_VERSION@
218
 
RANLIB = @RANLIB@
219
 
RSVG_CFLAGS = @RSVG_CFLAGS@
220
 
RSVG_LIBS = @RSVG_LIBS@
221
 
SED = @SED@
222
 
SET_MAKE = @SET_MAKE@
223
 
SHELL = @SHELL@
224
 
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
225
 
SMCLIENT_LIBS = @SMCLIENT_LIBS@
226
 
STRIP = @STRIP@
227
 
USE_NLS = @USE_NLS@
228
 
VERSION = @VERSION@
229
 
WARN_CFLAGS = @WARN_CFLAGS@
230
 
WARN_CXXFLAGS = @WARN_CXXFLAGS@
231
 
WINDRES = @WINDRES@
232
 
XGETTEXT = @XGETTEXT@
233
 
abs_builddir = @abs_builddir@
234
 
abs_srcdir = @abs_srcdir@
235
 
abs_top_builddir = @abs_top_builddir@
236
 
abs_top_srcdir = @abs_top_srcdir@
237
 
ac_ct_CC = @ac_ct_CC@
238
 
ac_ct_CXX = @ac_ct_CXX@
239
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
240
 
allgames = @allgames@
241
 
am__include = @am__include@
242
 
am__leading_dot = @am__leading_dot@
243
 
am__quote = @am__quote@
244
 
am__tar = @am__tar@
245
 
am__untar = @am__untar@
246
 
bindir = @bindir@
247
 
build = @build@
248
 
build_alias = @build_alias@
249
 
build_cpu = @build_cpu@
250
 
build_os = @build_os@
251
 
build_vendor = @build_vendor@
252
 
builddir = @builddir@
253
 
datadir = @datadir@
254
 
datarootdir = @datarootdir@
255
 
docdir = @docdir@
256
 
dvidir = @dvidir@
257
 
exec_prefix = @exec_prefix@
258
 
gamelist = @gamelist@
259
 
host = @host@
260
 
host_alias = @host_alias@
261
 
host_cpu = @host_cpu@
262
 
host_os = @host_os@
263
 
host_vendor = @host_vendor@
264
 
htmldir = @htmldir@
265
 
includedir = @includedir@
266
 
infodir = @infodir@
267
 
install_sh = @install_sh@
268
 
libdir = @libdir@
269
 
libexecdir = @libexecdir@
270
 
localedir = @localedir@
271
 
localstatedir = @localstatedir@
272
 
mandir = @mandir@
273
 
mkdir_p = @mkdir_p@
274
 
oldincludedir = @oldincludedir@
275
 
pdfdir = @pdfdir@
276
 
pkgpyexecdir = @pkgpyexecdir@
277
 
pkgpythondir = @pkgpythondir@
278
 
prefix = @prefix@
279
 
program_transform_name = @program_transform_name@
280
 
psdir = @psdir@
281
 
pyexecdir = @pyexecdir@
282
 
pythondir = @pythondir@
283
 
sbindir = @sbindir@
284
 
scoredir = @scoredir@
285
 
scores_group = @scores_group@
286
 
scores_user = @scores_user@
287
 
setgid = @setgid@
288
 
sharedstatedir = @sharedstatedir@
289
 
srcdir = @srcdir@
290
 
staginggames = @staginggames@
291
 
sysconfdir = @sysconfdir@
292
 
target_alias = @target_alias@
293
 
top_build_prefix = @top_build_prefix@
294
 
top_builddir = @top_builddir@
295
 
top_srcdir = @top_srcdir@
296
 
glchessdir = $(pythondir)/glchess/chess/fics
297
 
glchess_PYTHON = \
298
 
        __init__.py     \
299
 
        client.py       \
300
 
        server.py       \
301
 
        style12.py      \
302
 
        telnet.py
303
 
 
304
 
all: all-am
305
 
 
306
 
.SUFFIXES:
307
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
308
 
        @for dep in $?; do \
309
 
          case '$(am__configure_deps)' in \
310
 
            *$$dep*) \
311
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
312
 
                && { if test -f $@; then exit 0; else break; fi; }; \
313
 
              exit 1;; \
314
 
          esac; \
315
 
        done; \
316
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign glchess/src/lib/chess/fics/Makefile'; \
317
 
        $(am__cd) $(top_srcdir) && \
318
 
          $(AUTOMAKE) --foreign glchess/src/lib/chess/fics/Makefile
319
 
.PRECIOUS: Makefile
320
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
321
 
        @case '$?' in \
322
 
          *config.status*) \
323
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
324
 
          *) \
325
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
326
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
327
 
        esac;
328
 
 
329
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
330
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331
 
 
332
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
333
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
335
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336
 
$(am__aclocal_m4_deps):
337
 
 
338
 
mostlyclean-libtool:
339
 
        -rm -f *.lo
340
 
 
341
 
clean-libtool:
342
 
        -rm -rf .libs _libs
343
 
install-glchessPYTHON: $(glchess_PYTHON)
344
 
        @$(NORMAL_INSTALL)
345
 
        test -z "$(glchessdir)" || $(MKDIR_P) "$(DESTDIR)$(glchessdir)"
346
 
        @list='$(glchess_PYTHON)'; dlist=; list2=; test -n "$(glchessdir)" || list=; \
347
 
        for p in $$list; do \
348
 
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
349
 
          if test -f $$b$$p; then \
350
 
            $(am__strip_dir) \
351
 
            dlist="$$dlist $$f"; \
352
 
            list2="$$list2 $$b$$p"; \
353
 
          else :; fi; \
354
 
        done; \
355
 
        for file in $$list2; do echo $$file; done | $(am__base_list) | \
356
 
        while read files; do \
357
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(glchessdir)'"; \
358
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(glchessdir)" || exit $$?; \
359
 
        done || exit $$?; \
360
 
        if test -n "$$dlist"; then \
361
 
          if test -z "$(DESTDIR)"; then \
362
 
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(glchessdir)" $$dlist; \
363
 
          else \
364
 
            PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(glchessdir)" $$dlist; \
365
 
          fi; \
366
 
        else :; fi
367
 
 
368
 
uninstall-glchessPYTHON:
369
 
        @$(NORMAL_UNINSTALL)
370
 
        @list='$(glchess_PYTHON)'; test -n "$(glchessdir)" || list=; \
371
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
372
 
        test -n "$$files" || exit 0; \
373
 
        filesc=`echo "$$files" | sed 's|$$|c|'`; \
374
 
        fileso=`echo "$$files" | sed 's|$$|o|'`; \
375
 
        echo " ( cd '$(DESTDIR)$(glchessdir)' && rm -f" $$files ")"; \
376
 
        cd "$(DESTDIR)$(glchessdir)" && rm -f $$files || exit $$?; \
377
 
        echo " ( cd '$(DESTDIR)$(glchessdir)' && rm -f" $$filesc ")"; \
378
 
        cd "$(DESTDIR)$(glchessdir)" && rm -f $$filesc || exit $$?; \
379
 
        echo " ( cd '$(DESTDIR)$(glchessdir)' && rm -f" $$fileso ")"; \
380
 
        cd "$(DESTDIR)$(glchessdir)" && rm -f $$fileso
381
 
tags: TAGS
382
 
TAGS:
383
 
 
384
 
ctags: CTAGS
385
 
CTAGS:
386
 
 
387
 
 
388
 
distdir: $(DISTFILES)
389
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
390
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
391
 
        list='$(DISTFILES)'; \
392
 
          dist_files=`for file in $$list; do echo $$file; done | \
393
 
          sed -e "s|^$$srcdirstrip/||;t" \
394
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
395
 
        case $$dist_files in \
396
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
397
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
398
 
                           sort -u` ;; \
399
 
        esac; \
400
 
        for file in $$dist_files; do \
401
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
402
 
          if test -d $$d/$$file; then \
403
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
404
 
            if test -d "$(distdir)/$$file"; then \
405
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
406
 
            fi; \
407
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
408
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
409
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
410
 
            fi; \
411
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
412
 
          else \
413
 
            test -f "$(distdir)/$$file" \
414
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
415
 
            || exit 1; \
416
 
          fi; \
417
 
        done
418
 
check-am: all-am
419
 
check: check-am
420
 
all-am: Makefile
421
 
installdirs:
422
 
        for dir in "$(DESTDIR)$(glchessdir)"; do \
423
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
424
 
        done
425
 
install: install-am
426
 
install-exec: install-exec-am
427
 
install-data: install-data-am
428
 
uninstall: uninstall-am
429
 
 
430
 
install-am: all-am
431
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
432
 
 
433
 
installcheck: installcheck-am
434
 
install-strip:
435
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
436
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
437
 
          `test -z '$(STRIP)' || \
438
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
439
 
mostlyclean-generic:
440
 
 
441
 
clean-generic:
442
 
 
443
 
distclean-generic:
444
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
445
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
446
 
 
447
 
maintainer-clean-generic:
448
 
        @echo "This command is intended for maintainers to use"
449
 
        @echo "it deletes files that may require special tools to rebuild."
450
 
clean: clean-am
451
 
 
452
 
clean-am: clean-generic clean-libtool mostlyclean-am
453
 
 
454
 
distclean: distclean-am
455
 
        -rm -f Makefile
456
 
distclean-am: clean-am distclean-generic
457
 
 
458
 
dvi: dvi-am
459
 
 
460
 
dvi-am:
461
 
 
462
 
html: html-am
463
 
 
464
 
html-am:
465
 
 
466
 
info: info-am
467
 
 
468
 
info-am:
469
 
 
470
 
install-data-am: install-glchessPYTHON
471
 
 
472
 
install-dvi: install-dvi-am
473
 
 
474
 
install-dvi-am:
475
 
 
476
 
install-exec-am:
477
 
 
478
 
install-html: install-html-am
479
 
 
480
 
install-html-am:
481
 
 
482
 
install-info: install-info-am
483
 
 
484
 
install-info-am:
485
 
 
486
 
install-man:
487
 
 
488
 
install-pdf: install-pdf-am
489
 
 
490
 
install-pdf-am:
491
 
 
492
 
install-ps: install-ps-am
493
 
 
494
 
install-ps-am:
495
 
 
496
 
installcheck-am:
497
 
 
498
 
maintainer-clean: maintainer-clean-am
499
 
        -rm -f Makefile
500
 
maintainer-clean-am: distclean-am maintainer-clean-generic
501
 
 
502
 
mostlyclean: mostlyclean-am
503
 
 
504
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
505
 
 
506
 
pdf: pdf-am
507
 
 
508
 
pdf-am:
509
 
 
510
 
ps: ps-am
511
 
 
512
 
ps-am:
513
 
 
514
 
uninstall-am: uninstall-glchessPYTHON
515
 
 
516
 
.MAKE: install-am install-strip
517
 
 
518
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
519
 
        distclean distclean-generic distclean-libtool distdir dvi \
520
 
        dvi-am html html-am info info-am install install-am \
521
 
        install-data install-data-am install-dvi install-dvi-am \
522
 
        install-exec install-exec-am install-glchessPYTHON \
523
 
        install-html install-html-am install-info install-info-am \
524
 
        install-man install-pdf install-pdf-am install-ps \
525
 
        install-ps-am install-strip installcheck installcheck-am \
526
 
        installdirs maintainer-clean maintainer-clean-generic \
527
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
528
 
        ps ps-am uninstall uninstall-am uninstall-glchessPYTHON
529
 
 
530
 
 
531
 
-include $(top_srcdir)/git.mk
532
 
 
533
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
534
 
# Otherwise a system limit (for SysV at least) may be exceeded.
535
 
.NOEXPORT: