~ubuntu-branches/ubuntu/lucid/tuxtype/lucid-proposed

« back to all changes in this revision

Viewing changes to data/words/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Holger Levsen
  • Date: 2009-11-25 13:17:11 UTC
  • mfrom: (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091125131711-nhssnv6ewxj4ubrv
Tags: 1.8.0-1
* New upstream release, quoting from the upstream changelog:
  - new music files and backgrounds contributed by Caroline Ford,
    some old sounds (the ones with suboptimal free licensing) removed -
    Tux Typing is now 100% DFSG-compliant (Closes: #400924)
  - fixed a problem that was causing the wrong key to flash in the bottom
    row of keys
  - game Instructions - simplified and reactivated cascade and laser game
    instruction scripts, fixed scripting background image so that it scales
    properly in fullscreen
  - scripting - Added some basic scripts so that new users will have a
    complete lesson set out of the box. Added a howto in the docs.
  - Sarah Frisk's word list editor from GSoC 2009 has been merged in as
    a new, somewhat "beta" feature. (Closes: #94986)
* tuxtype.postinst: Make tuxtype binary and shared wordlist directory 
  setgid games, so that wordlists can be edited and shared. This is done
  with dpkg-statoverride, so local admins can override this decission.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
44
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45
47
CONFIG_HEADER = $(top_builddir)/config.h
46
48
CONFIG_CLEAN_FILES =
 
49
CONFIG_CLEAN_VPATH_FILES =
47
50
SOURCES =
48
51
DIST_SOURCES =
49
52
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51
54
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52
55
    *) f=$$p;; \
53
56
  esac;
54
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
57
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
58
am__install_max = 40
 
59
am__nobase_strip_setup = \
 
60
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
61
am__nobase_strip = \
 
62
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
63
am__nobase_list = $(am__nobase_strip_setup); \
 
64
  for p in $$list; do echo "$$p $$p"; done | \
 
65
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
66
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
67
    if (++n[$$2] == $(am__install_max)) \
 
68
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
69
    END { for (dir in files) print dir, files[dir] }'
 
70
am__base_list = \
 
71
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
72
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
55
73
am__installdirs = "$(DESTDIR)$(wordsdir)"
56
 
dist_wordsDATA_INSTALL = $(INSTALL_DATA)
57
74
DATA = $(dist_words_DATA)
58
75
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
59
76
ACLOCAL = @ACLOCAL@
139
156
PACKAGE_NAME = @PACKAGE_NAME@
140
157
PACKAGE_STRING = @PACKAGE_STRING@
141
158
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
159
PACKAGE_URL = @PACKAGE_URL@
142
160
PACKAGE_VERSION = @PACKAGE_VERSION@
143
161
PATH_SEPARATOR = @PATH_SEPARATOR@
144
162
PKG_CONFIG = @PKG_CONFIG@
223
241
dist_words_DATA = alphabet.txt \
224
242
  animals.txt \
225
243
  astronomy.txt \
 
244
  colors.txt \
226
245
  fingers.txt \
 
246
  fruit.txt \
 
247
  geography.txt \
 
248
  numbers.txt \
227
249
  plants.txt \
 
250
  shapes.txt \
 
251
  trees.txt \
228
252
  words1.txt \
229
253
  words2.txt \
230
254
  words3.txt
241
265
              exit 1;; \
242
266
          esac; \
243
267
        done; \
244
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  data/words/Makefile'; \
245
 
        cd $(top_srcdir) && \
246
 
          $(AUTOMAKE) --foreign  data/words/Makefile
 
268
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/words/Makefile'; \
 
269
        $(am__cd) $(top_srcdir) && \
 
270
          $(AUTOMAKE) --foreign data/words/Makefile
247
271
.PRECIOUS: Makefile
248
272
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
249
273
        @case '$?' in \
261
285
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262
286
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
263
287
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
288
$(am__aclocal_m4_deps):
264
289
install-dist_wordsDATA: $(dist_words_DATA)
265
290
        @$(NORMAL_INSTALL)
266
291
        test -z "$(wordsdir)" || $(MKDIR_P) "$(DESTDIR)$(wordsdir)"
267
 
        @list='$(dist_words_DATA)'; for p in $$list; do \
 
292
        @list='$(dist_words_DATA)'; test -n "$(wordsdir)" || list=; \
 
293
        for p in $$list; do \
268
294
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
269
 
          f=$(am__strip_dir) \
270
 
          echo " $(dist_wordsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(wordsdir)/$$f'"; \
271
 
          $(dist_wordsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(wordsdir)/$$f"; \
 
295
          echo "$$d$$p"; \
 
296
        done | $(am__base_list) | \
 
297
        while read files; do \
 
298
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(wordsdir)'"; \
 
299
          $(INSTALL_DATA) $$files "$(DESTDIR)$(wordsdir)" || exit $$?; \
272
300
        done
273
301
 
274
302
uninstall-dist_wordsDATA:
275
303
        @$(NORMAL_UNINSTALL)
276
 
        @list='$(dist_words_DATA)'; for p in $$list; do \
277
 
          f=$(am__strip_dir) \
278
 
          echo " rm -f '$(DESTDIR)$(wordsdir)/$$f'"; \
279
 
          rm -f "$(DESTDIR)$(wordsdir)/$$f"; \
280
 
        done
 
304
        @list='$(dist_words_DATA)'; test -n "$(wordsdir)" || list=; \
 
305
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
306
        test -n "$$files" || exit 0; \
 
307
        echo " ( cd '$(DESTDIR)$(wordsdir)' && rm -f" $$files ")"; \
 
308
        cd "$(DESTDIR)$(wordsdir)" && rm -f $$files
281
309
tags: TAGS
282
310
TAGS:
283
311
 
301
329
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
302
330
          if test -d $$d/$$file; then \
303
331
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
332
            if test -d "$(distdir)/$$file"; then \
 
333
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
334
            fi; \
304
335
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
305
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
336
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
337
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
306
338
            fi; \
307
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
339
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
308
340
          else \
309
 
            test -f $(distdir)/$$file \
310
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
341
            test -f "$(distdir)/$$file" \
 
342
            || cp -p $$d/$$file "$(distdir)/$$file" \
311
343
            || exit 1; \
312
344
          fi; \
313
345
        done
338
370
 
339
371
distclean-generic:
340
372
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
373
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
341
374
 
342
375
maintainer-clean-generic:
343
376
        @echo "This command is intended for maintainers to use"
356
389
 
357
390
html: html-am
358
391
 
 
392
html-am:
 
393
 
359
394
info: info-am
360
395
 
361
396
info-am:
364
399
 
365
400
install-dvi: install-dvi-am
366
401
 
 
402
install-dvi-am:
 
403
 
367
404
install-exec-am:
368
405
 
369
406
install-html: install-html-am
370
407
 
 
408
install-html-am:
 
409
 
371
410
install-info: install-info-am
372
411
 
 
412
install-info-am:
 
413
 
373
414
install-man:
374
415
 
375
416
install-pdf: install-pdf-am
376
417
 
 
418
install-pdf-am:
 
419
 
377
420
install-ps: install-ps-am
378
421
 
 
422
install-ps-am:
 
423
 
379
424
installcheck-am:
380
425
 
381
426
maintainer-clean: maintainer-clean-am
410
455
        pdf-am ps ps-am uninstall uninstall-am \
411
456
        uninstall-dist_wordsDATA
412
457
 
 
458
 
413
459
# Tell versions [3.59,3.63) of GNU make to not export all variables.
414
460
# Otherwise a system limit (for SysV at least) may be exceeded.
415
461
.NOEXPORT: