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