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

« back to all changes in this revision

Viewing changes to src/boards/python/gcompris/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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
36
38
DIST_COMMON = $(dist_python_DATA) $(srcdir)/Makefile.am \
37
39
        $(srcdir)/Makefile.in
38
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
40
 
        $(top_srcdir)/configure.in
 
41
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.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)/acinclude.m4 \
 
45
        $(top_srcdir)/configure.ac
41
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
47
        $(ACLOCAL_M4)
43
48
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
49
CONFIG_HEADER = $(top_builddir)/config.h
45
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
 
52
AM_V_GEN = $(am__v_GEN_$(V))
 
53
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
54
am__v_GEN_0 = @echo "  GEN   " $@;
 
55
AM_V_at = $(am__v_at_$(V))
 
56
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
57
am__v_at_0 = @
46
58
SOURCES =
47
59
DIST_SOURCES =
48
60
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57
69
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58
70
    *) f=$$p;; \
59
71
  esac;
60
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
72
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
73
am__install_max = 40
 
74
am__nobase_strip_setup = \
 
75
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
76
am__nobase_strip = \
 
77
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
78
am__nobase_list = $(am__nobase_strip_setup); \
 
79
  for p in $$list; do echo "$$p $$p"; done | \
 
80
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
81
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
82
    if (++n[$$2] == $(am__install_max)) \
 
83
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
84
    END { for (dir in files) print dir, files[dir] }'
 
85
am__base_list = \
 
86
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
87
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
61
88
am__installdirs = "$(DESTDIR)$(pythondir)"
62
 
dist_pythonDATA_INSTALL = $(INSTALL_DATA)
63
89
DATA = $(dist_python_DATA)
64
90
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
65
91
  distclean-recursive maintainer-clean-recursive
 
92
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
93
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
94
        distdir
66
95
ETAGS = etags
67
96
CTAGS = ctags
68
97
DIST_SUBDIRS = $(SUBDIRS)
69
98
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
99
am__relativize = \
 
100
  dir0=`pwd`; \
 
101
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
102
  sed_rest='s,^[^/]*/*,,'; \
 
103
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
104
  sed_butlast='s,/*[^/]*$$,,'; \
 
105
  while test -n "$$dir1"; do \
 
106
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
107
    if test "$$first" != "."; then \
 
108
      if test "$$first" = ".."; then \
 
109
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
110
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
111
      else \
 
112
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
113
        if test "$$first2" = "$$first"; then \
 
114
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
115
        else \
 
116
          dir2="../$$dir2"; \
 
117
        fi; \
 
118
        dir0="$$dir0"/"$$first"; \
 
119
      fi; \
 
120
    fi; \
 
121
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
122
  done; \
 
123
  reldir="$$dir2"
70
124
ACLOCAL = @ACLOCAL@
71
 
ALLOCA = @ALLOCA@
 
125
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
72
126
ALL_LINGUAS = @ALL_LINGUAS@
73
127
AMTAR = @AMTAR@
 
128
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
74
129
AR = @AR@
75
130
AS = @AS@
 
131
AUDIO_CFLAGS = @AUDIO_CFLAGS@
 
132
AUDIO_LIBS = @AUDIO_LIBS@
76
133
AUTOCONF = @AUTOCONF@
77
134
AUTOHEADER = @AUTOHEADER@
78
135
AUTOMAKE = @AUTOMAKE@
91
148
CPPFLAGS = @CPPFLAGS@
92
149
CYGPATH_W = @CYGPATH_W@
93
150
DATADIRNAME = @DATADIRNAME@
 
151
DBUS_CFLAGS = @DBUS_CFLAGS@
 
152
DBUS_LIBS = @DBUS_LIBS@
94
153
DEFS = @DEFS@
95
154
DEPDIR = @DEPDIR@
96
155
DLLTOOL = @DLLTOOL@
102
161
EGREP = @EGREP@
103
162
EXEEXT = @EXEEXT@
104
163
FGREP = @FGREP@
105
 
FT2_CFLAGS = @FT2_CFLAGS@
106
 
FT2_LIBS = @FT2_LIBS@
107
164
GCOMPRIS_CFLAGS = @GCOMPRIS_CFLAGS@
108
165
GCOMPRIS_LIBS = @GCOMPRIS_LIBS@
109
166
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
110
 
GLIB_CFLAGS = @GLIB_CFLAGS@
111
167
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
112
 
GLIB_LIBS = @GLIB_LIBS@
113
168
GLIB_MKENUMS = @GLIB_MKENUMS@
114
169
GMOFILES = @GMOFILES@
115
170
GMSGFMT = @GMSGFMT@
116
171
GNET_CFLAGS = @GNET_CFLAGS@
117
172
GNET_LIBS = @GNET_LIBS@
118
173
GNUCHESS = @GNUCHESS@
119
 
GOBJECT_QUERY = @GOBJECT_QUERY@
120
174
GREP = @GREP@
121
175
INSTALL = @INSTALL@
122
176
INSTALL_DATA = @INSTALL_DATA@
125
179
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126
180
INSTOBJEXT = @INSTOBJEXT@
127
181
INTLLIBS = @INTLLIBS@
128
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
129
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
130
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
131
182
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
132
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
133
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
134
183
INTLTOOL_MERGE = @INTLTOOL_MERGE@
135
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
136
184
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
185
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
186
LD = @LD@
152
187
LDFLAGS = @LDFLAGS@
153
188
LIBOBJS = @LIBOBJS@
183
218
PACKAGE_NAME = @PACKAGE_NAME@
184
219
PACKAGE_STRING = @PACKAGE_STRING@
185
220
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
221
PACKAGE_URL = @PACKAGE_URL@
186
222
PACKAGE_VERSION = @PACKAGE_VERSION@
187
223
PATH_SEPARATOR = @PATH_SEPARATOR@
 
224
PERL = @PERL@
188
225
PKG_CONFIG = @PKG_CONFIG@
189
226
POFILES = @POFILES@
190
227
POSUB = @POSUB@
204
241
PYTHON_PREFIX = @PYTHON_PREFIX@
205
242
PYTHON_VERSION = @PYTHON_VERSION@
206
243
RANLIB = @RANLIB@
 
244
REBUILD = @REBUILD@
207
245
REQUIRE_PYTHON = @REQUIRE_PYTHON@
208
246
SED = @SED@
209
247
SET_MAKE = @SET_MAKE@
215
253
TEXINFO = @TEXINFO@
216
254
USE_NLS = @USE_NLS@
217
255
VERSION = @VERSION@
218
 
XF86VM_LIBS = @XF86VM_LIBS@
 
256
WARN_CFLAGS = @WARN_CFLAGS@
219
257
XGETTEXT = @XGETTEXT@
220
 
XMKMF = @XMKMF@
221
 
XML_CFLAGS = @XML_CFLAGS@
222
 
XML_LIBS = @XML_LIBS@
223
258
abs_builddir = @abs_builddir@
224
259
abs_srcdir = @abs_srcdir@
225
260
abs_top_builddir = @abs_top_builddir@
275
310
srcdir = @srcdir@
276
311
sysconfdir = @sysconfdir@
277
312
target_alias = @target_alias@
 
313
top_build_prefix = @top_build_prefix@
278
314
top_builddir = @top_builddir@
279
315
top_srcdir = @top_srcdir@
280
316
SUBDIRS = utils score bonus timer sound skin anim admin
288
324
        @for dep in $?; do \
289
325
          case '$(am__configure_deps)' in \
290
326
            *$$dep*) \
291
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
292
 
                && exit 0; \
 
327
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
328
                && { if test -f $@; then exit 0; else break; fi; }; \
293
329
              exit 1;; \
294
330
          esac; \
295
331
        done; \
296
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/boards/python/gcompris/Makefile'; \
297
 
        cd $(top_srcdir) && \
298
 
          $(AUTOMAKE) --gnu  src/boards/python/gcompris/Makefile
 
332
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/boards/python/gcompris/Makefile'; \
 
333
        $(am__cd) $(top_srcdir) && \
 
334
          $(AUTOMAKE) --gnu src/boards/python/gcompris/Makefile
299
335
.PRECIOUS: Makefile
300
336
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
301
337
        @case '$?' in \
313
349
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
314
350
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
315
351
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
352
$(am__aclocal_m4_deps):
316
353
 
317
354
mostlyclean-libtool:
318
355
        -rm -f *.lo
322
359
install-dist_pythonDATA: $(dist_python_DATA)
323
360
        @$(NORMAL_INSTALL)
324
361
        test -z "$(pythondir)" || $(MKDIR_P) "$(DESTDIR)$(pythondir)"
325
 
        @list='$(dist_python_DATA)'; for p in $$list; do \
 
362
        @list='$(dist_python_DATA)'; test -n "$(pythondir)" || list=; \
 
363
        for p in $$list; do \
326
364
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
327
 
          f=$(am__strip_dir) \
328
 
          echo " $(dist_pythonDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pythondir)/$$f'"; \
329
 
          $(dist_pythonDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pythondir)/$$f"; \
 
365
          echo "$$d$$p"; \
 
366
        done | $(am__base_list) | \
 
367
        while read files; do \
 
368
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pythondir)'"; \
 
369
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pythondir)" || exit $$?; \
330
370
        done
331
371
 
332
372
uninstall-dist_pythonDATA:
333
373
        @$(NORMAL_UNINSTALL)
334
 
        @list='$(dist_python_DATA)'; for p in $$list; do \
335
 
          f=$(am__strip_dir) \
336
 
          echo " rm -f '$(DESTDIR)$(pythondir)/$$f'"; \
337
 
          rm -f "$(DESTDIR)$(pythondir)/$$f"; \
338
 
        done
 
374
        @list='$(dist_python_DATA)'; test -n "$(pythondir)" || list=; \
 
375
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
376
        test -n "$$files" || exit 0; \
 
377
        echo " ( cd '$(DESTDIR)$(pythondir)' && rm -f" $$files ")"; \
 
378
        cd "$(DESTDIR)$(pythondir)" && rm -f $$files
339
379
 
340
380
# This directory's subdirectories are mostly independent; you can cd
341
381
# into them and run `make' without going through this Makefile.
361
401
          else \
362
402
            local_target="$$target"; \
363
403
          fi; \
364
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
404
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
365
405
          || eval $$failcom; \
366
406
        done; \
367
407
        if test "$$dot_seen" = "no"; then \
395
435
          else \
396
436
            local_target="$$target"; \
397
437
          fi; \
398
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
438
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
399
439
          || eval $$failcom; \
400
440
        done && test -z "$$fail"
401
441
tags-recursive:
402
442
        list='$(SUBDIRS)'; for subdir in $$list; do \
403
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
443
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
404
444
        done
405
445
ctags-recursive:
406
446
        list='$(SUBDIRS)'; for subdir in $$list; do \
407
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
447
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
408
448
        done
409
449
 
410
450
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
412
452
        unique=`for i in $$list; do \
413
453
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414
454
          done | \
415
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
455
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
416
456
              END { if (nonempty) { for (i in files) print i; }; }'`; \
417
457
        mkid -fID $$unique
418
458
tags: TAGS
419
459
 
420
460
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
421
461
                $(TAGS_FILES) $(LISP)
422
 
        tags=; \
 
462
        set x; \
423
463
        here=`pwd`; \
424
464
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
425
465
          include_option=--etags-include; \
431
471
        list='$(SUBDIRS)'; for subdir in $$list; do \
432
472
          if test "$$subdir" = .; then :; else \
433
473
            test ! -f $$subdir/TAGS || \
434
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
474
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
435
475
          fi; \
436
476
        done; \
437
477
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
440
480
          done | \
441
481
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
442
482
              END { if (nonempty) { for (i in files) print i; }; }'`; \
443
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
483
        shift; \
 
484
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
444
485
          test -n "$$unique" || unique=$$empty_fix; \
445
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446
 
            $$tags $$unique; \
 
486
          if test $$# -gt 0; then \
 
487
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
488
              "$$@" $$unique; \
 
489
          else \
 
490
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
491
              $$unique; \
 
492
          fi; \
447
493
        fi
448
494
ctags: CTAGS
449
495
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
450
496
                $(TAGS_FILES) $(LISP)
451
 
        tags=; \
452
497
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
453
498
        unique=`for i in $$list; do \
454
499
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455
500
          done | \
456
501
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457
502
              END { if (nonempty) { for (i in files) print i; }; }'`; \
458
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
503
        test -z "$(CTAGS_ARGS)$$unique" \
459
504
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
460
 
             $$tags $$unique
 
505
             $$unique
461
506
 
462
507
GTAGS:
463
508
        here=`$(am__cd) $(top_builddir) && pwd` \
464
 
          && cd $(top_srcdir) \
465
 
          && gtags -i $(GTAGS_ARGS) $$here
 
509
          && $(am__cd) $(top_srcdir) \
 
510
          && gtags -i $(GTAGS_ARGS) "$$here"
466
511
 
467
512
distclean-tags:
468
513
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
483
528
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
484
529
          if test -d $$d/$$file; then \
485
530
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
531
            if test -d "$(distdir)/$$file"; then \
 
532
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
533
            fi; \
486
534
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
487
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
535
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
536
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
488
537
            fi; \
489
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
538
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
490
539
          else \
491
 
            test -f $(distdir)/$$file \
492
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
540
            test -f "$(distdir)/$$file" \
 
541
            || cp -p $$d/$$file "$(distdir)/$$file" \
493
542
            || exit 1; \
494
543
          fi; \
495
544
        done
496
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
545
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
497
546
          if test "$$subdir" = .; then :; else \
498
547
            test -d "$(distdir)/$$subdir" \
499
548
            || $(MKDIR_P) "$(distdir)/$$subdir" \
500
549
            || exit 1; \
501
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
502
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
503
 
            (cd $$subdir && \
 
550
          fi; \
 
551
        done
 
552
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
553
          if test "$$subdir" = .; then :; else \
 
554
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
555
            $(am__relativize); \
 
556
            new_distdir=$$reldir; \
 
557
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
558
            $(am__relativize); \
 
559
            new_top_distdir=$$reldir; \
 
560
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
561
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
562
            ($(am__cd) $$subdir && \
504
563
              $(MAKE) $(AM_MAKEFLAGS) \
505
 
                top_distdir="$$top_distdir" \
506
 
                distdir="$$distdir/$$subdir" \
 
564
                top_distdir="$$new_top_distdir" \
 
565
                distdir="$$new_distdir" \
507
566
                am__remove_distdir=: \
508
567
                am__skip_length_check=: \
 
568
                am__skip_mode_fix=: \
509
569
                distdir) \
510
570
              || exit 1; \
511
571
          fi; \
538
598
 
539
599
distclean-generic:
540
600
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
601
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
541
602
 
542
603
maintainer-clean-generic:
543
604
        @echo "This command is intended for maintainers to use"
556
617
 
557
618
html: html-recursive
558
619
 
 
620
html-am:
 
621
 
559
622
info: info-recursive
560
623
 
561
624
info-am:
564
627
 
565
628
install-dvi: install-dvi-recursive
566
629
 
 
630
install-dvi-am:
 
631
 
567
632
install-exec-am:
568
633
 
569
634
install-html: install-html-recursive
570
635
 
 
636
install-html-am:
 
637
 
571
638
install-info: install-info-recursive
572
639
 
 
640
install-info-am:
 
641
 
573
642
install-man:
574
643
 
575
644
install-pdf: install-pdf-recursive
576
645
 
 
646
install-pdf-am:
 
647
 
577
648
install-ps: install-ps-recursive
578
649
 
 
650
install-ps-am:
 
651
 
579
652
installcheck-am:
580
653
 
581
654
maintainer-clean: maintainer-clean-recursive
596
669
 
597
670
uninstall-am: uninstall-dist_pythonDATA
598
671
 
599
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
600
 
        install-strip
 
672
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
673
        install-am install-strip tags-recursive
601
674
 
602
675
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
603
676
        all all-am check check-am clean clean-generic clean-libtool \
614
687
        ps ps-am tags tags-recursive uninstall uninstall-am \
615
688
        uninstall-dist_pythonDATA
616
689
 
 
690
 
617
691
# Tell versions [3.59,3.63) of GNU make to not export all variables.
618
692
# Otherwise a system limit (for SysV at least) may be exceeded.
619
693
.NOEXPORT: