root/trunk/pdns/pdns/backends/Makefile.in @ 13

Revision 13, 9.4 KB (checked in by ahu, 10 years ago)

open source work

  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id revision
Line 
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
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ../..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58host_alias = @host_alias@
59host_triplet = @host@
60AMTAR = @AMTAR@
61AS = @AS@
62AWK = @AWK@
63CC = @CC@
64CXX = @CXX@
65DEPDIR = @DEPDIR@
66DLLTOOL = @DLLTOOL@
67ECHO = @ECHO@
68EXEEXT = @EXEEXT@
69INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
70LEX = @LEX@
71LIBDL = @LIBDL@
72LIBTOOL = @LIBTOOL@
73LN_S = @LN_S@
74OBJDUMP = @OBJDUMP@
75OBJEXT = @OBJEXT@
76PACKAGE = @PACKAGE@
77RANLIB = @RANLIB@
78STRIP = @STRIP@
79VERSION = @VERSION@
80YACC = @YACC@
81am__include = @am__include@
82am__quote = @am__quote@
83install_sh = @install_sh@
84moduledirs = @moduledirs@
85modulelibs = @modulelibs@
86moduleobjects = @moduleobjects@
87socketdir = @socketdir@
88
89SUBDIRS = bind
90subdir = pdns/backends
91mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
92CONFIG_HEADER = $(top_builddir)/config.h
93CONFIG_CLEAN_FILES =
94DIST_SOURCES =
95
96RECURSIVE_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
100DIST_COMMON = Makefile.am Makefile.in
101DIST_SUBDIRS = $(SUBDIRS)
102all: all-recursive
103
104.SUFFIXES:
105
106mostlyclean-libtool:
107        -rm -f *.lo
108
109clean-libtool:
110        -rm -rf .libs _libs
111
112distclean-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
117Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
118        cd $(top_builddir) && \
119          CONFIG_HEADERS= CONFIG_LINKS= \
120          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
121uninstall-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
148mostlyclean-recursive clean-recursive distclean-recursive \
149maintainer-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"
173tags-recursive:
174        list='$(SUBDIRS)'; for subdir in $$list; do \
175          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
176        done
177
178tags: TAGS
179
180ID: $(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
189TAGS: 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
207GTAGS:
208        here=`CDPATH=: && cd $(top_builddir) && pwd` \
209          && cd $(top_srcdir) \
210          && gtags -i $(GTAGS_ARGS) $$here
211
212distclean-tags:
213        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
214
215DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
216
217top_distdir = ../..
218distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
219
220distdir: $(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
249check-am: all-am
250check: check-recursive
251all-am: Makefile
252installdirs: installdirs-recursive
253installdirs-am:
254
255install: install-recursive
256install-exec: install-exec-recursive
257install-data: install-data-recursive
258uninstall: uninstall-recursive
259
260install-am: all-am
261        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
262
263installcheck: installcheck-recursive
264install-strip:
265        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
266          `test -z '$(STRIP)' || \
267            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
268mostlyclean-generic:
269
270clean-generic:
271
272distclean-generic:
273        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
274
275maintainer-clean-generic:
276        @echo "This command is intended for maintainers to use"
277        @echo "it deletes files that may require special tools to rebuild."
278clean: clean-recursive
279
280clean-am: clean-generic clean-libtool mostlyclean-am
281
282distclean: distclean-recursive
283
284distclean-am: clean-am distclean-generic distclean-libtool \
285        distclean-tags
286
287dvi: dvi-recursive
288
289dvi-am:
290
291info: info-recursive
292
293info-am:
294
295install-data-am:
296
297install-exec-am:
298
299install-info: install-info-recursive
300
301install-man:
302
303installcheck-am:
304
305maintainer-clean: maintainer-clean-recursive
306
307maintainer-clean-am: distclean-am maintainer-clean-generic
308
309mostlyclean: mostlyclean-recursive
310
311mostlyclean-am: mostlyclean-generic mostlyclean-libtool
312
313uninstall-am: uninstall-info-am
314
315uninstall-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:
Note: See TracBrowser for help on using the browser.