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

« back to all changes in this revision

Viewing changes to 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.
17
18
# Modified to include support for NSIS Windows installer - David Bruce <davidstuartbruce@gmail.com>
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
53
55
CONFIG_HEADER = config.h
54
56
CONFIG_CLEAN_FILES = tuxtype.spec tuxtype_preview.spec intl/Makefile \
55
57
        nsis/tuxtype.nsi
 
58
CONFIG_CLEAN_VPATH_FILES =
56
59
SOURCES =
57
60
DIST_SOURCES =
58
61
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
64
67
        ps-recursive uninstall-recursive
65
68
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
66
69
  distclean-recursive maintainer-clean-recursive
 
70
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
71
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
72
        distdir dist dist-all distcheck
67
73
ETAGS = etags
68
74
CTAGS = ctags
69
75
DIST_SUBDIRS = $(SUBDIRS)
71
77
distdir = $(PACKAGE)-$(VERSION)
72
78
top_distdir = $(distdir)
73
79
am__remove_distdir = \
74
 
  { test ! -d $(distdir) \
75
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
76
 
         && rm -fr $(distdir); }; }
 
80
  { test ! -d "$(distdir)" \
 
81
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
82
         && rm -fr "$(distdir)"; }; }
 
83
am__relativize = \
 
84
  dir0=`pwd`; \
 
85
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
86
  sed_rest='s,^[^/]*/*,,'; \
 
87
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
88
  sed_butlast='s,/*[^/]*$$,,'; \
 
89
  while test -n "$$dir1"; do \
 
90
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
91
    if test "$$first" != "."; then \
 
92
      if test "$$first" = ".."; then \
 
93
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
94
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
95
      else \
 
96
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
97
        if test "$$first2" = "$$first"; then \
 
98
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
99
        else \
 
100
          dir2="../$$dir2"; \
 
101
        fi; \
 
102
        dir0="$$dir0"/"$$first"; \
 
103
      fi; \
 
104
    fi; \
 
105
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
106
  done; \
 
107
  reldir="$$dir2"
77
108
DIST_ARCHIVES = $(distdir).tar.gz
78
109
GZIP_ENV = --best
79
110
distuninstallcheck_listfiles = find . -type f -print
161
192
PACKAGE_NAME = @PACKAGE_NAME@
162
193
PACKAGE_STRING = @PACKAGE_STRING@
163
194
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
195
PACKAGE_URL = @PACKAGE_URL@
164
196
PACKAGE_VERSION = @PACKAGE_VERSION@
165
197
PATH_SEPARATOR = @PATH_SEPARATOR@
166
198
PKG_CONFIG = @PKG_CONFIG@
272
304
        @for dep in $?; do \
273
305
          case '$(am__configure_deps)' in \
274
306
            *$$dep*) \
275
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
276
 
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
307
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
308
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
277
309
                && exit 0; \
278
310
              exit 1;; \
279
311
          esac; \
280
312
        done; \
281
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
282
 
        cd $(top_srcdir) && \
283
 
          $(AUTOMAKE) --foreign  Makefile
 
313
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
314
        $(am__cd) $(top_srcdir) && \
 
315
          $(AUTOMAKE) --foreign Makefile
284
316
.PRECIOUS: Makefile
285
317
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
286
318
        @case '$?' in \
296
328
        $(SHELL) ./config.status --recheck
297
329
 
298
330
$(top_srcdir)/configure:  $(am__configure_deps)
299
 
        cd $(srcdir) && $(AUTOCONF)
 
331
        $(am__cd) $(srcdir) && $(AUTOCONF)
300
332
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
301
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
333
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
334
$(am__aclocal_m4_deps):
302
335
 
303
336
config.h: stamp-h1
304
337
        @if test ! -f $@; then \
310
343
        @rm -f stamp-h1
311
344
        cd $(top_builddir) && $(SHELL) ./config.status config.h
312
345
$(srcdir)/config.h.in:  $(am__configure_deps) 
313
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
346
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
314
347
        rm -f stamp-h1
315
348
        touch $@
316
349
 
349
382
          else \
350
383
            local_target="$$target"; \
351
384
          fi; \
352
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
385
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
353
386
          || eval $$failcom; \
354
387
        done; \
355
388
        if test "$$dot_seen" = "no"; then \
383
416
          else \
384
417
            local_target="$$target"; \
385
418
          fi; \
386
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
419
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
387
420
          || eval $$failcom; \
388
421
        done && test -z "$$fail"
389
422
tags-recursive:
390
423
        list='$(SUBDIRS)'; for subdir in $$list; do \
391
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
424
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
392
425
        done
393
426
ctags-recursive:
394
427
        list='$(SUBDIRS)'; for subdir in $$list; do \
395
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
428
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
396
429
        done
397
430
 
398
431
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
407
440
 
408
441
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
409
442
                $(TAGS_FILES) $(LISP)
410
 
        tags=; \
 
443
        set x; \
411
444
        here=`pwd`; \
412
445
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
413
446
          include_option=--etags-include; \
419
452
        list='$(SUBDIRS)'; for subdir in $$list; do \
420
453
          if test "$$subdir" = .; then :; else \
421
454
            test ! -f $$subdir/TAGS || \
422
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
455
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
423
456
          fi; \
424
457
        done; \
425
458
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
428
461
          done | \
429
462
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
430
463
              END { if (nonempty) { for (i in files) print i; }; }'`; \
431
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
464
        shift; \
 
465
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
432
466
          test -n "$$unique" || unique=$$empty_fix; \
433
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
434
 
            $$tags $$unique; \
 
467
          if test $$# -gt 0; then \
 
468
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
469
              "$$@" $$unique; \
 
470
          else \
 
471
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
472
              $$unique; \
 
473
          fi; \
435
474
        fi
436
475
ctags: CTAGS
437
476
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
438
477
                $(TAGS_FILES) $(LISP)
439
 
        tags=; \
440
478
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
441
479
        unique=`for i in $$list; do \
442
480
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443
481
          done | \
444
482
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445
483
              END { if (nonempty) { for (i in files) print i; }; }'`; \
446
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
484
        test -z "$(CTAGS_ARGS)$$unique" \
447
485
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
448
 
             $$tags $$unique
 
486
             $$unique
449
487
 
450
488
GTAGS:
451
489
        here=`$(am__cd) $(top_builddir) && pwd` \
452
 
          && cd $(top_srcdir) \
453
 
          && gtags -i $(GTAGS_ARGS) $$here
 
490
          && $(am__cd) $(top_srcdir) \
 
491
          && gtags -i $(GTAGS_ARGS) "$$here"
454
492
 
455
493
distclean-tags:
456
494
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
457
495
 
458
496
distdir: $(DISTFILES)
459
497
        $(am__remove_distdir)
460
 
        test -d $(distdir) || mkdir $(distdir)
 
498
        test -d "$(distdir)" || mkdir "$(distdir)"
461
499
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
462
500
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
463
501
        list='$(DISTFILES)'; \
473
511
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
474
512
          if test -d $$d/$$file; then \
475
513
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
514
            if test -d "$(distdir)/$$file"; then \
 
515
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
516
            fi; \
476
517
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
477
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
518
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
519
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
478
520
            fi; \
479
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
521
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
480
522
          else \
481
 
            test -f $(distdir)/$$file \
482
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
523
            test -f "$(distdir)/$$file" \
 
524
            || cp -p $$d/$$file "$(distdir)/$$file" \
483
525
            || exit 1; \
484
526
          fi; \
485
527
        done
486
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
528
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
487
529
          if test "$$subdir" = .; then :; else \
488
530
            test -d "$(distdir)/$$subdir" \
489
531
            || $(MKDIR_P) "$(distdir)/$$subdir" \
490
532
            || exit 1; \
491
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
492
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
493
 
            (cd $$subdir && \
 
533
          fi; \
 
534
        done
 
535
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
536
          if test "$$subdir" = .; then :; else \
 
537
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
538
            $(am__relativize); \
 
539
            new_distdir=$$reldir; \
 
540
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
541
            $(am__relativize); \
 
542
            new_top_distdir=$$reldir; \
 
543
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
544
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
545
            ($(am__cd) $$subdir && \
494
546
              $(MAKE) $(AM_MAKEFLAGS) \
495
 
                top_distdir="$$top_distdir" \
496
 
                distdir="$$distdir/$$subdir" \
 
547
                top_distdir="$$new_top_distdir" \
 
548
                distdir="$$new_distdir" \
497
549
                am__remove_distdir=: \
498
550
                am__skip_length_check=: \
 
551
                am__skip_mode_fix=: \
499
552
                distdir) \
500
553
              || exit 1; \
501
554
          fi; \
502
555
        done
503
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
556
        -test -n "$(am__skip_mode_fix)" \
 
557
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
504
558
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
505
559
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
506
560
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
507
 
        || chmod -R a+r $(distdir)
 
561
        || chmod -R a+r "$(distdir)"
508
562
dist-gzip: distdir
509
563
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
510
564
        $(am__remove_distdir)
517
571
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
518
572
        $(am__remove_distdir)
519
573
 
 
574
dist-xz: distdir
 
575
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
576
        $(am__remove_distdir)
 
577
 
520
578
dist-tarZ: distdir
521
579
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
522
580
        $(am__remove_distdir)
545
603
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
546
604
        *.tar.lzma*) \
547
605
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
606
        *.tar.xz*) \
 
607
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
548
608
        *.tar.Z*) \
549
609
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
550
610
        *.shar.gz*) \
556
616
        mkdir $(distdir)/_build
557
617
        mkdir $(distdir)/_inst
558
618
        chmod a-w $(distdir)
 
619
        test -d $(distdir)/_build || exit 0; \
559
620
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
560
621
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
561
 
          && cd $(distdir)/_build \
 
622
          && am__cwd=`pwd` \
 
623
          && $(am__cd) $(distdir)/_build \
562
624
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
563
625
            --with-included-gettext \
