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

« back to all changes in this revision

Viewing changes to data/themes/lithuanian/images/status/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)$(themes_lithuanian_images_statusdir)"
56
 
dist_themes_lithuanian_images_statusDATA_INSTALL = $(INSTALL_DATA)
57
74
DATA = $(dist_themes_lithuanian_images_status_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@
236
254
              exit 1;; \
237
255
          esac; \
238
256
        done; \
239
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  data/themes/lithuanian/images/status/Makefile'; \
240
 
        cd $(top_srcdir) && \
241
 
          $(AUTOMAKE) --foreign  data/themes/lithuanian/images/status/Makefile
 
257
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/themes/lithuanian/images/status/Makefile'; \
 
258
        $(am__cd) $(top_srcdir) && \
 
259
          $(AUTOMAKE) --foreign data/themes/lithuanian/images/status/Makefile
242
260
.PRECIOUS: Makefile
243
261
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
244
262
        @case '$?' in \
256
274
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257
275
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
258
276
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
277
$(am__aclocal_m4_deps):
259
278
install-dist_themes_lithuanian_images_statusDATA: $(dist_themes_lithuanian_images_status_DATA)
260
279
        @$(NORMAL_INSTALL)
261
280
        test -z "$(themes_lithuanian_images_statusdir)" || $(MKDIR_P) "$(DESTDIR)$(themes_lithuanian_images_statusdir)"
262
 
        @list='$(dist_themes_lithuanian_images_status_DATA)'; for p in $$list; do \
 
281
        @list='$(dist_themes_lithuanian_images_status_DATA)'; test -n "$(themes_lithuanian_images_statusdir)" || list=; \
 
282
        for p in $$list; do \
263
283
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
264
 
          f=$(am__strip_dir) \
265
 
          echo " $(dist_themes_lithuanian_images_statusDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themes_lithuanian_images_statusdir)/$$f'"; \
266
 
          $(dist_themes_lithuanian_images_statusDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themes_lithuanian_images_statusdir)/$$f"; \
 
284
          echo "$$d$$p"; \
 
285
        done | $(am__base_list) | \
 
286
        while read files; do \
 
287
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themes_lithuanian_images_statusdir)'"; \
 
288
          $(INSTALL_DATA) $$files "$(DESTDIR)$(themes_lithuanian_images_statusdir)" || exit $$?; \
267
289
        done
268
290
 
269
291
uninstall-dist_themes_lithuanian_images_statusDATA:
270
292
        @$(NORMAL_UNINSTALL)
271
 
        @list='$(dist_themes_lithuanian_images_status_DATA)'; for p in $$list; do \
272
 
          f=$(am__strip_dir) \
273
 
          echo " rm -f '$(DESTDIR)$(themes_lithuanian_images_statusdir)/$$f'"; \
274
 
          rm -f "$(DESTDIR)$(themes_lithuanian_images_statusdir)/$$f"; \
275
 
        done
 
293
        @list='$(dist_themes_lithuanian_images_status_DATA)'; test -n "$(themes_lithuanian_images_statusdir)" || list=; \
 
294
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
295
        test -n "$$files" || exit 0; \
 
296
        echo " ( cd '$(DESTDIR)$(themes_lithuanian_images_statusdir)' && rm -f" $$files ")"; \
 
297
        cd "$(DESTDIR)$(themes_lithuanian_images_statusdir)" && rm -f $$files
276
298
tags: TAGS
277
299
TAGS:
278
300
 
296
318
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
297
319
          if test -d $$d/$$file; then \
298
320
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
321
            if test -d "$(distdir)/$$file"; then \
 
322
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
323
            fi; \
299
324
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
300
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
325
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
326
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
301
327
            fi; \
302
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
328
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
303
329
          else \
304
 
            test -f $(distdir)/$$file \
305
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
330
            test -f "$(distdir)/$$file" \
 
331
            || cp -p $$d/$$file "$(distdir)/$$file" \
306
332
            || exit 1; \
307
333
          fi; \
308
334
        done
333
359
 
334
360
distclean-generic:
335
361
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
362
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
336
363
 
337
364
maintainer-clean-generic:
338
365
        @echo "This command is intended for maintainers to use"
351
378
 
352
379
html: html-am
353
380
 
 
381
html-am:
 
382
 
354
383
info: info-am
355
384
 
356
385
info-am:
359
388
 
360
389
install-dvi: install-dvi-am
361
390
 
 
391
install-dvi-am:
 
392
 
362
393
install-exec-am:
363
394
 
364
395
install-html: install-html-am
365
396
 
 
397
install-html-am:
 
398
 
366
399
install-info: install-info-am
367
400
 
 
401
install-info-am:
 
402
 
368
403
install-man:
369
404
 
370
405
install-pdf: install-pdf-am
371
406
 
 
407
install-pdf-am:
 
408
 
372
409
install-ps: install-ps-am
373
410
 
 
411
install-ps-am:
 
412
 
374
413
installcheck-am:
375
414
 
376
415
maintainer-clean: maintainer-clean-am
405
444
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
406
445
        uninstall-dist_themes_lithuanian_images_statusDATA
407
446
 
 
447
 
408
448
# Tell versions [3.59,3.63) of GNU make to not export all variables.
409
449
# Otherwise a system limit (for SysV at least) may be exceeded.
410
450
.NOEXPORT: