~ubuntu-branches/ubuntu/precise/gcompris/precise

« back to all changes in this revision

Viewing changes to src/click_on_letter_up-activity/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-01-10 01:37:41 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20120110013741-onkb9zctwvt8gnl8
Tags: 12.01-0ubuntu1
* New upstream release (LP: #914137)
  - New Braille activities
  - Fixes missing English finland.ogg (LP: #228672)
  - Added Thai translation
* Drop all patches since they've been applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
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
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
38
        $(top_srcdir)/Makefile.activity
 
39
subdir = src/click_on_letter_up-activity
 
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)$(icondir)" "$(DESTDIR)$(xmldir)"
 
89
DATA = $(icon_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
CATALOGS = @CATALOGS@
 
141
CATOBJEXT = @CATOBJEXT@
 
142
CC = @CC@
 
143
CCDEPMODE = @CCDEPMODE@
 
144
CFLAGS = @CFLAGS@
 
145
CPP = @CPP@
 
146
CPPFLAGS = @CPPFLAGS@
 
147
CYGPATH_W = @CYGPATH_W@
 
148
DATADIRNAME = @DATADIRNAME@
 
149
DEFS = @DEFS@
 
150
DEPDIR = @DEPDIR@
 
151
DLLTOOL = @DLLTOOL@
 
152
DSYMUTIL = @DSYMUTIL@
 
153
DUMPBIN = @DUMPBIN@
 
154
ECHO_C = @ECHO_C@
 
155
ECHO_N = @ECHO_N@
 
156
ECHO_T = @ECHO_T@
 
157
EGREP = @EGREP@
 
158
EXEEXT = @EXEEXT@
 
159
FGREP = @FGREP@
 
160
GCOMPRIS_CFLAGS = @GCOMPRIS_CFLAGS@
 
161
GCOMPRIS_LIBS = @GCOMPRIS_LIBS@
 
162
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
163
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
164
GLIB_MKENUMS = @GLIB_MKENUMS@
 
165
GMOFILES = @GMOFILES@
 
166
GMSGFMT = @GMSGFMT@
 
167
GNET_CFLAGS = @GNET_CFLAGS@
 
168
GNET_LIBS = @GNET_LIBS@
 
169
GNUCHESS = @GNUCHESS@
 
170
GREP = @GREP@
 
171
IGE_MAC_CFLAGS = @IGE_MAC_CFLAGS@
 
172
IGE_MAC_LIBS = @IGE_MAC_LIBS@
 
173
INSTALL = @INSTALL@
 
174
INSTALL_DATA = @INSTALL_DATA@
 
175
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
176
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
177
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
178
INSTOBJEXT = @INSTOBJEXT@
 
179
INTLLIBS = @INTLLIBS@
 
180
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
181
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
182
INTLTOOL_PERL = @INTLTOOL_PERL@
 
183
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
184
LD = @LD@
 
185
LDFLAGS = @LDFLAGS@
 
186
LIBOBJS = @LIBOBJS@
 
187
LIBS = @LIBS@
 
188
LIBTOOL = @LIBTOOL@
 
189
LIPO = @LIPO@
 
190
LN_S = @LN_S@
 
191
LTLIBOBJS = @LTLIBOBJS@
 
192
MAINT = @MAINT@
 
193
MAKEINFO = @MAKEINFO@
 
194
MANIFEST_TOOL = @MANIFEST_TOOL@
 
195
MKDIR_P = @MKDIR_P@
 
196
MKINSTALLDIRS = @MKINSTALLDIRS@
 
197
MSGFMT = @MSGFMT@
 
198
MSGFMT_OPTS = @MSGFMT_OPTS@
 
199
MSGMERGE = @MSGMERGE@
 
200
NM = @NM@
 
201
NMEDIT = @NMEDIT@
 
202
OBJC = @OBJC@
 
203
OBJCDEPMODE = @OBJCDEPMODE@
 
204
OBJCFLAGS = @OBJCFLAGS@
 
205
OBJCPP = @OBJCPP@
 
206
OBJDUMP = @OBJDUMP@
 
207
OBJEXT = @OBJEXT@
 
208
OTOOL = @OTOOL@
 
209
OTOOL64 = @OTOOL64@
 
210
PACKAGE = @PACKAGE@
 
211
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
212
PACKAGE_DATA_DIR = @PACKAGE_DATA_DIR@
 
213
PACKAGE_NAME = @PACKAGE_NAME@
 
214
PACKAGE_STRING = @PACKAGE_STRING@
 
215
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
216
PACKAGE_URL = @PACKAGE_URL@
 
217
PACKAGE_VERSION = @PACKAGE_VERSION@
 
218
PATH_SEPARATOR = @PATH_SEPARATOR@
 
219
PERL = @PERL@
 
220
PKG_CONFIG = @PKG_CONFIG@
 
221
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
222
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
223
POFILES = @POFILES@
 
224
POSUB = @POSUB@
 
225
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
226
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
227
PYGTK_CFLAGS = @PYGTK_CFLAGS@
 
228
PYGTK_CODEGEN = @PYGTK_CODEGEN@
 
229
PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
 
230
PYGTK_H2DEF = @PYGTK_H2DEF@
 
231
PYGTK_LIBS = @PYGTK_LIBS@
 
232
PYTHON = @PYTHON@
 
233
PYTHON_CFLAGS = @PYTHON_CFLAGS@
 
234
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
235
PYTHON_LIBS = @PYTHON_LIBS@
 
236
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
237
PYTHON_PLUGIN_DIR = @PYTHON_PLUGIN_DIR@
 
238
PYTHON_PREFIX = @PYTHON_PREFIX@
 
239
PYTHON_VERSION = @PYTHON_VERSION@
 
240
RANLIB = @RANLIB@
 
241
REBUILD = @REBUILD@
 
242
REQUIRE_PYTHON = @REQUIRE_PYTHON@
 
243
SED = @SED@
 
244
SET_MAKE = @SET_MAKE@
 
245
SHELL = @SHELL@
 
246
SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
 
247
SQLITE3_LIBS = @SQLITE3_LIBS@
 
248
STRIP = @STRIP@
 
249
SUGAR_CFLAGS = @SUGAR_CFLAGS@
 
250
SUGAR_LIBS = @SUGAR_LIBS@
 
251
TETEX = @TETEX@
 
252
TEXINFO = @TEXINFO@
 
253
USE_NLS = @USE_NLS@
 
254
VERSION = @VERSION@
 
255
WARN_CFLAGS = @WARN_CFLAGS@
 
256
XGETTEXT = @XGETTEXT@
 
257
abs_builddir = @abs_builddir@
 
258
abs_srcdir = @abs_srcdir@
 
259
abs_top_builddir = @abs_top_builddir@
 
260
abs_top_srcdir = @abs_top_srcdir@
 
261
ac_ct_AR = @ac_ct_AR@
 
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
mandir = @mandir@
 
296
mkdir_p = @mkdir_p@
 
297
oldincludedir = @oldincludedir@
 
298
pdfdir = @pdfdir@
 
299
pkgpyexecdir = @pkgpyexecdir@
 
300
pkgpythondir = @pkgpythondir@
 
301
plugindir = @plugindir@
 
302
prefix = @prefix@
 
303
program_transform_name = @program_transform_name@
 
304
psdir = @psdir@
 
305
pyexecdir = @pyexecdir@
 
306
pythondir = @pythondir@
 
307
sbindir = @sbindir@
 
308
sharedstatedir = @sharedstatedir@
 
309
srcdir = @srcdir@
 
310
sysconfdir = @sysconfdir@
 
311
target_alias = @target_alias@
 
312
top_build_prefix = @top_build_prefix@
 
313
top_builddir = @top_builddir@
 
314
top_srcdir = @top_srcdir@
 
315
ACTIVITY_DESTDIR = $(DESTDIR)/$(notdir $(abs_builddir))
 
316
ACTIVITY_SUBDIRS = click_on_letter-activity
 
317
SUBDIRS = 
 
318
xmldir = $(pkgdatadir)/@PACKAGE_DATA_DIR@
 
319
xml_in_files = \
 
320
        click_on_letter_up.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
icondir = $(pkgdatadir)/@PACKAGE_DATA_DIR@
 
328
icon_DATA = click_on_letter_up.svg
 
329
EXTRA_DIST = $(icon_DATA) ${xml_in_files} init_path.sh
 
330
CLEANFILES = $(xml_DATA)
 
331
all: all-recursive
 
332
 
 
333
.SUFFIXES:
 
334
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.activity $(am__configure_deps)
 
335
        @for dep in $?; do \
 
336
          case '$(am__configure_deps)' in \
 
337
            *$$dep*) \
 
338
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
339
                && { if test -f $@; then exit 0; else break; fi; }; \
 
340
              exit 1;; \
 
341
          esac; \
 
342
        done; \
 
343
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/click_on_letter_up-activity/Makefile'; \
 
344
        $(am__cd) $(top_srcdir) && \
 
345
          $(AUTOMAKE) --gnu src/click_on_letter_up-activity/Makefile
 
346
.PRECIOUS: Makefile
 
347
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
348
        @case '$?' in \
 
349
          *config.status*) \
 
350
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
351
          *) \
 
352
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
353
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
354
        esac;
 
355
 
 
356
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
357
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
358
 
 
359
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
360
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
361
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
362
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
363
$(am__aclocal_m4_deps):
 
364
 
 
365
mostlyclean-libtool:
 
366
        -rm -f *.lo
 
367
 
 
368
clean-libtool:
 
369
        -rm -rf .libs _libs
 
370
install-iconDATA: $(icon_DATA)
 
371
        @$(NORMAL_INSTALL)
 
372
        test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
 
373
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
 
374
        for p in $$list; do \
 
375
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
376
          echo "$$d$$p"; \
 
377
        done | $(am__base_list) | \
 
378
        while read files; do \
 
379
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
 
380
          $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
 
381
        done
 
382
 
 
383
uninstall-iconDATA:
 
384
        @$(NORMAL_UNINSTALL)
 
385
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
 
386
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
387
        test -n "$$files" || exit 0; \
 
388
        echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
 
389
        cd "$(DESTDIR)$(icondir)" && rm -f $$files
 
390
install-xmlDATA: $(xml_DATA)
 
391
        @$(NORMAL_INSTALL)
 
392
        test -z "$(xmldir)" || $(MKDIR_P) "$(DESTDIR)$(xmldir)"
 
393
        @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
 
394
        for p in $$list; do \
 
395
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
396
          echo "$$d$$p"; \
 
397
        done | $(am__base_list) | \
 
398
        while read files; do \
 
399
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xmldir)'"; \
 
400
          $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \
 
401
        done
 
402
 
 
403
uninstall-xmlDATA:
 
404
        @$(NORMAL_UNINSTALL)
 
405
        @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
 
406
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
407
        test -n "$$files" || exit 0; \
 
408
        echo " ( cd '$(DESTDIR)$(xmldir)' && rm -f" $$files ")"; \
 
409
        cd "$(DESTDIR)$(xmldir)" && rm -f $$files
 
410
 
 
411
# This directory's subdirectories are mostly independent; you can cd
 
412
# into them and run `make' without going through this Makefile.
 
413
# To change the values of `make' variables: instead of editing Makefiles,
 
414
# (1) if the variable is set in `config.status', edit `config.status'
 
415
#     (which will cause the Makefiles to be regenerated when you run `make');
 
416
# (2) otherwise, pass the desired values on the `make' command line.
 
417
$(RECURSIVE_TARGETS):
 
418
        @fail= failcom='exit 1'; \
 
419
        for f in x $$MAKEFLAGS; do \
 
420
          case $$f in \
 
421
            *=* | --[!k]*);; \
 
422
            *k*) failcom='fail=yes';; \
 
423
          esac; \
 
424
        done; \
 
425
        dot_seen=no; \
 
426
        target=`echo $@ | sed s/-recursive//`; \
 
427
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
428
          echo "Making $$target in $$subdir"; \
 
429
          if test "$$subdir" = "."; then \
 
430
            dot_seen=yes; \
 
431
            local_target="$$target-am"; \
 
432
          else \
 
433
            local_target="$$target"; \
 
434
          fi; \
 
435
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
436
          || eval $$failcom; \
 
437
        done; \
 
438
        if test "$$dot_seen" = "no"; then \
 
439
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
440
        fi; test -z "$$fail"
 
441
 
 
442
$(RECURSIVE_CLEAN_TARGETS):
 
443
        @fail= failcom='exit 1'; \
 
444
        for f in x $$MAKEFLAGS; do \
 
445
          case $$f in \
 
446
            *=* | --[!k]*);; \
 
447
            *k*) failcom='fail=yes';; \
 
448
          esac; \
 
449
        done; \
 
450
        dot_seen=no; \
 
451
        case "$@" in \
 
452
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
453
          *) list='$(SUBDIRS)' ;; \
 
454
        esac; \
 
455
        rev=''; for subdir in $$list; do \
 
456
          if test "$$subdir" = "."; then :; else \
 
457
            rev="$$subdir $$rev"; \
 
458
          fi; \
 
459
        done; \
 
460
        rev="$$rev ."; \
 
461
        target=`echo $@ | sed s/-recursive//`; \
 
462
        for subdir in $$rev; do \
 
463
          echo "Making $$target in $$subdir"; \
 
464
          if test "$$subdir" = "."; then \
 
465
            local_target="$$target-am"; \
 
466
          else \
 
467
            local_target="$$target"; \
 
468
          fi; \
 
469
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
470
          || eval $$failcom; \
 
471
        done && test -z "$$fail"
 
472
tags-recursive:
 
473
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
474
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
475
        done
 
476
ctags-recursive:
 
477
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
478
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
479
        done
 
480
 
 
481
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
482
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
483
        unique=`for i in $$list; do \
 
484
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
485
          done | \
 
486
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
487
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
488
        mkid -fID $$unique
 
489
tags: TAGS
 
490
 
 
491
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
492
                $(TAGS_FILES) $(LISP)
 
493
        set x; \
 
494
        here=`pwd`; \
 
495
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
496
          include_option=--etags-include; \
 
497
          empty_fix=.; \
 
498
        else \
 
499
          include_option=--include; \
 
500
          empty_fix=; \
 
501
        fi; \
 
502
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
503
          if test "$$subdir" = .; then :; else \
 
504
            test ! -f $$subdir/TAGS || \
 
505
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
506
          fi; \
 
507
        done; \
 
508
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
509
        unique=`for i in $$list; do \
 
510
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
511
          done | \
 
512
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
513
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
514
        shift; \
 
515
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
516
          test -n "$$unique" || unique=$$empty_fix; \
 
517
          if test $$# -gt 0; then \
 
518
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
519
              "$$@" $$unique; \
 
520
          else \
 
521
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
522
              $$unique; \
 
523
          fi; \
 
524
        fi
 
525
ctags: CTAGS
 
526
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
527
                $(TAGS_FILES) $(LISP)
 
528
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
529
        unique=`for i in $$list; do \
 
530
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
531
          done | \
 
532
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
533
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
534
        test -z "$(CTAGS_ARGS)$$unique" \
 
535
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
536
             $$unique
 
537
 
 
538
GTAGS:
 
539
        here=`$(am__cd) $(top_builddir) && pwd` \
 
540
          && $(am__cd) $(top_srcdir) \
 
541
          && gtags -i $(GTAGS_ARGS) "$$here"
 
542
 
 
543
distclean-tags:
 
544
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
545
 
 
546
distdir: $(DISTFILES)
 
547
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
548
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
549
        list='$(DISTFILES)'; \
 
550
          dist_files=`for file in $$list; do echo $$file; done | \
 
551
          sed -e "s|^$$srcdirstrip/||;t" \
 
552
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
553
        case $$dist_files in \
 
554
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
555
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
556
                           sort -u` ;; \
 
557
        esac; \
 
558
        for file in $$dist_files; do \
 
559
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
560
          if test -d $$d/$$file; then \
 
561
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
562
            if test -d "$(distdir)/$$file"; then \
 
563
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
564
            fi; \
 
565
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
566
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
567
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
568
            fi; \
 
569
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
570
          else \
 
571
            test -f "$(distdir)/$$file" \
 
572
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
573
            || exit 1; \
 
574
          fi; \
 
575
        done
 
576
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
577
          if test "$$subdir" = .; then :; else \
 
578
            test -d "$(distdir)/$$subdir" \
 
579
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
580
            || exit 1; \
 
581
          fi; \
 
582
        done
 
583
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
584
          if test "$$subdir" = .; then :; else \
 
585
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
586
            $(am__relativize); \
 
587
            new_distdir=$$reldir; \
 
588
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
589
            $(am__relativize); \
 
590
            new_top_distdir=$$reldir; \
 
591
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
592
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
593
            ($(am__cd) $$subdir && \
 
594
              $(MAKE) $(AM_MAKEFLAGS) \
 
595
                top_distdir="$$new_top_distdir" \
 
596
                distdir="$$new_distdir" \
 
597
                am__remove_distdir=: \
 
598
                am__skip_length_check=: \
 
599
                am__skip_mode_fix=: \
 
600
                distdir) \
 
601
              || exit 1; \
 
602
          fi; \
 
603
        done
 
604
check-am: all-am
 
605
check: check-recursive
 
606
all-am: Makefile $(DATA)
 
607
installdirs: installdirs-recursive
 
608
installdirs-am:
 
609
        for dir in "$(DESTDIR)$(icondir)" "$(DESTDIR)$(xmldir)"; do \
 
610
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
611
        done
 
612
install: install-recursive
 
613
install-exec: install-exec-recursive
 
614
install-data: install-data-recursive
 
615
uninstall: uninstall-recursive
 
616
 
 
617
install-am: all-am
 
618
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
619
 
 
620
installcheck: installcheck-recursive
 
621
install-strip:
 
622
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
623
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
624
          `test -z '$(STRIP)' || \
 
625
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
626
mostlyclean-generic:
 
627
 
 
628
clean-generic:
 
629
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
630
 
 
631
distclean-generic:
 
632
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
633
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
634
 
 
635
maintainer-clean-generic:
 
636
        @echo "This command is intended for maintainers to use"
 
637
        @echo "it deletes files that may require special tools to rebuild."
 
638
clean: clean-recursive
 
639
 
 
640
clean-am: clean-generic clean-libtool mostlyclean-am
 
641
 
 
642
distclean: distclean-recursive
 
643
        -rm -f Makefile
 
644
distclean-am: clean-am distclean-generic distclean-tags
 
645
 
 
646
dvi: dvi-recursive
 
647
 
 
648
dvi-am:
 
649
 
 
650
html: html-recursive
 
651
 
 
652
html-am:
 
653
 
 
654
info: info-recursive
 
655
 
 
656
info-am:
 
657
 
 
658
install-data-am: install-iconDATA install-xmlDATA
 
659
 
 
660
install-dvi: install-dvi-recursive
 
661
 
 
662
install-dvi-am:
 
663
 
 
664
install-exec-am:
 
665
 
 
666
install-html: install-html-recursive
 
667
 
 
668
install-html-am:
 
669
 
 
670
install-info: install-info-recursive
 
671
 
 
672
install-info-am:
 
673
 
 
674
install-man:
 
675
 
 
676
install-pdf: install-pdf-recursive
 
677
 
 
678
install-pdf-am:
 
679
 
 
680
install-ps: install-ps-recursive
 
681
 
 
682
install-ps-am:
 
683
 
 
684
installcheck-am:
 
685
 
 
686
maintainer-clean: maintainer-clean-recursive
 
687
        -rm -f Makefile
 
688
maintainer-clean-am: distclean-am maintainer-clean-generic
 
689
 
 
690
mostlyclean: mostlyclean-recursive
 
691
 
 
692
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
693
 
 
694
pdf: pdf-recursive
 
695
 
 
696
pdf-am:
 
697
 
 
698
ps: ps-recursive
 
699
 
 
700
ps-am:
 
701
 
 
702
uninstall-am: uninstall-iconDATA uninstall-xmlDATA
 
703
 
 
704
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
705
        install-am install-strip tags-recursive
 
706
 
 
707
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
708
        all all-am check check-am clean clean-generic clean-libtool \
 
709
        ctags ctags-recursive distclean distclean-generic \
 
710
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
711
        html-am info info-am install install-am install-data \
 
712
        install-data-am install-dvi install-dvi-am install-exec \
 
713
        install-exec-am install-html install-html-am install-iconDATA \
 
714
        install-info install-info-am install-man install-pdf \
 
715
        install-pdf-am install-ps install-ps-am install-strip \
 
716
        install-xmlDATA installcheck installcheck-am installdirs \
 
717
        installdirs-am maintainer-clean maintainer-clean-generic \
 
718
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
719
        ps ps-am tags tags-recursive uninstall uninstall-am \
 
720
        uninstall-iconDATA uninstall-xmlDATA
 
721
 
 
722
 
 
723
install-activity: all-am do-install-activity do-install-resources do-install-launcher
 
724
 
 
725
do-install-activity: install
 
726
        for i in $(ACTIVITY_SUBDIRS); do $(MAKE) -C ../$$i do-install-activity || break 0; done
 
727
 
 
728
do-install-resources:
 
729
        @[ "$(DESTDIR)" ] || (echo 'Pass DESTDIR with $@'; false)
 
730
        $(MAKE) DESTDIR=$(ACTIVITY_DESTDIR) -C $(top_builddir)/src/goocanvas install
 
731
        $(MAKE) DESTDIR=$(ACTIVITY_DESTDIR) -C $(top_builddir)/src/gcompris install
 
732
        $(MAKE) DESTDIR=$(ACTIVITY_DESTDIR) -C $(top_builddir)/po install
 
733
        $(MAKE) DESTDIR=$(ACTIVITY_DESTDIR) do-install-activity
 
734
        $(INSTALL) -d $(ACTIVITY_DESTDIR)/$(pkgdatadir)/boards
 
735
        cp -r $(top_srcdir)/boards/skins $(ACTIVITY_DESTDIR)/$(pkgdatadir)/boards/
 
736
        cp -r $(top_srcdir)/boards/sounds $(ACTIVITY_DESTDIR)/$(pkgdatadir)/boards/
 
737
        if [ "$$(cat $(builddir)/*.xml | grep 'type *=.*python:')" ]; then \
 
738
                $(MAKE) DESTDIR=$(ACTIVITY_DESTDIR) -C $(top_builddir)/src/boards install; \
 
739
        fi
 
740
 
 
741
do-install-launcher:
 
742
        [ $(notdir $(abs_builddir)) == administration-activity ] || ( \
 
743
        mv $(ACTIVITY_DESTDIR)/$(bindir)/gcompris{,.bin}; \
 
744
        launcher=$(ACTIVITY_DESTDIR)/$(bindir)/gcompris; \
 
745
        name="$$(cat $(builddir)/*.xml | grep -o 'name *= *"[^"]\+' | awk -F\" '{print $$2}')"; \
 
746
        section="$$(cat $(builddir)/*.xml | grep -o 'section *= *"[^"]\+' | awk -F\" '{print $$2}')"; \
 
747
        echo -e "#!/bin/sh\nexec \$$(dirname \$$0)/gcompris.bin -l $$section/$$name \$$@" > $$launcher; \
 
748
        chmod 0755 $$launcher )
 
749
 
 
750
# Do not use the INTLTOOL_XML_RULE, we don't need to embed the translations
 
751
# in the file themselves. GCompris pick the translations from the po file at
 
752
# runtime.
 
753
#
 
754
$(xml_DATA): %.xml: %.xml.in
 
755
        sed -e "s/\(<\{1\}\/*\)_/\1/g" $< > $@
 
756
 
 
757
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
758
# Otherwise a system limit (for SysV at least) may be exceeded.
 
759
.NOEXPORT: