1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
|
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
VPATH = @srcdir@
am__is_gnu_make = { \
if test -z '$(MAKELEVEL)'; then \
false; \
elif test -n '$(MAKE_HOST)'; then \
true; \
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
true; \
else \
false; \
fi; \
}
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
*) echo "am__make_running_with_option: internal error: invalid" \
"target option '$${target_option-}' specified" >&2; \
exit 1;; \
esac; \
has_opt=no; \
sane_makeflags=$$MAKEFLAGS; \
if $(am__is_gnu_make); then \
sane_makeflags=$$MFLAGS; \
else \
case $$MAKEFLAGS in \
*\\[\ \ ]*) \
bs=\\; \
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
esac; \
fi; \
skip_next=no; \
strip_trailopt () \
{ \
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
}; \
for flg in $$sane_makeflags; do \
test $$skip_next = yes && { skip_next=no; continue; }; \
case $$flg in \
*=*|--*) continue;; \
-*I) strip_trailopt 'I'; skip_next=yes;; \
-*I?*) strip_trailopt 'I';; \
-*O) strip_trailopt 'O'; skip_next=yes;; \
-*O?*) strip_trailopt 'O';; \
-*l) strip_trailopt 'l'; skip_next=yes;; \
-*l?*) strip_trailopt 'l';; \
-[dEDm]) skip_next=yes;; \
-[JT]) skip_next=yes;; \
esac; \
case $$flg in \
*$$target_option*) has_opt=yes; break;; \
esac; \
done; \
test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
subdir = src/lib/dns/tests/testdata
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4macros/ax_boost_for_kea.m4 \
$(top_srcdir)/m4macros/ax_cpp11.m4 \
$(top_srcdir)/m4macros/ax_cpp20.m4 \
$(top_srcdir)/m4macros/ax_crypto.m4 \
$(top_srcdir)/m4macros/ax_find_library.m4 \
$(top_srcdir)/m4macros/ax_gssapi.m4 \
$(top_srcdir)/m4macros/ax_gtest.m4 \
$(top_srcdir)/m4macros/ax_isc_rpath.m4 \
$(top_srcdir)/m4macros/ax_netconf.m4 \
$(top_srcdir)/m4macros/libtool.m4 \
$(top_srcdir)/m4macros/ltoptions.m4 \
$(top_srcdir)/m4macros/ltsugar.m4 \
$(top_srcdir)/m4macros/ltversion.m4 \
$(top_srcdir)/m4macros/lt~obsolete.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_@AM_V@)
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
am__v_GEN_0 = @echo " GEN " $@;
am__v_GEN_1 =
AM_V_at = $(am__v_at_@AM_V@)
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
am__v_at_1 =
SOURCES =
DIST_SOURCES =
am__can_run_installinfo = \
case $$AM_UPDATE_INFO_DIR in \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
am__DIST_COMMON = $(srcdir)/Makefile.in
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
ASCIIDOC = @ASCIIDOC@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
BOOST_INCLUDES = @BOOST_INCLUDES@
BOOST_LIBS = @BOOST_LIBS@
BOTAN_TOOL = @BOTAN_TOOL@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CONTRIB_DIR = @CONTRIB_DIR@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
CRYPTO_INCLUDES = @CRYPTO_INCLUDES@
CRYPTO_LDFLAGS = @CRYPTO_LDFLAGS@
CRYPTO_LIBS = @CRYPTO_LIBS@
CRYPTO_PACKAGE = @CRYPTO_PACKAGE@
CRYPTO_RPATH = @CRYPTO_RPATH@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DISTCHECK_BOOST_CONFIGURE_FLAG = @DISTCHECK_BOOST_CONFIGURE_FLAG@
DISTCHECK_CONTRIB_CONFIGURE_FLAG = @DISTCHECK_CONTRIB_CONFIGURE_FLAG@
DISTCHECK_CRYPTO_CONFIGURE_FLAG = @DISTCHECK_CRYPTO_CONFIGURE_FLAG@
DISTCHECK_GSSAPI_CONFIGURE_FLAG = @DISTCHECK_GSSAPI_CONFIGURE_FLAG@
DISTCHECK_GTEST_CONFIGURE_FLAG = @DISTCHECK_GTEST_CONFIGURE_FLAG@
DISTCHECK_KEA_SHELL_CONFIGURE_FLAG = @DISTCHECK_KEA_SHELL_CONFIGURE_FLAG@
DISTCHECK_LIBYANGCPP_CONFIGURE_FLAG = @DISTCHECK_LIBYANGCPP_CONFIGURE_FLAG@
DISTCHECK_LIBYANG_CONFIGURE_FLAG = @DISTCHECK_LIBYANG_CONFIGURE_FLAG@
DISTCHECK_LOG4CPLUS_CONFIGURE_FLAG = @DISTCHECK_LOG4CPLUS_CONFIGURE_FLAG@
DISTCHECK_MYSQL_CONFIGURE_FLAG = @DISTCHECK_MYSQL_CONFIGURE_FLAG@
DISTCHECK_PERFDHCP_CONFIGURE_FLAG = @DISTCHECK_PERFDHCP_CONFIGURE_FLAG@
DISTCHECK_PGSQL_CONFIGURE_FLAG = @DISTCHECK_PGSQL_CONFIGURE_FLAG@
DISTCHECK_PREMIUM_CONFIGURE_FLAG = @DISTCHECK_PREMIUM_CONFIGURE_FLAG@
DISTCHECK_SYSREPOCPP_CONFIGURE_FLAG = @DISTCHECK_SYSREPOCPP_CONFIGURE_FLAG@
DISTCHECK_SYSREPO_CONFIGURE_FLAG = @DISTCHECK_SYSREPO_CONFIGURE_FLAG@
DLLTOOL = @DLLTOOL@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
GENHTML = @GENHTML@
GREP = @GREP@
GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
GSSAPI_LIBS = @GSSAPI_LIBS@
GTEST_CONFIG = @GTEST_CONFIG@
GTEST_INCLUDES = @GTEST_INCLUDES@
GTEST_LDADD = @GTEST_LDADD@
GTEST_LDFLAGS = @GTEST_LDFLAGS@
GTEST_SOURCE = @GTEST_SOURCE@
HAVE_NETCONF = @HAVE_NETCONF@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
KEA_CXXFLAGS = @KEA_CXXFLAGS@
KEA_SRCID = @KEA_SRCID@
KRB5_CONFIG = @KRB5_CONFIG@
LCOV = @LCOV@
LD = @LD@
LDFLAGS = @LDFLAGS@
LEX = @LEX@
LEXLIB = @LEXLIB@
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LIBYANGCPP_CPPFLAGS = @LIBYANGCPP_CPPFLAGS@
LIBYANGCPP_INCLUDEDIR = @LIBYANGCPP_INCLUDEDIR@
LIBYANGCPP_LIBS = @LIBYANGCPP_LIBS@
LIBYANGCPP_PREFIX = @LIBYANGCPP_PREFIX@
LIBYANGCPP_VERSION = @LIBYANGCPP_VERSION@
LIBYANG_CPPFLAGS = @LIBYANG_CPPFLAGS@
LIBYANG_INCLUDEDIR = @LIBYANG_INCLUDEDIR@
LIBYANG_LIBS = @LIBYANG_LIBS@
LIBYANG_PREFIX = @LIBYANG_PREFIX@
LIBYANG_VERSION = @LIBYANG_VERSION@
LIPO = @LIPO@
LN_S = @LN_S@
LOG4CPLUS_INCLUDES = @LOG4CPLUS_INCLUDES@
LOG4CPLUS_LIBS = @LOG4CPLUS_LIBS@
LTLIBOBJS = @LTLIBOBJS@
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
MYSQL_CPPFLAGS = @MYSQL_CPPFLAGS@
MYSQL_LIBS = @MYSQL_LIBS@
NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PACKAGE_VERSION_TYPE = @PACKAGE_VERSION_TYPE@
PATH_SEPARATOR = @PATH_SEPARATOR@
PDFLATEX = @PDFLATEX@
PERL = @PERL@
PGSQL_CPPFLAGS = @PGSQL_CPPFLAGS@
PGSQL_LIBS = @PGSQL_LIBS@
PKGPYTHONDIR = @PKGPYTHONDIR@
PKG_CONFIG = @PKG_CONFIG@
PLANTUML = @PLANTUML@
PREMIUM_DIR = @PREMIUM_DIR@
PYTHON = @PYTHON@
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
PYTHON_PLATFORM = @PYTHON_PLATFORM@
PYTHON_PREFIX = @PYTHON_PREFIX@
PYTHON_VERSION = @PYTHON_VERSION@
RANLIB = @RANLIB@
SED = @SED@
SEP = @SEP@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
SPHINXBUILD = @SPHINXBUILD@
SRPD_PLUGINS_PATH = @SRPD_PLUGINS_PATH@
SR_PLUGINS_PATH = @SR_PLUGINS_PATH@
SR_REPO_PATH = @SR_REPO_PATH@
STRIP = @STRIP@
SYSREPOCPP_CPPFLAGS = @SYSREPOCPP_CPPFLAGS@
SYSREPOCPP_INCLUDEDIR = @SYSREPOCPP_INCLUDEDIR@
SYSREPOCPP_LIBS = @SYSREPOCPP_LIBS@
SYSREPOCPP_PREFIX = @SYSREPOCPP_PREFIX@
SYSREPOCPP_VERSION = @SYSREPOCPP_VERSION@
SYSREPO_CPPFLAGS = @SYSREPO_CPPFLAGS@
SYSREPO_INCLUDEDIR = @SYSREPO_INCLUDEDIR@
SYSREPO_LIBS = @SYSREPO_LIBS@
SYSREPO_PREFIX = @SYSREPO_PREFIX@
SYSREPO_VERSION = @SYSREPO_VERSION@
USE_LCOV = @USE_LCOV@
VALGRIND = @VALGRIND@
VERSION = @VERSION@
WARNING_GCC_44_STRICT_ALIASING_CFLAG = @WARNING_GCC_44_STRICT_ALIASING_CFLAG@
YACC = @YACC@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
pkgpyexecdir = @pkgpyexecdir@
pkgpythondir = @pkgpythondir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
pyexecdir = @pyexecdir@
pythondir = @pythondir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
CLEANFILES =
# NOTE: keep this in sync with real file listing
# so is included in tarball
# Generated .wire files
EXTRA_DIST = edns_toWire1.spec edns_toWire2.spec edns_toWire3.spec \
edns_toWire4.spec masterload.txt message_fromWire1 \
message_fromWire2 message_fromWire3 message_fromWire4 \
message_fromWire5 message_fromWire6 message_fromWire7 \
message_fromWire8 message_fromWire9 message_fromWire10.spec \
message_fromWire11.spec message_fromWire12.spec \
message_fromWire13.spec message_fromWire14.spec \
message_fromWire15.spec message_fromWire16.spec \
message_fromWire17.spec message_fromWire18.spec \
message_fromWire19.spec message_fromWire20.spec \
message_fromWire21.spec message_fromWire22.spec \
message_toWire1 message_toWire2.spec message_toWire3.spec \
message_toWire4.spec message_toWire5.spec message_toWire6 \
message_toWire7 message_toText1.txt message_toText1.spec \
message_toText2.txt message_toText2.spec message_toText3.txt \
message_toText3.spec name_fromWire1 name_fromWire2 \
name_fromWire3_1 name_fromWire3_2 name_fromWire4 \
name_fromWire6 name_fromWire7 name_fromWire8 name_fromWire9 \
name_fromWire10 name_fromWire11 name_fromWire12 \
name_fromWire13 name_fromWire14 name_toWire1 name_toWire2 \
name_toWire3 name_toWire4 name_toWire5.spec name_toWire6.spec \
name_toWire7 name_toWire8 name_toWire9 question_fromWire \
question_toWire1 question_toWire2 rdatafields1.spec \
rdatafields2.spec rdatafields3.spec rdatafields4.spec \
rdatafields5.spec rdatafields6.spec rdata_cname_fromWire \
rdata_dname_fromWire rdata_dnskey_fromWire.spec \
rdata_dnskey_empty_keydata_fromWire.spec rdata_dhcid_fromWire \
rdata_dhcid_toWire rdata_ds_fromWire rdata_in_a_fromWire \
rdata_in_aaaa_fromWire rdata_mx_fromWire rdata_mx_toWire1 \
rdata_mx_toWire2 rdata_ns_fromWire rdata_nsec_fromWire1 \
rdata_nsec_fromWire2 rdata_nsec_fromWire3 \
rdata_nsec_fromWire4.spec rdata_nsec_fromWire5.spec \
rdata_nsec_fromWire6.spec rdata_nsec_fromWire7.spec \
rdata_nsec_fromWire8.spec rdata_nsec_fromWire9.spec \
rdata_nsec_fromWire10.spec rdata_nsec_fromWire16.spec \
rdata_nsec3param_fromWire1 rdata_nsec3param_fromWire2.spec \
rdata_nsec3param_fromWire11.spec \
rdata_nsec3param_fromWire13.spec rdata_nsec3_fromWire1 \
rdata_nsec3_fromWire1.spec rdata_nsec3_fromWire2.spec \
rdata_nsec3_fromWire3 rdata_nsec3_fromWire4.spec \
rdata_nsec3_fromWire5.spec rdata_nsec3_fromWire6.spec \
rdata_nsec3_fromWire7.spec rdata_nsec3_fromWire8.spec \
rdata_nsec3_fromWire9.spec rdata_nsec3_fromWire10.spec \
rdata_nsec3_fromWire11.spec rdata_nsec3_fromWire12.spec \
rdata_nsec3_fromWire13.spec rdata_nsec3_fromWire14.spec \
rdata_nsec3_fromWire15.spec rdata_nsec3_fromWire16.spec \
rdata_nsec3_fromWire17.spec rdata_opt_fromWire1 \
rdata_opt_fromWire2 rdata_opt_fromWire3 rdata_opt_fromWire4 \
rdata_rrsig_fromWire1 rdata_rrsig_fromWire2.spec \
rdata_rp_fromWire1.spec rdata_rp_fromWire2.spec \
rdata_rp_fromWire3.spec rdata_rp_fromWire4.spec \
rdata_rp_fromWire5.spec rdata_rp_fromWire6.spec \
rdata_rp_toWire1.spec rdata_rp_toWire2.spec \
rdata_sshfp_fromWire rdata_sshfp_fromWire2 \
rdata_sshfp_fromWire1.spec rdata_sshfp_fromWire2.spec \
rdata_sshfp_fromWire3.spec rdata_sshfp_fromWire4.spec \
rdata_sshfp_fromWire5.spec rdata_sshfp_fromWire6.spec \
rdata_sshfp_fromWire7.spec rdata_sshfp_fromWire8.spec \
rdata_sshfp_fromWire9 rdata_sshfp_fromWire10 \
rdata_sshfp_fromWire11 rdata_sshfp_fromWire12 \
rdata_afsdb_fromWire1.spec rdata_afsdb_fromWire2.spec \
rdata_afsdb_fromWire3.spec rdata_afsdb_fromWire4.spec \
rdata_afsdb_fromWire5.spec rdata_afsdb_toWire1.spec \
rdata_afsdb_toWire2.spec rdata_soa_fromWire \
rdata_soa_toWireUncompressed.spec rdata_srv_fromWire \
rdata_minfo_fromWire1.spec rdata_minfo_fromWire2.spec \
rdata_minfo_fromWire3.spec rdata_minfo_fromWire4.spec \
rdata_minfo_fromWire5.spec rdata_minfo_fromWire6.spec \
rdata_minfo_toWire1.spec rdata_minfo_toWire2.spec \
rdata_minfo_toWireUncompressed1.spec \
rdata_minfo_toWireUncompressed2.spec rdata_txt_fromWire1 \
rdata_txt_fromWire2.spec rdata_txt_fromWire3.spec \
rdata_txt_fromWire4.spec rdata_txt_fromWire5.spec \
rdata_unknown_fromWire rrcode16_fromWire1 rrcode16_fromWire2 \
rrcode32_fromWire1 rrcode32_fromWire2 rrset_toWire1 \
rrset_toWire2 rrset_toWire3 rrset_toWire4 \
rdata_tkey_fromWire1.spec rdata_tkey_fromWire2.spec \
rdata_tkey_fromWire3.spec rdata_tkey_fromWire4.spec \
rdata_tkey_fromWire5.spec rdata_tkey_fromWire6.spec \
rdata_tkey_fromWire7.spec rdata_tkey_fromWire8.spec \
rdata_tkey_fromWire9.spec rdata_tkey_toWire1.spec \
rdata_tkey_toWire2.spec rdata_tkey_toWire3.spec \
rdata_tkey_toWire4.spec rdata_tkey_toWire5.spec \
rdata_tlsa_fromWire rdata_tlsa_fromWire2 \
rdata_tlsa_fromWire3.spec rdata_tlsa_fromWire4.spec \
rdata_tlsa_fromWire5.spec rdata_tlsa_fromWire6.spec \
rdata_tlsa_fromWire7.spec rdata_tlsa_fromWire8.spec \
rdata_tlsa_fromWire9 rdata_tlsa_fromWire10 \
rdata_tlsa_fromWire11 rdata_tlsa_fromWire12 \
rdata_tsig_fromWire1.spec rdata_tsig_fromWire2.spec \
rdata_tsig_fromWire3.spec rdata_tsig_fromWire4.spec \
rdata_tsig_fromWire5.spec rdata_tsig_fromWire6.spec \
rdata_tsig_fromWire7.spec rdata_tsig_fromWire8.spec \
rdata_tsig_fromWire9.spec rdata_tsig_toWire1.spec \
rdata_tsig_toWire2.spec rdata_tsig_toWire3.spec \
rdata_tsig_toWire4.spec rdata_tsig_toWire5.spec \
rdata_caa_fromWire1.spec rdata_caa_fromWire2.spec \
rdata_caa_fromWire3.spec rdata_caa_fromWire4.spec \
rdata_caa_fromWire5 rdata_caa_fromWire6 \
tsigrecord_toWire1.spec tsigrecord_toWire2.spec \
tsig_verify1.spec tsig_verify2.spec tsig_verify3.spec \
tsig_verify4.spec tsig_verify5.spec tsig_verify6.spec \
tsig_verify7.spec tsig_verify8.spec tsig_verify9.spec \
tsig_verify10.spec tsig_verify11.spec example.org broken.zone \
origincheck.txt omitcheck.txt edns_toWire1.wire \
edns_toWire2.wire edns_toWire3.wire edns_toWire4.wire \
message_fromWire10.wire message_fromWire11.wire \
message_fromWire12.wire message_fromWire13.wire \
message_fromWire14.wire message_fromWire15.wire \
message_fromWire16.wire message_fromWire17.wire \
message_fromWire18.wire message_fromWire19.wire \
message_fromWire20.wire message_fromWire21.wire \
message_fromWire22.wire message_toWire1 message_toWire2.wire \
message_toWire3.wire message_toWire4.wire message_toWire5.wire \
message_toText1.txt message_toText1.wire message_toText2.txt \
message_toText2.wire message_toText3.txt message_toText3.wire \
name_toWire5.wire name_toWire6.wire rdatafields1.wire \
rdatafields2.wire rdatafields3.wire rdatafields4.wire \
rdatafields5.wire rdatafields6.wire rdata_dnskey_fromWire.wire \
rdata_dnskey_empty_keydata_fromWire.wire \
rdata_nsec_fromWire4.wire rdata_nsec_fromWire5.wire \
rdata_nsec_fromWire6.wire rdata_nsec_fromWire7.wire \
rdata_nsec_fromWire8.wire rdata_nsec_fromWire9.wire \
rdata_nsec_fromWire10.wire rdata_nsec_fromWire16.wire \
rdata_nsec3param_fromWire2.wire \
rdata_nsec3param_fromWire11.wire \
rdata_nsec3param_fromWire13.wire rdata_nsec3_fromWire2.wire \
rdata_nsec3_fromWire3 rdata_nsec3_fromWire4.wire \
rdata_nsec3_fromWire5.wire rdata_nsec3_fromWire6.wire \
rdata_nsec3_fromWire7.wire rdata_nsec3_fromWire8.wire \
rdata_nsec3_fromWire9.wire rdata_nsec3_fromWire10.wire \
rdata_nsec3_fromWire11.wire rdata_nsec3_fromWire12.wire \
rdata_nsec3_fromWire13.wire rdata_nsec3_fromWire14.wire \
rdata_nsec3_fromWire15.wire rdata_nsec3_fromWire16.wire \
rdata_nsec3_fromWire17.wire rdata_rrsig_fromWire2.wire \
rdata_rp_fromWire1.wire rdata_rp_fromWire2.wire \
rdata_rp_fromWire3.wire rdata_rp_fromWire4.wire \
rdata_rp_fromWire5.wire rdata_rp_fromWire6.wire \
rdata_rp_toWire1.wire rdata_rp_toWire2.wire \
rdata_sshfp_fromWire1.wire rdata_sshfp_fromWire2.wire \
rdata_sshfp_fromWire3.wire rdata_sshfp_fromWire4.wire \
rdata_sshfp_fromWire5.wire rdata_sshfp_fromWire6.wire \
rdata_sshfp_fromWire7.wire rdata_sshfp_fromWire8.wire \
rdata_afsdb_fromWire1.wire rdata_afsdb_fromWire2.wire \
rdata_afsdb_fromWire3.wire rdata_afsdb_fromWire4.wire \
rdata_afsdb_fromWire5.wire rdata_afsdb_toWire1.wire \
rdata_afsdb_toWire2.wire rdata_soa_fromWire \
rdata_soa_toWireUncompressed.wire rdata_minfo_fromWire1.wire \
rdata_minfo_fromWire2.wire rdata_minfo_fromWire3.wire \
rdata_minfo_fromWire4.wire rdata_minfo_fromWire5.wire \
rdata_minfo_fromWire6.wire rdata_minfo_toWire1.wire \
rdata_minfo_toWire2.wire rdata_minfo_toWireUncompressed1.wire \
rdata_minfo_toWireUncompressed2.wire rdata_txt_fromWire1 \
rdata_txt_fromWire2.wire rdata_txt_fromWire3.wire \
rdata_txt_fromWire4.wire rdata_txt_fromWire5.wire \
rdata_unknown_fromWire rdata_tlsa_fromWire3.wire \
rdata_tlsa_fromWire4.wire rdata_tlsa_fromWire5.wire \
rdata_tlsa_fromWire6.wire rdata_tlsa_fromWire7.wire \
rdata_tlsa_fromWire8.wire rdata_tsig_fromWire1.wire \
rdata_tsig_fromWire2.wire rdata_tsig_fromWire3.wire \
rdata_tsig_fromWire4.wire rdata_tsig_fromWire5.wire \
rdata_tsig_fromWire6.wire rdata_tsig_fromWire7.wire \
rdata_tsig_fromWire8.wire rdata_tsig_fromWire9.wire \
rdata_tsig_toWire1.wire rdata_tsig_toWire2.wire \
rdata_tsig_toWire3.wire rdata_tsig_toWire4.wire \
rdata_tsig_toWire5.wire rdata_caa_fromWire1.wire \
rdata_caa_fromWire2.wire rdata_caa_fromWire3.wire \
rdata_caa_fromWire4.wire rdata_tkey_fromWire1.wire \
rdata_tkey_fromWire2.wire rdata_tkey_fromWire3.wire \
rdata_tkey_fromWire4.wire rdata_tkey_fromWire5.wire \
rdata_tkey_fromWire6.wire rdata_tkey_fromWire7.wire \
rdata_tkey_fromWire8.wire rdata_tkey_fromWire9.wire \
rdata_tkey_toWire1.wire rdata_tkey_toWire2.wire \
rdata_tkey_toWire3.wire rdata_tkey_toWire4.wire \
rdata_tkey_toWire5.wire tsigrecord_toWire1.wire \
tsigrecord_toWire2.wire tsig_verify1.wire tsig_verify2.wire \
tsig_verify3.wire tsig_verify4.wire tsig_verify5.wire \
tsig_verify6.wire tsig_verify7.wire tsig_verify8.wire \
tsig_verify9.wire tsig_verify10.wire tsig_verify11.wire
all: all-am
.SUFFIXES:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
&& { if test -f $@; then exit 0; else break; fi; }; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/dns/tests/testdata/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --foreign src/lib/dns/tests/testdata/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
tags TAGS:
ctags CTAGS:
cscope cscopelist:
distdir: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) distdir-am
distdir-am: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d "$(distdir)/$$file"; then \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
test -f "$(distdir)/$$file" \
|| cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-am
all-am: Makefile
installdirs:
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
if test -z '$(STRIP)'; then \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
install; \
else \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
fi
mostlyclean-generic:
clean-generic:
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic clean-libtool mostlyclean-am
distclean: distclean-am
-rm -f Makefile
distclean-am: clean-am distclean-generic
dvi: dvi-am
dvi-am:
html: html-am
html-am:
info: info-am
info-am:
install-data-am:
install-dvi: install-dvi-am
install-dvi-am:
install-exec-am:
install-html: install-html-am
install-html-am:
install-info: install-info-am
install-info-am:
install-man:
install-pdf: install-pdf-am
install-pdf-am:
install-ps: install-ps-am
install-ps-am:
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am:
.MAKE: install-am install-strip
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
cscopelist-am ctags-am distclean distclean-generic \
distclean-libtool distdir dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am install-dvi \
install-dvi-am install-exec install-exec-am install-html \
install-html-am install-info install-info-am install-man \
install-pdf install-pdf-am install-ps install-ps-am \
install-strip installcheck installcheck-am installdirs \
maintainer-clean maintainer-clean-generic mostlyclean \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags-am uninstall uninstall-am
.PRECIOUS: Makefile
# We no longer use gen_wiredata.py during build process, so the
# dependency is no longer needed. However, we'll keep this dependency
# commented till the gen_wiredata.py script is removed.
#.spec.wire:
# $(PYTHON) $(top_builddir)/src/lib/util/python/gen_wiredata.py -o $@ $<
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
|