~ubuntu-branches/ubuntu/maverick/uim/maverick

« back to all changes in this revision

Viewing changes to xim/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Masahito Omote
  • Date: 2009-03-01 12:57:00 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090301125700-0ykjdq0zgj55e3n3
Tags: 1:1.5.5-1
New upstream release and final upload by current maintainter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
386
386
        @for dep in $?; do \
387
387
          case '$(am__configure_deps)' in \
388
388
            *$$dep*) \
389
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
390
 
                && exit 0; \
 
389
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
390
                && { if test -f $@; then exit 0; else break; fi; }; \
391
391
              exit 1;; \
392
392
          esac; \
393
393
        done; \
682
682
          esac; \
683
683
        done; \
684
684
        for i in $$list; do \
685
 
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
686
 
          else file=$$i; fi; \
 
685
          if test -f $$i; then file=$$i; \
 
686
          else file=$(srcdir)/$$i; fi; \
687
687
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
688
688
          case "$$ext" in \
689
689
            1*) ;; \
722
722
        unique=`for i in $$list; do \
723
723
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
724
724
          done | \
725
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
725
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
726
726
              END { if (nonempty) { for (i in files) print i; }; }'`; \
727
727
        mkid -fID $$unique
728
728
tags: TAGS