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