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

« back to all changes in this revision

Viewing changes to tuxtype/data/themes/nederlands/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2008-06-23 16:04:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080623160401-0mn14a5fp7fbwreh
Tags: 1.5.17.dfsg1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - add X-Ubuntu-Gettext-Domain=tuxtype and
    Categories=GNOME;Application;Game; to .desktop file
  - add XSBC-Original-Maintainer field  
  - merge conflicting greek and malayalam translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
 
16
 
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
18
19
pkglibdir = $(libdir)/@PACKAGE@
33
34
host_triplet = @host@
34
35
target_triplet = @target@
35
36
subdir = tuxtype/data/themes/nederlands
36
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
37
DIST_COMMON = $(dist_themes_nederlands_DATA) $(srcdir)/Makefile.am \
 
38
        $(srcdir)/Makefile.in
37
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
40
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
39
41
        $(top_srcdir)/configure.ac
51
53
        install-pdf-recursive install-ps-recursive install-recursive \
52
54
        installcheck-recursive installdirs-recursive pdf-recursive \
53
55
        ps-recursive uninstall-recursive
 
56
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
57
am__vpath_adj = case $$p in \
 
58
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
59
    *) f=$$p;; \
 
60
  esac;
 
61
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
62
am__installdirs = "$(DESTDIR)$(themes_nederlandsdir)"
 
63
dist_themes_nederlandsDATA_INSTALL = $(INSTALL_DATA)
 
64
DATA = $(dist_themes_nederlands_DATA)
54
65
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
55
66
  distclean-recursive maintainer-clean-recursive
56
67
ETAGS = etags
161
172
target_vendor = @target_vendor@
162
173
top_builddir = @top_builddir@
163
174
top_srcdir = @top_srcdir@
164
 
SUBDIRS = words
165
 
EXTRA_DIST = lang.po keyboard.lst nederlands.txt
 
175
SUBDIRS = words 
 
176
themes_nederlandsdir = $(pkgdatadir)/data/themes/nederlands
 
177
dist_themes_nederlands_DATA = lang.po \
 
178
  keyboard.lst \
 
179
  nederlands.txt
 
180
 
166
181
all: all-recursive
167
182
 
168
183
.SUFFIXES:
195
210
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
196
211
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
197
212
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
213
install-dist_themes_nederlandsDATA: $(dist_themes_nederlands_DATA)
 
214
        @$(NORMAL_INSTALL)
 
215
        test -z "$(themes_nederlandsdir)" || $(MKDIR_P) "$(DESTDIR)$(themes_nederlandsdir)"
 
216
        @list='$(dist_themes_nederlands_DATA)'; for p in $$list; do \
 
217
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
218
          f=$(am__strip_dir) \
 
219
          echo " $(dist_themes_nederlandsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themes_nederlandsdir)/$$f'"; \
 
220
          $(dist_themes_nederlandsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themes_nederlandsdir)/$$f"; \
 
221
        done
 
222
 
 
223
uninstall-dist_themes_nederlandsDATA:
 
224
        @$(NORMAL_UNINSTALL)
 
225
        @list='$(dist_themes_nederlands_DATA)'; for p in $$list; do \
 
226
          f=$(am__strip_dir) \
 
227
          echo " rm -f '$(DESTDIR)$(themes_nederlandsdir)/$$f'"; \
 
228
          rm -f "$(DESTDIR)$(themes_nederlandsdir)/$$f"; \
 
229
        done
198
230
 
199
231
# This directory's subdirectories are mostly independent; you can cd
200
232
# into them and run `make' without going through this Makefile.
271
303
        unique=`for i in $$list; do \
272
304
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
273
305
          done | \
274
 
          $(AWK) '    { files[$$0] = 1; } \
275
 
               END { for (i in files) print i; }'`; \
 
306
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
307
              END { if (nonempty) { for (i in files) print i; }; }'`; \
276
308
        mkid -fID $$unique
