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

« back to all changes in this revision

Viewing changes to sigscheme/include/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,
257
257
        @for dep in $?; do \
258
258
          case '$(am__configure_deps)' in \
259
259
            *$$dep*) \
260
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
261
 
                && exit 0; \
 
260
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
261
                && { if test -f $@; then exit 0; else break; fi; }; \
262
262
              exit 1;; \
263
263
          esac; \
264
264
        done; \
364
364
        unique=`for i in $$list; do \
365
365
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366
366
          done | \
367
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
367
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368
368
              END { if (nonempty) { for (i in files) print i; }; }'`; \
369
369
        mkid -fID $$unique
370
370
tags: TAGS