Makefile.in revision 1.1.1.11 1 1.1.1.9 christos # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 1.1.1.9 christos # @configure_input@
3 1.1 christos
4 1.1.1.9 christos # Copyright (C) 1994-2021 Free Software Foundation, Inc.
5 1.1.1.9 christos
6 1.1.1.9 christos # This Makefile.in is free software; the Free Software Foundation
7 1.1.1.9 christos # gives unlimited permission to copy and/or distribute it,
8 1.1.1.9 christos # with or without modifications, as long as this notice is preserved.
9 1.1.1.9 christos
10 1.1.1.9 christos # This program is distributed in the hope that it will be useful,
11 1.1.1.9 christos # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 1.1.1.9 christos # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 1.1.1.9 christos # PARTICULAR PURPOSE.
14 1.1.1.9 christos
15 1.1.1.9 christos @SET_MAKE@
16 1.1.1.9 christos
17 1.1.1.9 christos # Hey Emacs, this is -*- makefile-automake -*- file!
18 1.1.1.9 christos # vim: filetype=automake
19 1.1.1.9 christos
20 1.1.1.9 christos VPATH = @srcdir@
21 1.1.1.9 christos am__is_gnu_make = { \
22 1.1.1.9 christos if test -z '$(MAKELEVEL)'; then \
23 1.1.1.9 christos false; \
24 1.1.1.9 christos elif test -n '$(MAKE_HOST)'; then \
25 1.1.1.9 christos true; \
26 1.1.1.9 christos elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
27 1.1.1.9 christos true; \
28 1.1.1.9 christos else \
29 1.1.1.9 christos false; \
30 1.1.1.9 christos fi; \
31 1.1.1.9 christos }
32 1.1.1.9 christos am__make_running_with_option = \
33 1.1.1.9 christos case $${target_option-} in \
34 1.1.1.9 christos ?) ;; \
35 1.1.1.9 christos *) echo "am__make_running_with_option: internal error: invalid" \
36 1.1.1.9 christos "target option '$${target_option-}' specified" >&2; \
37 1.1.1.9 christos exit 1;; \
38 1.1.1.9 christos esac; \
39 1.1.1.9 christos has_opt=no; \
40 1.1.1.9 christos sane_makeflags=$$MAKEFLAGS; \
41 1.1.1.9 christos if $(am__is_gnu_make); then \
42 1.1.1.9 christos sane_makeflags=$$MFLAGS; \
43 1.1.1.9 christos else \
44 1.1.1.9 christos case $$MAKEFLAGS in \
45 1.1.1.9 christos *\\[\ \ ]*) \
46 1.1.1.9 christos bs=\\; \
47 1.1.1.9 christos sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
48 1.1.1.9 christos | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
49 1.1.1.9 christos esac; \
50 1.1.1.9 christos fi; \
51 1.1.1.9 christos skip_next=no; \
52 1.1.1.9 christos strip_trailopt () \
53 1.1.1.9 christos { \
54 1.1.1.9 christos flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
55 1.1.1.9 christos }; \
56 1.1.1.9 christos for flg in $$sane_makeflags; do \
57 1.1.1.9 christos test $$skip_next = yes && { skip_next=no; continue; }; \
58 1.1.1.9 christos case $$flg in \
59 1.1.1.9 christos *=*|--*) continue;; \
60 1.1.1.9 christos -*I) strip_trailopt 'I'; skip_next=yes;; \
61 1.1.1.9 christos -*I?*) strip_trailopt 'I';; \
62 1.1.1.9 christos -*O) strip_trailopt 'O'; skip_next=yes;; \
63 1.1.1.9 christos -*O?*) strip_trailopt 'O';; \
64 1.1.1.9 christos -*l) strip_trailopt 'l'; skip_next=yes;; \
65 1.1.1.9 christos -*l?*) strip_trailopt 'l';; \
66 1.1.1.9 christos -[dEDm]) skip_next=yes;; \
67 1.1.1.9 christos -[JT]) skip_next=yes;; \
68 1.1.1.9 christos esac; \
69 1.1.1.9 christos case $$flg in \
70 1.1.1.9 christos *$$target_option*) has_opt=yes; break;; \
71 1.1.1.9 christos esac; \
72 1.1.1.9 christos done; \
73 1.1.1.9 christos test $$has_opt = yes
74 1.1.1.9 christos am__make_dryrun = (target_option=n; $(am__make_running_with_option))
75 1.1.1.9 christos am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
76 1.1.1.9 christos pkgdatadir = $(datadir)/@PACKAGE@
77 1.1.1.9 christos pkgincludedir = $(includedir)/@PACKAGE@
78 1.1.1.9 christos pkglibdir = $(libdir)/@PACKAGE@
79 1.1.1.9 christos pkglibexecdir = $(libexecdir)/@PACKAGE@
80 1.1.1.9 christos am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81 1.1.1.9 christos install_sh_DATA = $(install_sh) -c -m 644
82 1.1.1.9 christos install_sh_PROGRAM = $(install_sh) -c
83 1.1.1.9 christos install_sh_SCRIPT = $(install_sh) -c
84 1.1.1.9 christos INSTALL_HEADER = $(INSTALL_DATA)
85 1.1.1.9 christos transform = $(program_transform_name)
86 1.1.1.9 christos NORMAL_INSTALL = :
87 1.1.1.9 christos PRE_INSTALL = :
88 1.1.1.9 christos POST_INSTALL = :
89 1.1.1.9 christos NORMAL_UNINSTALL = :
90 1.1.1.9 christos PRE_UNINSTALL = :
91 1.1.1.9 christos POST_UNINSTALL = :
92 1.1.1.9 christos build_triplet = @build@
93 1.1.1.9 christos host_triplet = @host@
94 1.1.1.9 christos target_triplet = @target@
95 1.1.1.9 christos @HOST_MACOS_TRUE@am__append_1 = \
96 1.1.1.9 christos @HOST_MACOS_TRUE@ -Wl,-flat_namespace
97 1.1.1.9 christos
98 1.1.1.9 christos bin_PROGRAMS = arpaname$(EXEEXT) mdig$(EXEEXT) \
99 1.1.1.9 christos named-journalprint$(EXEEXT) named-rrchecker$(EXEEXT) \
100 1.1.1.9 christos nsec3hash$(EXEEXT) $(am__EXEEXT_1) $(am__EXEEXT_2)
101 1.1.1.9 christos @HAVE_DNSTAP_TRUE@am__append_2 = \
102 1.1.1.9 christos @HAVE_DNSTAP_TRUE@ dnstap-read
103 1.1.1.9 christos
104 1.1.1.9 christos @HAVE_LMDB_TRUE@am__append_3 = \
105 1.1.1.9 christos @HAVE_LMDB_TRUE@ named-nzd2nzf
106 1.1.1.9 christos
107 1.1.1.9 christos subdir = bin/tools
108 1.1.1.9 christos ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 1.1.1.9 christos am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
110 1.1.1.9 christos $(top_srcdir)/m4/ax_check_link_flag.m4 \
111 1.1.1.9 christos $(top_srcdir)/m4/ax_check_openssl.m4 \
112 1.1.1.9 christos $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
113 1.1.1.9 christos $(top_srcdir)/m4/ax_jemalloc.m4 \
114 1.1.1.9 christos $(top_srcdir)/m4/ax_lib_lmdb.m4 \
115 1.1.1.9 christos $(top_srcdir)/m4/ax_posix_shell.m4 \
116 1.1.1.9 christos $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
117 1.1.1.9 christos $(top_srcdir)/m4/ax_pthread.m4 \
118 1.1.1.9 christos $(top_srcdir)/m4/ax_restore_flags.m4 \
119 1.1.1.11 christos $(top_srcdir)/m4/ax_save_flags.m4 $(top_srcdir)/m4/libtool.m4 \
120 1.1.1.11 christos $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
121 1.1.1.11 christos $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
122 1.1.1.11 christos $(top_srcdir)/m4/pkg-modversion.m4 $(top_srcdir)/configure.ac
123 1.1.1.9 christos am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
124 1.1.1.9 christos $(ACLOCAL_M4)
125 1.1.1.9 christos DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
126 1.1.1.9 christos mkinstalldirs = $(install_sh) -d
127 1.1.1.9 christos CONFIG_HEADER = $(top_builddir)/config.h
128 1.1.1.9 christos CONFIG_CLEAN_FILES =
129 1.1.1.9 christos CONFIG_CLEAN_VPATH_FILES =
130 1.1.1.9 christos @HAVE_DNSTAP_TRUE@am__EXEEXT_1 = dnstap-read$(EXEEXT)
131 1.1.1.9 christos @HAVE_LMDB_TRUE@am__EXEEXT_2 = named-nzd2nzf$(EXEEXT)
132 1.1.1.9 christos am__installdirs = "$(DESTDIR)$(bindir)"
133 1.1.1.9 christos PROGRAMS = $(bin_PROGRAMS)
134 1.1.1.9 christos arpaname_SOURCES = arpaname.c
135 1.1.1.9 christos arpaname_OBJECTS = arpaname.$(OBJEXT)
136 1.1.1.10 christos am__DEPENDENCIES_1 =
137 1.1.1.10 christos @HAVE_JEMALLOC_FALSE@am__DEPENDENCIES_2 = \
138 1.1.1.10 christos @HAVE_JEMALLOC_FALSE@ $(top_builddir)/lib/isc/libisc.la
139 1.1.1.10 christos @HAVE_JEMALLOC_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) \
140 1.1.1.10 christos @HAVE_JEMALLOC_TRUE@ $(top_builddir)/lib/isc/libisc.la
141 1.1.1.10 christos arpaname_DEPENDENCIES = $(am__DEPENDENCIES_2)
142 1.1.1.9 christos AM_V_lt = $(am__v_lt_@AM_V@)
143 1.1.1.9 christos am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
144 1.1.1.9 christos am__v_lt_0 = --silent
145 1.1.1.9 christos am__v_lt_1 =
146 1.1.1.9 christos dnstap_read_SOURCES = dnstap-read.c
147 1.1.1.9 christos dnstap_read_OBJECTS = dnstap_read-dnstap-read.$(OBJEXT)
148 1.1.1.9 christos @HAVE_DNSTAP_TRUE@dnstap_read_DEPENDENCIES = $(LIBDNS_LIBS) \
149 1.1.1.10 christos @HAVE_DNSTAP_TRUE@ $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
150 1.1.1.9 christos mdig_SOURCES = mdig.c
151 1.1.1.11 christos mdig_OBJECTS = mdig.$(OBJEXT)
152 1.1.1.11 christos mdig_LDADD = $(LDADD)
153 1.1.1.11 christos mdig_DEPENDENCIES = $(LIBDNS_LIBS) $(am__DEPENDENCIES_2)
154 1.1.1.9 christos named_journalprint_SOURCES = named-journalprint.c
155 1.1.1.9 christos named_journalprint_OBJECTS = named-journalprint.$(OBJEXT)
156 1.1.1.9 christos named_journalprint_LDADD = $(LDADD)
157 1.1.1.10 christos named_journalprint_DEPENDENCIES = $(LIBDNS_LIBS) $(am__DEPENDENCIES_2)
158 1.1.1.9 christos named_nzd2nzf_SOURCES = named-nzd2nzf.c
159 1.1.1.9 christos named_nzd2nzf_OBJECTS = named_nzd2nzf-named-nzd2nzf.$(OBJEXT)
160 1.1.1.10 christos @HAVE_LMDB_TRUE@named_nzd2nzf_DEPENDENCIES = $(am__DEPENDENCIES_2) \
161 1.1.1.9 christos @HAVE_LMDB_TRUE@ $(am__DEPENDENCIES_1)
162 1.1.1.9 christos named_rrchecker_SOURCES = named-rrchecker.c
163 1.1.1.9 christos named_rrchecker_OBJECTS = named-rrchecker.$(OBJEXT)
164 1.1.1.9 christos named_rrchecker_LDADD = $(LDADD)
165 1.1.1.10 christos named_rrchecker_DEPENDENCIES = $(LIBDNS_LIBS) $(am__DEPENDENCIES_2)
166 1.1.1.9 christos nsec3hash_SOURCES = nsec3hash.c
167 1.1.1.9 christos nsec3hash_OBJECTS = nsec3hash.$(OBJEXT)
168 1.1.1.9 christos nsec3hash_LDADD = $(LDADD)
169 1.1.1.10 christos nsec3hash_DEPENDENCIES = $(LIBDNS_LIBS) $(am__DEPENDENCIES_2)
170 1.1.1.9 christos AM_V_P = $(am__v_P_@AM_V@)
171 1.1.1.9 christos am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
172 1.1.1.9 christos am__v_P_0 = false
173 1.1.1.9 christos am__v_P_1 = :
174 1.1.1.9 christos AM_V_GEN = $(am__v_GEN_@AM_V@)
175 1.1.1.9 christos am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
176 1.1.1.9 christos am__v_GEN_0 = @echo " GEN " $@;
177 1.1.1.9 christos am__v_GEN_1 =
178 1.1.1.9 christos AM_V_at = $(am__v_at_@AM_V@)
179 1.1.1.9 christos am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
180 1.1.1.9 christos am__v_at_0 = @
181 1.1.1.9 christos am__v_at_1 =
182 1.1.1.9 christos DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
183 1.1.1.9 christos depcomp = $(SHELL) $(top_srcdir)/depcomp
184 1.1.1.9 christos am__maybe_remake_depfiles = depfiles
185 1.1.1.9 christos am__depfiles_remade = ./$(DEPDIR)/arpaname.Po \
186 1.1.1.11 christos ./$(DEPDIR)/dnstap_read-dnstap-read.Po ./$(DEPDIR)/mdig.Po \
187 1.1.1.11 christos ./$(DEPDIR)/named-journalprint.Po \
188 1.1.1.9 christos ./$(DEPDIR)/named-rrchecker.Po \
189 1.1.1.9 christos ./$(DEPDIR)/named_nzd2nzf-named-nzd2nzf.Po \
190 1.1.1.9 christos ./$(DEPDIR)/nsec3hash.Po
191 1.1.1.9 christos am__mv = mv -f
192 1.1.1.9 christos COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
193 1.1.1.9 christos $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
194 1.1.1.9 christos LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
195 1.1.1.9 christos $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
196 1.1.1.9 christos $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
197 1.1.1.9 christos $(AM_CFLAGS) $(CFLAGS)
198 1.1.1.9 christos AM_V_CC = $(am__v_CC_@AM_V@)
199 1.1.1.9 christos am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
200 1.1.1.9 christos am__v_CC_0 = @echo " CC " $@;
201 1.1.1.9 christos am__v_CC_1 =
202 1.1.1.9 christos CCLD = $(CC)
203 1.1.1.9 christos LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
204 1.1.1.9 christos $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
205 1.1.1.9 christos $(AM_LDFLAGS) $(LDFLAGS) -o $@
206 1.1.1.9 christos AM_V_CCLD = $(am__v_CCLD_@AM_V@)
207 1.1.1.9 christos am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
208 1.1.1.9 christos am__v_CCLD_0 = @echo " CCLD " $@;
209 1.1.1.9 christos am__v_CCLD_1 =
210 1.1.1.9 christos SOURCES = arpaname.c dnstap-read.c mdig.c named-journalprint.c \
211 1.1.1.9 christos named-nzd2nzf.c named-rrchecker.c nsec3hash.c
212 1.1.1.9 christos DIST_SOURCES = arpaname.c dnstap-read.c mdig.c named-journalprint.c \
213 1.1.1.9 christos named-nzd2nzf.c named-rrchecker.c nsec3hash.c
214 1.1.1.9 christos am__can_run_installinfo = \
215 1.1.1.9 christos case $$AM_UPDATE_INFO_DIR in \
216 1.1.1.9 christos n|no|NO) false;; \
217 1.1.1.9 christos *) (install-info --version) >/dev/null 2>&1;; \
218 1.1.1.9 christos esac
219 1.1.1.9 christos am__extra_recursive_targets = test-recursive unit-recursive \
220 1.1.1.9 christos doc-recursive
221 1.1.1.9 christos am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
222 1.1.1.9 christos # Read a list of newline-separated strings from the standard input,
223 1.1.1.9 christos # and print each of them once, without duplicates. Input order is
224 1.1.1.9 christos # *not* preserved.
225 1.1.1.9 christos am__uniquify_input = $(AWK) '\
226 1.1.1.9 christos BEGIN { nonempty = 0; } \
227 1.1.1.9 christos { items[$$0] = 1; nonempty = 1; } \
228 1.1.1.9 christos END { if (nonempty) { for (i in items) print i; }; } \
229 1.1.1.9 christos '
230 1.1.1.9 christos # Make sure the list of sources is unique. This is necessary because,
231 1.1.1.9 christos # e.g., the same source file might be shared among _SOURCES variables
232 1.1.1.9 christos # for different programs/libraries.
233 1.1.1.9 christos am__define_uniq_tagged_files = \
234 1.1.1.9 christos list='$(am__tagged_files)'; \
235 1.1.1.9 christos unique=`for i in $$list; do \
236 1.1.1.9 christos if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
237 1.1.1.9 christos done | $(am__uniquify_input)`
238 1.1.1.9 christos am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.top \
239 1.1.1.9 christos $(top_srcdir)/depcomp
240 1.1.1.9 christos DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
241 1.1.1.9 christos ACLOCAL = @ACLOCAL@
242 1.1.1.9 christos AMTAR = @AMTAR@
243 1.1.1.9 christos AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
244 1.1.1.9 christos AR = @AR@
245 1.1.1.9 christos AUTOCONF = @AUTOCONF@
246 1.1.1.9 christos AUTOHEADER = @AUTOHEADER@
247 1.1.1.9 christos AUTOMAKE = @AUTOMAKE@
248 1.1.1.9 christos AWK = @AWK@
249 1.1.1.9 christos BUILD_EXEEXT = @BUILD_EXEEXT@
250 1.1.1.9 christos BUILD_OBJEXT = @BUILD_OBJEXT@
251 1.1.1.9 christos CC = @CC@
252 1.1.1.9 christos CCDEPMODE = @CCDEPMODE@
253 1.1.1.9 christos CC_FOR_BUILD = @CC_FOR_BUILD@
254 1.1.1.9 christos CFLAGS = @CFLAGS@
255 1.1.1.9 christos CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
256 1.1.1.9 christos CMOCKA_CFLAGS = @CMOCKA_CFLAGS@
257 1.1.1.9 christos CMOCKA_LIBS = @CMOCKA_LIBS@
258 1.1.1.9 christos CPP = @CPP@
259 1.1.1.9 christos CPPFLAGS = @CPPFLAGS@
260 1.1.1.9 christos CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
261 1.1.1.9 christos CPP_FOR_BUILD = @CPP_FOR_BUILD@
262 1.1.1.9 christos CSCOPE = @CSCOPE@
263 1.1.1.9 christos CTAGS = @CTAGS@
264 1.1.1.9 christos CURL = @CURL@
265 1.1.1.9 christos CYGPATH_W = @CYGPATH_W@
266 1.1.1.9 christos DEFS = @DEFS@
267 1.1.1.9 christos DEPDIR = @DEPDIR@
268 1.1.1.9 christos DEVELOPER_MODE = @DEVELOPER_MODE@
269 1.1.1.9 christos DLLTOOL = @DLLTOOL@
270 1.1.1.11 christos DLOPEN_LIBS = @DLOPEN_LIBS@
271 1.1.1.9 christos DNSTAP_CFLAGS = @DNSTAP_CFLAGS@
272 1.1.1.9 christos DNSTAP_LIBS = @DNSTAP_LIBS@
273 1.1.1.9 christos DOXYGEN = @DOXYGEN@
274 1.1.1.9 christos DSYMUTIL = @DSYMUTIL@
275 1.1.1.11 christos DTRACE = @DTRACE@
276 1.1.1.9 christos DUMPBIN = @DUMPBIN@
277 1.1.1.9 christos ECHO_C = @ECHO_C@
278 1.1.1.9 christos ECHO_N = @ECHO_N@
279 1.1.1.9 christos ECHO_T = @ECHO_T@
280 1.1.1.9 christos EGREP = @EGREP@
281 1.1.1.9 christos ETAGS = @ETAGS@
282 1.1.1.9 christos EXEEXT = @EXEEXT@
283 1.1.1.9 christos FGREP = @FGREP@
284 1.1.1.9 christos FILECMD = @FILECMD@
285 1.1.1.9 christos FSTRM_CAPTURE = @FSTRM_CAPTURE@
286 1.1.1.9 christos FUZZ_LDFLAGS = @FUZZ_LDFLAGS@
287 1.1.1.9 christos FUZZ_LOG_COMPILER = @FUZZ_LOG_COMPILER@
288 1.1.1.9 christos GREP = @GREP@
289 1.1.1.9 christos GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
290 1.1.1.9 christos GSSAPI_LIBS = @GSSAPI_LIBS@
291 1.1.1.9 christos INSTALL = @INSTALL@
292 1.1.1.9 christos INSTALL_DATA = @INSTALL_DATA@
293 1.1.1.9 christos INSTALL_PROGRAM = @INSTALL_PROGRAM@
294 1.1.1.9 christos INSTALL_SCRIPT = @INSTALL_SCRIPT@
295 1.1.1.9 christos INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
296 1.1.1.9 christos JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@
297 1.1.1.9 christos JEMALLOC_LIBS = @JEMALLOC_LIBS@
298 1.1.1.11 christos JEMALLOC_VERSION = @JEMALLOC_VERSION@
299 1.1.1.9 christos JSON_C_CFLAGS = @JSON_C_CFLAGS@
300 1.1.1.9 christos JSON_C_LIBS = @JSON_C_LIBS@
301 1.1.1.9 christos KRB5_CFLAGS = @KRB5_CFLAGS@
302 1.1.1.9 christos KRB5_CONFIG = @KRB5_CONFIG@
303 1.1.1.9 christos KRB5_LIBS = @KRB5_LIBS@
304 1.1.1.9 christos LD = @LD@
305 1.1.1.9 christos LDFLAGS = @LDFLAGS@
306 1.1.1.9 christos LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
307 1.1.1.11 christos LIBCAP_CFLAGS = @LIBCAP_CFLAGS@
308 1.1.1.9 christos LIBCAP_LIBS = @LIBCAP_LIBS@
309 1.1.1.9 christos LIBIDN2_CFLAGS = @LIBIDN2_CFLAGS@
310 1.1.1.9 christos LIBIDN2_LIBS = @LIBIDN2_LIBS@
311 1.1.1.9 christos LIBNGHTTP2_CFLAGS = @LIBNGHTTP2_CFLAGS@
312 1.1.1.9 christos LIBNGHTTP2_LIBS = @LIBNGHTTP2_LIBS@
313 1.1.1.9 christos LIBOBJS = @LIBOBJS@
314 1.1.1.9 christos LIBS = @LIBS@
315 1.1.1.11 christos LIBSYSTEMD_CFLAGS = @LIBSYSTEMD_CFLAGS@
316 1.1.1.11 christos LIBSYSTEMD_LIBS = @LIBSYSTEMD_LIBS@
317 1.1.1.9 christos LIBTOOL = @LIBTOOL@
318 1.1.1.11 christos LIBURCU_CFLAGS = @LIBURCU_CFLAGS@
319 1.1.1.11 christos LIBURCU_LIBS = @LIBURCU_LIBS@
320 1.1.1.9 christos LIBUV_CFLAGS = @LIBUV_CFLAGS@
321 1.1.1.9 christos LIBUV_LIBS = @LIBUV_LIBS@
322 1.1.1.11 christos LIBUV_VERSION = @LIBUV_VERSION@
323 1.1.1.9 christos LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
324 1.1.1.9 christos LIBXML2_LIBS = @LIBXML2_LIBS@
325 1.1.1.9 christos LIPO = @LIPO@
326 1.1.1.9 christos LMDB_CFLAGS = @LMDB_CFLAGS@
327 1.1.1.9 christos LMDB_LIBS = @LMDB_LIBS@
328 1.1.1.9 christos LN_S = @LN_S@
329 1.1.1.9 christos LTLIBOBJS = @LTLIBOBJS@
330 1.1.1.9 christos LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
331 1.1.1.9 christos MAINT = @MAINT@
332 1.1.1.9 christos MAKEINFO = @MAKEINFO@
333 1.1.1.9 christos MANIFEST_TOOL = @MANIFEST_TOOL@
334 1.1.1.9 christos MAXMINDDB_CFLAGS = @MAXMINDDB_CFLAGS@
335 1.1.1.9 christos MAXMINDDB_LIBS = @MAXMINDDB_LIBS@
336 1.1.1.9 christos MAXMINDDB_PREFIX = @MAXMINDDB_PREFIX@
337 1.1.1.9 christos MKDIR_P = @MKDIR_P@
338 1.1.1.9 christos NC = @NC@
339 1.1.1.9 christos NM = @NM@
340 1.1.1.9 christos NMEDIT = @NMEDIT@
341 1.1.1.9 christos OBJDUMP = @OBJDUMP@
342 1.1.1.9 christos OBJEXT = @OBJEXT@
343 1.1.1.9 christos OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
344 1.1.1.9 christos OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
345 1.1.1.9 christos OPENSSL_LIBS = @OPENSSL_LIBS@
346 1.1.1.11 christos OPENSSL_VERSION = @OPENSSL_VERSION@
347 1.1.1.9 christos OTOOL = @OTOOL@
348 1.1.1.9 christos OTOOL64 = @OTOOL64@
349 1.1.1.9 christos PACKAGE = @PACKAGE@
350 1.1.1.9 christos PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
351 1.1.1.9 christos PACKAGE_NAME = @PACKAGE_NAME@
352 1.1.1.9 christos PACKAGE_STRING = @PACKAGE_STRING@
353 1.1.1.9 christos PACKAGE_TARNAME = @PACKAGE_TARNAME@
354 1.1.1.9 christos PACKAGE_URL = @PACKAGE_URL@
355 1.1.1.9 christos PACKAGE_VERSION = @PACKAGE_VERSION@
356 1.1.1.9 christos PATH_SEPARATOR = @PATH_SEPARATOR@
357 1.1.1.9 christos PERL = @PERL@
358 1.1.1.9 christos PKG_CONFIG = @PKG_CONFIG@
359 1.1.1.9 christos PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
360 1.1.1.9 christos PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
361 1.1.1.9 christos PROTOC_C = @PROTOC_C@
362 1.1.1.9 christos PTHREAD_CC = @PTHREAD_CC@
363 1.1.1.9 christos PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
364 1.1.1.9 christos PTHREAD_CXX = @PTHREAD_CXX@
365 1.1.1.9 christos PTHREAD_LIBS = @PTHREAD_LIBS@
366 1.1.1.9 christos PYTEST = @PYTEST@
367 1.1.1.9 christos PYTHON = @PYTHON@
368 1.1.1.9 christos PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
369 1.1.1.9 christos PYTHON_PLATFORM = @PYTHON_PLATFORM@
370 1.1.1.9 christos PYTHON_PREFIX = @PYTHON_PREFIX@
371 1.1.1.9 christos PYTHON_VERSION = @PYTHON_VERSION@
372 1.1.1.9 christos RANLIB = @RANLIB@
373 1.1.1.11 christos RCU_VERSION = @RCU_VERSION@
374 1.1.1.9 christos READLINE_CFLAGS = @READLINE_CFLAGS@
375 1.1.1.9 christos READLINE_LIBS = @READLINE_LIBS@
376 1.1.1.9 christos RELEASE_DATE = @RELEASE_DATE@
377 1.1.1.9 christos SED = @SED@
378 1.1.1.9 christos SET_MAKE = @SET_MAKE@
379 1.1.1.9 christos SHELL = @SHELL@
380 1.1.1.9 christos SPHINX_BUILD = @SPHINX_BUILD@
381 1.1.1.9 christos STD_CFLAGS = @STD_CFLAGS@
382 1.1.1.9 christos STD_CPPFLAGS = @STD_CPPFLAGS@
383 1.1.1.9 christos STD_LDFLAGS = @STD_LDFLAGS@
384 1.1.1.9 christos STRIP = @STRIP@
385 1.1.1.9 christos TEST_CFLAGS = @TEST_CFLAGS@
386 1.1.1.9 christos VERSION = @VERSION@
387 1.1.1.9 christos XSLTPROC = @XSLTPROC@
388 1.1.1.9 christos ZLIB_CFLAGS = @ZLIB_CFLAGS@
389 1.1.1.9 christos ZLIB_LIBS = @ZLIB_LIBS@
390 1.1.1.9 christos abs_builddir = @abs_builddir@
391 1.1.1.9 christos abs_srcdir = @abs_srcdir@
392 1.1.1.9 christos abs_top_builddir = @abs_top_builddir@
393 1.1.1.9 christos abs_top_srcdir = @abs_top_srcdir@
394 1.1.1.9 christos ac_ct_AR = @ac_ct_AR@
395 1.1.1.9 christos ac_ct_CC = @ac_ct_CC@
396 1.1.1.9 christos ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
397 1.1.1.9 christos ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
398 1.1.1.9 christos am__include = @am__include@
399 1.1.1.9 christos am__leading_dot = @am__leading_dot@
400 1.1.1.9 christos am__quote = @am__quote@
401 1.1.1.9 christos am__tar = @am__tar@
402 1.1.1.9 christos am__untar = @am__untar@
403 1.1.1.9 christos ax_pthread_config = @ax_pthread_config@
404 1.1.1.9 christos bindir = @bindir@
405 1.1.1.9 christos build = @build@
406 1.1.1.9 christos build_alias = @build_alias@
407 1.1.1.9 christos build_cpu = @build_cpu@
408 1.1.1.9 christos build_os = @build_os@
409 1.1.1.9 christos build_vendor = @build_vendor@
410 1.1.1.9 christos builddir = @builddir@
411 1.1.1.9 christos datadir = @datadir@
412 1.1.1.9 christos datarootdir = @datarootdir@
413 1.1.1.9 christos docdir = @docdir@
414 1.1.1.9 christos dvidir = @dvidir@
415 1.1.1.9 christos exec_prefix = @exec_prefix@
416 1.1.1.9 christos host = @host@
417 1.1.1.9 christos host_alias = @host_alias@
418 1.1.1.9 christos host_cpu = @host_cpu@
419 1.1.1.9 christos host_os = @host_os@
420 1.1.1.9 christos host_vendor = @host_vendor@
421 1.1.1.9 christos htmldir = @htmldir@
422 1.1.1.9 christos includedir = @includedir@
423 1.1.1.9 christos infodir = @infodir@
424 1.1.1.9 christos install_sh = @install_sh@
425 1.1.1.9 christos libdir = @libdir@
426 1.1.1.9 christos libexecdir = @libexecdir@
427 1.1.1.9 christos localedir = @localedir@
428 1.1.1.9 christos localstatedir = @localstatedir@
429 1.1.1.9 christos mandir = @mandir@
430 1.1.1.9 christos mkdir_p = @mkdir_p@
431 1.1.1.9 christos oldincludedir = @oldincludedir@
432 1.1.1.9 christos pdfdir = @pdfdir@
433 1.1.1.9 christos pkgpyexecdir = @pkgpyexecdir@
434 1.1.1.9 christos pkgpythondir = @pkgpythondir@
435 1.1.1.9 christos prefix = @prefix@
436 1.1.1.9 christos program_transform_name = @program_transform_name@
437 1.1.1.9 christos psdir = @psdir@
438 1.1.1.9 christos pyexecdir = @pyexecdir@
439 1.1.1.9 christos pythondir = @pythondir@
440 1.1.1.9 christos runstatedir = @runstatedir@
441 1.1.1.9 christos sbindir = @sbindir@
442 1.1.1.9 christos sharedstatedir = @sharedstatedir@
443 1.1.1.9 christos srcdir = @srcdir@
444 1.1.1.9 christos sysconfdir = @sysconfdir@
445 1.1.1.9 christos target = @target@
446 1.1.1.9 christos target_alias = @target_alias@
447 1.1.1.9 christos target_cpu = @target_cpu@
448 1.1.1.9 christos target_os = @target_os@
449 1.1.1.9 christos target_vendor = @target_vendor@
450 1.1.1.9 christos top_build_prefix = @top_build_prefix@
451 1.1.1.9 christos top_builddir = @top_builddir@
452 1.1.1.9 christos top_srcdir = @top_srcdir@
453 1.1.1.9 christos ACLOCAL_AMFLAGS = -I $(top_srcdir)/m4
454 1.1.1.9 christos AM_CFLAGS = \
455 1.1.1.9 christos $(STD_CFLAGS)
456 1.1.1.9 christos
457 1.1.1.9 christos AM_CPPFLAGS = $(STD_CPPFLAGS) -include $(top_builddir)/config.h \
458 1.1.1.9 christos -I$(srcdir)/include $(LIBISC_CFLAGS) $(LIBDNS_CFLAGS)
459 1.1.1.9 christos AM_LDFLAGS = $(STD_LDFLAGS) $(am__append_1)
460 1.1.1.9 christos LDADD = $(LIBDNS_LIBS) $(LIBISC_LIBS)
461 1.1.1.11 christos BUILT_SOURCES =
462 1.1.1.11 christos CLEANFILES =
463 1.1.1.10 christos @HAVE_JEMALLOC_FALSE@LIBISC_CFLAGS = -I$(top_srcdir)/include \
464 1.1.1.10 christos @HAVE_JEMALLOC_FALSE@ -I$(top_srcdir)/lib/isc/include \
465 1.1.1.10 christos @HAVE_JEMALLOC_FALSE@ -I$(top_builddir)/lib/isc/include
466 1.1.1.10 christos @HAVE_JEMALLOC_TRUE@LIBISC_CFLAGS = $(JEMALLOC_CFLAGS) \
467 1.1.1.10 christos @HAVE_JEMALLOC_TRUE@ -I$(top_srcdir)/include \
468 1.1.1.10 christos @HAVE_JEMALLOC_TRUE@ -I$(top_srcdir)/lib/isc/include \
469 1.1.1.10 christos @HAVE_JEMALLOC_TRUE@ -I$(top_builddir)/lib/isc/include
470 1.1.1.10 christos @HAVE_JEMALLOC_FALSE@LIBISC_LIBS = $(top_builddir)/lib/isc/libisc.la
471 1.1.1.10 christos @HAVE_JEMALLOC_TRUE@LIBISC_LIBS = $(JEMALLOC_LIBS) \
472 1.1.1.10 christos @HAVE_JEMALLOC_TRUE@ $(top_builddir)/lib/isc/libisc.la
473 1.1.1.11 christos @HAVE_DTRACE_TRUE@LIBISC_DTRACE = $(top_builddir)/lib/isc/probes.lo
474 1.1.1.9 christos LIBDNS_CFLAGS = \
475 1.1.1.9 christos -I$(top_srcdir)/lib/dns/include \
476 1.1.1.9 christos -I$(top_builddir)/lib/dns/include
477 1.1.1.9 christos
478 1.1.1.9 christos LIBDNS_LIBS = \
479 1.1.1.9 christos $(top_builddir)/lib/dns/libdns.la
480 1.1.1.9 christos
481 1.1.1.11 christos @HAVE_DTRACE_TRUE@LIBDNS_DTRACE = $(top_builddir)/lib/dns/probes.lo
482 1.1.1.9 christos LIBNS_CFLAGS = \
483 1.1.1.9 christos -I$(top_srcdir)/lib/ns/include
484 1.1.1.9 christos
485 1.1.1.9 christos LIBNS_LIBS = \
486 1.1.1.9 christos $(top_builddir)/lib/ns/libns.la
487 1.1.1.9 christos
488 1.1.1.11 christos @HAVE_DTRACE_TRUE@LIBNS_DTRACE = $(top_builddir)/lib/ns/probes.lo
489 1.1.1.9 christos LIBISCCFG_CFLAGS = \
490 1.1.1.9 christos -I$(top_srcdir)/lib/isccfg/include
491 1.1.1.9 christos
492 1.1.1.9 christos LIBISCCFG_LIBS = \
493 1.1.1.9 christos $(top_builddir)/lib/isccfg/libisccfg.la
494 1.1.1.9 christos
495 1.1.1.9 christos LIBISCCC_CFLAGS = \
496 1.1.1.9 christos -I$(top_srcdir)/lib/isccc/include/
497 1.1.1.9 christos
498 1.1.1.9 christos LIBISCCC_LIBS = \
499 1.1.1.9 christos $(top_builddir)/lib/isccc/libisccc.la
500 1.1.1.9 christos
501 1.1.1.9 christos arpaname_LDADD = \
502 1.1.1.9 christos $(LIBISC_LIBS)
503 1.1.1.9 christos
504 1.1.1.9 christos @HAVE_DNSTAP_TRUE@dnstap_read_CPPFLAGS = \
505 1.1.1.9 christos @HAVE_DNSTAP_TRUE@ $(AM_CPPFLAGS) \
506 1.1.1.9 christos @HAVE_DNSTAP_TRUE@ $(DNSTAP_CFLAGS) \
507 1.1.1.9 christos @HAVE_DNSTAP_TRUE@ -I$(top_builddir)/lib/dns
508 1.1.1.9 christos
509 1.1.1.9 christos @HAVE_DNSTAP_TRUE@dnstap_read_LDADD = \
510 1.1.1.9 christos @HAVE_DNSTAP_TRUE@ $(LIBDNS_LIBS) \
511 1.1.1.9 christos @HAVE_DNSTAP_TRUE@ $(LIBISC_LIBS) \
512 1.1.1.9 christos @HAVE_DNSTAP_TRUE@ $(DNSTAP_LIBS)
513 1.1.1.9 christos
514 1.1.1.9 christos @HAVE_LMDB_TRUE@named_nzd2nzf_CPPFLAGS = \
515 1.1.1.9 christos @HAVE_LMDB_TRUE@ $(AM_CPPFLAGS) \
516 1.1.1.9 christos @HAVE_LMDB_TRUE@ $(LMDB_CFLAGS)
517 1.1.1.9 christos
518 1.1.1.9 christos @HAVE_LMDB_TRUE@named_nzd2nzf_LDADD = \
519 1.1.1.9 christos @HAVE_LMDB_TRUE@ $(LIBISC_LIBS) \
520 1.1.1.9 christos @HAVE_LMDB_TRUE@ $(LMDB_LIBS)
521 1.1.1.9 christos
522 1.1.1.11 christos all: $(BUILT_SOURCES)
523 1.1.1.11 christos $(MAKE) $(AM_MAKEFLAGS) all-am
524 1.1.1.9 christos
525 1.1.1.9 christos .SUFFIXES:
526 1.1.1.9 christos .SUFFIXES: .c .lo .o .obj
527 1.1.1.9 christos $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.top $(am__configure_deps)
528 1.1.1.9 christos @for dep in $?; do \
529 1.1.1.9 christos case '$(am__configure_deps)' in \
530 1.1.1.9 christos *$$dep*) \
531 1.1.1.9 christos ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
532 1.1.1.9 christos && { if test -f $@; then exit 0; else break; fi; }; \
533 1.1.1.9 christos exit 1;; \
534 1.1.1.9 christos esac; \
535 1.1.1.9 christos done; \
536 1.1.1.9 christos echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bin/tools/Makefile'; \
537 1.1.1.9 christos $(am__cd) $(top_srcdir) && \
538 1.1.1.9 christos $(AUTOMAKE) --foreign bin/tools/Makefile
539 1.1.1.9 christos Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
540 1.1.1.9 christos @case '$?' in \
541 1.1.1.9 christos *config.status*) \
542 1.1.1.9 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
543 1.1.1.9 christos *) \
544 1.1.1.9 christos echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
545 1.1.1.9 christos cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
546 1.1.1.9 christos esac;
547 1.1.1.9 christos $(top_srcdir)/Makefile.top $(am__empty):
548 1.1.1.9 christos
549 1.1.1.9 christos $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
550 1.1.1.9 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
551 1.1.1.9 christos
552 1.1.1.9 christos $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
553 1.1.1.9 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
554 1.1.1.9 christos $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
555 1.1.1.9 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
556 1.1.1.9 christos $(am__aclocal_m4_deps):
557 1.1.1.9 christos install-binPROGRAMS: $(bin_PROGRAMS)
558 1.1.1.9 christos @$(NORMAL_INSTALL)
559 1.1.1.9 christos @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
560 1.1.1.9 christos if test -n "$$list"; then \
561 1.1.1.9 christos echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
562 1.1.1.9 christos $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
563 1.1.1.9 christos fi; \
564 1.1.1.9 christos for p in $$list; do echo "$$p $$p"; done | \
565 1.1.1.9 christos sed 's/$(EXEEXT)$$//' | \
566 1.1.1.9 christos while read p p1; do if test -f $$p \
567 1.1.1.9 christos || test -f $$p1 \
568 1.1.1.9 christos ; then echo "$$p"; echo "$$p"; else :; fi; \
569 1.1.1.9 christos done | \
570 1.1.1.9 christos sed -e 'p;s,.*/,,;n;h' \
571 1.1.1.9 christos -e 's|.*|.|' \
572 1.1.1.9 christos -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
573 1.1.1.9 christos sed 'N;N;N;s,\n, ,g' | \
574 1.1.1.9 christos $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
575 1.1.1.9 christos { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
576 1.1.1.9 christos if ($$2 == $$4) files[d] = files[d] " " $$1; \
577 1.1.1.9 christos else { print "f", $$3 "/" $$4, $$1; } } \
578 1.1.1.9 christos END { for (d in files) print "f", d, files[d] }' | \
579 1.1.1.9 christos while read type dir files; do \
580 1.1.1.9 christos if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
581 1.1.1.9 christos test -z "$$files" || { \
582 1.1.1.9 christos echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
583 1.1.1.9 christos $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
584 1.1.1.9 christos } \
585 1.1.1.9 christos ; done
586 1.1.1.9 christos
587 1.1.1.9 christos uninstall-binPROGRAMS:
588 1.1.1.9 christos @$(NORMAL_UNINSTALL)
589 1.1.1.9 christos @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
590 1.1.1.9 christos files=`for p in $$list; do echo "$$p"; done | \
591 1.1.1.9 christos sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
592 1.1.1.9 christos -e 's/$$/$(EXEEXT)/' \
593 1.1.1.9 christos `; \
594 1.1.1.9 christos test -n "$$list" || exit 0; \
595 1.1.1.9 christos echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
596 1.1.1.9 christos cd "$(DESTDIR)$(bindir)" && rm -f $$files
597 1.1.1.9 christos
598 1.1.1.9 christos clean-binPROGRAMS:
599 1.1.1.9 christos @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
600 1.1.1.9 christos echo " rm -f" $$list; \
601 1.1.1.9 christos rm -f $$list || exit $$?; \
602 1.1.1.9 christos test -n "$(EXEEXT)" || exit 0; \
603 1.1.1.9 christos list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
604 1.1.1.9 christos echo " rm -f" $$list; \
605 1.1.1.9 christos rm -f $$list
606 1.1.1.9 christos
607 1.1.1.9 christos arpaname$(EXEEXT): $(arpaname_OBJECTS) $(arpaname_DEPENDENCIES) $(EXTRA_arpaname_DEPENDENCIES)
608 1.1.1.9 christos @rm -f arpaname$(EXEEXT)
609 1.1.1.9 christos $(AM_V_CCLD)$(LINK) $(arpaname_OBJECTS) $(arpaname_LDADD) $(LIBS)
610 1.1.1.9 christos
611 1.1.1.9 christos dnstap-read$(EXEEXT): $(dnstap_read_OBJECTS) $(dnstap_read_DEPENDENCIES) $(EXTRA_dnstap_read_DEPENDENCIES)
612 1.1.1.9 christos @rm -f dnstap-read$(EXEEXT)
613 1.1.1.9 christos $(AM_V_CCLD)$(LINK) $(dnstap_read_OBJECTS) $(dnstap_read_LDADD) $(LIBS)
614 1.1.1.9 christos
615 1.1.1.9 christos mdig$(EXEEXT): $(mdig_OBJECTS) $(mdig_DEPENDENCIES) $(EXTRA_mdig_DEPENDENCIES)
616 1.1.1.9 christos @rm -f mdig$(EXEEXT)
617 1.1.1.9 christos $(AM_V_CCLD)$(LINK) $(mdig_OBJECTS) $(mdig_LDADD) $(LIBS)
618 1.1.1.9 christos
619 1.1.1.9 christos named-journalprint$(EXEEXT): $(named_journalprint_OBJECTS) $(named_journalprint_DEPENDENCIES) $(EXTRA_named_journalprint_DEPENDENCIES)
620 1.1.1.9 christos @rm -f named-journalprint$(EXEEXT)
621 1.1.1.9 christos $(AM_V_CCLD)$(LINK) $(named_journalprint_OBJECTS) $(named_journalprint_LDADD) $(LIBS)
622 1.1.1.9 christos
623 1.1.1.9 christos named-nzd2nzf$(EXEEXT): $(named_nzd2nzf_OBJECTS) $(named_nzd2nzf_DEPENDENCIES) $(EXTRA_named_nzd2nzf_DEPENDENCIES)
624 1.1.1.9 christos @rm -f named-nzd2nzf$(EXEEXT)
625 1.1.1.9 christos $(AM_V_CCLD)$(LINK) $(named_nzd2nzf_OBJECTS) $(named_nzd2nzf_LDADD) $(LIBS)
626 1.1.1.9 christos
627 1.1.1.9 christos named-rrchecker$(EXEEXT): $(named_rrchecker_OBJECTS) $(named_rrchecker_DEPENDENCIES) $(EXTRA_named_rrchecker_DEPENDENCIES)
628 1.1.1.9 christos @rm -f named-rrchecker$(EXEEXT)
629 1.1.1.9 christos $(AM_V_CCLD)$(LINK) $(named_rrchecker_OBJECTS) $(named_rrchecker_LDADD) $(LIBS)
630 1.1.1.9 christos
631 1.1.1.9 christos nsec3hash$(EXEEXT): $(nsec3hash_OBJECTS) $(nsec3hash_DEPENDENCIES) $(EXTRA_nsec3hash_DEPENDENCIES)
632 1.1.1.9 christos @rm -f nsec3hash$(EXEEXT)
633 1.1.1.9 christos $(AM_V_CCLD)$(LINK) $(nsec3hash_OBJECTS) $(nsec3hash_LDADD) $(LIBS)
634 1.1.1.9 christos
635 1.1.1.9 christos mostlyclean-compile:
636 1.1.1.9 christos -rm -f *.$(OBJEXT)
637 1.1.1.9 christos
638 1.1.1.9 christos distclean-compile:
639 1.1.1.9 christos -rm -f *.tab.c
640 1.1.1.9 christos
641 1.1.1.9 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arpaname.Po@am__quote@ # am--include-marker
642 1.1.1.9 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnstap_read-dnstap-read.Po@am__quote@ # am--include-marker
643 1.1.1.11 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdig.Po@am__quote@ # am--include-marker
644 1.1.1.9 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/named-journalprint.Po@am__quote@ # am--include-marker
645 1.1.1.9 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/named-rrchecker.Po@am__quote@ # am--include-marker
646 1.1.1.9 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/named_nzd2nzf-named-nzd2nzf.Po@am__quote@ # am--include-marker
647 1.1.1.9 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsec3hash.Po@am__quote@ # am--include-marker
648 1.1.1.9 christos
649 1.1.1.9 christos $(am__depfiles_remade):
650 1.1.1.9 christos @$(MKDIR_P) $(@D)
651 1.1.1.9 christos @echo '# dummy' >$@-t && $(am__mv) $@-t $@
652 1.1.1.9 christos
653 1.1.1.9 christos am--depfiles: $(am__depfiles_remade)
654 1.1.1.9 christos
655 1.1.1.9 christos .c.o:
656 1.1.1.9 christos @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
657 1.1.1.9 christos @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
658 1.1.1.9 christos @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
659 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
660 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
661 1.1.1.9 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
662 1.1.1.9 christos
663 1.1.1.9 christos .c.obj:
664 1.1.1.9 christos @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
665 1.1.1.9 christos @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
666 1.1.1.9 christos @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
667 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
668 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
669 1.1.1.9 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
670 1.1.1.9 christos
671 1.1.1.9 christos .c.lo:
672 1.1.1.9 christos @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
673 1.1.1.9 christos @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
674 1.1.1.9 christos @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
675 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
676 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
677 1.1.1.9 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
678 1.1.1.9 christos
679 1.1.1.9 christos dnstap_read-dnstap-read.o: dnstap-read.c
680 1.1.1.9 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dnstap_read_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dnstap_read-dnstap-read.o -MD -MP -MF $(DEPDIR)/dnstap_read-dnstap-read.Tpo -c -o dnstap_read-dnstap-read.o `test -f 'dnstap-read.c' || echo '$(srcdir)/'`dnstap-read.c
681 1.1.1.9 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dnstap_read-dnstap-read.Tpo $(DEPDIR)/dnstap_read-dnstap-read.Po
682 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dnstap-read.c' object='dnstap_read-dnstap-read.o' libtool=no @AMDEPBACKSLASH@
683 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
684 1.1.1.9 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dnstap_read_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dnstap_read-dnstap-read.o `test -f 'dnstap-read.c' || echo '$(srcdir)/'`dnstap-read.c
685 1.1.1.9 christos
686 1.1.1.9 christos dnstap_read-dnstap-read.obj: dnstap-read.c
687 1.1.1.9 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dnstap_read_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dnstap_read-dnstap-read.obj -MD -MP -MF $(DEPDIR)/dnstap_read-dnstap-read.Tpo -c -o dnstap_read-dnstap-read.obj `if test -f 'dnstap-read.c'; then $(CYGPATH_W) 'dnstap-read.c'; else $(CYGPATH_W) '$(srcdir)/dnstap-read.c'; fi`
688 1.1.1.9 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dnstap_read-dnstap-read.Tpo $(DEPDIR)/dnstap_read-dnstap-read.Po
689 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dnstap-read.c' object='dnstap_read-dnstap-read.obj' libtool=no @AMDEPBACKSLASH@
690 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
691 1.1.1.9 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dnstap_read_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dnstap_read-dnstap-read.obj `if test -f 'dnstap-read.c'; then $(CYGPATH_W) 'dnstap-read.c'; else $(CYGPATH_W) '$(srcdir)/dnstap-read.c'; fi`
692 1.1.1.9 christos
693 1.1.1.9 christos named_nzd2nzf-named-nzd2nzf.o: named-nzd2nzf.c
694 1.1.1.9 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(named_nzd2nzf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT named_nzd2nzf-named-nzd2nzf.o -MD -MP -MF $(DEPDIR)/named_nzd2nzf-named-nzd2nzf.Tpo -c -o named_nzd2nzf-named-nzd2nzf.o `test -f 'named-nzd2nzf.c' || echo '$(srcdir)/'`named-nzd2nzf.c
695 1.1.1.9 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/named_nzd2nzf-named-nzd2nzf.Tpo $(DEPDIR)/named_nzd2nzf-named-nzd2nzf.Po
696 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='named-nzd2nzf.c' object='named_nzd2nzf-named-nzd2nzf.o' libtool=no @AMDEPBACKSLASH@
697 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
698 1.1.1.9 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(named_nzd2nzf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o named_nzd2nzf-named-nzd2nzf.o `test -f 'named-nzd2nzf.c' || echo '$(srcdir)/'`named-nzd2nzf.c
699 1.1.1.9 christos
700 1.1.1.9 christos named_nzd2nzf-named-nzd2nzf.obj: named-nzd2nzf.c
701 1.1.1.9 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(named_nzd2nzf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT named_nzd2nzf-named-nzd2nzf.obj -MD -MP -MF $(DEPDIR)/named_nzd2nzf-named-nzd2nzf.Tpo -c -o named_nzd2nzf-named-nzd2nzf.obj `if test -f 'named-nzd2nzf.c'; then $(CYGPATH_W) 'named-nzd2nzf.c'; else $(CYGPATH_W) '$(srcdir)/named-nzd2nzf.c'; fi`
702 1.1.1.9 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/named_nzd2nzf-named-nzd2nzf.Tpo $(DEPDIR)/named_nzd2nzf-named-nzd2nzf.Po
703 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='named-nzd2nzf.c' object='named_nzd2nzf-named-nzd2nzf.obj' libtool=no @AMDEPBACKSLASH@
704 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
705 1.1.1.9 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(named_nzd2nzf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o named_nzd2nzf-named-nzd2nzf.obj `if test -f 'named-nzd2nzf.c'; then $(CYGPATH_W) 'named-nzd2nzf.c'; else $(CYGPATH_W) '$(srcdir)/named-nzd2nzf.c'; fi`
706 1.1.1.9 christos
707 1.1.1.9 christos mostlyclean-libtool:
708 1.1.1.9 christos -rm -f *.lo
709 1.1.1.9 christos
710 1.1.1.9 christos clean-libtool:
711 1.1.1.9 christos -rm -rf .libs _libs
712 1.1.1.9 christos test-local:
713 1.1.1.9 christos unit-local:
714 1.1.1.9 christos doc-local:
715 1.1.1.9 christos
716 1.1.1.9 christos ID: $(am__tagged_files)
717 1.1.1.9 christos $(am__define_uniq_tagged_files); mkid -fID $$unique
718 1.1.1.9 christos tags: tags-am
719 1.1.1.9 christos TAGS: tags
720 1.1.1.9 christos
721 1.1.1.9 christos tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
722 1.1.1.9 christos set x; \
723 1.1.1.9 christos here=`pwd`; \
724 1.1.1.9 christos $(am__define_uniq_tagged_files); \
725 1.1.1.9 christos shift; \
726 1.1.1.9 christos if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
727 1.1.1.9 christos test -n "$$unique" || unique=$$empty_fix; \
728 1.1.1.9 christos if test $$# -gt 0; then \
729 1.1.1.9 christos $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
730 1.1.1.9 christos "$$@" $$unique; \
731 1.1.1.9 christos else \
732 1.1.1.9 christos $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
733 1.1.1.9 christos $$unique; \
734 1.1.1.9 christos fi; \
735 1.1.1.9 christos fi
736 1.1.1.9 christos ctags: ctags-am
737 1.1.1.9 christos
738 1.1.1.9 christos CTAGS: ctags
739 1.1.1.9 christos ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
740 1.1.1.9 christos $(am__define_uniq_tagged_files); \
741 1.1.1.9 christos test -z "$(CTAGS_ARGS)$$unique" \
742 1.1.1.9 christos || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
743 1.1.1.9 christos $$unique
744 1.1.1.9 christos
745 1.1.1.9 christos GTAGS:
746 1.1.1.9 christos here=`$(am__cd) $(top_builddir) && pwd` \
747 1.1.1.9 christos && $(am__cd) $(top_srcdir) \
748 1.1.1.9 christos && gtags -i $(GTAGS_ARGS) "$$here"
749 1.1.1.9 christos cscopelist: cscopelist-am
750 1.1.1.9 christos
751 1.1.1.9 christos cscopelist-am: $(am__tagged_files)
752 1.1.1.9 christos list='$(am__tagged_files)'; \
753 1.1.1.9 christos case "$(srcdir)" in \
754 1.1.1.9 christos [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
755 1.1.1.9 christos *) sdir=$(subdir)/$(srcdir) ;; \
756 1.1.1.9 christos esac; \
757 1.1.1.9 christos for i in $$list; do \
758 1.1.1.9 christos if test -f "$$i"; then \
759 1.1.1.9 christos echo "$(subdir)/$$i"; \
760 1.1.1.9 christos else \
761 1.1.1.9 christos echo "$$sdir/$$i"; \
762 1.1.1.9 christos fi; \
763 1.1.1.9 christos done >> $(top_builddir)/cscope.files
764 1.1.1.9 christos
765 1.1.1.9 christos distclean-tags:
766 1.1.1.9 christos -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
767 1.1.1.9 christos distdir: $(BUILT_SOURCES)
768 1.1.1.9 christos $(MAKE) $(AM_MAKEFLAGS) distdir-am
769 1.1.1.9 christos
770 1.1.1.9 christos distdir-am: $(DISTFILES)
771 1.1.1.9 christos @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
772 1.1.1.9 christos topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
773 1.1.1.9 christos list='$(DISTFILES)'; \
774 1.1.1.9 christos dist_files=`for file in $$list; do echo $$file; done | \
775 1.1.1.9 christos sed -e "s|^$$srcdirstrip/||;t" \
776 1.1.1.9 christos -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
777 1.1.1.9 christos case $$dist_files in \
778 1.1.1.9 christos */*) $(MKDIR_P) `echo "$$dist_files" | \
779 1.1.1.9 christos sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
780 1.1.1.9 christos sort -u` ;; \
781 1.1.1.9 christos esac; \
782 1.1.1.9 christos for file in $$dist_files; do \
783 1.1.1.9 christos if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
784 1.1.1.9 christos if test -d $$d/$$file; then \
785 1.1.1.9 christos dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
786 1.1.1.9 christos if test -d "$(distdir)/$$file"; then \
787 1.1.1.9 christos find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
788 1.1.1.9 christos fi; \
789 1.1.1.9 christos if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
790 1.1.1.9 christos cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
791 1.1.1.9 christos find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
792 1.1.1.9 christos fi; \
793 1.1.1.9 christos cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
794 1.1.1.9 christos else \
795 1.1.1.9 christos test -f "$(distdir)/$$file" \
796 1.1.1.9 christos || cp -p $$d/$$file "$(distdir)/$$file" \
797 1.1.1.9 christos || exit 1; \
798 1.1.1.9 christos fi; \
799 1.1.1.9 christos done
800 1.1.1.9 christos check-am: all-am
801 1.1.1.11 christos check: $(BUILT_SOURCES)
802 1.1.1.11 christos $(MAKE) $(AM_MAKEFLAGS) check-am
803 1.1.1.9 christos all-am: Makefile $(PROGRAMS)
804 1.1 christos installdirs:
805 1.1.1.9 christos for dir in "$(DESTDIR)$(bindir)"; do \
806 1.1.1.9 christos test -z "$$dir" || $(MKDIR_P) "$$dir"; \
807 1.1.1.9 christos done
808 1.1.1.11 christos install: $(BUILT_SOURCES)
809 1.1.1.11 christos $(MAKE) $(AM_MAKEFLAGS) install-am
810 1.1.1.11 christos install-exec: $(BUILT_SOURCES)
811 1.1.1.11 christos $(MAKE) $(AM_MAKEFLAGS) install-exec-am
812 1.1.1.9 christos install-data: install-data-am
813 1.1.1.9 christos uninstall: uninstall-am
814 1.1.1.9 christos
815 1.1.1.9 christos install-am: all-am
816 1.1.1.9 christos @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
817 1.1.1.9 christos
818 1.1.1.9 christos installcheck: installcheck-am
819 1.1.1.9 christos install-strip:
820 1.1.1.9 christos if test -z '$(STRIP)'; then \
821 1.1.1.9 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
822 1.1.1.9 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
823 1.1.1.9 christos install; \
824 1.1.1.9 christos else \
825 1.1.1.9 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
826 1.1.1.9 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
827 1.1.1.9 christos "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
828 1.1.1.9 christos fi
829 1.1.1.9 christos mostlyclean-generic:
830 1.1.1.9 christos
831 1.1.1.9 christos clean-generic:
832 1.1.1.11 christos -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
833 1.1.1.9 christos
834 1.1.1.9 christos distclean-generic:
835 1.1.1.9 christos -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
836 1.1.1.9 christos -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
837 1.1.1.9 christos
838 1.1.1.9 christos maintainer-clean-generic:
839 1.1.1.9 christos @echo "This command is intended for maintainers to use"
840 1.1.1.9 christos @echo "it deletes files that may require special tools to rebuild."
841 1.1.1.11 christos -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
842 1.1.1.9 christos clean: clean-am
843 1.1.1.9 christos
844 1.1.1.9 christos clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
845 1.1.1.9 christos
846 1.1.1.9 christos distclean: distclean-am
847 1.1.1.9 christos -rm -f ./$(DEPDIR)/arpaname.Po
848 1.1.1.9 christos -rm -f ./$(DEPDIR)/dnstap_read-dnstap-read.Po
849 1.1.1.11 christos -rm -f ./$(DEPDIR)/mdig.Po
850 1.1.1.9 christos -rm -f ./$(DEPDIR)/named-journalprint.Po
851 1.1.1.9 christos -rm -f ./$(DEPDIR)/named-rrchecker.Po
852 1.1.1.9 christos -rm -f ./$(DEPDIR)/named_nzd2nzf-named-nzd2nzf.Po
853 1.1.1.9 christos -rm -f ./$(DEPDIR)/nsec3hash.Po
854 1.1.1.9 christos -rm -f Makefile
855 1.1.1.9 christos distclean-am: clean-am distclean-compile distclean-generic \
856 1.1.1.9 christos distclean-tags
857 1.1.1.9 christos
858 1.1.1.9 christos doc: doc-am
859 1.1.1.9 christos
860 1.1.1.9 christos doc-am: doc-local
861 1.1.1.9 christos
862 1.1.1.9 christos dvi: dvi-am
863 1.1.1.9 christos
864 1.1.1.9 christos dvi-am:
865 1.1.1.9 christos
866 1.1.1.9 christos html: html-am
867 1.1.1.9 christos
868 1.1.1.9 christos html-am:
869 1.1.1.9 christos
870 1.1.1.9 christos info: info-am
871 1.1.1.9 christos
872 1.1.1.9 christos info-am:
873 1.1.1.9 christos
874 1.1.1.9 christos install-data-am:
875 1.1.1.9 christos
876 1.1.1.9 christos install-dvi: install-dvi-am
877 1.1.1.9 christos
878 1.1.1.9 christos install-dvi-am:
879 1.1.1.9 christos
880 1.1.1.9 christos install-exec-am: install-binPROGRAMS
881 1.1.1.9 christos
882 1.1.1.9 christos install-html: install-html-am
883 1.1.1.9 christos
884 1.1.1.9 christos install-html-am:
885 1.1.1.9 christos
886 1.1.1.9 christos install-info: install-info-am
887 1.1.1.9 christos
888 1.1.1.9 christos install-info-am:
889 1.1.1.9 christos
890 1.1.1.9 christos install-man:
891 1.1.1.9 christos
892 1.1.1.9 christos install-pdf: install-pdf-am
893 1.1.1.9 christos
894 1.1.1.9 christos install-pdf-am:
895 1.1.1.9 christos
896 1.1.1.9 christos install-ps: install-ps-am
897 1.1.1.9 christos
898 1.1.1.9 christos install-ps-am:
899 1.1.1.9 christos
900 1.1.1.9 christos installcheck-am:
901 1.1.1.9 christos
902 1.1.1.9 christos maintainer-clean: maintainer-clean-am
903 1.1.1.9 christos -rm -f ./$(DEPDIR)/arpaname.Po
904 1.1.1.9 christos -rm -f ./$(DEPDIR)/dnstap_read-dnstap-read.Po
905 1.1.1.11 christos -rm -f ./$(DEPDIR)/mdig.Po
906 1.1.1.9 christos -rm -f ./$(DEPDIR)/named-journalprint.Po
907 1.1.1.9 christos -rm -f ./$(DEPDIR)/named-rrchecker.Po
908 1.1.1.9 christos -rm -f ./$(DEPDIR)/named_nzd2nzf-named-nzd2nzf.Po
909 1.1.1.9 christos -rm -f ./$(DEPDIR)/nsec3hash.Po
910 1.1.1.9 christos -rm -f Makefile
911 1.1.1.9 christos maintainer-clean-am: distclean-am maintainer-clean-generic
912 1.1.1.9 christos
913 1.1.1.9 christos mostlyclean: mostlyclean-am
914 1.1.1.9 christos
915 1.1.1.9 christos mostlyclean-am: mostlyclean-compile mostlyclean-generic \
916 1.1.1.9 christos mostlyclean-libtool
917 1.1.1.9 christos
918 1.1.1.9 christos pdf: pdf-am
919 1.1.1.9 christos
920 1.1.1.9 christos pdf-am:
921 1.1.1.9 christos
922 1.1.1.9 christos ps: ps-am
923 1.1.1.9 christos
924 1.1.1.9 christos ps-am:
925 1.1.1.9 christos
926 1.1.1.9 christos test: test-am
927 1.1.1.9 christos
928 1.1.1.9 christos test-am: test-local
929 1.1.1.9 christos
930 1.1.1.9 christos uninstall-am: uninstall-binPROGRAMS
931 1.1.1.9 christos
932 1.1.1.9 christos unit: unit-am
933 1.1.1.9 christos
934 1.1.1.9 christos unit-am: unit-local
935 1.1.1.9 christos
936 1.1.1.11 christos .MAKE: all check install install-am install-exec install-strip
937 1.1.1.9 christos
938 1.1.1.9 christos .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
939 1.1.1.9 christos clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
940 1.1.1.9 christos ctags ctags-am distclean distclean-compile distclean-generic \
941 1.1.1.9 christos distclean-libtool distclean-tags distdir doc-am doc-local dvi \
942 1.1.1.9 christos dvi-am html html-am info info-am install install-am \
943 1.1.1.9 christos install-binPROGRAMS install-data install-data-am install-dvi \
944 1.1.1.9 christos install-dvi-am install-exec install-exec-am install-html \
945 1.1.1.9 christos install-html-am install-info install-info-am install-man \
946 1.1.1.9 christos install-pdf install-pdf-am install-ps install-ps-am \
947 1.1.1.9 christos install-strip installcheck installcheck-am installdirs \
948 1.1.1.9 christos maintainer-clean maintainer-clean-generic mostlyclean \
949 1.1.1.9 christos mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
950 1.1.1.9 christos pdf pdf-am ps ps-am tags tags-am test-am test-local uninstall \
951 1.1.1.9 christos uninstall-am uninstall-binPROGRAMS unit-am unit-local
952 1.1.1.9 christos
953 1.1.1.9 christos .PRECIOUS: Makefile
954 1.1 christos
955 1.1 christos
956 1.1.1.9 christos # Tell versions [3.59,3.63) of GNU make to not export all variables.
957 1.1.1.9 christos # Otherwise a system limit (for SysV at least) may be exceeded.
958 1.1.1.9 christos .NOEXPORT:
959