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

« back to all changes in this revision

Viewing changes to data/images/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)$(imagesdir)"
63
 
dist_imagesDATA_INSTALL = $(INSTALL_DATA)
64
81
DATA = $(dist_images_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@
293
339
  tux2.png \
294
340
  tux3.png \
295
341
  up.png \
 
342
  wordlist_button.png \
296
343
  world.png
297
344
 
298
345
all: all-recursive
307
354
              exit 1;; \
308
355
          esac; \
309
356
        done; \
310
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  data/images/Makefile'; \
311
 
        cd $(top_srcdir) && \
312
 
          $(AUTOMAKE) --foreign  data/images/Makefile
 
357
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/images/Makefile'; \
 
358
        $(am__cd) $(top_srcdir) && \
 
359
          $(AUTOMAKE) --foreign data/images/Makefile
313
360
.PRECIOUS: Makefile
314
361
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
315
362
        @case '$?' in \
327
374
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328
375
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
329
376
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
377
$(am__aclocal_m4_deps):
330
378
install-dist_imagesDATA: $(dist_images_DATA)
331
379
        @$(NORMAL_INSTALL)
332
380
        test -z "$(imagesdir)" || $(MKDIR_P) "$(DESTDIR)$(imagesdir)"
333
 
        @list='$(dist_images_DATA)'; for p in $$list; do \
 
381
        @list='$(dist_images_DATA)'; test -n "$(imagesdir)" || list=; \
 
382
        for p in $$list; do \
334
383
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
335
 
          f=$(am__strip_dir) \
336
 
          echo " $(dist_imagesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(imagesdir)/$$f'"; \
337
 
          $(dist_imagesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(imagesdir)/$$f"; \
 
384
          echo "$$d$$p"; \
 
385
        done | $(am__base_list) | \
 
386
        while read files; do \
 
387
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(imagesdir)'"; \
 
388
          $(INSTALL_DATA) $$files "$(DESTDIR)$(imagesdir)" || exit $$?; \
338
389
        done
339
390
 
340
391
uninstall-dist_imagesDATA:
341
392
        @$(NORMAL_UNINSTALL)
342
 
        @list='$(dist_images_DATA)'; for p in $$list; do \
343
 
          f=$(am__strip_dir) \
344
 
          echo " rm -f '$(DESTDIR)$(imagesdir)/$$f'"; \
345
 
          rm -f "$(DESTDIR)$(imagesdir)/$$f"; \
346
 
        done
 
393
        @list='$(dist_images_DATA)'; test -n "$(imagesdir)" || list=; \
 
394
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
395
        test -n "$$files" || exit 0; \
 
396
        echo " ( cd '$(DESTDIR)$(imagesdir)' && rm -f" $$files ")"; \
 
397
        cd "$(DESTDIR)$(imagesdir)" && rm -f $$files
347
398
 
348
399
# This directory's subdirectories are mostly independent; you can cd
349
400
# into them and run `make' without going through this Makefile.
369
420
          else \
370
421
            local_target="$$target"; \
371
422
          fi; \
372
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
423
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
373
424
          || eval $$failcom; \
374
425
        done; \
375
426
        if test "$$dot_seen" = "no"; then \
403
454
          else \
404
455
            local_target="$$target"; \
405
456
          fi; \
406
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
457
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
407
458
          || eval $$failcom; \
408
459
        done && test -z "$$fail"
409
460
tags-recursive:
410
461
        list='$(SUBDIRS)'; for subdir in $$list; do \
411
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
462
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
412
463
        done
413
464
ctags-recursive:
414
465
        list='$(SUBDIRS)'; for subdir in $$list; do \
415
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
466
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
416
467
        done
417
468
 
418
469
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
427
478
 
428
479
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
429
480
                $(TAGS_FILES) $(LISP)
430
 
        tags=; \
 
481
        set x; \
431
482
        here=`pwd`; \
432
483
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
433
484
          include_option=--etags-include; \
439
490
        list='$(SUBDIRS)'; for subdir in $$list; do \
440
491
          if test "$$subdir" = .; then :; else \
441
492
            test ! -f $$subdir/TAGS || \
442
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
493
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
443
494
          fi; \
444
495
        done; \
445
496
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
448
499
          done | \
449
500
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
450
501
              END { if (nonempty) { for (i in files) print i; }; }'`; \
451
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
502
        shift; \
 
503
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
452
504
          test -n "$$unique" || unique=$$empty_fix; \
453
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
454
 
            $$tags $$unique; \
 
505
          if test $$# -gt 0; then \
 
506
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
507
              "$$@" $$unique; \
 
508
          else \
 
509
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
510
              $$unique; \
 
511
          fi; \
455
512
        fi
456
513
ctags: CTAGS
457
514
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
458
515
                $(TAGS_FILES) $(LISP)
459
 
        tags=; \
460
516
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
461
517
        unique=`for i in $$list; do \
462
518
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463
519
          done | \
464
520
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
465
521
              END { if (nonempty) { for (i in files) print i; }; }'`; \
466
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
522
        test -z "$(CTAGS_ARGS)$$unique" \
467
523
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
468
 
             $$tags $$unique
 
524
             $$unique
469
525
 
470
526
GTAGS:
471
527
        here=`$(am__cd) $(top_builddir) && pwd` \
472
 
          && cd $(top_srcdir) \
473
 
          && gtags -i $(GTAGS_ARGS) $$here
 
528
          && $(am__cd) $(top_srcdir) \
 
529
          && gtags -i $(GTAGS_ARGS) "$$here"
474
530
 
475
531
distclean-tags:
476
532
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
491
547
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
492
548
          if test -d $$d/$$file; then \
493
549
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
550
            if test -d "$(distdir)/$$file"; then \
 
551
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
552
            fi; \
494
553
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
495
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
554
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
555
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
496
556
            fi; \
497
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
557
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
498
558
          else \
499
 
            test -f $(distdir)/$$file \
500
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
559
            test -f "$(distdir)/$$file" \
 
560
            || cp -p $$d/$$file "$(distdir)/$$file" \
501
561
            || exit 1; \
502
562
          fi; \
503
563
        done
504
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
564
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
505
565
          if test "$$subdir" = .; then :; else \
506
566
            test -d "$(distdir)/$$subdir" \
507
567
            || $(MKDIR_P) "$(distdir)/$$subdir" \
508
568
            || exit 1; \
509
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
510
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
511
 
            (cd $$subdir && \
 
569
          fi; \
 
570
        done
 
571
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
572
          if test "$$subdir" = .; then :; else \
 
573
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
574
            $(am__relativize); \
 
575
            new_distdir=$$reldir; \
 
576
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
577
            $(am__relativize); \
 
578
            new_top_distdir=$$reldir; \
 
579
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
580
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
581
            ($(am__cd) $$subdir && \
512
582
              $(MAKE) $(AM_MAKEFLAGS) \
513
 
                top_distdir="$$top_distdir" \
514
 
                distdir="$$distdir/$$subdir" \
 
583
                top_distdir="$$new_top_distdir" \
 
584
                distdir="$$new_distdir" \
515
585
                am__remove_distdir=: \
516
586
                am__skip_length_check=: \
 
587
                am__skip_mode_fix=: \
517
588
                distdir) \
518
589
              || exit 1; \
519
590
          fi; \
546
617
 
547
618
distclean-generic:
548
619
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
620
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
549
621
 
550
622
maintainer-clean-generic:
551
623
        @echo "This command is intended for maintainers to use"
564
636
 
565
637
html: html-recursive
566
638
 
 
639
html-am:
 
640
 
567
641
info: info-recursive
568
642
 
569
643
info-am:
572
646
 
573
647
install-dvi: install-dvi-recursive
574
648
 
 
649
install-dvi-am:
 
650
 
575
651
install-exec-am:
576
652
 
577
653
install-html: install-html-recursive
578
654
 
 
655
install-html-am:
 
656
 
579
657
install-info: install-info-recursive
580
658
 
 
659
install-info-am:
 
660
 
581
661
install-man:
582
662
 
583
663
install-pdf: install-pdf-recursive
584
664
 
 
665
install-pdf-am:
 
666
 
585
667
install-ps: install-ps-recursive
586
668
 
 
669
install-ps-am:
 
670
 
587
671
installcheck-am:
588
672
 
589
673
maintainer-clean: maintainer-clean-recursive
604
688
 
605
689
uninstall-am: uninstall-dist_imagesDATA
606
690
 
607
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
608
 
        install-strip
 
691
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
692
        install-am install-strip tags-recursive
609
693
 
610
694
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
611
695
        all all-am check check-am clean clean-generic ctags \
621
705
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
622
706
        uninstall uninstall-am uninstall-dist_imagesDATA
623
707
 
 
708
 
624
709
# Tell versions [3.59,3.63) of GNU make to not export all variables.
625
710
# Otherwise a system limit (for SysV at least) may be exceeded.
626
711
.NOEXPORT: