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

« back to all changes in this revision

Viewing changes to 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.
199
199
target_alias = @target_alias@
200
200
SUBDIRS = modules codedocs @programdescend@
201
201
EXTRA_DIST = TODO README HACKING INSTALL ChangeLog debian-pdns pdns.spec  \
202
 
codedocs/Makefile codedocs/doxygen.conf contrib/powerdns.solaris.init.d
 
202
codedocs/Makefile codedocs/doxygen.conf contrib/powerdns.solaris.init.d \
 
203
bootstrap
203
204
 
204
205
man8_MANS = pdns/docs/pdns_control.8 pdns/docs/pdns_server.8 pdns/docs/zone2sql.8 
205
206
all: config.h
323
324
#     (which will cause the Makefiles to be regenerated when you run `make');
324
325
# (2) otherwise, pass the desired values on the `make' command line.
325
326
$(RECURSIVE_TARGETS):
326
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
327
        @failcom='exit 1'; \
 
328
        for f in x $$MAKEFLAGS; do \
 
329
          case $$f in \
 
330
            *=* | --[!k]*);; \
 
331
            *k*) failcom='fail=yes';; \
 
332
          esac; \
 
333
        done; \
327
334
        dot_seen=no; \
328
335
        target=`echo $@ | sed s/-recursive//`; \
329
336
        list='$(SUBDIRS)'; for subdir in $$list; do \
335
342
            local_target="$$target"; \
336
343
          fi; \
337
344
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
338
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
345
          || eval $$failcom; \
339
346
        done; \
340
347
        if test "$$dot_seen" = "no"; then \
341
348
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
343
350
 
344
351
mostlyclean-recursive clean-recursive distclean-recursive \
345
352
maintainer-clean-recursive:
346
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
353
        @failcom='exit 1'; \
 
354
        for f in x $$MAKEFLAGS; do \
 
355
          case $$f in \
 
356
            *=* | --[!k]*);; \
 
357
            *k*) failcom='fail=yes';; \
 
358
          esac; \
 
359
        done; \
347
360
        dot_seen=no; \
348
361
        case "$@" in \
349
362
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
364
377
            local_target="$$target"; \
365
378
          fi; \
366
379
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
367
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
380
          || eval $$failcom; \
368
381
        done && test -z "$$fail"
369
382
tags-recursive:
370
383
        list='$(SUBDIRS)'; for subdir in $$list; do \