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

« back to all changes in this revision

Viewing changes to data/themes/czech/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
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58
61
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
59
62
    *) f=$$p;; \
60
63
  esac;
61
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
64
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
65
am__install_max = 40
 
66
am__nobase_strip_setup = \
 
67
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
68
am__nobase_strip = \
 
69
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
70
am__nobase_list = $(am__nobase_strip_setup); \
 
71
  for p in $$list; do echo "$$p $$p"; done | \
 
72
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
73
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
74
    if (++n[$$2] == $(am__install_max)) \
 
75
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
76
    END { for (dir in files) print dir, files[dir] }'
 
77
am__base_list = \
 
78
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
79
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
62
80
am__installdirs = "$(DESTDIR)$(themes_czechdir)"
63
 
dist_themes_czechDATA_INSTALL = $(INSTALL_DATA)
64
81
DATA = $(dist_themes_czech_DATA)
65
82
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
66
83
  distclean-recursive maintainer-clean-recursive
 
84
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
85
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
86
        distdir
67
87
ETAGS = etags
68
88
CTAGS = ctags
69
89
DIST_SUBDIRS = $(SUBDIRS)
70
90
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
91
am__relativize = \
 
92
  dir0=`pwd`; \
 
93
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
94
  sed_rest='s,^[^/]*/*,,'; \
 
95
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
96
  sed_butlast='s,/*[^/]*$$,,'; \
 
97
  while test -n "$$dir1"; do \
 
98
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
99
    if test "$$first" != "."; then \
 
100
      if test "$$first" = ".."; then \
 
101
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
102
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
103
      else \
 
104
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
105
        if test "$$first2" = "$$first"; then \
 
106
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
107
        else \
 
108
          dir2="../$$dir2"; \
 
109
        fi; \
 
110
        dir0="$$dir0"/"$$first"; \
 
111
      fi; \
 
112
    fi; \
 
113
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
114
  done; \
 
115
  reldir="$$dir2"
71
116
ACLOCAL = @ACLOCAL@
72
117
ALLOCA = @ALLOCA@
73
118
AMTAR = @AMTAR@
151
196
PACKAGE_NAME = @PACKAGE_NAME@
152
197
PACKAGE_STRING = @PACKAGE_STRING@
153
198
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
199
PACKAGE_URL = @PACKAGE_URL@
154
200
PACKAGE_VERSION = @PACKAGE_VERSION@
155
201
PATH_SEPARATOR = @PATH_SEPARATOR@
156
202
PKG_CONFIG = @PKG_CONFIG@
248
294
              exit 1;; \
249
295
          esac; \
250
296
        done; \
251
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  data/themes/czech/Makefile'; \
252
 
        cd $(top_srcdir) && \
253
 
          $(AUTOMAKE) --foreign  data/themes/czech/Makefile
 
297
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/themes/czech/Makefile'; \
 
298
        $(am__cd) $(top_srcdir) && \
 
299
          $(AUTOMAKE) --foreign data/themes/czech/Makefile
254
300
.PRECIOUS: Makefile
255
301
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
256
302
        @case '$?' in \
268
314
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269
315
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
270
316
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
317
$(am__aclocal_m4_deps):
271
318
install-dist_themes_czechDATA: $(dist_themes_czech_DATA)
272
319
        @$(NORMAL_INSTALL)
273
320
        test -z "$(themes_czechdir)" || $(MKDIR_P) "$(DESTDIR)$(themes_czechdir)"
274
 
        @list='$(dist_themes_czech_DATA)'; for p in $$list; do \
 
321
        @list='$(dist_themes_czech_DATA)'; test -n "$(themes_czechdir)" || list=; \
 
322
        for p in $$list; do \
275
323
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
276
 
          f=$(am__strip_dir) \
277
 
          echo " $(dist_themes_czechDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themes_czechdir)/$$f'"; \
278
 
          $(dist_themes_czechDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themes_czechdir)/$$f"; \
 
324
          echo "$$d$$p"; \
 
325
        done | $(am__base_list) | \
 
326
        while read files; do \
 
327
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themes_czechdir)'"; \
 
328
          $(INSTALL_DATA) $$files "$(DESTDIR)$(themes_czechdir)" || exit $$?; \
279
329
        done
280
330
 
281
331
uninstall-dist_themes_czechDATA:
282
332
        @$(NORMAL_UNINSTALL)
283
 
        @list='$(dist_themes_czech_DATA)'; for p in $$list; do \
284
 
          f=$(am__strip_dir) \
285
 
          echo " rm -f '$(DESTDIR)$(themes_czechdir)/$$f'"; \
286
 
          rm -f "$(DESTDIR)$(themes_czechdir)/$$f"; \
287
 
        done
 
333
        @list='$(dist_themes_czech_DATA)'; test -n "$(themes_czechdir)" || list=; \
 
334
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
335
        test -n "$$files" || exit 0; \
 
336
        echo " ( cd '$(DESTDIR)$(themes_czechdir)' && rm -f" $$files ")"; \
 
337
        cd "$(DESTDIR)$(themes_czechdir)" && rm -f $$files
288
338
 
289
339
# This directory's subdirectories are mostly independent; you can cd
290
340
# into them and run `make' without going through this Makefile.
310
360
          else \
311
361
            local_target="$$target"; \
312
362
          fi; \
313
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
363
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
314
364
          || eval $$failcom; \
315
365
        done; \
316
366
        if test "$$dot_seen" = "no"; then \
344
394
          else \
345
395
            local_target="$$target"; \
346
396
          fi; \
347
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
397
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
348
398
          || eval $$failcom; \
349
399
        done && test -z "$$fail"
350
400
tags-recursive:
351
401
        list='$(SUBDIRS)'; for subdir in $$list; do \
352
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
402
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
353
403
        done
354
404
ctags-recursive:
355
405
        list='$(SUBDIRS)'; for subdir in $$list; do \
356
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
406
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
357
407
        done
358
408
 
359
409
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
368
418
 
369
419
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
370
420
                $(TAGS_FILES) $(LISP)
371
 
        tags=; \
 
421
        set x; \
372
422
        here=`pwd`; \
373
423
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
374
424
          include_option=--etags-include; \
380
430
        list='$(SUBDIRS)'; for subdir in $$list; do \
381
431
          if test "$$subdir" = .; then :; else \
382
432
            test ! -f $$subdir/TAGS || \
383
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
433
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
384
434
          fi; \
385
435
        done; \
386
436
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
389
439
          done | \
390
440
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
391
441
              END { if (nonempty) { for (i in files) print i; }; }'`; \
392
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
442
        shift; \
 
443
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
393
444
          test -n "$$unique" || unique=$$empty_fix; \
394
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
395
 
            $$tags $$unique; \
 
445
          if test $$# -gt 0; then \
 
446
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
447
              "$$@" $$unique; \
 
448
          else \
 
449
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
450
              $$unique; \
 
451
          fi; \
396
452
        fi
397
453
ctags: CTAGS
398
454
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
399
455
                $(TAGS_FILES) $(LISP)
400
 
        tags=; \
401
456
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
402
457
        unique=`for i in $$list; do \
403
458
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404
459
          done | \
405
460
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
406
461
              END { if (nonempty) { for (i in files) print i; }; }'`; \
407
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
462
        test -z "$(CTAGS_ARGS)$$unique" \
408
463
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
409
 
             $$tags $$unique
 
464
             $$unique
410
465
 
411
466
GTAGS:
412
467
        here=`$(am__cd) $(top_builddir) && pwd` \
413
 
          && cd $(top_srcdir) \
414
 
          && gtags -i $(GTAGS_ARGS) $$here
 
468
          && $(am__cd) $(top_srcdir) \
 
469
          && gtags -i $(GTAGS_ARGS) "$$here"
415
470
 
416
471
distclean-tags:
417
472
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
432
487
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
433
488
          if test -d $$d/$$file; then \
434
489
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
490
            if test -d "$(distdir)/$$file"; then \
 
491
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
492
            fi; \
435
493
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
436
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
494
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
495
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
437
496
            fi; \
438
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
497
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
439
498
          else \
440
 
            test -f $(distdir)/$$file \
441
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
499
            test -f "$(distdir)/$$file" \
 
500
            || cp -p $$d/$$file "$(distdir)/$$file" \
442
501
            || exit 1; \
443
502
          fi; \
444
503
        done
445
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
504
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
446
505
          if test "$$subdir" = .; then :; else \
447
506
            test -d "$(distdir)/$$subdir" \
448
507
            || $(MKDIR_P) "$(distdir)/$$subdir" \
449
508
            || exit 1; \
450
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
451
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
452
 
            (cd $$subdir && \
 
509
          fi; \
 
510
        done
 
511
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
512
          if test "$$subdir" = .; then :; else \
 
513
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
514
            $(am__relativize); \
 
515
            new_distdir=$$reldir; \
 
516
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
517
            $(am__relativize); \
 
518
            new_top_distdir=$$reldir; \
 
519
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
520
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
521
            ($(am__cd) $$subdir && \
453
522
              $(MAKE) $(AM_MAKEFLAGS) \
454
 
                top_distdir="$$top_distdir" \
455
 
                distdir="$$distdir/$$subdir" \
 
523
                top_distdir="$$new_top_distdir" \
 
524
                distdir="$$new_distdir" \
456
525
                am__remove_distdir=: \
457
526
                am__skip_length_check=: \
 
527
                am__skip_mode_fix=: \
458
528
                distdir) \
459
529
              || exit 1; \
460
530
          fi; \
487
557
 
488
558
distclean-generic:
489
559
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
560
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
490
561
 
491
562
maintainer-clean-generic:
492
563
        @echo "This command is intended for maintainers to use"
505
576
 
506
577
html: html-recursive
507
578
 
 
579
html-am:
 
580
 
508
581
info: info-recursive
509
582
 
510
583
info-am:
513
586
 
514
587
install-dvi: install-dvi-recursive
515
588
 
 
589
install-dvi-am:
 
590
 
516
591
install-exec-am:
517
592
 
518
593
install-html: install-html-recursive
519
594
 
 
595
install-html-am:
 
596
 
520
597
install-info: install-info-recursive
521
598
 
 
599
install-info-am:
 
600
 
522
601
install-man:
523
602
 
524
603
install-pdf: install-pdf-recursive
525
604
 
 
605
install-pdf-am:
 
606
 
526
607
install-ps: install-ps-recursive
527
608
 
 
609
install-ps-am:
 
610
 
528
611
installcheck-am:
529
612
 
530
613
maintainer-clean: maintainer-clean-recursive
545
628
 
546
629
uninstall-am: uninstall-dist_themes_czechDATA
547
630
 
548
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
549
 
        install-strip
 
631
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
632
        install-am install-strip tags-recursive
550
633
 
551
634
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
552
635
        all all-am check check-am clean clean-generic ctags \
562
645
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
563
646
        uninstall uninstall-am uninstall-dist_themes_czechDATA
564
647
 
 
648
 
565
649
# Tell versions [3.59,3.63) of GNU make to not export all variables.
566
650
# Otherwise a system limit (for SysV at least) may be exceeded.
567
651
.NOEXPORT: