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