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

« back to all changes in this revision

Viewing changes to data/themes/brazilian-portuguese/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_brazilian_portuguesedir)"
63
 
dist_themes_brazilian_portugueseDATA_INSTALL = $(INSTALL_DATA)
64
81
DATA = $(dist_themes_brazilian_portuguese_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@
246
292
              exit 1;; \
247
293
          esac; \
248
294
        done; \
249
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  data/themes/brazilian-portuguese/Makefile'; \
250
 
        cd $(top_srcdir) && \
251
 
          $(AUTOMAKE) --foreign  data/themes/brazilian-portuguese/Makefile
 
295
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/themes/brazilian-portuguese/Makefile'; \
 
296
        $(am__cd) $(top_srcdir) && \
 
297
          $(AUTOMAKE) --foreign data/themes/brazilian-portuguese/Makefile
252
298
.PRECIOUS: Makefile
253
299
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
254
300
        @case '$?' in \
266
312
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267
313
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
268
314
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
315
$(am__aclocal_m4_deps):
269
316
install-dist_themes_brazilian_portugueseDATA: $(dist_themes_brazilian_portuguese_DATA)
270
317
        @$(NORMAL_INSTALL)
271
318
        test -z "$(themes_brazilian_portuguesedir)" || $(MKDIR_P) "$(DESTDIR)$(themes_brazilian_portuguesedir)"
272
 
        @list='$(dist_themes_brazilian_portuguese_DATA)'; for p in $$list; do \
 
319
        @list='$(dist_themes_brazilian_portuguese_DATA)'; test -n "$(themes_brazilian_portuguesedir)" || list=; \
 
320
        for p in $$list; do \
273
321
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
274
 
          f=$(am__strip_dir) \
275
 
          echo " $(dist_themes_brazilian_portugueseDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themes_brazilian_portuguesedir)/$$f'"; \
276
 
          $(dist_themes_brazilian_portugueseDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themes_brazilian_portuguesedir)/$$f"; \
 
322
          echo "$$d$$p"; \
 
323
        done | $(am__base_list) | \
 
324
        while read files; do \
 
325
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themes_brazilian_portuguesedir)'"; \
 
326
          $(INSTALL_DATA) $$files "$(DESTDIR)$(themes_brazilian_portuguesedir)" || exit $$?; \
277
327
        done
278
328
 
279
329
uninstall-dist_themes_brazilian_portugueseDATA:
280
330
        @$(NORMAL_UNINSTALL)
281
 
        @list='$(dist_themes_brazilian_portuguese_DATA)'; for p in $$list; do \
282
 
          f=$(am__strip_dir) \
283
 
          echo " rm -f '$(DESTDIR)$(themes_brazilian_portuguesedir)/$$f'"; \
284
 
          rm -f "$(DESTDIR)$(themes_brazilian_portuguesedir)/$$f"; \
285
 
        done
 
331
        @list='$(dist_themes_brazilian_portuguese_DATA)'; test -n "$(themes_brazilian_portuguesedir)" || list=; \
 
332
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
333
        test -n "$$files" || exit 0; \
 
334
        echo " ( cd '$(DESTDIR)$(themes_brazilian_portuguesedir)' && rm -f" $$files ")"; \
 
335
        cd "$(DESTDIR)$(themes_brazilian_portuguesedir)" && rm -f $$files
286
336
 
287
337
# This directory's subdirectories are mostly independent; you can cd
288
338
# into them and run `make' without going through this Makefile.
308
358
          else \
309
359
            local_target="$$target"; \
310
360
          fi; \
311
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
361
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
312
362
          || eval $$failcom; \
313
363
        done; \
314
364
        if test "$$dot_seen" = "no"; then \
342
392
          else \
343
393
            local_target="$$target"; \
344
394
          fi; \
345
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
395
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
346
396
          || eval $$failcom; \
347
397
        done && test -z "$$fail"
348
398
tags-recursive:
349
399
        list='$(SUBDIRS)'; for subdir in $$list; do \
350
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
400
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
351
401
        done
352
402
ctags-recursive:
353
403
        list='$(SUBDIRS)'; for subdir in $$list; do \
354
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
404
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
355
405
        done
356
406
 
357
407
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
366
416
 
367
417
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
368
418
                $(TAGS_FILES) $(LISP)
369
 
        tags=; \
 
419
        set x; \
370
420
        here=`pwd`; \
371
421
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
372
422
          include_option=--etags-include; \
378
428
        list='$(SUBDIRS)'; for subdir in $$list; do \
379
429
          if test "$$subdir" = .; then :; else \
380
430
            test ! -f $$subdir/TAGS || \
381
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
431
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
382
432
          fi; \
383
433
        done; \
384
434
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
387
437
          done | \
388
438
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389
439
              END { if (nonempty) { for (i in files) print i; }; }'`; \
390
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
440
        shift; \
 
441
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
391
442
          test -n "$$unique" || unique=$$empty_fix; \
392
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
393
 
            $$tags $$unique; \
 
443
          if test $$# -gt 0; then \
 
444
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
445
              "$$@" $$unique; \
 
446
          else \
 
447
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
448
              $$unique; \
 
449
          fi; \
394
450
        fi
395
451
ctags: CTAGS
396
452
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
397
453
                $(TAGS_FILES) $(LISP)
398
 
        tags=; \
399
454
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
400
455
        unique=`for i in $$list; do \
401
456
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402
457
          done | \
403
458
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
404
459
              END { if (nonempty) { for (i in files) print i; }; }'`; \
405
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
460
        test -z "$(CTAGS_ARGS)$$unique" \
406
461
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
407
 
             $$tags $$unique
 
462
             $$unique
408
463
 
409
464
GTAGS:
410
465
        here=`$(am__cd) $(top_builddir) && pwd` \
411
 
          && cd $(top_srcdir) \
412
 
          && gtags -i $(GTAGS_ARGS) $$here
 
466
          && $(am__cd) $(top_srcdir) \
 
467
          && gtags -i $(GTAGS_ARGS) "$$here"
413
468
 
414
469
distclean-tags:
415
470
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
430
485
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
431
486
          if test -d $$d/$$file; then \
432
487
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
488
            if test -d "$(distdir)/$$file"; then \
 
489
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
490
            fi; \
433
491
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
434
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
492
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
493
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
435
494
            fi; \
436
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
495
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
437
496
          else \
438
 
            test -f $(distdir)/$$file \
439
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
497
            test -f "$(distdir)/$$file" \
 
498
            || cp -p $$d/$$file "$(distdir)/$$file" \
440
499
            || exit 1; \
441
500
          fi; \
442
501
        done
443
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
502
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
444
503
          if test "$$subdir" = .; then :; else \
445
504
            test -d "$(distdir)/$$subdir" \
446
505
            || $(MKDIR_P) "$(distdir)/$$subdir" \
447
506
            || exit 1; \
448
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
449
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
450
 
            (cd $$subdir && \
 
507
          fi; \
 
508
        done
 
509
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
510
          if test "$$subdir" = .; then :; else \
 
511
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
512
            $(am__relativize); \
 
513
            new_distdir=$$reldir; \
 
514
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
515
            $(am__relativize); \
 
516
            new_top_distdir=$$reldir; \
 
517
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
518
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
519
            ($(am__cd) $$subdir && \
451
520
              $(MAKE) $(AM_MAKEFLAGS) \
452
 
                top_distdir="$$top_distdir" \
453
 
                distdir="$$distdir/$$subdir" \
 
521
                top_distdir="$$new_top_distdir" \
 
522
                distdir="$$new_distdir" \
454
523
                am__remove_distdir=: \
455
524
                am__skip_length_check=: \
 
525
                am__skip_mode_fix=: \
456
526
                distdir) \
457
527
              || exit 1; \
458
528
          fi; \
485
555
 
486
556
distclean-generic:
487
557
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
558
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
488
559
 
489
560
maintainer-clean-generic:
490
561
        @echo "This command is intended for maintainers to use"
503
574
 
504
575
html: html-recursive
505
576
 
 
577
html-am:
 
578
 
506
579
info: info-recursive
507
580
 
508
581
info-am:
511
584
 
512
585
install-dvi: install-dvi-recursive
513
586
 
 
587
install-dvi-am:
 
588
 
514
589
install-exec-am:
515
590
 
516
591
install-html: install-html-recursive
517
592
 
 
593
install-html-am:
 
594
 
518
595
install-info: install-info-recursive
519
596
 
 
597
install-info-am:
 
598
 
520
599
install-man:
521
600
 
522
601
install-pdf: install-pdf-recursive
523
602
 
 
603
install-pdf-am:
 
604
 
524
605
install-ps: install-ps-recursive
525
606
 
 
607
install-ps-am:
 
608
 
526
609
installcheck-am:
527
610
 
528
611
maintainer-clean: maintainer-clean-recursive
543
626
 
544
627
uninstall-am: uninstall-dist_themes_brazilian_portugueseDATA
545
628
 
546
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
547
 
        install-strip
 
629
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
630
        install-am install-strip tags-recursive
548
631
 
549
632
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
550
633
        all all-am check check-am clean clean-generic ctags \
561
644
        tags-recursive uninstall uninstall-am \
562
645
        uninstall-dist_themes_brazilian_portugueseDATA
563
646
 
 
647
 
564
648
# Tell versions [3.59,3.63) of GNU make to not export all variables.
565
649
# Otherwise a system limit (for SysV at least) may be exceeded.
566
650
.NOEXPORT: