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