277
309
tags: TAGS
278
310
 
297
329
        unique=`for i in $$list; do \
298
330
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299
331
          done | \
300
 
          $(AWK) '    { files[$$0] = 1; } \
301
 
               END { for (i in files) print i; }'`; \
 
332
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
333
              END { if (nonempty) { for (i in files) print i; }; }'`; \
302
334
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
303
335
          test -n "$$unique" || unique=$$empty_fix; \
304
336
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
308
340
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
309
341
                $(TAGS_FILES) $(LISP)
310
342
        tags=; \
311
 
        here=`pwd`; \
312
343
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
313
344
        unique=`for i in $$list; do \
314
345
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315
346
          done | \
316
 
          $(AWK) '    { files[$$0] = 1; } \
317
 
               END { for (i in files) print i; }'`; \
 
347
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
348
              END { if (nonempty) { for (i in files) print i; }; }'`; \
318
349
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
319
350
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
320
351
             $$tags $$unique
372
403
        done
373
404
check-am: all-am
374
405
check: check-recursive
375
 
all-am: Makefile
 
406
all-am: Makefile $(DATA)
376
407
installdirs: installdirs-recursive
377
408
installdirs-am:
 
409
        for dir in "$(DESTDIR)$(themes_nederlandsdir)"; do \
 
410
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
411
        done
378
412
install: install-recursive
379
413
install-exec: install-exec-recursive
380
414
install-data: install-data-recursive
417
451
 
418
452
info-am:
419
453
 
420
 
install-data-am: install-data-local
 
454
install-data-am: install-dist_themes_nederlandsDATA
421
455
 
422
456
install-dvi: install-dvi-recursive
423
457
 
451
485
 
452
486
ps-am:
453
487
 
454
 
uninstall-am: uninstall-local
 
488
uninstall-am: uninstall-dist_themes_nederlandsDATA
455
489
 
456
490
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
457
491
        install-strip
460
494
        all all-am check check-am clean clean-generic ctags \
461
495
        ctags-recursive distclean distclean-generic distclean-tags \
462
496
        distdir dvi dvi-am html html-am info info-am install \
463
 
        install-am install-data install-data-am install-data-local \
464
 
        install-dvi install-dvi-am install-exec install-exec-am \
465
 
        install-html install-html-am install-info install-info-am \
466
 
        install-man install-pdf install-pdf-am install-ps \
467
 
        install-ps-am install-strip installcheck installcheck-am \
468
 
        installdirs installdirs-am maintainer-clean \
469
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
470
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
471
 
        uninstall-local
472
 
 
473
 
 
474
 
install-data-local:
475
 
        $(MKDIR_P) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/nederlands
476
 
        $(INSTALL_DATA) $(srcdir)/lang.po $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/nederlands/lang.po
477
 
        $(INSTALL_DATA) $(srcdir)/nederlands.txt $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/nederlands/nederlands.txt
478
 
        $(INSTALL_DATA) $(srcdir)/keyboard.lst $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/nederlands/keyboard.lst
479
 
 
480
 
uninstall-local:
481
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/nederlands/lang.po
482
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/nederlands/nederlands.txt
483
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/nederlands/keyboard.lst
 
497
        install-am install-data install-data-am \
 
498
        install-dist_themes_nederlandsDATA install-dvi install-dvi-am \
 
499
        install-exec install-exec-am install-html install-html-am \
 
500
        install-info install-info-am install-man install-pdf \
 
501
        install-pdf-am install-ps install-ps-am install-strip \
 
502
        installcheck installcheck-am installdirs installdirs-am \
 
503
        maintainer-clean maintainer-clean-generic mostlyclean \
 
504
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
 
505
        uninstall uninstall-am uninstall-dist_themes_nederlandsDATA
 
506
 
484
507
# Tell versions [3.59,3.63) of GNU make to not export all variables.
485
508
# Otherwise a system limit (for SysV at least) may be exceeded.
486
509
.NOEXPORT: