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

« back to all changes in this revision

Viewing changes to data/scripts/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)$(scriptsdir)"
56
 
dist_scriptsDATA_INSTALL = $(INSTALL_DATA)
57
74
DATA = $(dist_scripts_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@
220
238
top_builddir = @top_builddir@
221
239
top_srcdir = @top_srcdir@
222
240
scriptsdir = $(pkgdatadir)/scripts
 
241
@BUILD_MINGW32_FALSE@TEXT_KLUDGE = ./sed-linux.sh
 
242
@BUILD_MINGW32_TRUE@TEXT_KLUDGE = ./sed-windows.sh
223
243
dist_scripts_DATA = projectInfo.xml \
224
 
  Lesson_1.xml
 
244
  cascade.xml \
 
245
  laser.xml \
 
246
  basic_lesson_01.xml \
 
247
  basic_lesson_02.xml \
 
248
  basic_lesson_03.xml \
 
249
  basic_lesson_04.xml \
 
250
  basic_lesson_05.xml \
 
251
  basic_lesson_06.xml \
 
252
  basic_lesson_07.xml \
 
253
  basic_lesson_08.xml \
 
254
  basic_lesson_09.xml \
 
255
  basic_lesson_10.xml \
 
256
  basic_lesson_11.xml \
 
257
  basic_lesson_12.xml \
 
258
  basic_lesson_13.xml \
 
259
  basic_lesson_14.xml \
 
260
  basic_lesson_15.xml \
 
261
  basic_lesson_16.xml \
 
262
  basic_lesson_17.xml \
 
263
  basic_lesson_18.xml \
 
264
  basic_lesson_19.xml \
 
265
  basic_lesson_20.xml \
 
266
  basic_lesson_21.xml \
 
267
  basic_lesson_22.xml \
 
268
  basic_lesson_23.xml \
 
269
  basic_lesson_24.xml \
 
270
  basic_lesson_25.xml \
 
271
  basic_lesson_26.xml \
 
272
  basic_lesson_27.xml \
 
273
  basic_lesson_28.xml \
 
274
  basic_lesson_29.xml \
 
275
  basic_lesson_30.xml \
 
276
  basic_lesson_31.xml \
 
277
  basic_lesson_32.xml \
 
278
  basic_lesson_33.xml \
 
279
  basic_lesson_34.xml \
 
280
  basic_lesson_35.xml \
 
281
  basic_lesson_36.xml \
 
282
  basic_lesson_37.xml \
 
283
  basic_lesson_38.xml \
 
284
  basic_lesson_39.xml \
 
285
  basic_lesson_40.xml \
 
286
  basic_lesson_41.xml \
 
287
  basic_lesson_42.xml \
 
288
  basic_lesson_43.xml 
 
289
 
 
290
EXTRA_DIST = sed-linux.rules \
 
291
  sed-linux.sh \
 
292
  sed-windows.rules \
 
293
  sed-windows.sh
225
294
 
226
295
all: all-am
227
296
 
235
304
              exit 1;; \
236
305
          esac; \
237
306
        done; \
238
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  data/scripts/Makefile'; \
239
 
        cd $(top_srcdir) && \
240
 
          $(AUTOMAKE) --foreign  data/scripts/Makefile
 
307
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/scripts/Makefile'; \
 
308
        $(am__cd) $(top_srcdir) && \
 
309
          $(AUTOMAKE) --foreign data/scripts/Makefile
241
310
.PRECIOUS: Makefile
242
311
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
243
312
        @case '$?' in \
255
324
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256
325
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
257
326
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
327
$(am__aclocal_m4_deps):
258
328
install-dist_scriptsDATA: $(dist_scripts_DATA)
259
329
        @$(NORMAL_INSTALL)
260
330
        test -z "$(scriptsdir)" || $(MKDIR_P) "$(DESTDIR)$(scriptsdir)"
261
 
        @list='$(dist_scripts_DATA)'; for p in $$list; do \
 
331
        @list='$(dist_scripts_DATA)'; test -n "$(scriptsdir)" || list=; \
 
332
        for p in $$list; do \
262
333
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
263
 
          f=$(am__strip_dir) \
264
 
          echo " $(dist_scriptsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(scriptsdir)/$$f'"; \
265
 
          $(dist_scriptsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(scriptsdir)/$$f"; \
 
334
          echo "$$d$$p"; \
 
335
        done | $(am__base_list) | \
 
336
        while read files; do \
 
337
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(scriptsdir)'"; \
 
338
          $(INSTALL_DATA) $$files "$(DESTDIR)$(scriptsdir)" || exit $$?; \
266
339
        done
267
340
 
268
341
uninstall-dist_scriptsDATA:
269
342
        @$(NORMAL_UNINSTALL)
270
 
        @list='$(dist_scripts_DATA)'; for p in $$list; do \
271
 
          f=$(am__strip_dir) \
272
 
          echo " rm -f '$(DESTDIR)$(scriptsdir)/$$f'"; \
273
 
          rm -f "$(DESTDIR)$(scriptsdir)/$$f"; \
274
 
        done
 
343
        @list='$(dist_scripts_DATA)'; test -n "$(scriptsdir)" || list=; \
 
344
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
345
        test -n "$$files" || exit 0; \
 
346
        echo " ( cd '$(DESTDIR)$(scriptsdir)' && rm -f" $$files ")"; \
 
347
        cd "$(DESTDIR)$(scriptsdir)" && rm -f $$files
275
348
tags: TAGS
276
349
TAGS:
277
350
 
295
368
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
296
369
          if test -d $$d/$$file; then \
297
370
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
371
            if test -d "$(distdir)/$$file"; then \
 
372
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
373
            fi; \
298
374
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
299
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
375
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
376
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
300
377
            fi; \
301
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
378
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
302
379
          else \
303
 
            test -f $(distdir)/$$file \
304
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
380
            test -f "$(distdir)/$$file" \
 
381
            || cp -p $$d/$$file "$(distdir)/$$file" \
305
382
            || exit 1; \
306
383
          fi; \
307
384
        done
332
409
 
333
410
distclean-generic:
334
411
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
412
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
335
413
 
336
414
maintainer-clean-generic:
337
415
        @echo "This command is intended for maintainers to use"
350
428
 
351
429
html: html-am
352
430
 
 
431
html-am:
 
432
 
353
433
info: info-am
354
434
 
355
435
info-am:
358
438
 
359
439
install-dvi: install-dvi-am
360
440
 
 
441
install-dvi-am:
 
442
 
361
443
install-exec-am:
362
444
 
363
445
install-html: install-html-am
364
446
 
 
447
install-html-am:
 
448
 
365
449
install-info: install-info-am
366
450
 
 
451
install-info-am:
 
452
 
367
453
install-man:
368
454
 
369
455
install-pdf: install-pdf-am
370
456
 
 
457
install-pdf-am:
 
458
 
371
459
install-ps: install-ps-am
372
460
 
 
461
install-ps-am:
 
462
 
373
463
installcheck-am:
374
464
 
375
465
maintainer-clean: maintainer-clean-am
404
494
        pdf-am ps ps-am uninstall uninstall-am \
405
495
        uninstall-dist_scriptsDATA
406
496
 
 
497
 
 
498
all-am:
 
499
        cd $(srcdir); ${TEXT_KLUDGE}
 
500
 
407
501
# Tell versions [3.59,3.63) of GNU make to not export all variables.
408
502
# Otherwise a system limit (for SysV at least) may be exceeded.
409
503
.NOEXPORT: