~ubuntu-branches/ubuntu/karmic/gnome-games/karmic-proposed

« back to all changes in this revision

Viewing changes to gnect/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2009-04-14 12:31:51 UTC
  • mfrom: (1.1.65)
  • Revision ID: package-import@ubuntu.com-20090414123151-v18w2slnw6nx1f4d
Tags: 1:2.26.1-0ubuntu1
New upstream version

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,
320
320
        @for dep in $?; do \
321
321
          case '$(am__configure_deps)' in \
322
322
            *$$dep*) \
323
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
324
 
                && exit 0; \
 
323
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
324
                && { if test -f $@; then exit 0; else break; fi; }; \
325
325
              exit 1;; \
326
326
          esac; \
327
327
        done; \
427
427
        unique=`for i in $$list; do \
428
428
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
429
429
          done | \
430
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
430
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
431
431
              END { if (nonempty) { for (i in files) print i; }; }'`; \
432
432
        mkid -fID $$unique
433
433
tags: TAGS