~ubuntu-branches/ubuntu/natty/gnome-keyring/natty

« back to all changes in this revision

Viewing changes to pam/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-16 19:00:06 UTC
  • mfrom: (1.1.58 upstream)
  • Revision ID: james.westby@ubuntu.com-20100216190006-cqpnic4zxlkmmi0o
Tags: 2.29.90git20100218-0ubuntu1
Updated to a git snapshot version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
187
187
EGREP = @EGREP@
188
188
EXEEXT = @EXEEXT@
189
189
FGREP = @FGREP@
190
 
GCONF_CFLAGS = @GCONF_CFLAGS@
191
 
GCONF_LIBS = @GCONF_LIBS@
192
190
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
193
191
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
194
192
GCR_LT_RELEASE = @GCR_LT_RELEASE@
252
250
OBJEXT = @OBJEXT@
253
251
OTOOL = @OTOOL@
254
252
OTOOL64 = @OTOOL64@
 
253
P11_TESTS_CFLAGS = @P11_TESTS_CFLAGS@
 
254
P11_TESTS_LIBS = @P11_TESTS_LIBS@
255
255
PACKAGE = @PACKAGE@
256
256
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
257
257
PACKAGE_NAME = @PACKAGE_NAME@
469
469
#     (which will cause the Makefiles to be regenerated when you run `make');
470
470
# (2) otherwise, pass the desired values on the `make' command line.
471
471
$(RECURSIVE_TARGETS):
472
 
        @failcom='exit 1'; \
 
472
        @fail= failcom='exit 1'; \
473
473
        for f in x $$MAKEFLAGS; do \
474
474
          case $$f in \
475
475
            *=* | --[!k]*);; \
494
494
        fi; test -z "$$fail"
495
495
 
496
496
$(RECURSIVE_CLEAN_TARGETS):
497
 
        @failcom='exit 1'; \
 
497
        @fail= failcom='exit 1'; \
498
498
        for f in x $$MAKEFLAGS; do \
499
499
          case $$f in \
500
500
            *=* | --[!k]*);; \