564
626
            $(DISTCHECK_CONFIGURE_FLAGS) \
581
643
          && rm -rf "$$dc_destdir" \
582
644
          && $(MAKE) $(AM_MAKEFLAGS) dist \
583
645
          && rm -rf $(DIST_ARCHIVES) \
584
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
646
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
647
          && cd "$$am__cwd" \
 
648
          || exit 1
585
649
        $(am__remove_distdir)
586
650
        @(echo "$(distdir) archives ready for distribution: "; \
587
651
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
588
652
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
589
653
distuninstallcheck:
590
 
        @cd $(distuninstallcheck_dir) \
 
654
        @$(am__cd) '$(distuninstallcheck_dir)' \
591
655
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
592
656
           || { echo "ERROR: files left after uninstall:" ; \
593
657
                if test -n "$(DESTDIR)"; then \
629
693
 
630
694
distclean-generic:
631
695
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
696
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
632
697
 
633
698
maintainer-clean-generic:
634
699
        @echo "This command is intended for maintainers to use"
648
713
 
649
714
html: html-recursive
650
715
 
 
716
html-am:
 
717
 
651
718
info: info-recursive
652
719
 
653
720
info-am:
655
722
install-data-am: install-data-local
656
723
        @$(NORMAL_INSTALL)
657
724
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
658
 
 
659
725
install-dvi: install-dvi-recursive
660
726
 
 
727
install-dvi-am:
 
728
 
661
729
install-exec-am:
662
730
 
663
731
install-html: install-html-recursive
664
732
 
 
733
install-html-am:
 
734
 
665
735
install-info: install-info-recursive
666
736
 
 
737
install-info-am:
 
738
 
667
739
install-man:
668
740
 
669
741
install-pdf: install-pdf-recursive
670
742
 
 
743
install-pdf-am:
 
744
 
671
745
install-ps: install-ps-recursive
672
746
 
 
747
install-ps-am:
 
748
 
673
749
installcheck-am:
674
750
 
675
751
maintainer-clean: maintainer-clean-recursive
693
769
uninstall-am: uninstall-local
694
770
        @$(NORMAL_INSTALL)
695
771
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
696
 
 
697
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
698
 
        install-data-am install-strip uninstall-am
 
772
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
773
        ctags-recursive install-am install-data-am install-strip \
 
774
        tags-recursive uninstall-am
699
775
 
700
776
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
701
777
        all all-am am--refresh check check-am clean clean-generic \
702
778
        clean-local ctags ctags-recursive dist dist-all dist-bzip2 \
703
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
704
 
        distclean distclean-generic distclean-hdr distclean-tags \
705
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
706
 
        html-am info info-am install install-am install-data \
707
 
        install-data-am install-data-hook install-data-local \
708
 
        install-dvi install-dvi-am install-exec install-exec-am \
709
 
        install-html install-html-am install-info install-info-am \
710
 
        install-man install-pdf install-pdf-am install-ps \
711
 
        install-ps-am install-strip installcheck installcheck-am \
712
 
        installdirs installdirs-am maintainer-clean \
 
779
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
780
        distcheck distclean distclean-generic distclean-hdr \
 
781
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
782
        dvi-am html html-am info info-am install install-am \
 
783
        install-data install-data-am install-data-hook \
 
784
        install-data-local install-dvi install-dvi-am install-exec \
 
785
        install-exec-am install-html install-html-am install-info \
 
786
        install-info-am install-man install-pdf install-pdf-am \
 
787
        install-ps install-ps-am install-strip installcheck \
 
788
        installcheck-am installdirs installdirs-am maintainer-clean \
713
789
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
714
790
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
715
791
        uninstall-hook uninstall-local
726
802
# Sould we skip uninstall of these directories to avoid clobbering user-created files
727
803
# on upgrade?:
728
804
install-data-hook:
729
 
        $(MKDIR_P) -m 755 $(DESTDIR)$(pkglocalstatedir)
730
 
        $(MKDIR_P) -m 755 $(DESTDIR)$(pkgsysconfdir)
 
805
        $(MKDIR_P) -m 777 $(DESTDIR)$(pkglocalstatedir)
 
806
        $(MKDIR_P) -m 777 $(DESTDIR)$(pkglocalstatedir)/words
 
807
        $(MKDIR_P) -m 777 $(DESTDIR)$(pkgsysconfdir)
731
808
 
732
809
uninstall-hook:
 
810
        rm -rf $(DESTDIR)$(pkglocalstatedir)/words
733
811
        rm -rf $(DESTDIR)$(pkglocalstatedir)
734
812
        rm -rf $(DESTDIR)$(pkgsysconfdir)
735
813
 
822
900
        cd po && $(MAKE) $(AM_MAKEFLAGS) update-gmo
823
901
 
824
902
.PHONY: check-gettext update-po update-gmo force-update-gmo nsis
 
903
 
825
904
# Tell versions [3.59,3.63) of GNU make to not export all variables.
826
905
# Otherwise a system limit (for SysV at least) may be exceeded.
827
906
.NOEXPORT: