~ubuntu-branches/ubuntu/raring/dansguardian/raring

« back to all changes in this revision

Viewing changes to configs/authplugins/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2009-06-14 11:21:44 UTC
  • mfrom: (1.1.8 upstream) (7.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090614112144-m630jsv0vn9kcg5c
Tags: 2.10.1.1-1
* New upstream version (Closes: #516749)
* Re-enable clamd support (Closes: #533024)
* Bump standards version (No changes)
* Add --retry 15 to start-ѕtop-daemon (Closes: #424076)
* Fix headers for gcc 4.4 (Closes: #505386, #526156)
  Thanks to tbm for the patch

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,
115
115
MKDIR_P = @MKDIR_P@
116
116
NTLMSUPPORT = @NTLMSUPPORT@
117
117
OBJEXT = @OBJEXT@
 
118
ORIGIPSUPPORT = @ORIGIPSUPPORT@
118
119
PACKAGE = @PACKAGE@
119
120
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
120
121
PACKAGE_NAME = @PACKAGE_NAME@
174
175
srcdir = @srcdir@
175
176
sysconfdir = @sysconfdir@
176
177
target_alias = @target_alias@
 
178
top_build_prefix = @top_build_prefix@
177
179
top_builddir = @top_builddir@
178
180
top_srcdir = @top_srcdir@
179
181
MAINTAINERCLEANFILES = Makefile.in
190
192
        @for dep in $?; do \
191
193
          case '$(am__configure_deps)' in \
192
194
            *$$dep*) \
193
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
194
 
                && exit 0; \
 
195
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
196
                && { if test -f $@; then exit 0; else break; fi; }; \
195
197
              exit 1;; \
196
198
          esac; \
197
199
        done; \
293
295
        unique=`for i in $$list; do \
294
296
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
295
297
          done | \
296
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
298
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
297
299
              END { if (nonempty) { for (i in files) print i; }; }'`; \
298
300
        mkid -fID $$unique
299
301
tags: TAGS