~ubuntu-branches/ubuntu/karmic/opensc/karmic-security

« back to all changes in this revision

Viewing changes to doc/nonpersistent/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-07-07 11:41:27 UTC
  • mfrom: (8.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090707114127-3azk7covgbfkm287
Tags: 0.11.8-1ubuntu1
* Merge from debian unstable, remaining change (LP: #396385):
  - debian/mozilla-opensc.links: Install links for firefox and
    xulrunner-addons.

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,
222
222
srcdir = @srcdir@
223
223
sysconfdir = @sysconfdir@
224
224
target_alias = @target_alias@
 
225
top_build_prefix = @top_build_prefix@
225
226
top_builddir = @top_builddir@
226
227
top_srcdir = @top_srcdir@
227
228
xslstylesheetsdir = @xslstylesheetsdir@
241
242
        @for dep in $?; do \
242
243
          case '$(am__configure_deps)' in \
243
244
            *$$dep*) \
244
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
245
 
                && exit 0; \
 
245
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
246
                && { if test -f $@; then exit 0; else break; fi; }; \
246
247
              exit 1;; \
247
248
          esac; \
248
249
        done; \