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

« back to all changes in this revision

Viewing changes to src/tuxpaint-activity/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.11 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
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
install_sh_DATA = $(install_sh) -c -m 644
 
25
install_sh_PROGRAM = $(install_sh) -c
 
26
install_sh_SCRIPT = $(install_sh) -c
 
27
INSTALL_HEADER = $(INSTALL_DATA)
 
28
transform = $(program_transform_name)
 
29
NORMAL_INSTALL = :
 
30
PRE_INSTALL = :
 
31
POST_INSTALL = :
 
32
NORMAL_UNINSTALL = :
 
33
PRE_UNINSTALL = :
 
34
POST_UNINSTALL = :
 
35
build_triplet = @build@
 
36
host_triplet = @host@
 
37
subdir = src/tuxpaint-activity
 
38
DIST_COMMON = $(dist_python_DATA) $(srcdir)/Makefile.am \
 
39
        $(srcdir)/Makefile.in
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
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
 
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
47
        $(ACLOCAL_M4)
 
48
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
49
CONFIG_HEADER = $(top_builddir)/config.h
 
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 = @
 
58
SOURCES =
 
59
DIST_SOURCES =
 
60
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
61
        html-recursive info-recursive install-data-recursive \
 
62
        install-dvi-recursive install-exec-recursive \
 
63
        install-html-recursive install-info-recursive \
 
64
        install-pdf-recursive install-ps-recursive install-recursive \
 
65
        installcheck-recursive installdirs-recursive pdf-recursive \
 
66
        ps-recursive uninstall-recursive
 
67
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
68
am__vpath_adj = case $$p in \
 
69
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
70
    *) f=$$p;; \
 
71
  esac;
 
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'
 
88
am__installdirs = "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(icondir)" \
 
89
        "$(DESTDIR)$(xmldir)"
 
90
DATA = $(dist_python_DATA) $(icon_DATA) $(xml_DATA)
 
91
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
92
  distclean-recursive maintainer-clean-recursive
 
93
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
94
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
95
        distdir
 
96
ETAGS = etags
 
97
CTAGS = ctags
 
98
DIST_SUBDIRS = $(SUBDIRS)
 
99
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
100
am__relativize = \
 
101
  dir0=`pwd`; \
 
102
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
103
  sed_rest='s,^[^/]*/*,,'; \
 
104
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
105
  sed_butlast='s,/*[^/]*$$,,'; \
 
106
  while test -n "$$dir1"; do \
 
107
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
108
    if test "$$first" != "."; then \
 
109
      if test "$$first" = ".."; then \
 
110
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
111
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
112
      else \
 
113
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
114
        if test "$$first2" = "$$first"; then \
 
115
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
116
        else \
 
117
          dir2="../$$dir2"; \
 
118
        fi; \
 
119
        dir0="$$dir0"/"$$first"; \
 
120
      fi; \
 
121
    fi; \
 
122
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
123
  done; \
 
124
  reldir="$$dir2"
 
125
ACLOCAL = @ACLOCAL@
 
126
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
127
ALL_LINGUAS = @ALL_LINGUAS@
 
128
AMTAR = @AMTAR@
 
129
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
130
AR = @AR@
 
131
AS = @AS@
 
132
AUDIO_CFLAGS = @AUDIO_CFLAGS@
 
133
AUDIO_LIBS = @AUDIO_LIBS@
 
134
AUTOCONF = @AUTOCONF@
 
135
AUTOHEADER = @AUTOHEADER@
 
136
AUTOMAKE = @AUTOMAKE@
 
137
AWK = @AWK@
 
138
BINRELOC_CFLAGS = @BINRELOC_CFLAGS@
 
139
BINRELOC_LIBS = @BINRELOC_LIBS@
 
140
BUILD_DATE = @BUILD_DATE@
 
141
BUNDLE_APPDIR = @BUNDLE_APPDIR@
 
142
BUNDLE_NAME = @BUNDLE_NAME@
 
143
CATALOGS = @CATALOGS@
 
144
CATOBJEXT = @CATOBJEXT@
 
145
CC = @CC@
 
146
CCDEPMODE = @CCDEPMODE@
 
147
CFLAGS = @CFLAGS@
 
148
CPP = @CPP@
 
149
CPPFLAGS = @CPPFLAGS@
 
150
CYGPATH_W = @CYGPATH_W@
 
151
DATADIRNAME = @DATADIRNAME@
 
152
DBUS_CFLAGS = @DBUS_CFLAGS@
 
153
DBUS_LIBS = @DBUS_LIBS@
 
154
DEFS = @DEFS@
 
155
DEPDIR = @DEPDIR@
 
156
DLLTOOL = @DLLTOOL@
 
157
DSYMUTIL = @DSYMUTIL@
 
158
DUMPBIN = @DUMPBIN@
 
159
ECHO_C = @ECHO_C@
 
160
ECHO_N = @ECHO_N@
 
161
ECHO_T = @ECHO_T@
 
162
EGREP = @EGREP@
 
163
EXEEXT = @EXEEXT@
 
164
FGREP = @FGREP@
 
165
GCOMPRIS_CFLAGS = @GCOMPRIS_CFLAGS@
 
166
GCOMPRIS_LIBS = @GCOMPRIS_LIBS@
 
167
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
168
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
169
GLIB_MKENUMS = @GLIB_MKENUMS@
 
170
GMOFILES = @GMOFILES@
 
171
GMSGFMT = @GMSGFMT@
 
172
GNET_CFLAGS = @GNET_CFLAGS@
 
173
GNET_LIBS = @GNET_LIBS@
 
174
GNUCHESS = @GNUCHESS@
 
175
GREP = @GREP@
 
176
INSTALL = @INSTALL@
 
177
INSTALL_DATA = @INSTALL_DATA@
 
178
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
179
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
180
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
181
INSTOBJEXT = @INSTOBJEXT@
 
182
INTLLIBS = @INTLLIBS@
 
183
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
184
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
185
INTLTOOL_PERL = @INTLTOOL_PERL@
 
186
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
187
LD = @LD@
 
188
LDFLAGS = @LDFLAGS@
 
189
LIBOBJS = @LIBOBJS@
 
190
LIBS = @LIBS@
 
191
LIBTOOL = @LIBTOOL@
 
192
LIPO = @LIPO@
 
193
LN_S = @LN_S@
 
194
LTLIBOBJS = @LTLIBOBJS@
 
195
MAINT = @MAINT@
 
196
MAKEINFO = @MAKEINFO@
 
197
MKDIR_P = @MKDIR_P@
 
198
MKINSTALLDIRS = @MKINSTALLDIRS@
 
199
MSGFMT = @MSGFMT@
 
200
MSGFMT_OPTS = @MSGFMT_OPTS@
 
201
MSGMERGE = @MSGMERGE@
 
202
NM = @NM@
 
203
NMEDIT = @NMEDIT@
 
204
NSBUNDLE_CPPFLAGS = @NSBUNDLE_CPPFLAGS@
 
205
NSBUNDLE_GTK_DIR = @NSBUNDLE_GTK_DIR@
 
206
NSBUNDLE_LDFLAGS = @NSBUNDLE_LDFLAGS@
 
207
OBJC = @OBJC@
 
208
OBJCDEPMODE = @OBJCDEPMODE@
 
209
OBJCFLAGS = @OBJCFLAGS@
 
210
OBJCPP = @OBJCPP@
 
211
OBJDUMP = @OBJDUMP@
 
212
OBJEXT = @OBJEXT@
 
213
OTOOL = @OTOOL@
 
214
OTOOL64 = @OTOOL64@
 
215
PACKAGE = @PACKAGE@
 
216
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
217
PACKAGE_DATA_DIR = @PACKAGE_DATA_DIR@
 
218
PACKAGE_HELP_DIR = @PACKAGE_HELP_DIR@
 
219
PACKAGE_NAME = @PACKAGE_NAME@
 
220
PACKAGE_STRING = @PACKAGE_STRING@
 
221
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
222
PACKAGE_URL = @PACKAGE_URL@
 
223
PACKAGE_VERSION = @PACKAGE_VERSION@
 
224
PATH_SEPARATOR = @PATH_SEPARATOR@
 
225
PERL = @PERL@
 
226
PKG_CONFIG = @PKG_CONFIG@
 
227
POFILES = @POFILES@
 
228
POSUB = @POSUB@
 
229
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
230
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
231
PYGTK_CFLAGS = @PYGTK_CFLAGS@
 
232
PYGTK_CODEGEN = @PYGTK_CODEGEN@
 
233
PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
 
234
PYGTK_H2DEF = @PYGTK_H2DEF@
 
235
PYGTK_LIBS = @PYGTK_LIBS@
 
236
PYTHON = @PYTHON@
 
237
PYTHON_CFLAGS = @PYTHON_CFLAGS@
 
238
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
239
PYTHON_LIBS = @PYTHON_LIBS@
 
240
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
241
PYTHON_PLUGIN_DIR = @PYTHON_PLUGIN_DIR@
 
242
PYTHON_PREFIX = @PYTHON_PREFIX@
 
243
PYTHON_VERSION = @PYTHON_VERSION@
 
244
RANLIB = @RANLIB@
 
245
REBUILD = @REBUILD@
 
246
REQUIRE_PYTHON = @REQUIRE_PYTHON@
 
247
SED = @SED@
 
248
SET_MAKE = @SET_MAKE@
 
249
SHELL = @SHELL@
 
250
SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
 
251
SQLITE3_LIBS = @SQLITE3_LIBS@
 
252
STRIP = @STRIP@
 
253
TETEX = @TETEX@
 
254
TEXINFO = @TEXINFO@
 
255
USE_NLS = @USE_NLS@
 
256
VERSION = @VERSION@
 
257
WARN_CFLAGS = @WARN_CFLAGS@
 
258
XGETTEXT = @XGETTEXT@
 
259
abs_builddir = @abs_builddir@
 
260
abs_srcdir = @abs_srcdir@
 
261
abs_top_builddir = @abs_top_builddir@
 
262
abs_top_srcdir = @abs_top_srcdir@
 
263
ac_ct_CC = @ac_ct_CC@
 
264
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
265
ac_ct_OBJC = @ac_ct_OBJC@
 
266
am__include = @am__include@
 
267
am__leading_dot = @am__leading_dot@
 
268
am__quote = @am__quote@
 
269
am__tar = @am__tar@
 
270
am__untar = @am__untar@
 
271
bindir = @bindir@
 
272
build = @build@
 
273
build_alias = @build_alias@
 
274
build_cpu = @build_cpu@
 
275
build_os = @build_os@
 
276
build_vendor = @build_vendor@
 
277
builddir = @builddir@
 
278
datadir = @datadir@
 
279
datarootdir = @datarootdir@
 
280
docdir = @docdir@
 
281
dvidir = @dvidir@
 
282
exec_prefix = @exec_prefix@
 
283
host = @host@
 
284
host_alias = @host_alias@
 
285
host_cpu = @host_cpu@
 
286
host_os = @host_os@
 
287
host_vendor = @host_vendor@
 
288
htmldir = @htmldir@
 
289
includedir = @includedir@
 
290
infodir = @infodir@
 
291
install_sh = @install_sh@
 
292
libdir = @libdir@
 
293
libexecdir = @libexecdir@
 
294
localedir = @localedir@
 
295
localstatedir = @localstatedir@
 
296
lt_ECHO = @lt_ECHO@
 
297
mandir = @mandir@
 
298
mkdir_p = @mkdir_p@
 
299
oldincludedir = @oldincludedir@
 
300
pdfdir = @pdfdir@
 
301
pkgpyexecdir = @pkgpyexecdir@
 
302
pkgpythondir = @pkgpythondir@
 
303
plugindir = @plugindir@
 
304
prefix = @prefix@
 
305
program_transform_name = @program_transform_name@
 
306
psdir = @psdir@
 
307
pyexecdir = @pyexecdir@
 
308
pythondir = $(PYTHON_PLUGIN_DIR)
 
309
sbindir = @sbindir@
 
310
sharedstatedir = @sharedstatedir@
 
311
srcdir = @srcdir@
 
312
sysconfdir = @sysconfdir@
 
313
target_alias = @target_alias@
 
314
top_build_prefix = @top_build_prefix@
 
315
top_builddir = @top_builddir@
 
316
top_srcdir = @top_srcdir@
 
317
SUBDIRS = 
 
318
dist_python_DATA = tuxpaint.py
 
319
xmldir = $(pkgdatadir)/@PACKAGE_DATA_DIR@
 
320
xml_in_files = \
 
321
        tuxpaint.xml.in
 
322
 
 
323
xml_DATA = $(xml_in_files:.xml.in=.xml)
 
324
 
 
325
# Use this directive and instead of the one above to embed the translations
 
326
# in the xml files directly, this is needed for the tool gcompris2spip
 
327
#@INTLTOOL_XML_RULE@
 
328
icondir = $(pkgdatadir)/@PACKAGE_DATA_DIR@
 
329
icon_DATA = tuxpaint.svg
 
330
EXTRA_DIST = $(icon_DATA) ${xml_in_files} init_path.sh
 
331
CLEANFILES = $(xml_DATA)
 
332
all: all-recursive
 
333
 
 
334
.SUFFIXES:
 
335
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
336
        @for dep in $?; do \
 
337
          case '$(am__configure_deps)' in \
 
338
            *$$dep*) \
 
339
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
340
                && { if test -f $@; then exit 0; else break; fi; }; \
 
341
              exit 1;; \
 
342
          esac; \
 
343
        done; \
 
344
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/tuxpaint-activity/Makefile'; \
 
345
        $(am__cd) $(top_srcdir) && \
 
346
          $(AUTOMAKE) --gnu src/tuxpaint-activity/Makefile
 
347
.PRECIOUS: Makefile
 
348
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
349
        @case '$?' in \
 
350
          *config.status*) \
 
351
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
352
          *) \
 
353
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
354
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
355
        esac;
 
356
 
 
357
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
358
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
359
 
 
360
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
361
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
362
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
363
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
364
$(am__aclocal_m4_deps):
 
365
 
 
366
mostlyclean-libtool:
 
367
        -rm -f *.lo
 
368
 
 
369
clean-libtool:
 
370
        -rm -rf .libs _libs
 
371
install-dist_pythonDATA: $(dist_python_DATA)
 
372
        @$(NORMAL_INSTALL)
 
373
        test -z "$(pythondir)" || $(MKDIR_P) "$(DESTDIR)$(pythondir)"
 
374
        @list='$(dist_python_DATA)'; test -n "$(pythondir)" || list=; \
 
375
        for p in $$list; do \
 
376
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
377
          echo "$$d$$p"; \
 
378
        done | $(am__base_list) | \
 
379
        while read files; do \
 
380
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pythondir)'"; \
 
381
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pythondir)" || exit $$?; \
 
382
        done
 
383
 
 
384
uninstall-dist_pythonDATA:
 
385
        @$(NORMAL_UNINSTALL)
 
386
        @list='$(dist_python_DATA)'; test -n "$(pythondir)" || list=; \
 
387
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
388
        test -n "$$files" || exit 0; \
 
389
        echo " ( cd '$(DESTDIR)$(pythondir)' && rm -f" $$files ")"; \
 
390
        cd "$(DESTDIR)$(pythondir)" && rm -f $$files
 
391
install-iconDATA: $(icon_DATA)
 
392
        @$(NORMAL_INSTALL)
 
393
        test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
 
394
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
 
395
        for p in $$list; do \
 
396
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
397
          echo "$$d$$p"; \
 
398
        done | $(am__base_list) | \
 
399
        while read files; do \
 
400
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
 
401
          $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
 
402
        done
 
403
 
 
404
uninstall-iconDATA:
 
405
        @$(NORMAL_UNINSTALL)
 
406
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
 
407
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
408
        test -n "$$files" || exit 0; \
 
409
        echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
 
410
        cd "$(DESTDIR)$(icondir)" && rm -f $$files
 
411
install-xmlDATA: $(xml_DATA)
 
412
        @$(NORMAL_INSTALL)
 
413
        test -z "$(xmldir)" || $(MKDIR_P) "$(DESTDIR)$(xmldir)"
 
414
        @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
 
415
        for p in $$list; do \
 
416
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
417
          echo "$$d$$p"; \
 
418
        done | $(am__base_list) | \
 
419
        while read files; do \
 
420
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xmldir)'"; \
 
421
          $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \
 
422
        done
 
423
 
 
424
uninstall-xmlDATA:
 
425
        @$(NORMAL_UNINSTALL)
 
426
        @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
 
427
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
428
        test -n "$$files" || exit 0; \
 
429
        echo " ( cd '$(DESTDIR)$(xmldir)' && rm -f" $$files ")"; \
 
430
        cd "$(DESTDIR)$(xmldir)" && rm -f $$files
 
431
 
 
432
# This directory's subdirectories are mostly independent; you can cd
 
433
# into them and run `make' without going through this Makefile.
 
434
# To change the values of `make' variables: instead of editing Makefiles,
 
435
# (1) if the variable is set in `config.status', edit `config.status'
 
436
#     (which will cause the Makefiles to be regenerated when you run `make');
 
437
# (2) otherwise, pass the desired values on the `make' command line.
 
438
$(RECURSIVE_TARGETS):
 
439
        @failcom='exit 1'; \
 
440
        for f in x $$MAKEFLAGS; do \
 
441
          case $$f in \
 
442
            *=* | --[!k]*);; \
 
443
            *k*) failcom='fail=yes';; \
 
444
          esac; \
 
445
        done; \
 
446
        dot_seen=no; \
 
447
        target=`echo $@ | sed s/-recursive//`; \
 
448
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
449
          echo "Making $$target in $$subdir"; \
 
450
          if test "$$subdir" = "."; then \
 
451
            dot_seen=yes; \
 
452
            local_target="$$target-am"; \
 
453
          else \
 
454
            local_target="$$target"; \
 
455
          fi; \
 
456
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
457
          || eval $$failcom; \
 
458
        done; \
 
459
        if test "$$dot_seen" = "no"; then \
 
460
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
461
        fi; test -z "$$fail"
 
462
 
 
463
$(RECURSIVE_CLEAN_TARGETS):
 
464
        @failcom='exit 1'; \
 
465
        for f in x $$MAKEFLAGS; do \
 
466
          case $$f in \
 
467
            *=* | --[!k]*);; \
 
468
            *k*) failcom='fail=yes';; \
 
469
          esac; \
 
470
        done; \
 
471
        dot_seen=no; \
 
472
        case "$@" in \
 
473
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
474
          *) list='$(SUBDIRS)' ;; \
 
475
        esac; \
 
476
        rev=''; for subdir in $$list; do \
 
477
          if test "$$subdir" = "."; then :; else \
 
478
            rev="$$subdir $$rev"; \
 
479
          fi; \
 
480
        done; \
 
481
        rev="$$rev ."; \
 
482
        target=`echo $@ | sed s/-recursive//`; \
 
483
        for subdir in $$rev; do \
 
484
          echo "Making $$target in $$subdir"; \
 
485
          if test "$$subdir" = "."; then \
 
486
            local_target="$$target-am"; \
 
487
          else \
 
488
            local_target="$$target"; \
 
489
          fi; \
 
490
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
491
          || eval $$failcom; \
 
492
        done && test -z "$$fail"
 
493
tags-recursive:
 
494
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
495
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
496
        done
 
497
ctags-recursive:
 
498
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
499
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
500
        done
 
501
 
 
502
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
503
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
504
        unique=`for i in $$list; do \
 
505
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
506
          done | \
 
507
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
508
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
509
        mkid -fID $$unique
 
510
tags: TAGS
 
511
 
 
512
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
513
                $(TAGS_FILES) $(LISP)
 
514
        set x; \
 
515
        here=`pwd`; \
 
516
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
517
          include_option=--etags-include; \
 
518
          empty_fix=.; \
 
519
        else \
 
520
          include_option=--include; \
 
521
          empty_fix=; \
 
522
        fi; \
 
523
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
524
          if test "$$subdir" = .; then :; else \
 
525
            test ! -f $$subdir/TAGS || \
 
526
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
527
          fi; \
 
528
        done; \
 
529
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
530
        unique=`for i in $$list; do \
 
531
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
532
          done | \
 
533
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
534
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
535
        shift; \
 
536
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
537
          test -n "$$unique" || unique=$$empty_fix; \
 
538
          if test $$# -gt 0; then \
 
539
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
540
              "$$@" $$unique; \
 
541
          else \
 
542
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
543
              $$unique; \
 
544
          fi; \
 
545
        fi
 
546
ctags: CTAGS
 
547
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
548
                $(TAGS_FILES) $(LISP)
 
549
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
550
        unique=`for i in $$list; do \
 
551
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
552
          done | \
 
553
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
554
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
555
        test -z "$(CTAGS_ARGS)$$unique" \
 
556
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
557
             $$unique
 
558
 
 
559
GTAGS:
 
560
        here=`$(am__cd) $(top_builddir) && pwd` \
 
561
          && $(am__cd) $(top_srcdir) \
 
562
          && gtags -i $(GTAGS_ARGS) "$$here"
 
563
 
 
564
distclean-tags:
 
565
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
566
 
 
567
distdir: $(DISTFILES)
 
568
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
569
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
570
        list='$(DISTFILES)'; \
 
571
          dist_files=`for file in $$list; do echo $$file; done | \
 
572
          sed -e "s|^$$srcdirstrip/||;t" \
 
573
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
574
        case $$dist_files in \
 
575
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
576
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
577
                           sort -u` ;; \
 
578
        esac; \
 
579
        for file in $$dist_files; do \
 
580
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
581
          if test -d $$d/$$file; then \
 
582
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
583
            if test -d "$(distdir)/$$file"; then \
 
584
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
585
            fi; \
 
586
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
587
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
588
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
589
            fi; \
 
590
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
591
          else \
 
592
            test -f "$(distdir)/$$file" \
 
593
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
594
            || exit 1; \
 
595
          fi; \
 
596
        done
 
597
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
598
          if test "$$subdir" = .; then :; else \
 
599
            test -d "$(distdir)/$$subdir" \
 
600
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
601
            || exit 1; \
 
602
          fi; \
 
603
        done
 
604
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
605
          if test "$$subdir" = .; then :; else \
 
606
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
607
            $(am__relativize); \
 
608
            new_distdir=$$reldir; \
 
609
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
610
            $(am__relativize); \
 
611
            new_top_distdir=$$reldir; \
 
612
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
613
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
614
            ($(am__cd) $$subdir && \
 
615
              $(MAKE) $(AM_MAKEFLAGS) \
 
616
                top_distdir="$$new_top_distdir" \
 
617
                distdir="$$new_distdir" \
 
618
                am__remove_distdir=: \
 
619
                am__skip_length_check=: \
 
620
                am__skip_mode_fix=: \
 
621
                distdir) \
 
622
              || exit 1; \
 
623
          fi; \
 
624
        done
 
625
check-am: all-am
 
626
check: check-recursive
 
627
all-am: Makefile $(DATA)
 
628
installdirs: installdirs-recursive
 
629
installdirs-am:
 
630
        for dir in "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(icondir)" "$(DESTDIR)$(xmldir)"; do \
 
631
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
632
        done
 
633
install: install-recursive
 
634
install-exec: install-exec-recursive
 
635
install-data: install-data-recursive
 
636
uninstall: uninstall-recursive
 
637
 
 
638
install-am: all-am
 
639
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
640
 
 
641
installcheck: installcheck-recursive
 
642
install-strip:
 
643
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
644
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
645
          `test -z '$(STRIP)' || \
 
646
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
647
mostlyclean-generic:
 
648
 
 
649
clean-generic:
 
650
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
651
 
 
652
distclean-generic:
 
653
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
654
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
655
 
 
656
maintainer-clean-generic:
 
657
        @echo "This command is intended for maintainers to use"
 
658
        @echo "it deletes files that may require special tools to rebuild."
 
659
clean: clean-recursive
 
660
 
 
661
clean-am: clean-generic clean-libtool mostlyclean-am
 
662
 
 
663
distclean: distclean-recursive
 
664
        -rm -f Makefile
 
665
distclean-am: clean-am distclean-generic distclean-tags
 
666
 
 
667
dvi: dvi-recursive
 
668
 
 
669
dvi-am:
 
670
 
 
671
html: html-recursive
 
672
 
 
673
html-am:
 
674
 
 
675
info: info-recursive
 
676
 
 
677
info-am:
 
678
 
 
679
install-data-am: install-dist_pythonDATA install-iconDATA \
 
680
        install-xmlDATA
 
681
 
 
682
install-dvi: install-dvi-recursive
 
683
 
 
684
install-dvi-am:
 
685
 
 
686
install-exec-am:
 
687
 
 
688
install-html: install-html-recursive
 
689
 
 
690
install-html-am:
 
691
 
 
692
install-info: install-info-recursive
 
693
 
 
694
install-info-am:
 
695
 
 
696
install-man:
 
697
 
 
698
install-pdf: install-pdf-recursive
 
699
 
 
700
install-pdf-am:
 
701
 
 
702
install-ps: install-ps-recursive
 
703
 
 
704
install-ps-am:
 
705
 
 
706
installcheck-am:
 
707
 
 
708
maintainer-clean: maintainer-clean-recursive
 
709
        -rm -f Makefile
 
710
maintainer-clean-am: distclean-am maintainer-clean-generic
 
711
 
 
712
mostlyclean: mostlyclean-recursive
 
713
 
 
714
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
715
 
 
716
pdf: pdf-recursive
 
717
 
 
718
pdf-am:
 
719
 
 
720
ps: ps-recursive
 
721
 
 
722
ps-am:
 
723
 
 
724
uninstall-am: uninstall-dist_pythonDATA uninstall-iconDATA \
 
725
        uninstall-xmlDATA
 
726
 
 
727
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
728
        install-am install-strip tags-recursive
 
729
 
 
730
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
731
        all all-am check check-am clean clean-generic clean-libtool \
 
732
        ctags ctags-recursive distclean distclean-generic \
 
733
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
734
        html-am info info-am install install-am install-data \
 
735
        install-data-am install-dist_pythonDATA install-dvi \
 
736
        install-dvi-am install-exec install-exec-am install-html \
 
737
        install-html-am install-iconDATA install-info install-info-am \
 
738
        install-man install-pdf install-pdf-am install-ps \
 
739
        install-ps-am install-strip install-xmlDATA installcheck \
 
740
        installcheck-am installdirs installdirs-am maintainer-clean \
 
741
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
742
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
743
        uninstall uninstall-am uninstall-dist_pythonDATA \
 
744
        uninstall-iconDATA uninstall-xmlDATA
 
745
 
 
746
 
 
747
# Do not use the INTLTOOL_XML_RULE, we don't need to embed the translations
 
748
# in the file themselves. GCompris pick the translations from the po file at
 
749
# runtime.
 
750
#
 
751
$(xml_DATA): %.xml: %.xml.in
 
752
        sed -e "s/\(<\{1\}\/*\)_/\1/g" $< > $@
 
753
 
 
754
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
755
# Otherwise a system limit (for SysV at least) may be exceeded.
 
756
.NOEXPORT: