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

« back to all changes in this revision

Viewing changes to qt4/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,
316
316
        @for dep in $?; do \
317
317
          case '$(am__configure_deps)' in \
318
318
            *$$dep*) \
319
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
320
 
                && exit 0; \
 
319
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
320
                && { if test -f $@; then exit 0; else break; fi; }; \
321
321
              exit 1;; \
322
322
          esac; \
323
323
        done; \
423
423
        unique=`for i in $$list; do \
424
424
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
425
425
          done | \
426
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
426
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
427
427
              END { if (nonempty) { for (i in files) print i; }; }'`; \
428
428
        mkid -fID $$unique
429
429
tags: TAGS