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

« back to all changes in this revision

Viewing changes to data/images/backgrounds/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
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51
54
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52
55
    *) f=$$p;; \
53
56
  esac;
54
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
57
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
58
am__install_max = 40
 
59
am__nobase_strip_setup = \
 
60
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
61
am__nobase_strip = \
 
62
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
63
am__nobase_list = $(am__nobase_strip_setup); \
 
64
  for p in $$list; do echo "$$p $$p"; done | \
 
65
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
66
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
67
    if (++n[$$2] == $(am__install_max)) \
 
68
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
69
    END { for (dir in files) print dir, files[dir] }'
 
70
am__base_list = \
 
71
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
72
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
55
73
am__installdirs = "$(DESTDIR)$(images_backgroundsdir)"
56
 
dist_images_backgroundsDATA_INSTALL = $(INSTALL_DATA)
57
74
DATA = $(dist_images_backgrounds_DATA)
58
75
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
59
76
ACLOCAL = @ACLOCAL@
139
156
PACKAGE_NAME = @PACKAGE_NAME@
140
157
PACKAGE_STRING = @PACKAGE_STRING@
141
158
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
159
PACKAGE_URL = @PACKAGE_URL@
142
160
PACKAGE_VERSION = @PACKAGE_VERSION@
143
161
PATH_SEPARATOR = @PATH_SEPARATOR@
144
162
PKG_CONFIG = @PKG_CONFIG@
238
256
              exit 1;; \
239
257
          esac; \
240
258
        done; \
241
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  data/images/backgrounds/Makefile'; \
242
 
        cd $(top_srcdir) && \
243
 
          $(AUTOMAKE) --foreign  data/images/backgrounds/Makefile
 
259
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/images/backgrounds/Makefile'; \
 
260
        $(am__cd) $(top_srcdir) && \
 
261
          $(AUTOMAKE) --foreign data/images/backgrounds/Makefile
244
262
.PRECIOUS: Makefile
245
263
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
246
264
        @case '$?' in \
258
276
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
277
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
260
278
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
279
$(am__aclocal_m4_deps):
261
280
install-dist_images_backgroundsDATA: $(dist_images_backgrounds_DATA)
262
281
        @$(NORMAL_INSTALL)
263
282
        test -z "$(images_backgroundsdir)" || $(MKDIR_P) "$(DESTDIR)$(images_backgroundsdir)"
264
 
        @list='$(dist_images_backgrounds_DATA)'; for p in $$list; do \
 
283
        @list='$(dist_images_backgrounds_DATA)'; test -n "$(images_backgroundsdir)" || list=; \
 
284
        for p in $$list; do \
265
285
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
266
 
          f=$(am__strip_dir) \
267
 
          echo " $(dist_images_backgroundsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(images_backgroundsdir)/$$f'"; \
268
 
          $(dist_images_backgroundsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(images_backgroundsdir)/$$f"; \
 
286
          echo "$$d$$p"; \
 
287
        done | $(am__base_list) | \
 
288
        while read files; do \
 
289
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(images_backgroundsdir)'"; \
 
290
          $(INSTALL_DATA) $$files "$(DESTDIR)$(images_backgroundsdir)" || exit $$?; \
269
291
        done
270
292
 
271
293
uninstall-dist_images_backgroundsDATA:
272
294
        @$(NORMAL_UNINSTALL)
273
 
        @list='$(dist_images_backgrounds_DATA)'; for p in $$list; do \
274
 
          f=$(am__strip_dir) \
275
 
          echo " rm -f '$(DESTDIR)$(images_backgroundsdir)/$$f'"; \
276
 
          rm -f "$(DESTDIR)$(images_backgroundsdir)/$$f"; \
277
 
        done
 
295
        @list='$(dist_images_backgrounds_DATA)'; test -n "$(images_backgroundsdir)" || list=; \
 
296
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
297
        test -n "$$files" || exit 0; \
 
298
        echo " ( cd '$(DESTDIR)$(images_backgroundsdir)' && rm -f" $$files ")"; \
 
299
        cd "$(DESTDIR)$(images_backgroundsdir)" && rm -f $$files
278
300
tags: TAGS
279
301
TAGS:
280
302
 
298
320
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
299
321
          if test -d $$d/$$file; then \
300
322
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
323
            if test -d "$(distdir)/$$file"; then \
 
324
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
325
            fi; \
301
326
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
302
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
327
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
328
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
303
329
            fi; \
304
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
330
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
305
331
          else \
306
 
            test -f $(distdir)/$$file \
307
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
332
            test -f "$(distdir)/$$file" \
 
333
            || cp -p $$d/$$file "$(distdir)/$$file" \
308
334
            || exit 1; \
309
335
          fi; \
310
336
        done
335
361
 
336
362
distclean-generic:
337
363
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
364
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
338
365
 
339
366
maintainer-clean-generic:
340
367
        @echo "This command is intended for maintainers to use"
353
380
 
354
381
html: html-am
355
382
 
 
383
html-am:
 
384
 
356
385
info: info-am
357
386
 
358
387
info-am:
361
390
 
362
391
install-dvi: install-dvi-am
363
392
 
 
393
install-dvi-am:
 
394
 
364
395
install-exec-am:
365
396
 
366
397
install-html: install-html-am
367
398
 
 
399
install-html-am:
 
400
 
368
401
install-info: install-info-am
369
402
 
 
403
install-info-am:
 
404
 
370
405
install-man:
371
406
 
372
407
install-pdf: install-pdf-am
373
408
 
 
409
install-pdf-am:
 
410
 
374
411
install-ps: install-ps-am
375
412
 
 
413
install-ps-am:
 
414
 
376
415
installcheck-am:
377
416
 
378
417
maintainer-clean: maintainer-clean-am
407
446
        pdf-am ps ps-am uninstall uninstall-am \
408
447
        uninstall-dist_images_backgroundsDATA
409
448
 
 
449
 
410
450
# Tell versions [3.59,3.63) of GNU make to not export all variables.
411
451
# Otherwise a system limit (for SysV at least) may be exceeded.
412
452
.NOEXPORT: