~ubuntu-branches/ubuntu/precise/libopenraw/precise

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2009-05-23 11:51:07 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090523115107-a9ct1uyolknt64ut
Tags: 0.0.8-1
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,
348
348
        @for dep in $?; do \
349
349
          case '$(am__configure_deps)' in \
350
350
            *$$dep*) \
351
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
352
 
                && exit 0; \
 
351
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
352
                && { if test -f $@; then exit 0; else break; fi; }; \
353
353
              exit 1;; \
354
354
          esac; \
355
355
        done; \
356
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  lib/Makefile'; \
 
356
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/Makefile'; \
357
357
        cd $(top_srcdir) && \
358
 
          $(AUTOMAKE) --foreign  lib/Makefile
 
358
          $(AUTOMAKE) --gnu  lib/Makefile
359
359
.PRECIOUS: Makefile
360
360
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
361
361
        @case '$?' in \
588
588
        unique=`for i in $$list; do \
589
589
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
590
590
          done | \
591
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
591
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
592
592
              END { if (nonempty) { for (i in files) print i; }; }'`; \
593
593
        mkid -fID $$unique
594
594
tags: TAGS