Makefile.in revision 1.1.1.10 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.9 christos $(top_srcdir)/m4/ax_save_flags.m4 $(top_srcdir)/m4/ax_tls.m4 \
120 1.1.1.9 christos $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
121 1.1.1.9 christos $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
122 1.1.1.9 christos $(top_srcdir)/m4/lt~obsolete.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.9 christos mdig_OBJECTS = mdig-mdig.$(OBJEXT)
152 1.1.1.9 christos mdig_DEPENDENCIES = $(LIBBIND9_LIBS) $(LIBISCCFG_LIBS) $(LIBDNS_LIBS) \
153 1.1.1.10 christos $(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.9 christos ./$(DEPDIR)/dnstap_read-dnstap-read.Po \
187 1.1.1.9 christos ./$(DEPDIR)/mdig-mdig.Po ./$(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.9 christos DNSTAP_CFLAGS = @DNSTAP_CFLAGS@
271 1.1.1.9 christos DNSTAP_LIBS = @DNSTAP_LIBS@
272 1.1.1.9 christos DOXYGEN = @DOXYGEN@
273 1.1.1.9 christos DSYMUTIL = @DSYMUTIL@
274 1.1.1.9 christos DUMPBIN = @DUMPBIN@
275 1.1.1.9 christos ECHO_C = @ECHO_C@
276 1.1.1.9 christos ECHO_N = @ECHO_N@
277 1.1.1.9 christos ECHO_T = @ECHO_T@
278 1.1.1.9 christos EGREP = @EGREP@
279 1.1.1.9 christos ETAGS = @ETAGS@
280 1.1.1.9 christos EXEEXT = @EXEEXT@
281 1.1.1.9 christos FGREP = @FGREP@
282 1.1.1.9 christos FILECMD = @FILECMD@
283 1.1.1.9 christos FSTRM_CAPTURE = @FSTRM_CAPTURE@
284 1.1.1.9 christos FUZZ_LDFLAGS = @FUZZ_LDFLAGS@
285 1.1.1.9 christos FUZZ_LOG_COMPILER = @FUZZ_LOG_COMPILER@
286 1.1.1.9 christos GREP = @GREP@
287 1.1.1.9 christos GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
288 1.1.1.9 christos GSSAPI_LIBS = @GSSAPI_LIBS@
289 1.1.1.9 christos INSTALL = @INSTALL@
290 1.1.1.9 christos INSTALL_DATA = @INSTALL_DATA@
291 1.1.1.9 christos INSTALL_PROGRAM = @INSTALL_PROGRAM@
292 1.1.1.9 christos INSTALL_SCRIPT = @INSTALL_SCRIPT@
293 1.1.1.9 christos INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
294 1.1.1.9 christos JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@
295 1.1.1.9 christos JEMALLOC_LIBS = @JEMALLOC_LIBS@
296 1.1.1.9 christos JSON_C_CFLAGS = @JSON_C_CFLAGS@
297 1.1.1.9 christos JSON_C_LIBS = @JSON_C_LIBS@
298 1.1.1.9 christos KRB5_CFLAGS = @KRB5_CFLAGS@
299 1.1.1.9 christos KRB5_CONFIG = @KRB5_CONFIG@
300 1.1.1.9 christos KRB5_LIBS = @KRB5_LIBS@
301 1.1.1.9 christos LATEXMK = @LATEXMK@
302 1.1.1.9 christos LD = @LD@
303 1.1.1.9 christos LDFLAGS = @LDFLAGS@
304 1.1.1.9 christos LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
305 1.1.1.9 christos LIBCAP_LIBS = @LIBCAP_LIBS@
306 1.1.1.9 christos LIBIDN2_CFLAGS = @LIBIDN2_CFLAGS@
307 1.1.1.9 christos LIBIDN2_LIBS = @LIBIDN2_LIBS@
308 1.1.1.9 christos LIBNGHTTP2_CFLAGS = @LIBNGHTTP2_CFLAGS@
309 1.1.1.9 christos LIBNGHTTP2_LIBS = @LIBNGHTTP2_LIBS@
310 1.1.1.9 christos LIBOBJS = @LIBOBJS@
311 1.1.1.9 christos LIBS = @LIBS@
312 1.1.1.9 christos LIBTOOL = @LIBTOOL@
313 1.1.1.9 christos LIBUV_CFLAGS = @LIBUV_CFLAGS@
314 1.1.1.9 christos LIBUV_LIBS = @LIBUV_LIBS@
315 1.1.1.9 christos LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
316 1.1.1.9 christos LIBXML2_LIBS = @LIBXML2_LIBS@
317 1.1.1.9 christos LIPO = @LIPO@
318 1.1.1.9 christos LMDB_CFLAGS = @LMDB_CFLAGS@
319 1.1.1.9 christos LMDB_LIBS = @LMDB_LIBS@
320 1.1.1.9 christos LN_S = @LN_S@
321 1.1.1.9 christos LTLIBOBJS = @LTLIBOBJS@
322 1.1.1.9 christos LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
323 1.1.1.9 christos MAINT = @MAINT@
324 1.1.1.9 christos MAKEINFO = @MAKEINFO@
325 1.1.1.9 christos MANIFEST_TOOL = @MANIFEST_TOOL@
326 1.1.1.9 christos MAXMINDDB_CFLAGS = @MAXMINDDB_CFLAGS@
327 1.1.1.9 christos MAXMINDDB_LIBS = @MAXMINDDB_LIBS@
328 1.1.1.9 christos MAXMINDDB_PREFIX = @MAXMINDDB_PREFIX@
329 1.1.1.9 christos MKDIR_P = @MKDIR_P@
330 1.1.1.9 christos NC = @NC@
331 1.1.1.9 christos NM = @NM@
332 1.1.1.9 christos NMEDIT = @NMEDIT@
333 1.1.1.9 christos OBJDUMP = @OBJDUMP@
334 1.1.1.9 christos OBJEXT = @OBJEXT@
335 1.1.1.9 christos OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
336 1.1.1.9 christos OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
337 1.1.1.9 christos OPENSSL_LIBS = @OPENSSL_LIBS@
338 1.1.1.9 christos OTOOL = @OTOOL@
339 1.1.1.9 christos OTOOL64 = @OTOOL64@
340 1.1.1.9 christos PACKAGE = @PACKAGE@
341 1.1.1.9 christos PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
342 1.1.1.9 christos PACKAGE_NAME = @PACKAGE_NAME@
343 1.1.1.9 christos PACKAGE_STRING = @PACKAGE_STRING@
344 1.1.1.9 christos PACKAGE_TARNAME = @PACKAGE_TARNAME@
345 1.1.1.9 christos PACKAGE_URL = @PACKAGE_URL@
346 1.1.1.9 christos PACKAGE_VERSION = @PACKAGE_VERSION@
347 1.1.1.9 christos PATH_SEPARATOR = @PATH_SEPARATOR@
348 1.1.1.9 christos PERL = @PERL@
349 1.1.1.9 christos PKG_CONFIG = @PKG_CONFIG@
350 1.1.1.9 christos PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
351 1.1.1.9 christos PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
352 1.1.1.9 christos PROTOC_C = @PROTOC_C@
353 1.1.1.9 christos PTHREAD_CC = @PTHREAD_CC@
354 1.1.1.9 christos PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
355 1.1.1.9 christos PTHREAD_CXX = @PTHREAD_CXX@
356 1.1.1.9 christos PTHREAD_LIBS = @PTHREAD_LIBS@
357 1.1.1.9 christos PYTEST = @PYTEST@
358 1.1.1.9 christos PYTHON = @PYTHON@
359 1.1.1.9 christos PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
360 1.1.1.9 christos PYTHON_PLATFORM = @PYTHON_PLATFORM@
361 1.1.1.9 christos PYTHON_PREFIX = @PYTHON_PREFIX@
362 1.1.1.9 christos PYTHON_VERSION = @PYTHON_VERSION@
363 1.1.1.9 christos RANLIB = @RANLIB@
364 1.1.1.9 christos READLINE_CFLAGS = @READLINE_CFLAGS@
365 1.1.1.9 christos READLINE_LIBS = @READLINE_LIBS@
366 1.1.1.9 christos RELEASE_DATE = @RELEASE_DATE@
367 1.1.1.9 christos SED = @SED@
368 1.1.1.9 christos SET_MAKE = @SET_MAKE@
369 1.1.1.9 christos SHELL = @SHELL@
370 1.1.1.9 christos SPHINX_BUILD = @SPHINX_BUILD@
371 1.1.1.9 christos STD_CFLAGS = @STD_CFLAGS@
372 1.1.1.9 christos STD_CPPFLAGS = @STD_CPPFLAGS@
373 1.1.1.9 christos STD_LDFLAGS = @STD_LDFLAGS@
374 1.1.1.9 christos STRIP = @STRIP@
375 1.1.1.9 christos TEST_CFLAGS = @TEST_CFLAGS@
376 1.1.1.9 christos VERSION = @VERSION@
377 1.1.1.9 christos XELATEX = @XELATEX@
378 1.1.1.9 christos XSLTPROC = @XSLTPROC@
379 1.1.1.9 christos ZLIB_CFLAGS = @ZLIB_CFLAGS@
380 1.1.1.9 christos ZLIB_LIBS = @ZLIB_LIBS@
381 1.1.1.9 christos abs_builddir = @abs_builddir@
382 1.1.1.9 christos abs_srcdir = @abs_srcdir@
383 1.1.1.9 christos abs_top_builddir = @abs_top_builddir@
384 1.1.1.9 christos abs_top_srcdir = @abs_top_srcdir@
385 1.1.1.9 christos ac_ct_AR = @ac_ct_AR@
386 1.1.1.9 christos ac_ct_CC = @ac_ct_CC@
387 1.1.1.9 christos ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
388 1.1.1.9 christos ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
389 1.1.1.9 christos am__include = @am__include@
390 1.1.1.9 christos am__leading_dot = @am__leading_dot@
391 1.1.1.9 christos am__quote = @am__quote@
392 1.1.1.9 christos am__tar = @am__tar@
393 1.1.1.9 christos am__untar = @am__untar@
394 1.1.1.9 christos ax_pthread_config = @ax_pthread_config@
395 1.1.1.9 christos bindir = @bindir@
396 1.1.1.9 christos build = @build@
397 1.1.1.9 christos build_alias = @build_alias@
398 1.1.1.9 christos build_cpu = @build_cpu@
399 1.1.1.9 christos build_os = @build_os@
400 1.1.1.9 christos build_vendor = @build_vendor@
401 1.1.1.9 christos builddir = @builddir@
402 1.1.1.9 christos datadir = @datadir@
403 1.1.1.9 christos datarootdir = @datarootdir@
404 1.1.1.9 christos docdir = @docdir@
405 1.1.1.9 christos dvidir = @dvidir@
406 1.1.1.9 christos exec_prefix = @exec_prefix@
407 1.1.1.9 christos host = @host@
408 1.1.1.9 christos host_alias = @host_alias@
409 1.1.1.9 christos host_cpu = @host_cpu@
410 1.1.1.9 christos host_os = @host_os@
411 1.1.1.9 christos host_vendor = @host_vendor@
412 1.1.1.9 christos htmldir = @htmldir@
413 1.1.1.9 christos includedir = @includedir@
414 1.1.1.9 christos infodir = @infodir@
415 1.1.1.9 christos install_sh = @install_sh@
416 1.1.1.9 christos libdir = @libdir@
417 1.1.1.9 christos libexecdir = @libexecdir@
418 1.1.1.9 christos localedir = @localedir@
419 1.1.1.9 christos localstatedir = @localstatedir@
420 1.1.1.9 christos mandir = @mandir@
421 1.1.1.9 christos mkdir_p = @mkdir_p@
422 1.1.1.9 christos oldincludedir = @oldincludedir@
423 1.1.1.9 christos pdfdir = @pdfdir@
424 1.1.1.9 christos pkgpyexecdir = @pkgpyexecdir@
425 1.1.1.9 christos pkgpythondir = @pkgpythondir@
426 1.1.1.9 christos prefix = @prefix@
427 1.1.1.9 christos program_transform_name = @program_transform_name@
428 1.1.1.9 christos psdir = @psdir@
429 1.1.1.9 christos pyexecdir = @pyexecdir@
430 1.1.1.9 christos pythondir = @pythondir@
431 1.1.1.9 christos runstatedir = @runstatedir@
432 1.1.1.9 christos sbindir = @sbindir@
433 1.1.1.9 christos sharedstatedir = @sharedstatedir@
434 1.1.1.9 christos srcdir = @srcdir@
435 1.1.1.9 christos sysconfdir = @sysconfdir@
436 1.1.1.9 christos target = @target@
437 1.1.1.9 christos target_alias = @target_alias@
438 1.1.1.9 christos target_cpu = @target_cpu@
439 1.1.1.9 christos target_os = @target_os@
440 1.1.1.9 christos target_vendor = @target_vendor@
441 1.1.1.9 christos top_build_prefix = @top_build_prefix@
442 1.1.1.9 christos top_builddir = @top_builddir@
443 1.1.1.9 christos top_srcdir = @top_srcdir@
444 1.1.1.9 christos ACLOCAL_AMFLAGS = -I $(top_srcdir)/m4
445 1.1.1.9 christos AM_CFLAGS = \
446 1.1.1.9 christos $(STD_CFLAGS)
447 1.1.1.9 christos
448 1.1.1.9 christos AM_CPPFLAGS = $(STD_CPPFLAGS) -include $(top_builddir)/config.h \
449 1.1.1.9 christos -I$(srcdir)/include $(LIBISC_CFLAGS) $(LIBDNS_CFLAGS)
450 1.1.1.9 christos AM_LDFLAGS = $(STD_LDFLAGS) $(am__append_1)
451 1.1.1.9 christos LDADD = $(LIBDNS_LIBS) $(LIBISC_LIBS)
452 1.1.1.10 christos @HAVE_JEMALLOC_FALSE@LIBISC_CFLAGS = -I$(top_srcdir)/include \
453 1.1.1.10 christos @HAVE_JEMALLOC_FALSE@ -I$(top_srcdir)/lib/isc/include \
454 1.1.1.10 christos @HAVE_JEMALLOC_FALSE@ -I$(top_builddir)/lib/isc/include
455 1.1.1.10 christos @HAVE_JEMALLOC_TRUE@LIBISC_CFLAGS = $(JEMALLOC_CFLAGS) \
456 1.1.1.10 christos @HAVE_JEMALLOC_TRUE@ -I$(top_srcdir)/include \
457 1.1.1.10 christos @HAVE_JEMALLOC_TRUE@ -I$(top_srcdir)/lib/isc/include \
458 1.1.1.10 christos @HAVE_JEMALLOC_TRUE@ -I$(top_builddir)/lib/isc/include
459 1.1.1.10 christos @HAVE_JEMALLOC_FALSE@LIBISC_LIBS = $(top_builddir)/lib/isc/libisc.la
460 1.1.1.10 christos @HAVE_JEMALLOC_TRUE@LIBISC_LIBS = $(JEMALLOC_LIBS) \
461 1.1.1.10 christos @HAVE_JEMALLOC_TRUE@ $(top_builddir)/lib/isc/libisc.la
462 1.1.1.9 christos LIBDNS_CFLAGS = \
463 1.1.1.9 christos -I$(top_srcdir)/lib/dns/include \
464 1.1.1.9 christos -I$(top_builddir)/lib/dns/include
465 1.1.1.9 christos
466 1.1.1.9 christos LIBDNS_LIBS = \
467 1.1.1.9 christos $(top_builddir)/lib/dns/libdns.la
468 1.1.1.9 christos
469 1.1.1.9 christos LIBNS_CFLAGS = \
470 1.1.1.9 christos -I$(top_srcdir)/lib/ns/include
471 1.1.1.9 christos
472 1.1.1.9 christos LIBNS_LIBS = \
473 1.1.1.9 christos $(top_builddir)/lib/ns/libns.la
474 1.1.1.9 christos
475 1.1.1.9 christos LIBIRS_CFLAGS = \
476 1.1.1.9 christos -I$(top_srcdir)/lib/irs/include
477 1.1.1.9 christos
478 1.1.1.9 christos LIBIRS_LIBS = \
479 1.1.1.9 christos $(top_builddir)/lib/irs/libirs.la
480 1.1.1.9 christos
481 1.1.1.9 christos LIBISCCFG_CFLAGS = \
482 1.1.1.9 christos -I$(top_srcdir)/lib/isccfg/include
483 1.1.1.9 christos
484 1.1.1.9 christos LIBISCCFG_LIBS = \
485 1.1.1.9 christos $(top_builddir)/lib/isccfg/libisccfg.la
486 1.1.1.9 christos
487 1.1.1.9 christos LIBISCCC_CFLAGS = \
488 1.1.1.9 christos -I$(top_srcdir)/lib/isccc/include/
489 1.1.1.9 christos
490 1.1.1.9 christos LIBISCCC_LIBS = \
491 1.1.1.9 christos $(top_builddir)/lib/isccc/libisccc.la
492 1.1.1.9 christos
493 1.1.1.9 christos LIBBIND9_CFLAGS = \
494 1.1.1.9 christos -I$(top_srcdir)/lib/bind9/include
495 1.1.1.9 christos
496 1.1.1.9 christos LIBBIND9_LIBS = \
497 1.1.1.9 christos $(top_builddir)/lib/bind9/libbind9.la
498 1.1.1.9 christos
499 1.1.1.9 christos arpaname_LDADD = \
500 1.1.1.9 christos $(LIBISC_LIBS)
501 1.1.1.9 christos
502 1.1.1.9 christos mdig_CPPFLAGS = \
503 1.1.1.9 christos $(AM_CPPFLAGS) \
504 1.1.1.9 christos $(LIBBIND9_CFLAGS)
505 1.1.1.9 christos
506 1.1.1.9 christos mdig_LDADD = \
507 1.1.1.9 christos $(LIBBIND9_LIBS) \
508 1.1.1.9 christos $(LIBISCCFG_LIBS) \
509 1.1.1.9 christos $(LIBDNS_LIBS) \
510 1.1.1.9 christos $(LIBISC_LIBS)
511 1.1.1.9 christos
512 1.1.1.9 christos @HAVE_DNSTAP_TRUE@dnstap_read_CPPFLAGS = \
513 1.1.1.9 christos @HAVE_DNSTAP_TRUE@ $(AM_CPPFLAGS) \
514 1.1.1.9 christos @HAVE_DNSTAP_TRUE@ $(DNSTAP_CFLAGS) \
515 1.1.1.9 christos @HAVE_DNSTAP_TRUE@ -I$(top_builddir)/lib/dns
516 1.1.1.9 christos
517 1.1.1.9 christos @HAVE_DNSTAP_TRUE@dnstap_read_LDADD = \
518 1.1.1.9 christos @HAVE_DNSTAP_TRUE@ $(LIBDNS_LIBS) \
519 1.1.1.9 christos @HAVE_DNSTAP_TRUE@ $(LIBISC_LIBS) \
520 1.1.1.9 christos @HAVE_DNSTAP_TRUE@ $(DNSTAP_LIBS)
521 1.1.1.9 christos
522 1.1.1.9 christos @HAVE_LMDB_TRUE@named_nzd2nzf_CPPFLAGS = \
523 1.1.1.9 christos @HAVE_LMDB_TRUE@ $(AM_CPPFLAGS) \
524 1.1.1.9 christos @HAVE_LMDB_TRUE@ $(LMDB_CFLAGS)
525 1.1.1.9 christos
526 1.1.1.9 christos @HAVE_LMDB_TRUE@named_nzd2nzf_LDADD = \
527 1.1.1.9 christos @HAVE_LMDB_TRUE@ $(LIBISC_LIBS) \
528 1.1.1.9 christos @HAVE_LMDB_TRUE@ $(LMDB_LIBS)
529 1.1.1.9 christos
530 1.1.1.9 christos all: all-am
531 1.1.1.9 christos
532 1.1.1.9 christos .SUFFIXES:
533 1.1.1.9 christos .SUFFIXES: .c .lo .o .obj
534 1.1.1.9 christos $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.top $(am__configure_deps)
535 1.1.1.9 christos @for dep in $?; do \
536 1.1.1.9 christos case '$(am__configure_deps)' in \
537 1.1.1.9 christos *$$dep*) \
538 1.1.1.9 christos ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
539 1.1.1.9 christos && { if test -f $@; then exit 0; else break; fi; }; \
540 1.1.1.9 christos exit 1;; \
541 1.1.1.9 christos esac; \
542 1.1.1.9 christos done; \
543 1.1.1.9 christos echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bin/tools/Makefile'; \
544 1.1.1.9 christos $(am__cd) $(top_srcdir) && \
545 1.1.1.9 christos $(AUTOMAKE) --foreign bin/tools/Makefile
546 1.1.1.9 christos Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
547 1.1.1.9 christos @case '$?' in \
548 1.1.1.9 christos *config.status*) \
549 1.1.1.9 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
550 1.1.1.9 christos *) \
551 1.1.1.9 christos echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
552 1.1.1.9 christos cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
553 1.1.1.9 christos esac;
554 1.1.1.9 christos $(top_srcdir)/Makefile.top $(am__empty):
555 1.1.1.9 christos
556 1.1.1.9 christos $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
557 1.1.1.9 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
558 1.1.1.9 christos
559 1.1.1.9 christos $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
560 1.1.1.9 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
561 1.1.1.9 christos $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
562 1.1.1.9 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
563 1.1.1.9 christos $(am__aclocal_m4_deps):
564 1.1.1.9 christos install-binPROGRAMS: $(bin_PROGRAMS)
565 1.1.1.9 christos @$(NORMAL_INSTALL)
566 1.1.1.9 christos @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
567 1.1.1.9 christos if test -n "$$list"; then \
568 1.1.1.9 christos echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
569 1.1.1.9 christos $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
570 1.1.1.9 christos fi; \
571 1.1.1.9 christos for p in $$list; do echo "$$p $$p"; done | \
572 1.1.1.9 christos sed 's/$(EXEEXT)$$//' | \
573 1.1.1.9 christos while read p p1; do if test -f $$p \
574 1.1.1.9 christos || test -f $$p1 \
575 1.1.1.9 christos ; then echo "$$p"; echo "$$p"; else :; fi; \
576 1.1.1.9 christos done | \
577 1.1.1.9 christos sed -e 'p;s,.*/,,;n;h' \
578 1.1.1.9 christos -e 's|.*|.|' \
579 1.1.1.9 christos -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
580 1.1.1.9 christos sed 'N;N;N;s,\n, ,g' | \
581 1.1.1.9 christos $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
582 1.1.1.9 christos { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
583 1.1.1.9 christos if ($$2 == $$4) files[d] = files[d] " " $$1; \
584 1.1.1.9 christos else { print "f", $$3 "/" $$4, $$1; } } \
585 1.1.1.9 christos END { for (d in files) print "f", d, files[d] }' | \
586 1.1.1.9 christos while read type dir files; do \
587 1.1.1.9 christos if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
588 1.1.1.9 christos test -z "$$files" || { \
589 1.1.1.9 christos echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
590 1.1.1.9 christos $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
591 1.1.1.9 christos } \
592 1.1.1.9 christos ; done
593 1.1.1.9 christos
594 1.1.1.9 christos uninstall-binPROGRAMS:
595 1.1.1.9 christos @$(NORMAL_UNINSTALL)
596 1.1.1.9 christos @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
597 1.1.1.9 christos files=`for p in $$list; do echo "$$p"; done | \
598 1.1.1.9 christos sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
599 1.1.1.9 christos -e 's/$$/$(EXEEXT)/' \
600 1.1.1.9 christos `; \
601 1.1.1.9 christos test -n "$$list" || exit 0; \
602 1.1.1.9 christos echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
603 1.1.1.9 christos cd "$(DESTDIR)$(bindir)" && rm -f $$files
604 1.1.1.9 christos
605 1.1.1.9 christos clean-binPROGRAMS:
606 1.1.1.9 christos @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
607 1.1.1.9 christos echo " rm -f" $$list; \
608 1.1.1.9 christos rm -f $$list || exit $$?; \
609 1.1.1.9 christos test -n "$(EXEEXT)" || exit 0; \
610 1.1.1.9 christos list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
611 1.1.1.9 christos echo " rm -f" $$list; \
612 1.1.1.9 christos rm -f $$list
613 1.1.1.9 christos
614 1.1.1.9 christos arpaname$(EXEEXT): $(arpaname_OBJECTS) $(arpaname_DEPENDENCIES) $(EXTRA_arpaname_DEPENDENCIES)
615 1.1.1.9 christos @rm -f arpaname$(EXEEXT)
616 1.1.1.9 christos $(AM_V_CCLD)$(LINK) $(arpaname_OBJECTS) $(arpaname_LDADD) $(LIBS)
617 1.1.1.9 christos
618 1.1.1.9 christos dnstap-read$(EXEEXT): $(dnstap_read_OBJECTS) $(dnstap_read_DEPENDENCIES) $(EXTRA_dnstap_read_DEPENDENCIES)
619 1.1.1.9 christos @rm -f dnstap-read$(EXEEXT)
620 1.1.1.9 christos $(AM_V_CCLD)$(LINK) $(dnstap_read_OBJECTS) $(dnstap_read_LDADD) $(LIBS)
621 1.1.1.9 christos
622 1.1.1.9 christos mdig$(EXEEXT): $(mdig_OBJECTS) $(mdig_DEPENDENCIES) $(EXTRA_mdig_DEPENDENCIES)
623 1.1.1.9 christos @rm -f mdig$(EXEEXT)
624 1.1.1.9 christos $(AM_V_CCLD)$(LINK) $(mdig_OBJECTS) $(mdig_LDADD) $(LIBS)
625 1.1.1.9 christos
626 1.1.1.9 christos named-journalprint$(EXEEXT): $(named_journalprint_OBJECTS) $(named_journalprint_DEPENDENCIES) $(EXTRA_named_journalprint_DEPENDENCIES)
627 1.1.1.9 christos @rm -f named-journalprint$(EXEEXT)
628 1.1.1.9 christos $(AM_V_CCLD)$(LINK) $(named_journalprint_OBJECTS) $(named_journalprint_LDADD) $(LIBS)
629 1.1.1.9 christos
630 1.1.1.9 christos named-nzd2nzf$(EXEEXT): $(named_nzd2nzf_OBJECTS) $(named_nzd2nzf_DEPENDENCIES) $(EXTRA_named_nzd2nzf_DEPENDENCIES)
631 1.1.1.9 christos @rm -f named-nzd2nzf$(EXEEXT)
632 1.1.1.9 christos $(AM_V_CCLD)$(LINK) $(named_nzd2nzf_OBJECTS) $(named_nzd2nzf_LDADD) $(LIBS)
633 1.1.1.9 christos
634 1.1.1.9 christos named-rrchecker$(EXEEXT): $(named_rrchecker_OBJECTS) $(named_rrchecker_DEPENDENCIES) $(EXTRA_named_rrchecker_DEPENDENCIES)
635 1.1.1.9 christos @rm -f named-rrchecker$(EXEEXT)
636 1.1.1.9 christos $(AM_V_CCLD)$(LINK) $(named_rrchecker_OBJECTS) $(named_rrchecker_LDADD) $(LIBS)
637 1.1.1.9 christos
638 1.1.1.9 christos nsec3hash$(EXEEXT): $(nsec3hash_OBJECTS) $(nsec3hash_DEPENDENCIES) $(EXTRA_nsec3hash_DEPENDENCIES)
639 1.1.1.9 christos @rm -f nsec3hash$(EXEEXT)
640 1.1.1.9 christos $(AM_V_CCLD)$(LINK) $(nsec3hash_OBJECTS) $(nsec3hash_LDADD) $(LIBS)
641 1.1.1.9 christos
642 1.1.1.9 christos mostlyclean-compile:
643 1.1.1.9 christos -rm -f *.$(OBJEXT)
644 1.1.1.9 christos
645 1.1.1.9 christos distclean-compile:
646 1.1.1.9 christos -rm -f *.tab.c
647 1.1.1.9 christos
648 1.1.1.9 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arpaname.Po@am__quote@ # am--include-marker
649 1.1.1.9 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnstap_read-dnstap-read.Po@am__quote@ # am--include-marker
650 1.1.1.9 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdig-mdig.Po@am__quote@ # am--include-marker
651 1.1.1.9 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/named-journalprint.Po@am__quote@ # am--include-marker
652 1.1.1.9 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/named-rrchecker.Po@am__quote@ # am--include-marker
653 1.1.1.9 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/named_nzd2nzf-named-nzd2nzf.Po@am__quote@ # am--include-marker
654 1.1.1.9 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsec3hash.Po@am__quote@ # am--include-marker
655 1.1.1.9 christos
656 1.1.1.9 christos $(am__depfiles_remade):
657 1.1.1.9 christos @$(MKDIR_P) $(@D)
658 1.1.1.9 christos @echo '# dummy' >$@-t && $(am__mv) $@-t $@
659 1.1.1.9 christos
660 1.1.1.9 christos am--depfiles: $(am__depfiles_remade)
661 1.1.1.9 christos
662 1.1.1.9 christos .c.o:
663 1.1.1.9 christos @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
664 1.1.1.9 christos @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
665 1.1.1.9 christos @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
666 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
667 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
668 1.1.1.9 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
669 1.1.1.9 christos
670 1.1.1.9 christos .c.obj:
671 1.1.1.9 christos @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
672 1.1.1.9 christos @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
673 1.1.1.9 christos @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
674 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
675 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
676 1.1.1.9 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
677 1.1.1.9 christos
678 1.1.1.9 christos .c.lo:
679 1.1.1.9 christos @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
680 1.1.1.9 christos @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
681 1.1.1.9 christos @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
682 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @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@)$(LTCOMPILE) -c -o $@ $<
685 1.1.1.9 christos
686 1.1.1.9 christos dnstap_read-dnstap-read.o: 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.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
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.o' 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.o `test -f 'dnstap-read.c' || echo '$(srcdir)/'`dnstap-read.c
692 1.1.1.9 christos
693 1.1.1.9 christos dnstap_read-dnstap-read.obj: dnstap-read.c
694 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`
695 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
696 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@
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) $(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`
699 1.1.1.9 christos
700 1.1.1.9 christos mdig-mdig.o: mdig.c
701 1.1.1.9 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mdig_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mdig-mdig.o -MD -MP -MF $(DEPDIR)/mdig-mdig.Tpo -c -o mdig-mdig.o `test -f 'mdig.c' || echo '$(srcdir)/'`mdig.c
702 1.1.1.9 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/mdig-mdig.Tpo $(DEPDIR)/mdig-mdig.Po
703 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mdig.c' object='mdig-mdig.o' 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) $(mdig_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mdig-mdig.o `test -f 'mdig.c' || echo '$(srcdir)/'`mdig.c
706 1.1.1.9 christos
707 1.1.1.9 christos mdig-mdig.obj: mdig.c
708 1.1.1.9 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mdig_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mdig-mdig.obj -MD -MP -MF $(DEPDIR)/mdig-mdig.Tpo -c -o mdig-mdig.obj `if test -f 'mdig.c'; then $(CYGPATH_W) 'mdig.c'; else $(CYGPATH_W) '$(srcdir)/mdig.c'; fi`
709 1.1.1.9 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/mdig-mdig.Tpo $(DEPDIR)/mdig-mdig.Po
710 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mdig.c' object='mdig-mdig.obj' libtool=no @AMDEPBACKSLASH@
711 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
712 1.1.1.9 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mdig_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mdig-mdig.obj `if test -f 'mdig.c'; then $(CYGPATH_W) 'mdig.c'; else $(CYGPATH_W) '$(srcdir)/mdig.c'; fi`
713 1.1.1.9 christos
714 1.1.1.9 christos named_nzd2nzf-named-nzd2nzf.o: named-nzd2nzf.c
715 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
716 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
717 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@
718 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
719 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
720 1.1.1.9 christos
721 1.1.1.9 christos named_nzd2nzf-named-nzd2nzf.obj: named-nzd2nzf.c
722 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`
723 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
724 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@
725 1.1.1.9 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
726 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`
727 1.1.1.9 christos
728 1.1.1.9 christos mostlyclean-libtool:
729 1.1.1.9 christos -rm -f *.lo
730 1.1.1.9 christos
731 1.1.1.9 christos clean-libtool:
732 1.1.1.9 christos -rm -rf .libs _libs
733 1.1.1.9 christos test-local:
734 1.1.1.9 christos unit-local:
735 1.1.1.9 christos doc-local:
736 1.1.1.9 christos
737 1.1.1.9 christos ID: $(am__tagged_files)
738 1.1.1.9 christos $(am__define_uniq_tagged_files); mkid -fID $$unique
739 1.1.1.9 christos tags: tags-am
740 1.1.1.9 christos TAGS: tags
741 1.1.1.9 christos
742 1.1.1.9 christos tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
743 1.1.1.9 christos set x; \
744 1.1.1.9 christos here=`pwd`; \
745 1.1.1.9 christos $(am__define_uniq_tagged_files); \
746 1.1.1.9 christos shift; \
747 1.1.1.9 christos if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
748 1.1.1.9 christos test -n "$$unique" || unique=$$empty_fix; \
749 1.1.1.9 christos if test $$# -gt 0; then \
750 1.1.1.9 christos $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
751 1.1.1.9 christos "$$@" $$unique; \
752 1.1.1.9 christos else \
753 1.1.1.9 christos $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
754 1.1.1.9 christos $$unique; \
755 1.1.1.9 christos fi; \
756 1.1.1.9 christos fi
757 1.1.1.9 christos ctags: ctags-am
758 1.1.1.9 christos
759 1.1.1.9 christos CTAGS: ctags
760 1.1.1.9 christos ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
761 1.1.1.9 christos $(am__define_uniq_tagged_files); \
762 1.1.1.9 christos test -z "$(CTAGS_ARGS)$$unique" \
763 1.1.1.9 christos || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
764 1.1.1.9 christos $$unique
765 1.1.1.9 christos
766 1.1.1.9 christos GTAGS:
767 1.1.1.9 christos here=`$(am__cd) $(top_builddir) && pwd` \
768 1.1.1.9 christos && $(am__cd) $(top_srcdir) \
769 1.1.1.9 christos && gtags -i $(GTAGS_ARGS) "$$here"
770 1.1.1.9 christos cscopelist: cscopelist-am
771 1.1.1.9 christos
772 1.1.1.9 christos cscopelist-am: $(am__tagged_files)
773 1.1.1.9 christos list='$(am__tagged_files)'; \
774 1.1.1.9 christos case "$(srcdir)" in \
775 1.1.1.9 christos [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
776 1.1.1.9 christos *) sdir=$(subdir)/$(srcdir) ;; \
777 1.1.1.9 christos esac; \
778 1.1.1.9 christos for i in $$list; do \
779 1.1.1.9 christos if test -f "$$i"; then \
780 1.1.1.9 christos echo "$(subdir)/$$i"; \
781 1.1.1.9 christos else \
782 1.1.1.9 christos echo "$$sdir/$$i"; \
783 1.1.1.9 christos fi; \
784 1.1.1.9 christos done >> $(top_builddir)/cscope.files
785 1.1.1.9 christos
786 1.1.1.9 christos distclean-tags:
787 1.1.1.9 christos -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
788 1.1.1.9 christos distdir: $(BUILT_SOURCES)
789 1.1.1.9 christos $(MAKE) $(AM_MAKEFLAGS) distdir-am
790 1.1.1.9 christos
791 1.1.1.9 christos distdir-am: $(DISTFILES)
792 1.1.1.9 christos @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
793 1.1.1.9 christos topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
794 1.1.1.9 christos list='$(DISTFILES)'; \
795 1.1.1.9 christos dist_files=`for file in $$list; do echo $$file; done | \
796 1.1.1.9 christos sed -e "s|^$$srcdirstrip/||;t" \
797 1.1.1.9 christos -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
798 1.1.1.9 christos case $$dist_files in \
799 1.1.1.9 christos */*) $(MKDIR_P) `echo "$$dist_files" | \
800 1.1.1.9 christos sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
801 1.1.1.9 christos sort -u` ;; \
802 1.1.1.9 christos esac; \
803 1.1.1.9 christos for file in $$dist_files; do \
804 1.1.1.9 christos if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
805 1.1.1.9 christos if test -d $$d/$$file; then \
806 1.1.1.9 christos dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
807 1.1.1.9 christos if test -d "$(distdir)/$$file"; then \
808 1.1.1.9 christos find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
809 1.1.1.9 christos fi; \
810 1.1.1.9 christos if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
811 1.1.1.9 christos cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
812 1.1.1.9 christos find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
813 1.1.1.9 christos fi; \
814 1.1.1.9 christos cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
815 1.1.1.9 christos else \
816 1.1.1.9 christos test -f "$(distdir)/$$file" \
817 1.1.1.9 christos || cp -p $$d/$$file "$(distdir)/$$file" \
818 1.1.1.9 christos || exit 1; \
819 1.1.1.9 christos fi; \
820 1.1.1.9 christos done
821 1.1.1.9 christos check-am: all-am
822 1.1.1.9 christos check: check-am
823 1.1.1.9 christos all-am: Makefile $(PROGRAMS)
824 1.1 christos installdirs:
825 1.1.1.9 christos for dir in "$(DESTDIR)$(bindir)"; do \
826 1.1.1.9 christos test -z "$$dir" || $(MKDIR_P) "$$dir"; \
827 1.1.1.9 christos done
828 1.1.1.9 christos install: install-am
829 1.1.1.9 christos install-exec: install-exec-am
830 1.1.1.9 christos install-data: install-data-am
831 1.1.1.9 christos uninstall: uninstall-am
832 1.1.1.9 christos
833 1.1.1.9 christos install-am: all-am
834 1.1.1.9 christos @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
835 1.1.1.9 christos
836 1.1.1.9 christos installcheck: installcheck-am
837 1.1.1.9 christos install-strip:
838 1.1.1.9 christos if test -z '$(STRIP)'; then \
839 1.1.1.9 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
840 1.1.1.9 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
841 1.1.1.9 christos install; \
842 1.1.1.9 christos else \
843 1.1.1.9 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
844 1.1.1.9 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
845 1.1.1.9 christos "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
846 1.1.1.9 christos fi
847 1.1.1.9 christos mostlyclean-generic:
848 1.1.1.9 christos
849 1.1.1.9 christos clean-generic:
850 1.1.1.9 christos
851 1.1.1.9 christos distclean-generic:
852 1.1.1.9 christos -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
853 1.1.1.9 christos -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
854 1.1.1.9 christos
855 1.1.1.9 christos maintainer-clean-generic:
856 1.1.1.9 christos @echo "This command is intended for maintainers to use"
857 1.1.1.9 christos @echo "it deletes files that may require special tools to rebuild."
858 1.1.1.9 christos clean: clean-am
859 1.1.1.9 christos
860 1.1.1.9 christos clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
861 1.1.1.9 christos
862 1.1.1.9 christos distclean: distclean-am
863 1.1.1.9 christos -rm -f ./$(DEPDIR)/arpaname.Po
864 1.1.1.9 christos -rm -f ./$(DEPDIR)/dnstap_read-dnstap-read.Po
865 1.1.1.9 christos -rm -f ./$(DEPDIR)/mdig-mdig.Po
866 1.1.1.9 christos -rm -f ./$(DEPDIR)/named-journalprint.Po
867 1.1.1.9 christos -rm -f ./$(DEPDIR)/named-rrchecker.Po
868 1.1.1.9 christos -rm -f ./$(DEPDIR)/named_nzd2nzf-named-nzd2nzf.Po
869 1.1.1.9 christos -rm -f ./$(DEPDIR)/nsec3hash.Po
870 1.1.1.9 christos -rm -f Makefile
871 1.1.1.9 christos distclean-am: clean-am distclean-compile distclean-generic \
872 1.1.1.9 christos distclean-tags
873 1.1.1.9 christos
874 1.1.1.9 christos doc: doc-am
875 1.1.1.9 christos
876 1.1.1.9 christos doc-am: doc-local
877 1.1.1.9 christos
878 1.1.1.9 christos dvi: dvi-am
879 1.1.1.9 christos
880 1.1.1.9 christos dvi-am:
881 1.1.1.9 christos
882 1.1.1.9 christos html: html-am
883 1.1.1.9 christos
884 1.1.1.9 christos html-am:
885 1.1.1.9 christos
886 1.1.1.9 christos info: info-am
887 1.1.1.9 christos
888 1.1.1.9 christos info-am:
889 1.1.1.9 christos
890 1.1.1.9 christos install-data-am:
891 1.1.1.9 christos
892 1.1.1.9 christos install-dvi: install-dvi-am
893 1.1.1.9 christos
894 1.1.1.9 christos install-dvi-am:
895 1.1.1.9 christos
896 1.1.1.9 christos install-exec-am: install-binPROGRAMS
897 1.1.1.9 christos
898 1.1.1.9 christos install-html: install-html-am
899 1.1.1.9 christos
900 1.1.1.9 christos install-html-am:
901 1.1.1.9 christos
902 1.1.1.9 christos install-info: install-info-am
903 1.1.1.9 christos
904 1.1.1.9 christos install-info-am:
905 1.1.1.9 christos
906 1.1.1.9 christos install-man:
907 1.1.1.9 christos
908 1.1.1.9 christos install-pdf: install-pdf-am
909 1.1.1.9 christos
910 1.1.1.9 christos install-pdf-am:
911 1.1.1.9 christos
912 1.1.1.9 christos install-ps: install-ps-am
913 1.1.1.9 christos
914 1.1.1.9 christos install-ps-am:
915 1.1.1.9 christos
916 1.1.1.9 christos installcheck-am:
917 1.1.1.9 christos
918 1.1.1.9 christos maintainer-clean: maintainer-clean-am
919 1.1.1.9 christos -rm -f ./$(DEPDIR)/arpaname.Po
920 1.1.1.9 christos -rm -f ./$(DEPDIR)/dnstap_read-dnstap-read.Po
921 1.1.1.9 christos -rm -f ./$(DEPDIR)/mdig-mdig.Po
922 1.1.1.9 christos -rm -f ./$(DEPDIR)/named-journalprint.Po
923 1.1.1.9 christos -rm -f ./$(DEPDIR)/named-rrchecker.Po
924 1.1.1.9 christos -rm -f ./$(DEPDIR)/named_nzd2nzf-named-nzd2nzf.Po
925 1.1.1.9 christos -rm -f ./$(DEPDIR)/nsec3hash.Po
926 1.1.1.9 christos -rm -f Makefile
927 1.1.1.9 christos maintainer-clean-am: distclean-am maintainer-clean-generic
928 1.1.1.9 christos
929 1.1.1.9 christos mostlyclean: mostlyclean-am
930 1.1.1.9 christos
931 1.1.1.9 christos mostlyclean-am: mostlyclean-compile mostlyclean-generic \
932 1.1.1.9 christos mostlyclean-libtool
933 1.1.1.9 christos
934 1.1.1.9 christos pdf: pdf-am
935 1.1.1.9 christos
936 1.1.1.9 christos pdf-am:
937 1.1.1.9 christos
938 1.1.1.9 christos ps: ps-am
939 1.1.1.9 christos
940 1.1.1.9 christos ps-am:
941 1.1.1.9 christos
942 1.1.1.9 christos test: test-am
943 1.1.1.9 christos
944 1.1.1.9 christos test-am: test-local
945 1.1.1.9 christos
946 1.1.1.9 christos uninstall-am: uninstall-binPROGRAMS
947 1.1.1.9 christos
948 1.1.1.9 christos unit: unit-am
949 1.1.1.9 christos
950 1.1.1.9 christos unit-am: unit-local
951 1.1.1.9 christos
952 1.1.1.9 christos .MAKE: install-am install-strip
953 1.1.1.9 christos
954 1.1.1.9 christos .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
955 1.1.1.9 christos clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
956 1.1.1.9 christos ctags ctags-am distclean distclean-compile distclean-generic \
957 1.1.1.9 christos distclean-libtool distclean-tags distdir doc-am doc-local dvi \
958 1.1.1.9 christos dvi-am html html-am info info-am install install-am \
959 1.1.1.9 christos install-binPROGRAMS install-data install-data-am install-dvi \
960 1.1.1.9 christos install-dvi-am install-exec install-exec-am install-html \
961 1.1.1.9 christos install-html-am install-info install-info-am install-man \
962 1.1.1.9 christos install-pdf install-pdf-am install-ps install-ps-am \
963 1.1.1.9 christos install-strip installcheck installcheck-am installdirs \
964 1.1.1.9 christos maintainer-clean maintainer-clean-generic mostlyclean \
965 1.1.1.9 christos mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
966 1.1.1.9 christos pdf pdf-am ps ps-am tags tags-am test-am test-local uninstall \
967 1.1.1.9 christos uninstall-am uninstall-binPROGRAMS unit-am unit-local
968 1.1.1.9 christos
969 1.1.1.9 christos .PRECIOUS: Makefile
970 1.1 christos
971 1.1 christos
972 1.1.1.9 christos # Tell versions [3.59,3.63) of GNU make to not export all variables.
973 1.1.1.9 christos # Otherwise a system limit (for SysV at least) may be exceeded.
974 1.1.1.9 christos .NOEXPORT:
975