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

« back to all changes in this revision

Viewing changes to tuxtype/data/themes/wolof/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/wolof
36
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
37
DIST_COMMON = $(dist_themes_wolof_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_wolofdir)"
 
63
dist_themes_wolofDATA_INSTALL = $(INSTALL_DATA)
 
64
DATA = $(dist_themes_wolof_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 = images words
165
 
EXTRA_DIST = lang.po keyboard.lst
 
175
SUBDIRS = images words 
 
176
themes_wolofdir = $(pkgdatadir)/data/themes/wolof
 
177
dist_themes_wolof_DATA = lang.po \
 
178
  keyboard.lst
 
179
 
166
180
all: all-recursive
167
181
 
168
182
.SUFFIXES:
195
209
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
196
210
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
197
211
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
212
install-dist_themes_wolofDATA: $(dist_themes_wolof_DATA)
 
213
        @$(NORMAL_INSTALL)
 
214
        test -z "$(themes_wolofdir)" || $(MKDIR_P) "$(DESTDIR)$(themes_wolofdir)"
 
215
        @list='$(dist_themes_wolof_DATA)'; for p in $$list; do \
 
216
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
217
          f=$(am__strip_dir) \
 
218
          echo " $(dist_themes_wolofDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themes_wolofdir)/$$f'"; \
 
219
          $(dist_themes_wolofDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themes_wolofdir)/$$f"; \
 
220
        done
 
221
 
 
222
uninstall-dist_themes_wolofDATA:
 
223
        @$(NORMAL_UNINSTALL)
 
224
        @list='$(dist_themes_wolof_DATA)'; for p in $$list; do \
 
225
          f=$(am__strip_dir) \
 
226
          echo " rm -f '$(DESTDIR)$(themes_wolofdir)/$$f'"; \
 
227
          rm -f "$(DESTDIR)$(themes_wolofdir)/$$f"; \
 
228
        done
198
229
 
199
230
# This directory's subdirectories are mostly independent; you can cd
200
231
# into them and run `make' without going through this Makefile.
271
302
        unique=`for i in $$list; do \
272
303
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
273
304
          done | \
274
 
          $(AWK) '    { files[$$0] = 1; } \
275
 
               END { for (i in files) print i; }'`; \
 
305
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
306
              END { if (nonempty) { for (i in files) print i; }; }'`; \
276
307
        mkid -fID $$unique
277
308
tags: TAGS
278
309
 
297
328
        unique=`for i in $$list; do \
298
329
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299
330
          done | \
300
 
          $(AWK) '    { files[$$0] = 1; } \
301
 
               END { for (i in files) print i; }'`; \
 
331
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
332
              END { if (nonempty) { for (i in files) print i; }; }'`; \
302
333
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
303
334
          test -n "$$unique" || unique=$$empty_fix; \
304
335
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
308
339
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
309
340
                $(TAGS_FILES) $(LISP)
310
341
        tags=; \
311
 
        here=`pwd`; \
312
342
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
313
343
        unique=`for i in $$list; do \
314
344
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315
345
          done | \
316
 
          $(AWK) '    { files[$$0] = 1; } \
317
 
               END { for (i in files) print i; }'`; \
 
346
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
347
              END { if (nonempty) { for (i in files) print i; }; }'`; \
318
348
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
319
349
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
320
350
             $$tags $$unique
372
402
        done
373
403
check-am: all-am
374
404
check: check-recursive
375
 
all-am: Makefile
 
405
all-am: Makefile $(DATA)
376
406
installdirs: installdirs-recursive
377
407
installdirs-am:
 
408
        for dir in "$(DESTDIR)$(themes_wolofdir)"; do \
 
409
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
410
        done
378
411
install: install-recursive
379
412
install-exec: install-exec-recursive
380
413
install-data: install-data-recursive
417
450
 
418
451
info-am:
419
452
 
420
 
install-data-am: install-data-local
 
453
install-data-am: install-dist_themes_wolofDATA
421
454
 
422
455
install-dvi: install-dvi-recursive
423
456
 
451
484
 
452
485
ps-am:
453
486
 
454
 
uninstall-am: uninstall-local
 
487
uninstall-am: uninstall-dist_themes_wolofDATA
455
488
 
456
489
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
457
490
        install-strip
460
493
        all all-am check check-am clean clean-generic ctags \
461
494
        ctags-recursive distclean distclean-generic distclean-tags \
462
495
        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/wolof
476
 
        $(INSTALL_DATA) $(srcdir)/lang.po $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/wolof
477
 
        $(INSTALL_DATA) $(srcdir)/keyboard.lst $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/wolof
478
 
 
479
 
uninstall-local:
480
 
        -rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/wolof/lang.po
481
 
        -rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/wolof/keyboard.lst
 
496
        install-am install-data install-data-am \
 
497
        install-dist_themes_wolofDATA install-dvi install-dvi-am \
 
498
        install-exec install-exec-am install-html install-html-am \
 
499
        install-info install-info-am install-man install-pdf \
 
500
        install-pdf-am install-ps install-ps-am install-strip \
 
501
        installcheck installcheck-am installdirs installdirs-am \
 
502
        maintainer-clean maintainer-clean-generic mostlyclean \
 
503
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
 
504
        uninstall uninstall-am uninstall-dist_themes_wolofDATA
 
505
 
482
506
# Tell versions [3.59,3.63) of GNU make to not export all variables.
483
507
# Otherwise a system limit (for SysV at least) may be exceeded.
484
508
.NOEXPORT: