~ubuntu-branches/ubuntu/maverick/gcompris/maverick

« back to all changes in this revision

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