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

« back to all changes in this revision

Viewing changes to tuxtype/data/themes/greek/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/greek
36
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
37
DIST_COMMON = $(dist_themes_greek_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_greekdir)"
 
63
dist_themes_greekDATA_INSTALL = $(INSTALL_DATA)
 
64
DATA = $(dist_themes_greek_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 = \
165
 
words
 
175
SUBDIRS = words
 
176
themes_greekdir = $(pkgdatadir)/data/themes/greek
 
177
dist_themes_greek_DATA = keyboard.lst \
 
178
  lang.po \
 
179
  settings.txt
166
180
 
167
 
EXTRA_DIST = keyboard.lst lang.po
168
181
all: all-recursive
169
182
 
170
183
.SUFFIXES:
197
210
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
198
211
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
199
212
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
213
install-dist_themes_greekDATA: $(dist_themes_greek_DATA)
 
214
        @$(NORMAL_INSTALL)
 
215
        test -z "$(themes_greekdir)" || $(MKDIR_P) "$(DESTDIR)$(themes_greekdir)"
 
216
        @list='$(dist_themes_greek_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_greekDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themes_greekdir)/$$f'"; \
 
220
          $(dist_themes_greekDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themes_greekdir)/$$f"; \
 
221
        done
 
222
 
 
223
uninstall-dist_themes_greekDATA:
 
224
        @$(NORMAL_UNINSTALL)
 
225
        @list='$(dist_themes_greek_DATA)'; for p in $$list; do \
 
226
          f=$(am__strip_dir) \
 
227
          echo " rm -f '$(DESTDIR)$(themes_greekdir)/$$f'"; \
 
228
          rm -f "$(DESTDIR)$(themes_greekdir)/$$f"; \
 
229
        done
200
230
 
201
231
# This directory's subdirectories are mostly independent; you can cd
202
232
# into them and run `make' without going through this Makefile.
273
303
        unique=`for i in $$list; do \
274
304
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
275
305
          done | \
276
 
          $(AWK) '    { files[$$0] = 1; } \
277
 
               END { for (i in files) print i; }'`; \
 
306
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
307
              END { if (nonempty) { for (i in files) print i; }; }'`; \
278
308
        mkid -fID $$unique
279
309
tags: TAGS
280
310
 
299
329
        unique=`for i in $$list; do \
300
330
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
301
331
          done | \
302
 
          $(AWK) '    { files[$$0] = 1; } \
303
 
               END { for (i in files) print i; }'`; \
 
332
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
333
              END { if (nonempty) { for (i in files) print i; }; }'`; \
304
334
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
305
335
          test -n "$$unique" || unique=$$empty_fix; \
306
336
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
310
340
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
311
341
                $(TAGS_FILES) $(LISP)
312
342
        tags=; \
313
 
        here=`pwd`; \
314
343
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
315
344
        unique=`for i in $$list; do \
316
345
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
317
346
          done | \
318
 
          $(AWK) '    { files[$$0] = 1; } \
319
 
               END { for (i in files) print i; }'`; \
 
347
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
348
              END { if (nonempty) { for (i in files) print i; }; }'`; \
320
349
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
321
350
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
322
351
             $$tags $$unique
374
403
        done
375
404
check-am: all-am
376
405
check: check-recursive
377
 
all-am: Makefile
 
406
all-am: Makefile $(DATA)
378
407
installdirs: installdirs-recursive
379
408
installdirs-am:
 
409
        for dir in "$(DESTDIR)$(themes_greekdir)"; do \
 
410
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
411
        done
380
412
install: install-recursive
381
413
install-exec: install-exec-recursive
382
414
install-data: install-data-recursive
419
451
 
420
452
info-am:
421
453
 
422
 
install-data-am: install-data-local
 
454
install-data-am: install-dist_themes_greekDATA
423
455
 
424
456
install-dvi: install-dvi-recursive
425
457
 
453
485
 
454
486
ps-am:
455
487
 
456
 
uninstall-am: uninstall-local
 
488
uninstall-am: uninstall-dist_themes_greekDATA
457
489
 
458
490
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
459
491
        install-strip
462
494
        all all-am check check-am clean clean-generic ctags \
463
495
        ctags-recursive distclean distclean-generic distclean-tags \
464
496
        distdir dvi dvi-am html html-am info info-am install \
465
 
        install-am install-data install-data-am install-data-local \
466
 
        install-dvi install-dvi-am install-exec install-exec-am \
467
 
        install-html install-html-am install-info install-info-am \
468
 
        install-man install-pdf install-pdf-am install-ps \
469
 
        install-ps-am install-strip installcheck installcheck-am \
470
 
        installdirs installdirs-am maintainer-clean \
471
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
472
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
473
 
        uninstall-local
474
 
 
475
 
 
476
 
install-data-local:
477
 
        $(MKDIR_P) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/greek
478
 
        $(INSTALL_DATA) $(srcdir)/lang.po $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/greek/lang.po
479
 
        $(INSTALL_DATA) $(srcdir)/keyboard.lst $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/greek/keyboard.lst
480
 
 
481
 
uninstall-local:
482
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/greek/keyboard.lst
483
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/greek/lang.po
 
497
        install-am install-data install-data-am \
 
498
        install-dist_themes_greekDATA 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_greekDATA
 
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: