~ml-launchpad/ubuntu/natty/gcompris/fix-for-777349

« back to all changes in this revision

Viewing changes to src/boards/python/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
13
14
# PARTICULAR PURPOSE.
14
15
 
15
16
@SET_MAKE@
16
 
 
17
17
VPATH = @srcdir@
18
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
19
20
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
23
install_sh_DATA = $(install_sh) -c -m 644
23
24
install_sh_PROGRAM = $(install_sh) -c
33
34
build_triplet = @build@
34
35
host_triplet = @host@
35
36
subdir = src/boards/python
36
 
DIST_COMMON = $(dist_python_DATA) $(srcdir)/Makefile.am \
37
 
        $(srcdir)/Makefile.in
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
40
 
        $(top_srcdir)/configure.in
 
39
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
 
40
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
41
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
42
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
 
43
        $(top_srcdir)/configure.ac
41
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
45
        $(ACLOCAL_M4)
43
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
47
CONFIG_HEADER = $(top_builddir)/config.h
45
48
CONFIG_CLEAN_FILES =
 
49
CONFIG_CLEAN_VPATH_FILES =
 
50
AM_V_GEN = $(am__v_GEN_$(V))
 
51
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
52
am__v_GEN_0 = @echo "  GEN   " $@;
 
53
AM_V_at = $(am__v_at_$(V))
 
54
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
55
am__v_at_0 = @
46
56
SOURCES =
47
57
DIST_SOURCES =
48
58
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52
62
        install-pdf-recursive install-ps-recursive install-recursive \
53
63
        installcheck-recursive installdirs-recursive pdf-recursive \
54
64
        ps-recursive uninstall-recursive
55
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56
 
am__vpath_adj = case $$p in \
57
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58
 
    *) f=$$p;; \
59
 
  esac;
60
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
61
 
am__installdirs = "$(DESTDIR)$(pythondir)"
62
 
dist_pythonDATA_INSTALL = $(INSTALL_DATA)
63
 
DATA = $(dist_python_DATA)
64
65
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
65
66
  distclean-recursive maintainer-clean-recursive
 
67
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
68
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
69
        distdir
66
70
ETAGS = etags
67
71
CTAGS = ctags
68
72
DIST_SUBDIRS = $(SUBDIRS)
69
73
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
74
am__relativize = \
 
75
  dir0=`pwd`; \
 
76
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
77
  sed_rest='s,^[^/]*/*,,'; \
 
78
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
79
  sed_butlast='s,/*[^/]*$$,,'; \
 
80
  while test -n "$$dir1"; do \
 
81
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
82
    if test "$$first" != "."; then \
 
83
      if test "$$first" = ".."; then \
 
84
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
85
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
86
      else \
 
87
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
88
        if test "$$first2" = "$$first"; then \
 
89
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
90
        else \
 
91
          dir2="../$$dir2"; \
 
92
        fi; \
 
93
        dir0="$$dir0"/"$$first"; \
 
94
      fi; \
 
95
    fi; \
 
96
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
97
  done; \
 
98
  reldir="$$dir2"
70
99
ACLOCAL = @ACLOCAL@
71
 
ALLOCA = @ALLOCA@
 
100
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
72
101
ALL_LINGUAS = @ALL_LINGUAS@
73
102
AMTAR = @AMTAR@
 
103
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
74
104
AR = @AR@
75
105
AS = @AS@
 
106
AUDIO_CFLAGS = @AUDIO_CFLAGS@
 
107
AUDIO_LIBS = @AUDIO_LIBS@
76
108
AUTOCONF = @AUTOCONF@
77
109
AUTOHEADER = @AUTOHEADER@
78
110
AUTOMAKE = @AUTOMAKE@
91
123
CPPFLAGS = @CPPFLAGS@
92
124
CYGPATH_W = @CYGPATH_W@
93
125
DATADIRNAME = @DATADIRNAME@
 
126
DBUS_CFLAGS = @DBUS_CFLAGS@
 
127
DBUS_LIBS = @DBUS_LIBS@
94
128
DEFS = @DEFS@
95
129
DEPDIR = @DEPDIR@
96
130
DLLTOOL = @DLLTOOL@
102
136
EGREP = @EGREP@
103
137
EXEEXT = @EXEEXT@
104
138
FGREP = @FGREP@
105
 
FT2_CFLAGS = @FT2_CFLAGS@
106
 
FT2_LIBS = @FT2_LIBS@
107
139
GCOMPRIS_CFLAGS = @GCOMPRIS_CFLAGS@
108
140
GCOMPRIS_LIBS = @GCOMPRIS_LIBS@
109
141
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
110
 
GLIB_CFLAGS = @GLIB_CFLAGS@
111
142
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
112
 
GLIB_LIBS = @GLIB_LIBS@
113
143
GLIB_MKENUMS = @GLIB_MKENUMS@
114
144
GMOFILES = @GMOFILES@
115
145
GMSGFMT = @GMSGFMT@
116
146
GNET_CFLAGS = @GNET_CFLAGS@
117
147
GNET_LIBS = @GNET_LIBS@
118
148
GNUCHESS = @GNUCHESS@
119
 
GOBJECT_QUERY = @GOBJECT_QUERY@
120
149
GREP = @GREP@
121
150
INSTALL = @INSTALL@
122
151
INSTALL_DATA = @INSTALL_DATA@
125
154
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126
155
INSTOBJEXT = @INSTOBJEXT@
127
156
INTLLIBS = @INTLLIBS@
128
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
129
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
130
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
131
157
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
132
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
133
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
134
158
INTLTOOL_MERGE = @INTLTOOL_MERGE@
135
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
136
159
INTLTOOL_PERL = @INTLTOOL_PERL@
137
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
138
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
139
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
140
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
141
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
142
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
143
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
144
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
145
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
146
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
147
160
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
148
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
149
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
150
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
151
161
LD = @LD@
152
162
LDFLAGS = @LDFLAGS@
153
163
LIBOBJS = @LIBOBJS@
183
193
PACKAGE_NAME = @PACKAGE_NAME@
184
194
PACKAGE_STRING = @PACKAGE_STRING@
185
195
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
196
PACKAGE_URL = @PACKAGE_URL@
186
197
PACKAGE_VERSION = @PACKAGE_VERSION@
187
198
PATH_SEPARATOR = @PATH_SEPARATOR@
 
199
PERL = @PERL@
188
200
PKG_CONFIG = @PKG_CONFIG@
189
201
POFILES = @POFILES@
190
202
POSUB = @POSUB@
204
216
PYTHON_PREFIX = @PYTHON_PREFIX@
205
217
PYTHON_VERSION = @PYTHON_VERSION@
206
218
RANLIB = @RANLIB@
 
219
REBUILD = @REBUILD@
207
220
REQUIRE_PYTHON = @REQUIRE_PYTHON@
208
221
SED = @SED@
209
222
SET_MAKE = @SET_MAKE@
215
228
TEXINFO = @TEXINFO@
216
229
USE_NLS = @USE_NLS@
217
230
VERSION = @VERSION@
218
 
XF86VM_LIBS = @XF86VM_LIBS@
 
231
WARN_CFLAGS = @WARN_CFLAGS@
219
232
XGETTEXT = @XGETTEXT@
220
 
XMKMF = @XMKMF@
221
 
XML_CFLAGS = @XML_CFLAGS@
222
 
XML_LIBS = @XML_LIBS@
223
233
abs_builddir = @abs_builddir@
224
234
abs_srcdir = @abs_srcdir@
225
235
abs_top_builddir = @abs_top_builddir@
269
279
program_transform_name = @program_transform_name@
270
280
psdir = @psdir@
271
281
pyexecdir = @pyexecdir@
272
 
pythondir = $(PYTHON_PLUGIN_DIR)
 
282
pythondir = @pythondir@
273
283
sbindir = @sbindir@
274
284
sharedstatedir = @sharedstatedir@
275
285
srcdir = @srcdir@
276
286
sysconfdir = @sysconfdir@
277
287
target_alias = @target_alias@
 
288
top_build_prefix = @top_build_prefix@
278
289
top_builddir = @top_builddir@
279
290
top_srcdir = @top_srcdir@
280
 
SUBDIRS = gcompris connect4p admin
281
 
dist_python_DATA = \
282
 
        administration.py \
283
 
        algorithm.py \
284
 
        anim.py \
285
 
        ballcatch.py \
286
 
        bargame.py \
287
 
        chat.py \
288
 
        clickanddraw.py \
289
 
        connect4.py \
290
 
        doubleclick.py \
291
 
        drawnumber.py \
292
 
        electric.py \
293
 
        followline.py \
294
 
        guessnumber.py \
295
 
        gnumch.py \
296
 
        hexagon.py \
297
 
        login.py \
298
 
        melody.py \
299
 
        mosaic.py \
300
 
        pythontemplate.py \
301
 
        pythontest.py \
302
 
        redraw.py \
303
 
        searace.py \
304
 
        sudoku.py \
305
 
        tuxpaint.py \
306
 
        watercycle.py
307
 
 
 
291
SUBDIRS = gcompris
308
292
all: all-recursive
309
293
 
310
294
.SUFFIXES:
312
296
        @for dep in $?; do \
313
297
          case '$(am__configure_deps)' in \
314
298
            *$$dep*) \
315
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
316
 
                && exit 0; \
 
299
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
300
                && { if test -f $@; then exit 0; else break; fi; }; \
317
301
              exit 1;; \
318
302
          esac; \
319
303
        done; \
320
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/boards/python/Makefile'; \
321
 
        cd $(top_srcdir) && \
322
 
          $(AUTOMAKE) --gnu  src/boards/python/Makefile
 
304
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/boards/python/Makefile'; \
 
305
        $(am__cd) $(top_srcdir) && \
 
306
          $(AUTOMAKE) --gnu src/boards/python/Makefile
323
307
.PRECIOUS: Makefile
324
308
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
325
309
        @case '$?' in \
337
321
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338
322
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
339
323
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
324
$(am__aclocal_m4_deps):
340
325
 
341
326
mostlyclean-libtool:
342
327
        -rm -f *.lo
343
328
 
344
329
clean-libtool:
345
330
        -rm -rf .libs _libs
346
 
install-dist_pythonDATA: $(dist_python_DATA)
347
 
        @$(NORMAL_INSTALL)
348
 
        test -z "$(pythondir)" || $(MKDIR_P) "$(DESTDIR)$(pythondir)"
349
 
        @list='$(dist_python_DATA)'; for p in $$list; do \
350
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
351
 
          f=$(am__strip_dir) \
352
 
          echo " $(dist_pythonDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pythondir)/$$f'"; \
353
 
          $(dist_pythonDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pythondir)/$$f"; \
354
 
        done
355
 
 
356
 
uninstall-dist_pythonDATA:
357
 
        @$(NORMAL_UNINSTALL)
358
 
        @list='$(dist_python_DATA)'; for p in $$list; do \
359
 
          f=$(am__strip_dir) \
360
 
          echo " rm -f '$(DESTDIR)$(pythondir)/$$f'"; \
361
 
          rm -f "$(DESTDIR)$(pythondir)/$$f"; \
362
 
        done
363
331
 
364
332
# This directory's subdirectories are mostly independent; you can cd
365
333
# into them and run `make' without going through this Makefile.
385
353
          else \
386
354
            local_target="$$target"; \
387
355
          fi; \
388
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
356
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
389
357
          || eval $$failcom; \
390
358
        done; \
