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

« back to all changes in this revision

Viewing changes to tuxtype/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.
55
55
        ConvertUTF.$(OBJEXT) options.$(OBJEXT)
56
56
tuxtype_OBJECTS = $(am_tuxtype_OBJECTS)
57
57
tuxtype_LDADD = $(LDADD)
58
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
58
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
59
59
depcomp = $(SHELL) $(top_srcdir)/depcomp
60
60
am__depfiles_maybe = depfiles
61
61
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
403
403
        unique=`for i in $$list; do \
404
404
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405
405
          done | \
406
 
          $(AWK) '    { files[$$0] = 1; } \
407
 
               END { for (i in files) print i; }'`; \
 
406
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
407
              END { if (nonempty) { for (i in files) print i; }; }'`; \
408
408
        mkid -fID $$unique
409
409
tags: TAGS
410
410
 
429
429
        unique=`for i in $$list; do \
430
430
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
431
431
          done | \
432
 
          $(AWK) '    { files[$$0] = 1; } \
433
 
               END { for (i in files) print i; }'`; \
 
432
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
433
              END { if (nonempty) { for (i in files) print i; }; }'`; \
434
434
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
435
435
          test -n "$$unique" || unique=$$empty_fix; \
436
436
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
440
440
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
441
441
                $(TAGS_FILES) $(LISP)
442
442
        tags=; \
443
 
        here=`pwd`; \
444
443
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
445
444
        unique=`for i in $$list; do \
446
445
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447
446
          done | \
448
 
          $(AWK) '    { files[$$0] = 1; } \
449
 
               END { for (i in files) print i; }'`; \
 
447
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
448
              END { if (nonempty) { for (i in files) print i; }; }'`; \
450
449
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
451
450
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
452
451
             $$tags $$unique