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

« back to all changes in this revision

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