~ubuntu-branches/ubuntu/maverick/pdns/maverick-updates

« back to all changes in this revision

Viewing changes to pdns/backends/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Debian PowerDNS Maintainers
  • Date: 2006-05-06 10:40:44 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060506104044-v9hczzfl7dcri6qt
Tags: 2.9.20-3
Disable the recursor, this is in a separate package now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.4 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
225
225
#     (which will cause the Makefiles to be regenerated when you run `make');
226
226
# (2) otherwise, pass the desired values on the `make' command line.
227
227
$(RECURSIVE_TARGETS):
228
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
228
        @failcom='exit 1'; \
 
229
        for f in x $$MAKEFLAGS; do \
 
230
          case $$f in \
 
231
            *=* | --[!k]*);; \
 
232
            *k*) failcom='fail=yes';; \
 
233
          esac; \
 
234
        done; \
229
235
        dot_seen=no; \
230
236
        target=`echo $@ | sed s/-recursive//`; \
231
237
        list='$(SUBDIRS)'; for subdir in $$list; do \
237
243
            local_target="$$target"; \
238
244
          fi; \
239
245
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
240
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
246
          || eval $$failcom; \
241
247
        done; \
242
248
        if test "$$dot_seen" = "no"; then \
243
249
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
245
251
 
246
252
mostlyclean-recursive clean-recursive distclean-recursive \
247
253
maintainer-clean-recursive:
248
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
254
        @failcom='exit 1'; \
 
255
        for f in x $$MAKEFLAGS; do \
 
256
          case $$f in \
 
257
            *=* | --[!k]*);; \
 
258
            *k*) failcom='fail=yes';; \
 
259
          esac; \
 
260
        done; \
249
261
        dot_seen=no; \
250
262
        case "$@" in \
251
263
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
266
278
            local_target="$$target"; \
267
279
          fi; \
268
280
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
269
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
281
          || eval $$failcom; \
270
282
        done && test -z "$$fail"
271
283
tags-recursive:
272
284
        list='$(SUBDIRS)'; for subdir in $$list; do \