| 1 | # Makefile.in generated automatically by automake 1.5 from Makefile.am. |
|---|
| 2 | |
|---|
| 3 | # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 |
|---|
| 4 | # Free Software Foundation, Inc. |
|---|
| 5 | # This Makefile.in is free software; the Free Software Foundation |
|---|
| 6 | # gives unlimited permission to copy and/or distribute it, |
|---|
| 7 | # with or without modifications, as long as this notice is preserved. |
|---|
| 8 | |
|---|
| 9 | # This program is distributed in the hope that it will be useful, |
|---|
| 10 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
|---|
| 11 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
|---|
| 12 | # PARTICULAR PURPOSE. |
|---|
| 13 | |
|---|
| 14 | @SET_MAKE@ |
|---|
| 15 | |
|---|
| 16 | SHELL = @SHELL@ |
|---|
| 17 | |
|---|
| 18 | srcdir = @srcdir@ |
|---|
| 19 | top_srcdir = @top_srcdir@ |
|---|
| 20 | VPATH = @srcdir@ |
|---|
| 21 | prefix = @prefix@ |
|---|
| 22 | exec_prefix = @exec_prefix@ |
|---|
| 23 | |
|---|
| 24 | bindir = @bindir@ |
|---|
| 25 | sbindir = @sbindir@ |
|---|
| 26 | libexecdir = @libexecdir@ |
|---|
| 27 | datadir = @datadir@ |
|---|
| 28 | sysconfdir = @sysconfdir@ |
|---|
| 29 | sharedstatedir = @sharedstatedir@ |
|---|
| 30 | localstatedir = @localstatedir@ |
|---|
| 31 | libdir = @libdir@ |
|---|
| 32 | infodir = @infodir@ |
|---|
| 33 | mandir = @mandir@ |
|---|
| 34 | includedir = @includedir@ |
|---|
| 35 | oldincludedir = /usr/include |
|---|
| 36 | pkgdatadir = $(datadir)/@PACKAGE@ |
|---|
| 37 | pkglibdir = $(libdir)/@PACKAGE@ |
|---|
| 38 | pkgincludedir = $(includedir)/@PACKAGE@ |
|---|
| 39 | top_builddir = ../.. |
|---|
| 40 | |
|---|
| 41 | ACLOCAL = @ACLOCAL@ |
|---|
| 42 | AUTOCONF = @AUTOCONF@ |
|---|
| 43 | AUTOMAKE = @AUTOMAKE@ |
|---|
| 44 | AUTOHEADER = @AUTOHEADER@ |
|---|
| 45 | |
|---|
| 46 | INSTALL = @INSTALL@ |
|---|
| 47 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|---|
| 48 | INSTALL_DATA = @INSTALL_DATA@ |
|---|
| 49 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|---|
| 50 | INSTALL_HEADER = $(INSTALL_DATA) |
|---|
| 51 | transform = @program_transform_name@ |
|---|
| 52 | NORMAL_INSTALL = : |
|---|
| 53 | PRE_INSTALL = : |
|---|
| 54 | POST_INSTALL = : |
|---|
| 55 | NORMAL_UNINSTALL = : |
|---|
| 56 | PRE_UNINSTALL = : |
|---|
| 57 | POST_UNINSTALL = : |
|---|
| 58 | host_alias = @host_alias@ |
|---|
| 59 | host_triplet = @host@ |
|---|
| 60 | AMTAR = @AMTAR@ |
|---|
| 61 | AS = @AS@ |
|---|
| 62 | AWK = @AWK@ |
|---|
| 63 | CC = @CC@ |
|---|
| 64 | CXX = @CXX@ |
|---|
| 65 | DEPDIR = @DEPDIR@ |
|---|
| 66 | DLLTOOL = @DLLTOOL@ |
|---|
| 67 | ECHO = @ECHO@ |
|---|
| 68 | EXEEXT = @EXEEXT@ |
|---|
| 69 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
|---|
| 70 | LEX = @LEX@ |
|---|
| 71 | LIBDL = @LIBDL@ |
|---|
| 72 | LIBTOOL = @LIBTOOL@ |
|---|
| 73 | LN_S = @LN_S@ |
|---|
| 74 | OBJDUMP = @OBJDUMP@ |
|---|
| 75 | OBJEXT = @OBJEXT@ |
|---|
| 76 | PACKAGE = @PACKAGE@ |
|---|
| 77 | RANLIB = @RANLIB@ |
|---|
| 78 | STRIP = @STRIP@ |
|---|
| 79 | VERSION = @VERSION@ |
|---|
| 80 | YACC = @YACC@ |
|---|
| 81 | am__include = @am__include@ |
|---|
| 82 | am__quote = @am__quote@ |
|---|
| 83 | install_sh = @install_sh@ |
|---|
| 84 | moduledirs = @moduledirs@ |
|---|
| 85 | modulelibs = @modulelibs@ |
|---|
| 86 | moduleobjects = @moduleobjects@ |
|---|
| 87 | socketdir = @socketdir@ |
|---|
| 88 | |
|---|
| 89 | SUBDIRS = bind |
|---|
| 90 | subdir = pdns/backends |
|---|
| 91 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
|---|
| 92 | CONFIG_HEADER = $(top_builddir)/config.h |
|---|
| 93 | CONFIG_CLEAN_FILES = |
|---|
| 94 | DIST_SOURCES = |
|---|
| 95 | |
|---|
| 96 | RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ |
|---|
| 97 | uninstall-info-recursive all-recursive install-data-recursive \ |
|---|
| 98 | install-exec-recursive installdirs-recursive install-recursive \ |
|---|
| 99 | uninstall-recursive check-recursive installcheck-recursive |
|---|
| 100 | DIST_COMMON = Makefile.am Makefile.in |
|---|
| 101 | DIST_SUBDIRS = $(SUBDIRS) |
|---|
| 102 | all: all-recursive |
|---|
| 103 | |
|---|
| 104 | .SUFFIXES: |
|---|
| 105 | |
|---|
| 106 | mostlyclean-libtool: |
|---|
| 107 | -rm -f *.lo |
|---|
| 108 | |
|---|
| 109 | clean-libtool: |
|---|
| 110 | -rm -rf .libs _libs |
|---|
| 111 | |
|---|
| 112 | distclean-libtool: |
|---|
| 113 | -rm -f libtool |
|---|
| 114 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
|---|
| 115 | cd $(top_srcdir) && \ |
|---|
| 116 | $(AUTOMAKE) --foreign pdns/backends/Makefile |
|---|
| 117 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|---|
| 118 | cd $(top_builddir) && \ |
|---|
| 119 | CONFIG_HEADERS= CONFIG_LINKS= \ |
|---|
| 120 | CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status |
|---|
| 121 | uninstall-info-am: |
|---|
| 122 | |
|---|
| 123 | # This directory's subdirectories are mostly independent; you can cd |
|---|
| 124 | # into them and run `make' without going through this Makefile. |
|---|
| 125 | # To change the values of `make' variables: instead of editing Makefiles, |
|---|
| 126 | # (1) if the variable is set in `config.status', edit `config.status' |
|---|
| 127 | # (which will cause the Makefiles to be regenerated when you run `make'); |
|---|
| 128 | # (2) otherwise, pass the desired values on the `make' command line. |
|---|
| 129 | $(RECURSIVE_TARGETS): |
|---|
| 130 | @set fnord $(MAKEFLAGS); amf=$$2; \ |
|---|
| 131 | dot_seen=no; \ |
|---|
| 132 | target=`echo $@ | sed s/-recursive//`; \ |
|---|
| 133 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 134 | echo "Making $$target in $$subdir"; \ |
|---|
| 135 | if test "$$subdir" = "."; then \ |
|---|
| 136 | dot_seen=yes; \ |
|---|
| 137 | local_target="$$target-am"; \ |
|---|
| 138 | else \ |
|---|
| 139 | local_target="$$target"; \ |
|---|
| 140 | fi; \ |
|---|
| 141 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|---|
| 142 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
|---|
| 143 | done; \ |
|---|
| 144 | if test "$$dot_seen" = "no"; then \ |
|---|
| 145 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
|---|
| 146 | fi; test -z "$$fail" |
|---|
| 147 | |
|---|
| 148 | mostlyclean-recursive clean-recursive distclean-recursive \ |
|---|
| 149 | maintainer-clean-recursive: |
|---|
| 150 | @set fnord $(MAKEFLAGS); amf=$$2; \ |
|---|
| 151 | dot_seen=no; \ |
|---|
| 152 | case "$@" in \ |
|---|
| 153 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
|---|
| 154 | *) list='$(SUBDIRS)' ;; \ |
|---|
| 155 | esac; \ |
|---|
| 156 | rev=''; for subdir in $$list; do \ |
|---|
| 157 | if test "$$subdir" = "."; then :; else \ |
|---|
| 158 | rev="$$subdir $$rev"; \ |
|---|
| 159 | fi; \ |
|---|
| 160 | done; \ |
|---|
| 161 | rev="$$rev ."; \ |
|---|
| 162 | target=`echo $@ | sed s/-recursive//`; \ |
|---|
| 163 | for subdir in $$rev; do \ |
|---|
| 164 | echo "Making $$target in $$subdir"; \ |
|---|
| 165 | if test "$$subdir" = "."; then \ |
|---|
| 166 | local_target="$$target-am"; \ |
|---|
| 167 | else \ |
|---|
| 168 | local_target="$$target"; \ |
|---|
| 169 | fi; \ |
|---|
| 170 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|---|
| 171 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
|---|
| 172 | done && test -z "$$fail" |
|---|
| 173 | tags-recursive: |
|---|
| 174 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 175 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
|---|
| 176 | done |
|---|
| 177 | |
|---|
| 178 | tags: TAGS |
|---|
| 179 | |
|---|
| 180 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|---|
| 181 | list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ |
|---|
| 182 | unique=`for i in $$list; do \ |
|---|
| 183 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 184 | done | \ |
|---|
| 185 | $(AWK) ' { files[$$0] = 1; } \ |
|---|
| 186 | END { for (i in files) print i; }'`; \ |
|---|
| 187 | mkid -fID $$unique $(LISP) |
|---|
| 188 | |
|---|
| 189 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|---|
| 190 | $(TAGS_FILES) $(LISP) |
|---|
| 191 | tags=; \ |
|---|
| 192 | here=`pwd`; \ |
|---|
| 193 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 194 | if test "$$subdir" = .; then :; else \ |
|---|
| 195 | test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ |
|---|
| 196 | fi; \ |
|---|
| 197 | done; \ |
|---|
| 198 | list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ |
|---|
| 199 | unique=`for i in $$list; do \ |
|---|
| 200 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 201 | done | \ |
|---|
| 202 | $(AWK) ' { files[$$0] = 1; } \ |
|---|
| 203 | END { for (i in files) print i; }'`; \ |
|---|
| 204 | test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
|---|
| 205 | || etags $(ETAGS_ARGS) $$tags $$unique $(LISP) |
|---|
| 206 | |
|---|
| 207 | GTAGS: |
|---|
| 208 | here=`CDPATH=: && cd $(top_builddir) && pwd` \ |
|---|
| 209 | && cd $(top_srcdir) \ |
|---|
| 210 | && gtags -i $(GTAGS_ARGS) $$here |
|---|
| 211 | |
|---|
| 212 | distclean-tags: |
|---|
| 213 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH |
|---|
| 214 | |
|---|
| 215 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|---|
| 216 | |
|---|
| 217 | top_distdir = ../.. |
|---|
| 218 | distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) |
|---|
| 219 | |
|---|
| 220 | distdir: $(DISTFILES) |
|---|
| 221 | @for file in $(DISTFILES); do \ |
|---|
| 222 | if test -f $$file; then d=.; else d=$(srcdir); fi; \ |
|---|
| 223 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
|---|
| 224 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
|---|
| 225 | $(mkinstalldirs) "$(distdir)/$$dir"; \ |
|---|
| 226 | fi; \ |
|---|
| 227 | if test -d $$d/$$file; then \ |
|---|
| 228 | cp -pR $$d/$$file $(distdir) \ |
|---|
| 229 | || exit 1; \ |
|---|
| 230 | else \ |
|---|
| 231 | test -f $(distdir)/$$file \ |
|---|
| 232 | || cp -p $$d/$$file $(distdir)/$$file \ |
|---|
| 233 | || exit 1; \ |
|---|
| 234 | fi; \ |
|---|
| 235 | done |
|---|
| 236 | for subdir in $(SUBDIRS); do \ |
|---|
| 237 | if test "$$subdir" = .; then :; else \ |
|---|
| 238 | test -d $(distdir)/$$subdir \ |
|---|
| 239 | || mkdir $(distdir)/$$subdir \ |
|---|
| 240 | || exit 1; \ |
|---|
| 241 | (cd $$subdir && \ |
|---|
| 242 | $(MAKE) $(AM_MAKEFLAGS) \ |
|---|
| 243 | top_distdir="$(top_distdir)" \ |
|---|
| 244 | distdir=../$(distdir)/$$subdir \ |
|---|
| 245 | distdir) \ |
|---|
| 246 | || exit 1; \ |
|---|
| 247 | fi; \ |
|---|
| 248 | done |
|---|
| 249 | check-am: all-am |
|---|
| 250 | check: check-recursive |
|---|
| 251 | all-am: Makefile |
|---|
| 252 | installdirs: installdirs-recursive |
|---|
| 253 | installdirs-am: |
|---|
| 254 | |
|---|
| 255 | install: install-recursive |
|---|
| 256 | install-exec: install-exec-recursive |
|---|
| 257 | install-data: install-data-recursive |
|---|
| 258 | uninstall: uninstall-recursive |
|---|
| 259 | |
|---|
| 260 | install-am: all-am |
|---|
| 261 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|---|
| 262 | |
|---|
| 263 | installcheck: installcheck-recursive |
|---|
| 264 | install-strip: |
|---|
| 265 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|---|
| 266 | `test -z '$(STRIP)' || \ |
|---|
| 267 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
|---|
| 268 | mostlyclean-generic: |
|---|
| 269 | |
|---|
| 270 | clean-generic: |
|---|
| 271 | |
|---|
| 272 | distclean-generic: |
|---|
| 273 | -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* |
|---|
| 274 | |
|---|
| 275 | maintainer-clean-generic: |
|---|
| 276 | @echo "This command is intended for maintainers to use" |
|---|
| 277 | @echo "it deletes files that may require special tools to rebuild." |
|---|
| 278 | clean: clean-recursive |
|---|
| 279 | |
|---|
| 280 | clean-am: clean-generic clean-libtool mostlyclean-am |
|---|
| 281 | |
|---|
| 282 | distclean: distclean-recursive |
|---|
| 283 | |
|---|
| 284 | distclean-am: clean-am distclean-generic distclean-libtool \ |
|---|
| 285 | distclean-tags |
|---|
| 286 | |
|---|
| 287 | dvi: dvi-recursive |
|---|
| 288 | |
|---|
| 289 | dvi-am: |
|---|
| 290 | |
|---|
| 291 | info: info-recursive |
|---|
| 292 | |
|---|
| 293 | info-am: |
|---|
| 294 | |
|---|
| 295 | install-data-am: |
|---|
| 296 | |
|---|
| 297 | install-exec-am: |
|---|
| 298 | |
|---|
| 299 | install-info: install-info-recursive |
|---|
| 300 | |
|---|
| 301 | install-man: |
|---|
| 302 | |
|---|
| 303 | installcheck-am: |
|---|
| 304 | |
|---|
| 305 | maintainer-clean: maintainer-clean-recursive |
|---|
| 306 | |
|---|
| 307 | maintainer-clean-am: distclean-am maintainer-clean-generic |
|---|
| 308 | |
|---|
| 309 | mostlyclean: mostlyclean-recursive |
|---|
| 310 | |
|---|
| 311 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
|---|
| 312 | |
|---|
| 313 | uninstall-am: uninstall-info-am |
|---|
| 314 | |
|---|
| 315 | uninstall-info: uninstall-info-recursive |
|---|
| 316 | |
|---|
| 317 | .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \ |
|---|
| 318 | clean-generic clean-libtool clean-recursive distclean \ |
|---|
| 319 | distclean-generic distclean-libtool distclean-recursive \ |
|---|
| 320 | distclean-tags distdir dvi dvi-am dvi-recursive info info-am \ |
|---|
| 321 | info-recursive install install-am install-data install-data-am \ |
|---|
| 322 | install-data-recursive install-exec install-exec-am \ |
|---|
| 323 | install-exec-recursive install-info install-info-am \ |
|---|
| 324 | install-info-recursive install-man install-recursive \ |
|---|
| 325 | install-strip installcheck installcheck-am installdirs \ |
|---|
| 326 | installdirs-am installdirs-recursive maintainer-clean \ |
|---|
| 327 | maintainer-clean-generic maintainer-clean-recursive mostlyclean \ |
|---|
| 328 | mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \ |
|---|
| 329 | tags tags-recursive uninstall uninstall-am uninstall-info-am \ |
|---|
| 330 | uninstall-info-recursive uninstall-recursive |
|---|
| 331 | |
|---|
| 332 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
|---|
| 333 | # Otherwise a system limit (for SysV at least) may be exceeded. |
|---|
| 334 | .NOEXPORT: |
|---|