391
359
        if test "$$dot_seen" = "no"; then \
419
387
          else \
420
388
            local_target="$$target"; \
421
389
          fi; \
422
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
390
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
423
391
          || eval $$failcom; \
424
392
        done && test -z "$$fail"
425
393
tags-recursive:
426
394
        list='$(SUBDIRS)'; for subdir in $$list; do \
427
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
395
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
428
396
        done
429
397
ctags-recursive:
430
398
        list='$(SUBDIRS)'; for subdir in $$list; do \
431
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
399
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
432
400
        done
433
401
 
434
402
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
436
404
        unique=`for i in $$list; do \
437
405
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438
406
          done | \
439
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
407
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
440
408
              END { if (nonempty) { for (i in files) print i; }; }'`; \
441
409
        mkid -fID $$unique
442
410
tags: TAGS
443
411
 
444
412
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
445
413
                $(TAGS_FILES) $(LISP)
446
 
        tags=; \
 
414
        set x; \
447
415
        here=`pwd`; \
448
416
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
449
417
          include_option=--etags-include; \
455
423
        list='$(SUBDIRS)'; for subdir in $$list; do \
456
424
          if test "$$subdir" = .; then :; else \
457
425
            test ! -f $$subdir/TAGS || \
458
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
426
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
459
427
          fi; \
460
428
        done; \
461
429
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
464
432
          done | \
465
433
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
466
434
              END { if (nonempty) { for (i in files) print i; }; }'`; \
467
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
435
        shift; \
 
436
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
468
437
          test -n "$$unique" || unique=$$empty_fix; \
469
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
470
 
            $$tags $$unique; \
 
438
          if test $$# -gt 0; then \
 
439
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
440
              "$$@" $$unique; \
 
441
          else \
 
442
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
443
              $$unique; \
 
444
          fi; \
471
445
        fi
472
446
ctags: CTAGS
473
447
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
474
448
                $(TAGS_FILES) $(LISP)
475
 
        tags=; \
476
449
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
477
450
        unique=`for i in $$list; do \
478
451
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479
452
          done | \
480
453
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
481
454
              END { if (nonempty) { for (i in files) print i; }; }'`; \
482
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
455
        test -z "$(CTAGS_ARGS)$$unique" \
483
456
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
484
 
             $$tags $$unique
 
457
             $$unique
485
458
 
486
459
GTAGS:
487
460
        here=`$(am__cd) $(top_builddir) && pwd` \
488
 
          && cd $(top_srcdir) \
489
 
          && gtags -i $(GTAGS_ARGS) $$here
 
461
          && $(am__cd) $(top_srcdir) \
 
462
          && gtags -i $(GTAGS_ARGS) "$$here"
490
463
 
491
464
distclean-tags:
492
465
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
507
480
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
508
481
          if test -d $$d/$$file; then \
509
482
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
483
            if test -d "$(distdir)/$$file"; then \
 
484
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
485
            fi; \
510
486
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
511
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
487
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
488
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
512
489
            fi; \
513
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
490
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
514
491
          else \
515
 
            test -f $(distdir)/$$file \
516
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
492
            test -f "$(distdir)/$$file" \
 
493
            || cp -p $$d/$$file "$(distdir)/$$file" \
517
494
            || exit 1; \
518
495
          fi; \
519
496
        done
520
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
497
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
521
498
          if test "$$subdir" = .; then :; else \
522
499
            test -d "$(distdir)/$$subdir" \
523
500
            || $(MKDIR_P) "$(distdir)/$$subdir" \
524
501
            || exit 1; \
525
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
526
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
527
 
            (cd $$subdir && \
 
502
          fi; \
 
503
        done
 
504
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
505
          if test "$$subdir" = .; then :; else \
 
506
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
507
            $(am__relativize); \
 
508
            new_distdir=$$reldir; \
 
509
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
510
            $(am__relativize); \
 
511
            new_top_distdir=$$reldir; \
 
512
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
513
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
514
            ($(am__cd) $$subdir && \
528
515
              $(MAKE) $(AM_MAKEFLAGS) \
529
 
                top_distdir="$$top_distdir" \
530
 
                distdir="$$distdir/$$subdir" \
 
516
                top_distdir="$$new_top_distdir" \
 
517
                distdir="$$new_distdir" \
531
518
                am__remove_distdir=: \
532
519
                am__skip_length_check=: \
 
520
                am__skip_mode_fix=: \
533
521
                distdir) \
534
522
              || exit 1; \
535
523
          fi; \
536
524
        done
537
525
check-am: all-am
538
526
check: check-recursive
539
 
all-am: Makefile $(DATA)
 
527
all-am: Makefile
540
528
installdirs: installdirs-recursive
541
529
installdirs-am:
542
 
        for dir in "$(DESTDIR)$(pythondir)"; do \
543
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
544
 
        done
545
530
install: install-recursive
546
531
install-exec: install-exec-recursive
547
532
install-data: install-data-recursive
562
547
 
563
548
distclean-generic:
564
549
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
550
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
565
551
 
566
552
maintainer-clean-generic:
567
553
        @echo "This command is intended for maintainers to use"
580
566
 
581
567
html: html-recursive
582
568
 
 
569
html-am:
 
570
 
583
571
info: info-recursive
584
572
 
585
573
info-am:
586
574
 
587
 
install-data-am: install-dist_pythonDATA
 
575
install-data-am:
588
576
 
589
577
install-dvi: install-dvi-recursive
590
578
 
 
579
install-dvi-am:
 
580
 
591
581
install-exec-am:
592
582
 
593
583
install-html: install-html-recursive
594
584
 
 
585
install-html-am:
 
586
 
595
587
install-info: install-info-recursive
596
588
 
 
589
install-info-am:
 
590
 
597
591
install-man:
598
592
 
599
593
install-pdf: install-pdf-recursive
600
594
 
 
595
install-pdf-am:
 
596
 
601
597
install-ps: install-ps-recursive
602
598
 
 
599
install-ps-am:
 
600
 
603
601
installcheck-am:
604
602
 
605
603
maintainer-clean: maintainer-clean-recursive
618
616
 
619
617
ps-am:
620
618
 
621
 
uninstall-am: uninstall-dist_pythonDATA
 
619
uninstall-am:
622
620
 
623
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
624
 
        install-strip
 
621
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
622
        install-am install-strip tags-recursive
625
623
 
626
624
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
627
625
        all all-am check check-am clean clean-generic clean-libtool \
628
626
        ctags ctags-recursive distclean distclean-generic \
629
627
        distclean-libtool distclean-tags distdir dvi dvi-am html \
630
628
        html-am info info-am install install-am install-data \
631
 
        install-data-am install-dist_pythonDATA install-dvi \
632
 
        install-dvi-am install-exec install-exec-am install-html \
633
 
        install-html-am install-info install-info-am install-man \
634
 
        install-pdf install-pdf-am install-ps install-ps-am \
635
 
        install-strip installcheck installcheck-am installdirs \
636
 
        installdirs-am maintainer-clean maintainer-clean-generic \
637
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
638
 
        ps ps-am tags tags-recursive uninstall uninstall-am \
639
 
        uninstall-dist_pythonDATA
 
629
        install-data-am install-dvi install-dvi-am install-exec \
 
630
        install-exec-am install-html install-html-am install-info \
 
631
        install-info-am install-man install-pdf install-pdf-am \
 
632
        install-ps install-ps-am install-strip installcheck \
 
633
        installcheck-am installdirs installdirs-am maintainer-clean \
 
634
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
635
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
636
        uninstall uninstall-am
 
637
 
640
638
 
641
639
# Tell versions [3.59,3.63) of GNU make to not export all variables.
642
640
# Otherwise a system limit (for SysV at least) may be exceeded.