Home | History | Annotate | Line # | Download | only in isc
      1 # Makefile.in generated by automake 1.17 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994-2024 Free Software Foundation, Inc.
      5 
      6 # This Makefile.in is free software; the Free Software Foundation
      7 # gives unlimited permission to copy and/or distribute it,
      8 # with or without modifications, as long as this notice is preserved.
      9 
     10 # This program is distributed in the hope that it will be useful,
     11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     13 # PARTICULAR PURPOSE.
     14 
     15 @SET_MAKE@
     16 
     17 # Hey Emacs, this is -*- makefile-automake -*- file!
     18 # vim: filetype=automake
     19 
     20 # Hey Emacs, this is -*- makefile-automake -*- file!
     21 # vim: filetype=automake
     22 
     23 
     24 VPATH = @srcdir@
     25 am__is_gnu_make = { \
     26   if test -z '$(MAKELEVEL)'; then \
     27     false; \
     28   elif test -n '$(MAKE_HOST)'; then \
     29     true; \
     30   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     31     true; \
     32   else \
     33     false; \
     34   fi; \
     35 }
     36 am__make_running_with_option = \
     37   case $${target_option-} in \
     38       ?) ;; \
     39       *) echo "am__make_running_with_option: internal error: invalid" \
     40               "target option '$${target_option-}' specified" >&2; \
     41          exit 1;; \
     42   esac; \
     43   has_opt=no; \
     44   sane_makeflags=$$MAKEFLAGS; \
     45   if $(am__is_gnu_make); then \
     46     sane_makeflags=$$MFLAGS; \
     47   else \
     48     case $$MAKEFLAGS in \
     49       *\\[\ \	]*) \
     50         bs=\\; \
     51         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     52           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     53     esac; \
     54   fi; \
     55   skip_next=no; \
     56   strip_trailopt () \
     57   { \
     58     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     59   }; \
     60   for flg in $$sane_makeflags; do \
     61     test $$skip_next = yes && { skip_next=no; continue; }; \
     62     case $$flg in \
     63       *=*|--*) continue;; \
     64         -*I) strip_trailopt 'I'; skip_next=yes;; \
     65       -*I?*) strip_trailopt 'I';; \
     66         -*O) strip_trailopt 'O'; skip_next=yes;; \
     67       -*O?*) strip_trailopt 'O';; \
     68         -*l) strip_trailopt 'l'; skip_next=yes;; \
     69       -*l?*) strip_trailopt 'l';; \
     70       -[dEDm]) skip_next=yes;; \
     71       -[JT]) skip_next=yes;; \
     72     esac; \
     73     case $$flg in \
     74       *$$target_option*) has_opt=yes; break;; \
     75     esac; \
     76   done; \
     77   test $$has_opt = yes
     78 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     79 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     80 am__rm_f = rm -f $(am__rm_f_notfound)
     81 am__rm_rf = rm -rf $(am__rm_f_notfound)
     82 pkgdatadir = $(datadir)/@PACKAGE@
     83 pkgincludedir = $(includedir)/@PACKAGE@
     84 pkglibdir = $(libdir)/@PACKAGE@
     85 pkglibexecdir = $(libexecdir)/@PACKAGE@
     86 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     87 install_sh_DATA = $(install_sh) -c -m 644
     88 install_sh_PROGRAM = $(install_sh) -c
     89 install_sh_SCRIPT = $(install_sh) -c
     90 INSTALL_HEADER = $(INSTALL_DATA)
     91 transform = $(program_transform_name)
     92 NORMAL_INSTALL = :
     93 PRE_INSTALL = :
     94 POST_INSTALL = :
     95 NORMAL_UNINSTALL = :
     96 PRE_UNINSTALL = :
     97 POST_UNINSTALL = :
     98 build_triplet = @build@
     99 host_triplet = @host@
    100 target_triplet = @target@
    101 @HOST_MACOS_TRUE@am__append_1 = \
    102 @HOST_MACOS_TRUE@	-Wl,-flat_namespace
    103 
    104 @USE_ISC_RWLOCK_TRUE@am__append_2 = \
    105 @USE_ISC_RWLOCK_TRUE@	rwlock.c
    106 
    107 @HAVE_JEMALLOC_TRUE@am__append_3 = \
    108 @HAVE_JEMALLOC_TRUE@	$(JEMALLOC_CFLAGS)
    109 
    110 @HAVE_JEMALLOC_TRUE@am__append_4 = \
    111 @HAVE_JEMALLOC_TRUE@	$(JEMALLOC_LIBS)
    112 
    113 @HAVE_JSON_C_TRUE@am__append_5 = \
    114 @HAVE_JSON_C_TRUE@	$(JSON_C_CFLAGS)
    115 
    116 @HAVE_JSON_C_TRUE@am__append_6 = \
    117 @HAVE_JSON_C_TRUE@	$(JSON_C_LIBS)
    118 
    119 @HAVE_LIBNGHTTP2_TRUE@am__append_7 = \
    120 @HAVE_LIBNGHTTP2_TRUE@	netmgr/http.c
    121 
    122 @HAVE_LIBNGHTTP2_TRUE@am__append_8 = \
    123 @HAVE_LIBNGHTTP2_TRUE@	$(LIBNGHTTP2_CFLAGS)
    124 
    125 @HAVE_LIBNGHTTP2_TRUE@am__append_9 = \
    126 @HAVE_LIBNGHTTP2_TRUE@	$(LIBNGHTTP2_LIBS)
    127 
    128 @HAVE_LIBXML2_TRUE@am__append_10 = \
    129 @HAVE_LIBXML2_TRUE@	$(LIBXML2_CFLAGS)
    130 
    131 @HAVE_LIBXML2_TRUE@am__append_11 = \
    132 @HAVE_LIBXML2_TRUE@	$(LIBXML2_LIBS)
    133 
    134 subdir = lib/isc
    135 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    136 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
    137 	$(top_srcdir)/m4/ax_check_link_flag.m4 \
    138 	$(top_srcdir)/m4/ax_check_openssl.m4 \
    139 	$(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
    140 	$(top_srcdir)/m4/ax_jemalloc.m4 \
    141 	$(top_srcdir)/m4/ax_lib_lmdb.m4 \
    142 	$(top_srcdir)/m4/ax_posix_shell.m4 \
    143 	$(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
    144 	$(top_srcdir)/m4/ax_pthread.m4 \
    145 	$(top_srcdir)/m4/ax_restore_flags.m4 \
    146 	$(top_srcdir)/m4/ax_save_flags.m4 $(top_srcdir)/m4/libtool.m4 \
    147 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    148 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    149 	$(top_srcdir)/m4/pkg-modversion.m4 $(top_srcdir)/configure.ac
    150 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    151 	$(ACLOCAL_M4)
    152 DIST_COMMON = $(srcdir)/Makefile.am $(libisc_la_HEADERS) \
    153 	$(am__DIST_COMMON)
    154 mkinstalldirs = $(install_sh) -d
    155 CONFIG_HEADER = $(top_builddir)/config.h
    156 CONFIG_CLEAN_FILES =
    157 CONFIG_CLEAN_VPATH_FILES =
    158 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    159 am__vpath_adj = case $$p in \
    160     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    161     *) f=$$p;; \
    162   esac;
    163 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    164 am__install_max = 40
    165 am__nobase_strip_setup = \
    166   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    167 am__nobase_strip = \
    168   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    169 am__nobase_list = $(am__nobase_strip_setup); \
    170   for p in $$list; do echo "$$p $$p"; done | \
    171   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    172   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    173     if (++n[$$2] == $(am__install_max)) \
    174       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    175     END { for (dir in files) print dir, files[dir] }'
    176 am__base_list = \
    177   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    178   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    179 am__uninstall_files_from_dir = { \
    180   { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    181   || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    182        $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \
    183   }
    184 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libisc_ladir)"
    185 LTLIBRARIES = $(lib_LTLIBRARIES)
    186 am__DEPENDENCIES_1 =
    187 @HAVE_JEMALLOC_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
    188 @HAVE_JSON_C_TRUE@am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1)
    189 @HAVE_LIBNGHTTP2_TRUE@am__DEPENDENCIES_4 = $(am__DEPENDENCIES_1)
    190 @HAVE_LIBXML2_TRUE@am__DEPENDENCIES_5 = $(am__DEPENDENCIES_1)
    191 libisc_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
    192 	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
    193 	$(am__DEPENDENCIES_3) $(am__DEPENDENCIES_4) \
    194 	$(am__DEPENDENCIES_5) $(DTRACE_LIBADD)
    195 am__libisc_la_SOURCES_DIST = include/isc/ascii.h \
    196 	include/isc/assertions.h include/isc/async.h \
    197 	include/isc/atomic.h include/isc/attributes.h \
    198 	include/isc/backtrace.h include/isc/barrier.h \
    199 	include/isc/base32.h include/isc/base64.h include/isc/buffer.h \
    200 	include/isc/commandline.h include/isc/condition.h \
    201 	include/isc/counter.h include/isc/crc64.h include/isc/dir.h \
    202 	include/isc/dnsstream.h include/isc/endian.h \
    203 	include/isc/errno.h include/isc/error.h include/isc/file.h \
    204 	include/isc/fips.h include/isc/formatcheck.h \
    205 	include/isc/fuzz.h include/isc/getaddresses.h \
    206 	include/isc/hash.h include/isc/hashmap.h include/isc/heap.h \
    207 	include/isc/helper.h include/isc/hex.h include/isc/histo.h \
    208 	include/isc/hmac.h include/isc/ht.h include/isc/httpd.h \
    209 	include/isc/interfaceiter.h include/isc/iterated_hash.h \
    210 	include/isc/job.h include/isc/lang.h include/isc/lex.h \
    211 	include/isc/list.h include/isc/log.h include/isc/loop.h \
    212 	include/isc/magic.h include/isc/managers.h include/isc/md.h \
    213 	include/isc/mem.h include/isc/meminfo.h include/isc/mutex.h \
    214 	include/isc/mutexblock.h include/isc/net.h \
    215 	include/isc/netaddr.h include/isc/netmgr.h \
    216 	include/isc/netscope.h include/isc/nonce.h include/isc/once.h \
    217 	include/isc/os.h include/isc/overflow.h include/isc/parseint.h \
    218 	include/isc/pause.h include/isc/portset.h include/isc/proxy2.h \
    219 	include/isc/queue.h include/isc/quota.h include/isc/radix.h \
    220 	include/isc/random.h include/isc/ratelimiter.h \
    221 	include/isc/refcount.h include/isc/regex.h \
    222 	include/isc/region.h include/isc/result.h include/isc/rwlock.h \
    223 	include/isc/safe.h include/isc/serial.h include/isc/signal.h \
    224 	include/isc/siphash.h include/isc/sockaddr.h \
    225 	include/isc/spinlock.h include/isc/stats.h include/isc/stdio.h \
    226 	include/isc/stdtime.h include/isc/strerr.h \
    227 	include/isc/string.h include/isc/symtab.h include/isc/syslog.h \
    228 	include/isc/thread.h include/isc/tid.h include/isc/time.h \
    229 	include/isc/timer.h include/isc/tls.h include/isc/tm.h \
    230 	include/isc/types.h include/isc/urcu.h include/isc/url.h \
    231 	include/isc/utf8.h include/isc/util.h include/isc/uv.h \
    232 	include/isc/xml.h include/isc/work.h netmgr/netmgr-int.h \
    233 	netmgr/netmgr.c netmgr/proxystream.c netmgr/proxyudp.c \
    234 	netmgr/socket.c netmgr/streamdns.c netmgr/tcp.c netmgr/timer.c \
    235 	netmgr/tlsstream.c netmgr/udp.c ascii.c assertions.c async.c \
    236 	async_p.h backtrace.c base32.c base64.c commandline.c \
    237 	condition.c counter.c crc64.c dir.c errno.c errno2result.c \
    238 	errno2result.h error.c file.c fips.c getaddresses.c hash.c \
    239 	hashmap.c heap.c helper.c hex.c histo.c hmac.c ht.c httpd.c \
    240 	interfaceiter.c iterated_hash.c jemalloc_shim.h job.c job_p.h \
    241 	lex.c lib.c log.c loop.c loop_p.h managers.c md.c mem.c \
    242 	mem_p.h meminfo.c mutex.c mutex_p.h mutexblock.c net.c \
    243 	netaddr.c netscope.c openssl_shim.c openssl_shim.h os.c os_p.h \
    244 	parseint.c picohttpparser.c picohttpparser.h portset.c \
    245 	probes.d proxy2.c quota.c radix.c random.c ratelimiter.c \
    246 	regex.c region.c result.c safe.c serial.c signal.c sockaddr.c \
    247 	stats.c stdio.c stdtime.c string.c symtab.c syslog.c thread.c \
    248 	tid.c time.c timer.c tls.c tm.c url.c utf8.c uv.c xml.c work.c \
    249 	rwlock.c netmgr/http.c
    250 am__objects_1 =
    251 am__dirstamp = $(am__leading_dot)dirstamp
    252 @USE_ISC_RWLOCK_TRUE@am__objects_2 = libisc_la-rwlock.lo
    253 @HAVE_LIBNGHTTP2_TRUE@am__objects_3 = netmgr/libisc_la-http.lo
    254 am_libisc_la_OBJECTS = $(am__objects_1) netmgr/libisc_la-netmgr.lo \
    255 	netmgr/libisc_la-proxystream.lo netmgr/libisc_la-proxyudp.lo \
    256 	netmgr/libisc_la-socket.lo netmgr/libisc_la-streamdns.lo \
    257 	netmgr/libisc_la-tcp.lo netmgr/libisc_la-timer.lo \
    258 	netmgr/libisc_la-tlsstream.lo netmgr/libisc_la-udp.lo \
    259 	libisc_la-ascii.lo libisc_la-assertions.lo libisc_la-async.lo \
    260 	libisc_la-backtrace.lo libisc_la-base32.lo libisc_la-base64.lo \
    261 	libisc_la-commandline.lo libisc_la-condition.lo \
    262 	libisc_la-counter.lo libisc_la-crc64.lo libisc_la-dir.lo \
    263 	libisc_la-errno.lo libisc_la-errno2result.lo \
    264 	libisc_la-error.lo libisc_la-file.lo libisc_la-fips.lo \
    265 	libisc_la-getaddresses.lo libisc_la-hash.lo \
    266 	libisc_la-hashmap.lo libisc_la-heap.lo libisc_la-helper.lo \
    267 	libisc_la-hex.lo libisc_la-histo.lo libisc_la-hmac.lo \
    268 	libisc_la-ht.lo libisc_la-httpd.lo libisc_la-interfaceiter.lo \
    269 	libisc_la-iterated_hash.lo libisc_la-job.lo libisc_la-lex.lo \
    270 	libisc_la-lib.lo libisc_la-log.lo libisc_la-loop.lo \
    271 	libisc_la-managers.lo libisc_la-md.lo libisc_la-mem.lo \
    272 	libisc_la-meminfo.lo libisc_la-mutex.lo \
    273 	libisc_la-mutexblock.lo libisc_la-net.lo libisc_la-netaddr.lo \
    274 	libisc_la-netscope.lo libisc_la-openssl_shim.lo \
    275 	libisc_la-os.lo libisc_la-parseint.lo \
    276 	libisc_la-picohttpparser.lo libisc_la-portset.lo \
    277 	libisc_la-proxy2.lo libisc_la-quota.lo libisc_la-radix.lo \
    278 	libisc_la-random.lo libisc_la-ratelimiter.lo \
    279 	libisc_la-regex.lo libisc_la-region.lo libisc_la-result.lo \
    280 	libisc_la-safe.lo libisc_la-serial.lo libisc_la-signal.lo \
    281 	libisc_la-sockaddr.lo libisc_la-stats.lo libisc_la-stdio.lo \
    282 	libisc_la-stdtime.lo libisc_la-string.lo libisc_la-symtab.lo \
    283 	libisc_la-syslog.lo libisc_la-thread.lo libisc_la-tid.lo \
    284 	libisc_la-time.lo libisc_la-timer.lo libisc_la-tls.lo \
    285 	libisc_la-tm.lo libisc_la-url.lo libisc_la-utf8.lo \
    286 	libisc_la-uv.lo libisc_la-xml.lo libisc_la-work.lo \
    287 	$(am__objects_2) $(am__objects_3)
    288 libisc_la_OBJECTS = $(am_libisc_la_OBJECTS)
    289 AM_V_lt = $(am__v_lt_@AM_V@)
    290 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    291 am__v_lt_0 = --silent
    292 am__v_lt_1 = 
    293 libisc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    294 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    295 	$(libisc_la_LDFLAGS) $(LDFLAGS) -o $@
    296 AM_V_P = $(am__v_P_@AM_V@)
    297 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    298 am__v_P_0 = false
    299 am__v_P_1 = :
    300 AM_V_GEN = $(am__v_GEN_@AM_V@)
    301 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    302 am__v_GEN_0 = @echo "  GEN     " $@;
    303 am__v_GEN_1 = 
    304 AM_V_at = $(am__v_at_@AM_V@)
    305 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    306 am__v_at_0 = @
    307 am__v_at_1 = 
    308 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    309 depcomp = $(SHELL) $(top_srcdir)/depcomp
    310 am__maybe_remake_depfiles = depfiles
    311 am__depfiles_remade = ./$(DEPDIR)/libisc_la-ascii.Plo \
    312 	./$(DEPDIR)/libisc_la-assertions.Plo \
    313 	./$(DEPDIR)/libisc_la-async.Plo \
    314 	./$(DEPDIR)/libisc_la-backtrace.Plo \
    315 	./$(DEPDIR)/libisc_la-base32.Plo \
    316 	./$(DEPDIR)/libisc_la-base64.Plo \
    317 	./$(DEPDIR)/libisc_la-commandline.Plo \
    318 	./$(DEPDIR)/libisc_la-condition.Plo \
    319 	./$(DEPDIR)/libisc_la-counter.Plo \
    320 	./$(DEPDIR)/libisc_la-crc64.Plo ./$(DEPDIR)/libisc_la-dir.Plo \
    321 	./$(DEPDIR)/libisc_la-errno.Plo \
    322 	./$(DEPDIR)/libisc_la-errno2result.Plo \
    323 	./$(DEPDIR)/libisc_la-error.Plo ./$(DEPDIR)/libisc_la-file.Plo \
    324 	./$(DEPDIR)/libisc_la-fips.Plo \
    325 	./$(DEPDIR)/libisc_la-getaddresses.Plo \
    326 	./$(DEPDIR)/libisc_la-hash.Plo \
    327 	./$(DEPDIR)/libisc_la-hashmap.Plo \
    328 	./$(DEPDIR)/libisc_la-heap.Plo \
    329 	./$(DEPDIR)/libisc_la-helper.Plo ./$(DEPDIR)/libisc_la-hex.Plo \
    330 	./$(DEPDIR)/libisc_la-histo.Plo ./$(DEPDIR)/libisc_la-hmac.Plo \
    331 	./$(DEPDIR)/libisc_la-ht.Plo ./$(DEPDIR)/libisc_la-httpd.Plo \
    332 	./$(DEPDIR)/libisc_la-interfaceiter.Plo \
    333 	./$(DEPDIR)/libisc_la-iterated_hash.Plo \
    334 	./$(DEPDIR)/libisc_la-job.Plo ./$(DEPDIR)/libisc_la-lex.Plo \
    335 	./$(DEPDIR)/libisc_la-lib.Plo ./$(DEPDIR)/libisc_la-log.Plo \
    336 	./$(DEPDIR)/libisc_la-loop.Plo \
    337 	./$(DEPDIR)/libisc_la-managers.Plo \
    338 	./$(DEPDIR)/libisc_la-md.Plo ./$(DEPDIR)/libisc_la-mem.Plo \
    339 	./$(DEPDIR)/libisc_la-meminfo.Plo \
    340 	./$(DEPDIR)/libisc_la-mutex.Plo \
    341 	./$(DEPDIR)/libisc_la-mutexblock.Plo \
    342 	./$(DEPDIR)/libisc_la-net.Plo \
    343 	./$(DEPDIR)/libisc_la-netaddr.Plo \
    344 	./$(DEPDIR)/libisc_la-netscope.Plo \
    345 	./$(DEPDIR)/libisc_la-openssl_shim.Plo \
    346 	./$(DEPDIR)/libisc_la-os.Plo \
    347 	./$(DEPDIR)/libisc_la-parseint.Plo \
    348 	./$(DEPDIR)/libisc_la-picohttpparser.Plo \
    349 	./$(DEPDIR)/libisc_la-portset.Plo \
    350 	./$(DEPDIR)/libisc_la-proxy2.Plo \
    351 	./$(DEPDIR)/libisc_la-quota.Plo \
    352 	./$(DEPDIR)/libisc_la-radix.Plo \
    353 	./$(DEPDIR)/libisc_la-random.Plo \
    354 	./$(DEPDIR)/libisc_la-ratelimiter.Plo \
    355 	./$(DEPDIR)/libisc_la-regex.Plo \
    356 	./$(DEPDIR)/libisc_la-region.Plo \
    357 	./$(DEPDIR)/libisc_la-result.Plo \
    358 	./$(DEPDIR)/libisc_la-rwlock.Plo \
    359 	./$(DEPDIR)/libisc_la-safe.Plo \
    360 	./$(DEPDIR)/libisc_la-serial.Plo \
    361 	./$(DEPDIR)/libisc_la-signal.Plo \
    362 	./$(DEPDIR)/libisc_la-sockaddr.Plo \
    363 	./$(DEPDIR)/libisc_la-stats.Plo \
    364 	./$(DEPDIR)/libisc_la-stdio.Plo \
    365 	./$(DEPDIR)/libisc_la-stdtime.Plo \
    366 	./$(DEPDIR)/libisc_la-string.Plo \
    367 	./$(DEPDIR)/libisc_la-symtab.Plo \
    368 	./$(DEPDIR)/libisc_la-syslog.Plo \
    369 	./$(DEPDIR)/libisc_la-thread.Plo ./$(DEPDIR)/libisc_la-tid.Plo \
    370 	./$(DEPDIR)/libisc_la-time.Plo ./$(DEPDIR)/libisc_la-timer.Plo \
    371 	./$(DEPDIR)/libisc_la-tls.Plo ./$(DEPDIR)/libisc_la-tm.Plo \
    372 	./$(DEPDIR)/libisc_la-url.Plo ./$(DEPDIR)/libisc_la-utf8.Plo \
    373 	./$(DEPDIR)/libisc_la-uv.Plo ./$(DEPDIR)/libisc_la-work.Plo \
    374 	./$(DEPDIR)/libisc_la-xml.Plo \
    375 	netmgr/$(DEPDIR)/libisc_la-http.Plo \
    376 	netmgr/$(DEPDIR)/libisc_la-netmgr.Plo \
    377 	netmgr/$(DEPDIR)/libisc_la-proxystream.Plo \
    378 	netmgr/$(DEPDIR)/libisc_la-proxyudp.Plo \
    379 	netmgr/$(DEPDIR)/libisc_la-socket.Plo \
    380 	netmgr/$(DEPDIR)/libisc_la-streamdns.Plo \
    381 	netmgr/$(DEPDIR)/libisc_la-tcp.Plo \
    382 	netmgr/$(DEPDIR)/libisc_la-timer.Plo \
    383 	netmgr/$(DEPDIR)/libisc_la-tlsstream.Plo \
    384 	netmgr/$(DEPDIR)/libisc_la-udp.Plo
    385 am__mv = mv -f
    386 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    387 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    388 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    389 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    390 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    391 	$(AM_CFLAGS) $(CFLAGS)
    392 AM_V_CC = $(am__v_CC_@AM_V@)
    393 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    394 am__v_CC_0 = @echo "  CC      " $@;
    395 am__v_CC_1 = 
    396 CCLD = $(CC)
    397 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    398 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    399 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    400 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    401 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    402 am__v_CCLD_0 = @echo "  CCLD    " $@;
    403 am__v_CCLD_1 = 
    404 SOURCES = $(libisc_la_SOURCES)
    405 DIST_SOURCES = $(am__libisc_la_SOURCES_DIST)
    406 am__can_run_installinfo = \
    407   case $$AM_UPDATE_INFO_DIR in \
    408     n|no|NO) false;; \
    409     *) (install-info --version) >/dev/null 2>&1;; \
    410   esac
    411 HEADERS = $(libisc_la_HEADERS)
    412 am__extra_recursive_targets = test-recursive unit-recursive \
    413 	doc-recursive
    414 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    415 # Read a list of newline-separated strings from the standard input,
    416 # and print each of them once, without duplicates.  Input order is
    417 # *not* preserved.
    418 am__uniquify_input = $(AWK) '\
    419   BEGIN { nonempty = 0; } \
    420   { items[$$0] = 1; nonempty = 1; } \
    421   END { if (nonempty) { for (i in items) print i; }; } \
    422 '
    423 # Make sure the list of sources is unique.  This is necessary because,
    424 # e.g., the same source file might be shared among _SOURCES variables
    425 # for different programs/libraries.
    426 am__define_uniq_tagged_files = \
    427   list='$(am__tagged_files)'; \
    428   unique=`for i in $$list; do \
    429     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    430   done | $(am__uniquify_input)`
    431 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.dtrace \
    432 	$(top_srcdir)/Makefile.top $(top_srcdir)/depcomp
    433 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    434 ACLOCAL = @ACLOCAL@
    435 AMTAR = @AMTAR@
    436 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    437 AR = @AR@
    438 AUTOCONF = @AUTOCONF@
    439 AUTOHEADER = @AUTOHEADER@
    440 AUTOMAKE = @AUTOMAKE@
    441 AWK = @AWK@
    442 BUILD_EXEEXT = @BUILD_EXEEXT@
    443 BUILD_OBJEXT = @BUILD_OBJEXT@
    444 CC = @CC@
    445 CCDEPMODE = @CCDEPMODE@
    446 CC_FOR_BUILD = @CC_FOR_BUILD@
    447 CFLAGS = @CFLAGS@
    448 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
    449 CMOCKA_CFLAGS = @CMOCKA_CFLAGS@
    450 CMOCKA_LIBS = @CMOCKA_LIBS@
    451 CPP = @CPP@
    452 CPPFLAGS = @CPPFLAGS@
    453 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
    454 CPP_FOR_BUILD = @CPP_FOR_BUILD@
    455 CSCOPE = @CSCOPE@
    456 CTAGS = @CTAGS@
    457 CURL = @CURL@
    458 CYGPATH_W = @CYGPATH_W@
    459 DEFS = @DEFS@
    460 DEPDIR = @DEPDIR@
    461 DEVELOPER_MODE = @DEVELOPER_MODE@
    462 DLLTOOL = @DLLTOOL@
    463 DLOPEN_LIBS = @DLOPEN_LIBS@
    464 DNSTAP_CFLAGS = @DNSTAP_CFLAGS@
    465 DNSTAP_LIBS = @DNSTAP_LIBS@
    466 DOXYGEN = @DOXYGEN@
    467 DSYMUTIL = @DSYMUTIL@
    468 DTRACE = @DTRACE@
    469 DUMPBIN = @DUMPBIN@
    470 ECHO_C = @ECHO_C@
    471 ECHO_N = @ECHO_N@
    472 ECHO_T = @ECHO_T@
    473 EGREP = @EGREP@
    474 ETAGS = @ETAGS@
    475 EXEEXT = @EXEEXT@
    476 FGREP = @FGREP@
    477 FILECMD = @FILECMD@
    478 FSTRM_CAPTURE = @FSTRM_CAPTURE@
    479 FUZZ_LDFLAGS = @FUZZ_LDFLAGS@
    480 FUZZ_LOG_COMPILER = @FUZZ_LOG_COMPILER@
    481 GREP = @GREP@
    482 GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
    483 GSSAPI_LIBS = @GSSAPI_LIBS@
    484 INSTALL = @INSTALL@
    485 INSTALL_DATA = @INSTALL_DATA@
    486 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    487 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    488 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    489 JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@
    490 JEMALLOC_LIBS = @JEMALLOC_LIBS@
    491 JEMALLOC_VERSION = @JEMALLOC_VERSION@
    492 JQ = @JQ@
    493 JSON_C_CFLAGS = @JSON_C_CFLAGS@
    494 JSON_C_LIBS = @JSON_C_LIBS@
    495 KRB5_CFLAGS = @KRB5_CFLAGS@
    496 KRB5_CONFIG = @KRB5_CONFIG@
    497 KRB5_LIBS = @KRB5_LIBS@
    498 LD = @LD@
    499 LDFLAGS = @LDFLAGS@
    500 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
    501 LIBCAP_CFLAGS = @LIBCAP_CFLAGS@
    502 LIBCAP_LIBS = @LIBCAP_LIBS@
    503 LIBIDN2_CFLAGS = @LIBIDN2_CFLAGS@
    504 LIBIDN2_LIBS = @LIBIDN2_LIBS@
    505 LIBNGHTTP2_CFLAGS = @LIBNGHTTP2_CFLAGS@
    506 LIBNGHTTP2_LIBS = @LIBNGHTTP2_LIBS@
    507 LIBOBJS = @LIBOBJS@
    508 LIBS = @LIBS@
    509 LIBTOOL = @LIBTOOL@
    510 LIBURCU_CFLAGS = @LIBURCU_CFLAGS@
    511 LIBURCU_LIBS = @LIBURCU_LIBS@
    512 LIBUV_CFLAGS = @LIBUV_CFLAGS@
    513 LIBUV_LIBS = @LIBUV_LIBS@
    514 LIBUV_VERSION = @LIBUV_VERSION@
    515 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
    516 LIBXML2_LIBS = @LIBXML2_LIBS@
    517 LIPO = @LIPO@
    518 LMDB_CFLAGS = @LMDB_CFLAGS@
    519 LMDB_LIBS = @LMDB_LIBS@
    520 LN_S = @LN_S@
    521 LTLIBOBJS = @LTLIBOBJS@
    522 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    523 MAINT = @MAINT@
    524 MAKEINFO = @MAKEINFO@
    525 MANIFEST_TOOL = @MANIFEST_TOOL@
    526 MAXMINDDB_CFLAGS = @MAXMINDDB_CFLAGS@
    527 MAXMINDDB_LIBS = @MAXMINDDB_LIBS@
    528 MAXMINDDB_PREFIX = @MAXMINDDB_PREFIX@
    529 MKDIR_P = @MKDIR_P@
    530 NC = @NC@
    531 NM = @NM@
    532 NMEDIT = @NMEDIT@
    533 OBJDUMP = @OBJDUMP@
    534 OBJEXT = @OBJEXT@
    535 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
    536 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
    537 OPENSSL_LIBS = @OPENSSL_LIBS@
    538 OPENSSL_VERSION = @OPENSSL_VERSION@
    539 OTOOL = @OTOOL@
    540 OTOOL64 = @OTOOL64@
    541 PACKAGE = @PACKAGE@
    542 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    543 PACKAGE_NAME = @PACKAGE_NAME@
    544 PACKAGE_STRING = @PACKAGE_STRING@
    545 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    546 PACKAGE_URL = @PACKAGE_URL@
    547 PACKAGE_VERSION = @PACKAGE_VERSION@
    548 PATH_SEPARATOR = @PATH_SEPARATOR@
    549 PERL = @PERL@
    550 PKG_CONFIG = @PKG_CONFIG@
    551 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    552 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    553 PROTOC_C = @PROTOC_C@
    554 PTHREAD_CC = @PTHREAD_CC@
    555 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
    556 PTHREAD_CXX = @PTHREAD_CXX@
    557 PTHREAD_LIBS = @PTHREAD_LIBS@
    558 PYTEST = @PYTEST@
    559 PYTHON = @PYTHON@
    560 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
    561 PYTHON_PLATFORM = @PYTHON_PLATFORM@
    562 PYTHON_PREFIX = @PYTHON_PREFIX@
    563 PYTHON_VERSION = @PYTHON_VERSION@
    564 RANLIB = @RANLIB@
    565 RCU_VERSION = @RCU_VERSION@
    566 READLINE_CFLAGS = @READLINE_CFLAGS@
    567 READLINE_LIBS = @READLINE_LIBS@
    568 RELEASE_DATE = @RELEASE_DATE@
    569 SED = @SED@
    570 SET_MAKE = @SET_MAKE@
    571 SHELL = @SHELL@
    572 SPHINX_BUILD = @SPHINX_BUILD@
    573 STD_CFLAGS = @STD_CFLAGS@
    574 STD_CPPFLAGS = @STD_CPPFLAGS@
    575 STD_LDFLAGS = @STD_LDFLAGS@
    576 STRIP = @STRIP@
    577 TEST_CFLAGS = @TEST_CFLAGS@
    578 VERSION = @VERSION@
    579 XMLLINT = @XMLLINT@
    580 XSLTPROC = @XSLTPROC@
    581 ZLIB_CFLAGS = @ZLIB_CFLAGS@
    582 ZLIB_LIBS = @ZLIB_LIBS@
    583 abs_builddir = @abs_builddir@
    584 abs_srcdir = @abs_srcdir@
    585 abs_top_builddir = @abs_top_builddir@
    586 abs_top_srcdir = @abs_top_srcdir@
    587 ac_ct_AR = @ac_ct_AR@
    588 ac_ct_CC = @ac_ct_CC@
    589 ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
    590 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    591 am__include = @am__include@
    592 am__leading_dot = @am__leading_dot@
    593 am__quote = @am__quote@
    594 am__rm_f_notfound = @am__rm_f_notfound@
    595 am__tar = @am__tar@
    596 am__untar = @am__untar@
    597 am__xargs_n = @am__xargs_n@
    598 ax_pthread_config = @ax_pthread_config@
    599 bindir = @bindir@
    600 build = @build@
    601 build_alias = @build_alias@
    602 build_cpu = @build_cpu@
    603 build_os = @build_os@
    604 build_vendor = @build_vendor@
    605 builddir = @builddir@
    606 datadir = @datadir@
    607 datarootdir = @datarootdir@
    608 docdir = @docdir@
    609 dvidir = @dvidir@
    610 exec_prefix = @exec_prefix@
    611 host = @host@
    612 host_alias = @host_alias@
    613 host_cpu = @host_cpu@
    614 host_os = @host_os@
    615 host_vendor = @host_vendor@
    616 htmldir = @htmldir@
    617 includedir = @includedir@
    618 infodir = @infodir@
    619 install_sh = @install_sh@
    620 libdir = @libdir@
    621 libexecdir = @libexecdir@
    622 localedir = @localedir@
    623 localstatedir = @localstatedir@
    624 mandir = @mandir@
    625 mkdir_p = @mkdir_p@
    626 oldincludedir = @oldincludedir@
    627 pdfdir = @pdfdir@
    628 pkgpyexecdir = @pkgpyexecdir@
    629 pkgpythondir = @pkgpythondir@
    630 prefix = @prefix@
    631 program_transform_name = @program_transform_name@
    632 psdir = @psdir@
    633 pyexecdir = @pyexecdir@
    634 pythondir = @pythondir@
    635 runstatedir = @runstatedir@
    636 sbindir = @sbindir@
    637 sharedstatedir = @sharedstatedir@
    638 srcdir = @srcdir@
    639 sysconfdir = @sysconfdir@
    640 target = @target@
    641 target_alias = @target_alias@
    642 target_cpu = @target_cpu@
    643 target_os = @target_os@
    644 target_vendor = @target_vendor@
    645 top_build_prefix = @top_build_prefix@
    646 top_builddir = @top_builddir@
    647 top_srcdir = @top_srcdir@
    648 ACLOCAL_AMFLAGS = -I $(top_srcdir)/m4
    649 AM_CFLAGS = \
    650 	$(STD_CFLAGS)
    651 
    652 AM_CPPFLAGS = \
    653 	$(STD_CPPFLAGS)				\
    654 	-include $(top_builddir)/config.h	\
    655 	-I$(srcdir)/include
    656 
    657 AM_LDFLAGS = $(STD_LDFLAGS) $(am__append_1)
    658 LDADD = 
    659 BUILT_SOURCES = probes.h
    660 CLEANFILES = probes.h probes.o
    661 @HAVE_JEMALLOC_FALSE@LIBISC_CFLAGS = -I$(top_srcdir)/include \
    662 @HAVE_JEMALLOC_FALSE@	-I$(top_srcdir)/lib/isc/include \
    663 @HAVE_JEMALLOC_FALSE@	-I$(top_builddir)/lib/isc/include
    664 @HAVE_JEMALLOC_TRUE@LIBISC_CFLAGS = $(JEMALLOC_CFLAGS) \
    665 @HAVE_JEMALLOC_TRUE@	-I$(top_srcdir)/include \
    666 @HAVE_JEMALLOC_TRUE@	-I$(top_srcdir)/lib/isc/include \
    667 @HAVE_JEMALLOC_TRUE@	-I$(top_builddir)/lib/isc/include
    668 @HAVE_JEMALLOC_FALSE@LIBISC_LIBS = $(top_builddir)/lib/isc/libisc.la
    669 @HAVE_JEMALLOC_TRUE@LIBISC_LIBS = $(JEMALLOC_LIBS) \
    670 @HAVE_JEMALLOC_TRUE@	$(top_builddir)/lib/isc/libisc.la
    671 @HAVE_DTRACE_TRUE@LIBISC_DTRACE = $(top_builddir)/lib/isc/probes.lo
    672 LIBDNS_CFLAGS = \
    673 	-I$(top_srcdir)/lib/dns/include			\
    674 	-I$(top_builddir)/lib/dns/include
    675 
    676 LIBDNS_LIBS = \
    677 	$(top_builddir)/lib/dns/libdns.la
    678 
    679 @HAVE_DTRACE_TRUE@LIBDNS_DTRACE = $(top_builddir)/lib/dns/probes.lo
    680 LIBNS_CFLAGS = \
    681 	-I$(top_srcdir)/lib/ns/include
    682 
    683 LIBNS_LIBS = \
    684 	$(top_builddir)/lib/ns/libns.la
    685 
    686 @HAVE_DTRACE_TRUE@LIBNS_DTRACE = $(top_builddir)/lib/ns/probes.lo
    687 LIBISCCFG_CFLAGS = \
    688 	-I$(top_srcdir)/lib/isccfg/include
    689 
    690 LIBISCCFG_LIBS = \
    691 	$(top_builddir)/lib/isccfg/libisccfg.la
    692 
    693 LIBISCCC_CFLAGS = \
    694 	-I$(top_srcdir)/lib/isccc/include/
    695 
    696 LIBISCCC_LIBS = \
    697 	$(top_builddir)/lib/isccc/libisccc.la
    698 
    699 lib_LTLIBRARIES = libisc.la
    700 libisc_ladir = $(includedir)/isc
    701 libisc_la_HEADERS = \
    702 	include/isc/ascii.h		\
    703 	include/isc/assertions.h	\
    704 	include/isc/async.h		\
    705 	include/isc/atomic.h		\
    706 	include/isc/attributes.h	\
    707 	include/isc/backtrace.h		\
    708 	include/isc/barrier.h		\
    709 	include/isc/base32.h		\
    710 	include/isc/base64.h		\
    711 	include/isc/buffer.h		\
    712 	include/isc/commandline.h	\
    713 	include/isc/condition.h		\
    714 	include/isc/counter.h		\
    715 	include/isc/crc64.h		\
    716 	include/isc/dir.h		\
    717 	include/isc/dnsstream.h		\
    718 	include/isc/endian.h		\
    719 	include/isc/errno.h		\
    720 	include/isc/error.h		\
    721 	include/isc/file.h		\
    722 	include/isc/fips.h		\
    723 	include/isc/formatcheck.h	\
    724 	include/isc/fuzz.h		\
    725 	include/isc/getaddresses.h	\
    726 	include/isc/hash.h		\
    727 	include/isc/hashmap.h		\
    728 	include/isc/heap.h		\
    729 	include/isc/helper.h		\
    730 	include/isc/hex.h		\
    731 	include/isc/histo.h		\
    732 	include/isc/hmac.h		\
    733 	include/isc/ht.h		\
    734 	include/isc/httpd.h		\
    735 	include/isc/interfaceiter.h	\
    736 	include/isc/iterated_hash.h	\
    737 	include/isc/job.h		\
    738 	include/isc/lang.h		\
    739 	include/isc/lex.h		\
    740 	include/isc/list.h		\
    741 	include/isc/log.h		\
    742 	include/isc/loop.h		\
    743 	include/isc/magic.h		\
    744 	include/isc/managers.h		\
    745 	include/isc/md.h		\
    746 	include/isc/mem.h		\
    747 	include/isc/meminfo.h		\
    748 	include/isc/mutex.h		\
    749 	include/isc/mutexblock.h	\
    750 	include/isc/net.h		\
    751 	include/isc/netaddr.h		\
    752 	include/isc/netmgr.h		\
    753 	include/isc/netscope.h		\
    754 	include/isc/nonce.h		\
    755 	include/isc/once.h		\
    756 	include/isc/os.h		\
    757 	include/isc/overflow.h		\
    758 	include/isc/parseint.h		\
    759 	include/isc/pause.h		\
    760 	include/isc/portset.h		\
    761 	include/isc/proxy2.h		\
    762 	include/isc/queue.h		\
    763 	include/isc/quota.h		\
    764 	include/isc/radix.h		\
    765 	include/isc/random.h		\
    766 	include/isc/ratelimiter.h	\
    767 	include/isc/refcount.h		\
    768 	include/isc/regex.h		\
    769 	include/isc/region.h		\
    770 	include/isc/result.h		\
    771 	include/isc/rwlock.h		\
    772 	include/isc/safe.h		\
    773 	include/isc/serial.h		\
    774 	include/isc/signal.h		\
    775 	include/isc/siphash.h		\
    776 	include/isc/sockaddr.h		\
    777 	include/isc/spinlock.h		\
    778 	include/isc/stats.h		\
    779 	include/isc/stdio.h		\
    780 	include/isc/stdtime.h		\
    781 	include/isc/strerr.h		\
    782 	include/isc/string.h		\
    783 	include/isc/symtab.h		\
    784 	include/isc/syslog.h		\
    785 	include/isc/thread.h		\
    786 	include/isc/tid.h		\
    787 	include/isc/time.h		\
    788 	include/isc/timer.h		\
    789 	include/isc/tls.h		\
    790 	include/isc/tm.h		\
    791 	include/isc/types.h		\
    792 	include/isc/urcu.h		\
    793 	include/isc/url.h		\
    794 	include/isc/utf8.h		\
    795 	include/isc/util.h		\
    796 	include/isc/uv.h		\
    797 	include/isc/xml.h		\
    798 	include/isc/work.h
    799 
    800 libisc_la_SOURCES = $(libisc_la_HEADERS) netmgr/netmgr-int.h \
    801 	netmgr/netmgr.c netmgr/proxystream.c netmgr/proxyudp.c \
    802 	netmgr/socket.c netmgr/streamdns.c netmgr/tcp.c netmgr/timer.c \
    803 	netmgr/tlsstream.c netmgr/udp.c ascii.c assertions.c async.c \
    804 	async_p.h backtrace.c base32.c base64.c commandline.c \
    805 	condition.c counter.c crc64.c dir.c errno.c errno2result.c \
    806 	errno2result.h error.c file.c fips.c getaddresses.c hash.c \
    807 	hashmap.c heap.c helper.c hex.c histo.c hmac.c ht.c httpd.c \
    808 	interfaceiter.c iterated_hash.c jemalloc_shim.h job.c job_p.h \
    809 	lex.c lib.c log.c loop.c loop_p.h managers.c md.c mem.c \
    810 	mem_p.h meminfo.c mutex.c mutex_p.h mutexblock.c net.c \
    811 	netaddr.c netscope.c openssl_shim.c openssl_shim.h os.c os_p.h \
    812 	parseint.c picohttpparser.c picohttpparser.h portset.c \
    813 	probes.d proxy2.c quota.c radix.c random.c ratelimiter.c \
    814 	regex.c region.c result.c safe.c serial.c signal.c sockaddr.c \
    815 	stats.c stdio.c stdtime.c string.c symtab.c syslog.c thread.c \
    816 	tid.c time.c timer.c tls.c tm.c url.c utf8.c uv.c xml.c work.c \
    817 	$(am__append_2) $(am__append_7)
    818 libisc_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBISC_CFLAGS) $(LIBUV_CFLAGS) \
    819 	$(OPENSSL_CFLAGS) $(ZLIB_CFLAGS) $(am__append_3) \
    820 	$(am__append_5) $(am__append_8) $(am__append_10)
    821 libisc_la_LDFLAGS = \
    822 	$(AM_LDFLAGS)		\
    823 	-release "$(PACKAGE_VERSION)"
    824 
    825 libisc_la_LIBADD = $(LIBUV_LIBS) $(OPENSSL_LIBS) $(ZLIB_LIBS) \
    826 	$(am__append_4) $(am__append_6) $(am__append_9) \
    827 	$(am__append_11) $(DTRACE_LIBADD)
    828 @HAVE_SYSTEMTAP_FALSE@DTRACE_DEPS = libisc_la-rwlock.lo libisc_la-job.lo
    829 @HAVE_SYSTEMTAP_FALSE@DTRACE_OBJS = .libs/libisc_la-rwlock.$(OBJEXT) .libs/libisc_la-job.$(OBJEXT)
    830 AM_V_DTRACE = $(AM_V_DTRACE_@AM_V@)
    831 AM_V_DTRACE_ = $(AM_V_DTRACE_@AM_DEFAULT_V@)
    832 AM_V_DTRACE_0 = @echo "  DTRACE   $@";
    833 @HAVE_DTRACE_TRUE@@HOST_MACOS_FALSE@DTRACE_LIBADD = probes.lo
    834 all: $(BUILT_SOURCES)
    835 	$(MAKE) $(AM_MAKEFLAGS) all-am
    836 
    837 .SUFFIXES:
    838 .SUFFIXES: .c .lo .o .obj
    839 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.top $(top_srcdir)/Makefile.dtrace $(am__configure_deps)
    840 	@for dep in $?; do \
    841 	  case '$(am__configure_deps)' in \
    842 	    *$$dep*) \
    843 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    844 	        && { if test -f $@; then exit 0; else break; fi; }; \
    845 	      exit 1;; \
    846 	  esac; \
    847 	done; \
    848 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/isc/Makefile'; \
    849 	$(am__cd) $(top_srcdir) && \
    850 	  $(AUTOMAKE) --foreign lib/isc/Makefile
    851 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    852 	@case '$?' in \
    853 	  *config.status*) \
    854 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    855 	  *) \
    856 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
    857 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
    858 	esac;
    859 $(top_srcdir)/Makefile.top $(top_srcdir)/Makefile.dtrace $(am__empty):
    860 
    861 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    862 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    863 
    864 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    865 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    866 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    867 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    868 $(am__aclocal_m4_deps):
    869 
    870 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
    871 	@$(NORMAL_INSTALL)
    872 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
    873 	list2=; for p in $$list; do \
    874 	  if test -f $$p; then \
    875 	    list2="$$list2 $$p"; \
    876 	  else :; fi; \
    877 	done; \
    878 	test -z "$$list2" || { \
    879 	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
    880 	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
    881 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
    882 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
    883 	}
    884 
    885 uninstall-libLTLIBRARIES:
    886 	@$(NORMAL_UNINSTALL)
    887 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
    888 	for p in $$list; do \
    889 	  $(am__strip_dir) \
    890 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
    891 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
    892 	done
    893 
    894 clean-libLTLIBRARIES:
    895 	-$(am__rm_f) $(lib_LTLIBRARIES)
    896 	@list='$(lib_LTLIBRARIES)'; \
    897 	locs=`for p in $$list; do echo $$p; done | \
    898 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
    899 	      sort -u`; \
    900 	echo rm -f $${locs}; \
    901 	$(am__rm_f) $${locs}
    902 netmgr/$(am__dirstamp):
    903 	@$(MKDIR_P) netmgr
    904 	@: >>netmgr/$(am__dirstamp)
    905 netmgr/$(DEPDIR)/$(am__dirstamp):
    906 	@$(MKDIR_P) netmgr/$(DEPDIR)
    907 	@: >>netmgr/$(DEPDIR)/$(am__dirstamp)
    908 netmgr/libisc_la-netmgr.lo: netmgr/$(am__dirstamp) \
    909 	netmgr/$(DEPDIR)/$(am__dirstamp)
    910 netmgr/libisc_la-proxystream.lo: netmgr/$(am__dirstamp) \
    911 	netmgr/$(DEPDIR)/$(am__dirstamp)
    912 netmgr/libisc_la-proxyudp.lo: netmgr/$(am__dirstamp) \
    913 	netmgr/$(DEPDIR)/$(am__dirstamp)
    914 netmgr/libisc_la-socket.lo: netmgr/$(am__dirstamp) \
    915 	netmgr/$(DEPDIR)/$(am__dirstamp)
    916 netmgr/libisc_la-streamdns.lo: netmgr/$(am__dirstamp) \
    917 	netmgr/$(DEPDIR)/$(am__dirstamp)
    918 netmgr/libisc_la-tcp.lo: netmgr/$(am__dirstamp) \
    919 	netmgr/$(DEPDIR)/$(am__dirstamp)
    920 netmgr/libisc_la-timer.lo: netmgr/$(am__dirstamp) \
    921 	netmgr/$(DEPDIR)/$(am__dirstamp)
    922 netmgr/libisc_la-tlsstream.lo: netmgr/$(am__dirstamp) \
    923 	netmgr/$(DEPDIR)/$(am__dirstamp)
    924 netmgr/libisc_la-udp.lo: netmgr/$(am__dirstamp) \
    925 	netmgr/$(DEPDIR)/$(am__dirstamp)
    926 netmgr/libisc_la-http.lo: netmgr/$(am__dirstamp) \
    927 	netmgr/$(DEPDIR)/$(am__dirstamp)
    928 
    929 libisc.la: $(libisc_la_OBJECTS) $(libisc_la_DEPENDENCIES) $(EXTRA_libisc_la_DEPENDENCIES) 
    930 	$(AM_V_CCLD)$(libisc_la_LINK) -rpath $(libdir) $(libisc_la_OBJECTS) $(libisc_la_LIBADD) $(LIBS)
    931 
    932 mostlyclean-compile:
    933 	-rm -f *.$(OBJEXT)
    934 	-rm -f netmgr/*.$(OBJEXT)
    935 	-rm -f netmgr/*.lo
    936 
    937 distclean-compile:
    938 	-rm -f *.tab.c
    939 
    940 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-ascii.Plo@am__quote@ # am--include-marker
    941 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-assertions.Plo@am__quote@ # am--include-marker
    942 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-async.Plo@am__quote@ # am--include-marker
    943 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-backtrace.Plo@am__quote@ # am--include-marker
    944 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-base32.Plo@am__quote@ # am--include-marker
    945 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-base64.Plo@am__quote@ # am--include-marker
    946 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-commandline.Plo@am__quote@ # am--include-marker
    947 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-condition.Plo@am__quote@ # am--include-marker
    948 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-counter.Plo@am__quote@ # am--include-marker
    949 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-crc64.Plo@am__quote@ # am--include-marker
    950 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-dir.Plo@am__quote@ # am--include-marker
    951 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-errno.Plo@am__quote@ # am--include-marker
    952 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-errno2result.Plo@am__quote@ # am--include-marker
    953 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-error.Plo@am__quote@ # am--include-marker
    954 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-file.Plo@am__quote@ # am--include-marker
    955 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-fips.Plo@am__quote@ # am--include-marker
    956 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-getaddresses.Plo@am__quote@ # am--include-marker
    957 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-hash.Plo@am__quote@ # am--include-marker
    958 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-hashmap.Plo@am__quote@ # am--include-marker
    959 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-heap.Plo@am__quote@ # am--include-marker
    960 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-helper.Plo@am__quote@ # am--include-marker
    961 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-hex.Plo@am__quote@ # am--include-marker
    962 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-histo.Plo@am__quote@ # am--include-marker
    963 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-hmac.Plo@am__quote@ # am--include-marker
    964 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-ht.Plo@am__quote@ # am--include-marker
    965 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-httpd.Plo@am__quote@ # am--include-marker
    966 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-interfaceiter.Plo@am__quote@ # am--include-marker
    967 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-iterated_hash.Plo@am__quote@ # am--include-marker
    968 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-job.Plo@am__quote@ # am--include-marker
    969 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-lex.Plo@am__quote@ # am--include-marker
    970 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-lib.Plo@am__quote@ # am--include-marker
    971 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-log.Plo@am__quote@ # am--include-marker
    972 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-loop.Plo@am__quote@ # am--include-marker
    973 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-managers.Plo@am__quote@ # am--include-marker
    974 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-md.Plo@am__quote@ # am--include-marker
    975 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-mem.Plo@am__quote@ # am--include-marker
    976 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-meminfo.Plo@am__quote@ # am--include-marker
    977 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-mutex.Plo@am__quote@ # am--include-marker
    978 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-mutexblock.Plo@am__quote@ # am--include-marker
    979 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-net.Plo@am__quote@ # am--include-marker
    980 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-netaddr.Plo@am__quote@ # am--include-marker
    981 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-netscope.Plo@am__quote@ # am--include-marker
    982 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-openssl_shim.Plo@am__quote@ # am--include-marker
    983 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-os.Plo@am__quote@ # am--include-marker
    984 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-parseint.Plo@am__quote@ # am--include-marker
    985 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-picohttpparser.Plo@am__quote@ # am--include-marker
    986 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-portset.Plo@am__quote@ # am--include-marker
    987 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-proxy2.Plo@am__quote@ # am--include-marker
    988 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-quota.Plo@am__quote@ # am--include-marker
    989 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-radix.Plo@am__quote@ # am--include-marker
    990 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-random.Plo@am__quote@ # am--include-marker
    991 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-ratelimiter.Plo@am__quote@ # am--include-marker
    992 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-regex.Plo@am__quote@ # am--include-marker
    993 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-region.Plo@am__quote@ # am--include-marker
    994 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-result.Plo@am__quote@ # am--include-marker
    995 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-rwlock.Plo@am__quote@ # am--include-marker
    996 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-safe.Plo@am__quote@ # am--include-marker
    997 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-serial.Plo@am__quote@ # am--include-marker
    998 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-signal.Plo@am__quote@ # am--include-marker
    999 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-sockaddr.Plo@am__quote@ # am--include-marker
   1000 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-stats.Plo@am__quote@ # am--include-marker
   1001 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-stdio.Plo@am__quote@ # am--include-marker
   1002 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-stdtime.Plo@am__quote@ # am--include-marker
   1003 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-string.Plo@am__quote@ # am--include-marker
   1004 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-symtab.Plo@am__quote@ # am--include-marker
   1005 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-syslog.Plo@am__quote@ # am--include-marker
   1006 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-thread.Plo@am__quote@ # am--include-marker
   1007 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-tid.Plo@am__quote@ # am--include-marker
   1008 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-time.Plo@am__quote@ # am--include-marker
   1009 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-timer.Plo@am__quote@ # am--include-marker
   1010 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-tls.Plo@am__quote@ # am--include-marker
   1011 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-tm.Plo@am__quote@ # am--include-marker
   1012 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-url.Plo@am__quote@ # am--include-marker
   1013 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-utf8.Plo@am__quote@ # am--include-marker
   1014 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-uv.Plo@am__quote@ # am--include-marker
   1015 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-work.Plo@am__quote@ # am--include-marker
   1016 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-xml.Plo@am__quote@ # am--include-marker
   1017 @AMDEP_TRUE@@am__include@ @am__quote@netmgr/$(DEPDIR)/libisc_la-http.Plo@am__quote@ # am--include-marker
   1018 @AMDEP_TRUE@@am__include@ @am__quote@netmgr/$(DEPDIR)/libisc_la-netmgr.Plo@am__quote@ # am--include-marker
   1019 @AMDEP_TRUE@@am__include@ @am__quote@netmgr/$(DEPDIR)/libisc_la-proxystream.Plo@am__quote@ # am--include-marker
   1020 @AMDEP_TRUE@@am__include@ @am__quote@netmgr/$(DEPDIR)/libisc_la-proxyudp.Plo@am__quote@ # am--include-marker
   1021 @AMDEP_TRUE@@am__include@ @am__quote@netmgr/$(DEPDIR)/libisc_la-socket.Plo@am__quote@ # am--include-marker
   1022 @AMDEP_TRUE@@am__include@ @am__quote@netmgr/$(DEPDIR)/libisc_la-streamdns.Plo@am__quote@ # am--include-marker
   1023 @AMDEP_TRUE@@am__include@ @am__quote@netmgr/$(DEPDIR)/libisc_la-tcp.Plo@am__quote@ # am--include-marker
   1024 @AMDEP_TRUE@@am__include@ @am__quote@netmgr/$(DEPDIR)/libisc_la-timer.Plo@am__quote@ # am--include-marker
   1025 @AMDEP_TRUE@@am__include@ @am__quote@netmgr/$(DEPDIR)/libisc_la-tlsstream.Plo@am__quote@ # am--include-marker
   1026 @AMDEP_TRUE@@am__include@ @am__quote@netmgr/$(DEPDIR)/libisc_la-udp.Plo@am__quote@ # am--include-marker
   1027 
   1028 $(am__depfiles_remade):
   1029 	@$(MKDIR_P) $(@D)
   1030 	@: >>$@
   1031 
   1032 am--depfiles: $(am__depfiles_remade)
   1033 
   1034 .c.o:
   1035 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
   1036 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
   1037 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
   1038 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   1039 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1040 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
   1041 
   1042 .c.obj:
   1043 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
   1044 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
   1045 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
   1046 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   1047 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1048 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
   1049 
   1050 .c.lo:
   1051 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
   1052 @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
   1053 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
   1054 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
   1055 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1056 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
   1057 
   1058 netmgr/libisc_la-netmgr.lo: netmgr/netmgr.c
   1059 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netmgr/libisc_la-netmgr.lo -MD -MP -MF netmgr/$(DEPDIR)/libisc_la-netmgr.Tpo -c -o netmgr/libisc_la-netmgr.lo `test -f 'netmgr/netmgr.c' || echo '$(srcdir)/'`netmgr/netmgr.c
   1060 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netmgr/$(DEPDIR)/libisc_la-netmgr.Tpo netmgr/$(DEPDIR)/libisc_la-netmgr.Plo
   1061 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='netmgr/netmgr.c' object='netmgr/libisc_la-netmgr.lo' libtool=yes @AMDEPBACKSLASH@
   1062 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1063 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netmgr/libisc_la-netmgr.lo `test -f 'netmgr/netmgr.c' || echo '$(srcdir)/'`netmgr/netmgr.c
   1064 
   1065 netmgr/libisc_la-proxystream.lo: netmgr/proxystream.c
   1066 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netmgr/libisc_la-proxystream.lo -MD -MP -MF netmgr/$(DEPDIR)/libisc_la-proxystream.Tpo -c -o netmgr/libisc_la-proxystream.lo `test -f 'netmgr/proxystream.c' || echo '$(srcdir)/'`netmgr/proxystream.c
   1067 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netmgr/$(DEPDIR)/libisc_la-proxystream.Tpo netmgr/$(DEPDIR)/libisc_la-proxystream.Plo
   1068 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='netmgr/proxystream.c' object='netmgr/libisc_la-proxystream.lo' libtool=yes @AMDEPBACKSLASH@
   1069 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1070 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netmgr/libisc_la-proxystream.lo `test -f 'netmgr/proxystream.c' || echo '$(srcdir)/'`netmgr/proxystream.c
   1071 
   1072 netmgr/libisc_la-proxyudp.lo: netmgr/proxyudp.c
   1073 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netmgr/libisc_la-proxyudp.lo -MD -MP -MF netmgr/$(DEPDIR)/libisc_la-proxyudp.Tpo -c -o netmgr/libisc_la-proxyudp.lo `test -f 'netmgr/proxyudp.c' || echo '$(srcdir)/'`netmgr/proxyudp.c
   1074 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netmgr/$(DEPDIR)/libisc_la-proxyudp.Tpo netmgr/$(DEPDIR)/libisc_la-proxyudp.Plo
   1075 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='netmgr/proxyudp.c' object='netmgr/libisc_la-proxyudp.lo' libtool=yes @AMDEPBACKSLASH@
   1076 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1077 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netmgr/libisc_la-proxyudp.lo `test -f 'netmgr/proxyudp.c' || echo '$(srcdir)/'`netmgr/proxyudp.c
   1078 
   1079 netmgr/libisc_la-socket.lo: netmgr/socket.c
   1080 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netmgr/libisc_la-socket.lo -MD -MP -MF netmgr/$(DEPDIR)/libisc_la-socket.Tpo -c -o netmgr/libisc_la-socket.lo `test -f 'netmgr/socket.c' || echo '$(srcdir)/'`netmgr/socket.c
   1081 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netmgr/$(DEPDIR)/libisc_la-socket.Tpo netmgr/$(DEPDIR)/libisc_la-socket.Plo
   1082 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='netmgr/socket.c' object='netmgr/libisc_la-socket.lo' libtool=yes @AMDEPBACKSLASH@
   1083 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1084 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netmgr/libisc_la-socket.lo `test -f 'netmgr/socket.c' || echo '$(srcdir)/'`netmgr/socket.c
   1085 
   1086 netmgr/libisc_la-streamdns.lo: netmgr/streamdns.c
   1087 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netmgr/libisc_la-streamdns.lo -MD -MP -MF netmgr/$(DEPDIR)/libisc_la-streamdns.Tpo -c -o netmgr/libisc_la-streamdns.lo `test -f 'netmgr/streamdns.c' || echo '$(srcdir)/'`netmgr/streamdns.c
   1088 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netmgr/$(DEPDIR)/libisc_la-streamdns.Tpo netmgr/$(DEPDIR)/libisc_la-streamdns.Plo
   1089 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='netmgr/streamdns.c' object='netmgr/libisc_la-streamdns.lo' libtool=yes @AMDEPBACKSLASH@
   1090 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1091 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netmgr/libisc_la-streamdns.lo `test -f 'netmgr/streamdns.c' || echo '$(srcdir)/'`netmgr/streamdns.c
   1092 
   1093 netmgr/libisc_la-tcp.lo: netmgr/tcp.c
   1094 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netmgr/libisc_la-tcp.lo -MD -MP -MF netmgr/$(DEPDIR)/libisc_la-tcp.Tpo -c -o netmgr/libisc_la-tcp.lo `test -f 'netmgr/tcp.c' || echo '$(srcdir)/'`netmgr/tcp.c
   1095 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netmgr/$(DEPDIR)/libisc_la-tcp.Tpo netmgr/$(DEPDIR)/libisc_la-tcp.Plo
   1096 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='netmgr/tcp.c' object='netmgr/libisc_la-tcp.lo' libtool=yes @AMDEPBACKSLASH@
   1097 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1098 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netmgr/libisc_la-tcp.lo `test -f 'netmgr/tcp.c' || echo '$(srcdir)/'`netmgr/tcp.c
   1099 
   1100 netmgr/libisc_la-timer.lo: netmgr/timer.c
   1101 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netmgr/libisc_la-timer.lo -MD -MP -MF netmgr/$(DEPDIR)/libisc_la-timer.Tpo -c -o netmgr/libisc_la-timer.lo `test -f 'netmgr/timer.c' || echo '$(srcdir)/'`netmgr/timer.c
   1102 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netmgr/$(DEPDIR)/libisc_la-timer.Tpo netmgr/$(DEPDIR)/libisc_la-timer.Plo
   1103 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='netmgr/timer.c' object='netmgr/libisc_la-timer.lo' libtool=yes @AMDEPBACKSLASH@
   1104 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1105 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netmgr/libisc_la-timer.lo `test -f 'netmgr/timer.c' || echo '$(srcdir)/'`netmgr/timer.c
   1106 
   1107 netmgr/libisc_la-tlsstream.lo: netmgr/tlsstream.c
   1108 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netmgr/libisc_la-tlsstream.lo -MD -MP -MF netmgr/$(DEPDIR)/libisc_la-tlsstream.Tpo -c -o netmgr/libisc_la-tlsstream.lo `test -f 'netmgr/tlsstream.c' || echo '$(srcdir)/'`netmgr/tlsstream.c
   1109 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netmgr/$(DEPDIR)/libisc_la-tlsstream.Tpo netmgr/$(DEPDIR)/libisc_la-tlsstream.Plo
   1110 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='netmgr/tlsstream.c' object='netmgr/libisc_la-tlsstream.lo' libtool=yes @AMDEPBACKSLASH@
   1111 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1112 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netmgr/libisc_la-tlsstream.lo `test -f 'netmgr/tlsstream.c' || echo '$(srcdir)/'`netmgr/tlsstream.c
   1113 
   1114 netmgr/libisc_la-udp.lo: netmgr/udp.c
   1115 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netmgr/libisc_la-udp.lo -MD -MP -MF netmgr/$(DEPDIR)/libisc_la-udp.Tpo -c -o netmgr/libisc_la-udp.lo `test -f 'netmgr/udp.c' || echo '$(srcdir)/'`netmgr/udp.c
   1116 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netmgr/$(DEPDIR)/libisc_la-udp.Tpo netmgr/$(DEPDIR)/libisc_la-udp.Plo
   1117 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='netmgr/udp.c' object='netmgr/libisc_la-udp.lo' libtool=yes @AMDEPBACKSLASH@
   1118 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1119 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netmgr/libisc_la-udp.lo `test -f 'netmgr/udp.c' || echo '$(srcdir)/'`netmgr/udp.c
   1120 
   1121 libisc_la-ascii.lo: ascii.c
   1122 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-ascii.lo -MD -MP -MF $(DEPDIR)/libisc_la-ascii.Tpo -c -o libisc_la-ascii.lo `test -f 'ascii.c' || echo '$(srcdir)/'`ascii.c
   1123 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-ascii.Tpo $(DEPDIR)/libisc_la-ascii.Plo
   1124 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ascii.c' object='libisc_la-ascii.lo' libtool=yes @AMDEPBACKSLASH@
   1125 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1126 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-ascii.lo `test -f 'ascii.c' || echo '$(srcdir)/'`ascii.c
   1127 
   1128 libisc_la-assertions.lo: assertions.c
   1129 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-assertions.lo -MD -MP -MF $(DEPDIR)/libisc_la-assertions.Tpo -c -o libisc_la-assertions.lo `test -f 'assertions.c' || echo '$(srcdir)/'`assertions.c
   1130 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-assertions.Tpo $(DEPDIR)/libisc_la-assertions.Plo
   1131 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='assertions.c' object='libisc_la-assertions.lo' libtool=yes @AMDEPBACKSLASH@
   1132 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1133 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-assertions.lo `test -f 'assertions.c' || echo '$(srcdir)/'`assertions.c
   1134 
   1135 libisc_la-async.lo: async.c
   1136 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-async.lo -MD -MP -MF $(DEPDIR)/libisc_la-async.Tpo -c -o libisc_la-async.lo `test -f 'async.c' || echo '$(srcdir)/'`async.c
   1137 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-async.Tpo $(DEPDIR)/libisc_la-async.Plo
   1138 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='async.c' object='libisc_la-async.lo' libtool=yes @AMDEPBACKSLASH@
   1139 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1140 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-async.lo `test -f 'async.c' || echo '$(srcdir)/'`async.c
   1141 
   1142 libisc_la-backtrace.lo: backtrace.c
   1143 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-backtrace.lo -MD -MP -MF $(DEPDIR)/libisc_la-backtrace.Tpo -c -o libisc_la-backtrace.lo `test -f 'backtrace.c' || echo '$(srcdir)/'`backtrace.c
   1144 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-backtrace.Tpo $(DEPDIR)/libisc_la-backtrace.Plo
   1145 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='backtrace.c' object='libisc_la-backtrace.lo' libtool=yes @AMDEPBACKSLASH@
   1146 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1147 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-backtrace.lo `test -f 'backtrace.c' || echo '$(srcdir)/'`backtrace.c
   1148 
   1149 libisc_la-base32.lo: base32.c
   1150 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-base32.lo -MD -MP -MF $(DEPDIR)/libisc_la-base32.Tpo -c -o libisc_la-base32.lo `test -f 'base32.c' || echo '$(srcdir)/'`base32.c
   1151 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-base32.Tpo $(DEPDIR)/libisc_la-base32.Plo
   1152 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='base32.c' object='libisc_la-base32.lo' libtool=yes @AMDEPBACKSLASH@
   1153 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1154 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-base32.lo `test -f 'base32.c' || echo '$(srcdir)/'`base32.c
   1155 
   1156 libisc_la-base64.lo: base64.c
   1157 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-base64.lo -MD -MP -MF $(DEPDIR)/libisc_la-base64.Tpo -c -o libisc_la-base64.lo `test -f 'base64.c' || echo '$(srcdir)/'`base64.c
   1158 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-base64.Tpo $(DEPDIR)/libisc_la-base64.Plo
   1159 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='base64.c' object='libisc_la-base64.lo' libtool=yes @AMDEPBACKSLASH@
   1160 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1161 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-base64.lo `test -f 'base64.c' || echo '$(srcdir)/'`base64.c
   1162 
   1163 libisc_la-commandline.lo: commandline.c
   1164 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-commandline.lo -MD -MP -MF $(DEPDIR)/libisc_la-commandline.Tpo -c -o libisc_la-commandline.lo `test -f 'commandline.c' || echo '$(srcdir)/'`commandline.c
   1165 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-commandline.Tpo $(DEPDIR)/libisc_la-commandline.Plo
   1166 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='commandline.c' object='libisc_la-commandline.lo' libtool=yes @AMDEPBACKSLASH@
   1167 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1168 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-commandline.lo `test -f 'commandline.c' || echo '$(srcdir)/'`commandline.c
   1169 
   1170 libisc_la-condition.lo: condition.c
   1171 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-condition.lo -MD -MP -MF $(DEPDIR)/libisc_la-condition.Tpo -c -o libisc_la-condition.lo `test -f 'condition.c' || echo '$(srcdir)/'`condition.c
   1172 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-condition.Tpo $(DEPDIR)/libisc_la-condition.Plo
   1173 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='condition.c' object='libisc_la-condition.lo' libtool=yes @AMDEPBACKSLASH@
   1174 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1175 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-condition.lo `test -f 'condition.c' || echo '$(srcdir)/'`condition.c
   1176 
   1177 libisc_la-counter.lo: counter.c
   1178 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-counter.lo -MD -MP -MF $(DEPDIR)/libisc_la-counter.Tpo -c -o libisc_la-counter.lo `test -f 'counter.c' || echo '$(srcdir)/'`counter.c
   1179 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-counter.Tpo $(DEPDIR)/libisc_la-counter.Plo
   1180 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='counter.c' object='libisc_la-counter.lo' libtool=yes @AMDEPBACKSLASH@
   1181 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1182 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-counter.lo `test -f 'counter.c' || echo '$(srcdir)/'`counter.c
   1183 
   1184 libisc_la-crc64.lo: crc64.c
   1185 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-crc64.lo -MD -MP -MF $(DEPDIR)/libisc_la-crc64.Tpo -c -o libisc_la-crc64.lo `test -f 'crc64.c' || echo '$(srcdir)/'`crc64.c
   1186 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-crc64.Tpo $(DEPDIR)/libisc_la-crc64.Plo
   1187 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crc64.c' object='libisc_la-crc64.lo' libtool=yes @AMDEPBACKSLASH@
   1188 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1189 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-crc64.lo `test -f 'crc64.c' || echo '$(srcdir)/'`crc64.c
   1190 
   1191 libisc_la-dir.lo: dir.c
   1192 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-dir.lo -MD -MP -MF $(DEPDIR)/libisc_la-dir.Tpo -c -o libisc_la-dir.lo `test -f 'dir.c' || echo '$(srcdir)/'`dir.c
   1193 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-dir.Tpo $(DEPDIR)/libisc_la-dir.Plo
   1194 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dir.c' object='libisc_la-dir.lo' libtool=yes @AMDEPBACKSLASH@
   1195 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1196 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-dir.lo `test -f 'dir.c' || echo '$(srcdir)/'`dir.c
   1197 
   1198 libisc_la-errno.lo: errno.c
   1199 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-errno.lo -MD -MP -MF $(DEPDIR)/libisc_la-errno.Tpo -c -o libisc_la-errno.lo `test -f 'errno.c' || echo '$(srcdir)/'`errno.c
   1200 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-errno.Tpo $(DEPDIR)/libisc_la-errno.Plo
   1201 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='errno.c' object='libisc_la-errno.lo' libtool=yes @AMDEPBACKSLASH@
   1202 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1203 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-errno.lo `test -f 'errno.c' || echo '$(srcdir)/'`errno.c
   1204 
   1205 libisc_la-errno2result.lo: errno2result.c
   1206 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-errno2result.lo -MD -MP -MF $(DEPDIR)/libisc_la-errno2result.Tpo -c -o libisc_la-errno2result.lo `test -f 'errno2result.c' || echo '$(srcdir)/'`errno2result.c
   1207 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-errno2result.Tpo $(DEPDIR)/libisc_la-errno2result.Plo
   1208 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='errno2result.c' object='libisc_la-errno2result.lo' libtool=yes @AMDEPBACKSLASH@
   1209 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1210 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-errno2result.lo `test -f 'errno2result.c' || echo '$(srcdir)/'`errno2result.c
   1211 
   1212 libisc_la-error.lo: error.c
   1213 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-error.lo -MD -MP -MF $(DEPDIR)/libisc_la-error.Tpo -c -o libisc_la-error.lo `test -f 'error.c' || echo '$(srcdir)/'`error.c
   1214 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-error.Tpo $(DEPDIR)/libisc_la-error.Plo
   1215 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='error.c' object='libisc_la-error.lo' libtool=yes @AMDEPBACKSLASH@
   1216 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1217 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-error.lo `test -f 'error.c' || echo '$(srcdir)/'`error.c
   1218 
   1219 libisc_la-file.lo: file.c
   1220 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-file.lo -MD -MP -MF $(DEPDIR)/libisc_la-file.Tpo -c -o libisc_la-file.lo `test -f 'file.c' || echo '$(srcdir)/'`file.c
   1221 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-file.Tpo $(DEPDIR)/libisc_la-file.Plo
   1222 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='file.c' object='libisc_la-file.lo' libtool=yes @AMDEPBACKSLASH@
   1223 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1224 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-file.lo `test -f 'file.c' || echo '$(srcdir)/'`file.c
   1225 
   1226 libisc_la-fips.lo: fips.c
   1227 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-fips.lo -MD -MP -MF $(DEPDIR)/libisc_la-fips.Tpo -c -o libisc_la-fips.lo `test -f 'fips.c' || echo '$(srcdir)/'`fips.c
   1228 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-fips.Tpo $(DEPDIR)/libisc_la-fips.Plo
   1229 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='fips.c' object='libisc_la-fips.lo' libtool=yes @AMDEPBACKSLASH@
   1230 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1231 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-fips.lo `test -f 'fips.c' || echo '$(srcdir)/'`fips.c
   1232 
   1233 libisc_la-getaddresses.lo: getaddresses.c
   1234 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-getaddresses.lo -MD -MP -MF $(DEPDIR)/libisc_la-getaddresses.Tpo -c -o libisc_la-getaddresses.lo `test -f 'getaddresses.c' || echo '$(srcdir)/'`getaddresses.c
   1235 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-getaddresses.Tpo $(DEPDIR)/libisc_la-getaddresses.Plo
   1236 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getaddresses.c' object='libisc_la-getaddresses.lo' libtool=yes @AMDEPBACKSLASH@
   1237 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1238 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-getaddresses.lo `test -f 'getaddresses.c' || echo '$(srcdir)/'`getaddresses.c
   1239 
   1240 libisc_la-hash.lo: hash.c
   1241 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-hash.lo -MD -MP -MF $(DEPDIR)/libisc_la-hash.Tpo -c -o libisc_la-hash.lo `test -f 'hash.c' || echo '$(srcdir)/'`hash.c
   1242 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-hash.Tpo $(DEPDIR)/libisc_la-hash.Plo
   1243 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hash.c' object='libisc_la-hash.lo' libtool=yes @AMDEPBACKSLASH@
   1244 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1245 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-hash.lo `test -f 'hash.c' || echo '$(srcdir)/'`hash.c
   1246 
   1247 libisc_la-hashmap.lo: hashmap.c
   1248 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-hashmap.lo -MD -MP -MF $(DEPDIR)/libisc_la-hashmap.Tpo -c -o libisc_la-hashmap.lo `test -f 'hashmap.c' || echo '$(srcdir)/'`hashmap.c
   1249 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-hashmap.Tpo $(DEPDIR)/libisc_la-hashmap.Plo
   1250 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hashmap.c' object='libisc_la-hashmap.lo' libtool=yes @AMDEPBACKSLASH@
   1251 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1252 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-hashmap.lo `test -f 'hashmap.c' || echo '$(srcdir)/'`hashmap.c
   1253 
   1254 libisc_la-heap.lo: heap.c
   1255 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-heap.lo -MD -MP -MF $(DEPDIR)/libisc_la-heap.Tpo -c -o libisc_la-heap.lo `test -f 'heap.c' || echo '$(srcdir)/'`heap.c
   1256 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-heap.Tpo $(DEPDIR)/libisc_la-heap.Plo
   1257 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='heap.c' object='libisc_la-heap.lo' libtool=yes @AMDEPBACKSLASH@
   1258 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1259 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-heap.lo `test -f 'heap.c' || echo '$(srcdir)/'`heap.c
   1260 
   1261 libisc_la-helper.lo: helper.c
   1262 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-helper.lo -MD -MP -MF $(DEPDIR)/libisc_la-helper.Tpo -c -o libisc_la-helper.lo `test -f 'helper.c' || echo '$(srcdir)/'`helper.c
   1263 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-helper.Tpo $(DEPDIR)/libisc_la-helper.Plo
   1264 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='helper.c' object='libisc_la-helper.lo' libtool=yes @AMDEPBACKSLASH@
   1265 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1266 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-helper.lo `test -f 'helper.c' || echo '$(srcdir)/'`helper.c
   1267 
   1268 libisc_la-hex.lo: hex.c
   1269 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-hex.lo -MD -MP -MF $(DEPDIR)/libisc_la-hex.Tpo -c -o libisc_la-hex.lo `test -f 'hex.c' || echo '$(srcdir)/'`hex.c
   1270 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-hex.Tpo $(DEPDIR)/libisc_la-hex.Plo
   1271 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hex.c' object='libisc_la-hex.lo' libtool=yes @AMDEPBACKSLASH@
   1272 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1273 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-hex.lo `test -f 'hex.c' || echo '$(srcdir)/'`hex.c
   1274 
   1275 libisc_la-histo.lo: histo.c
   1276 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-histo.lo -MD -MP -MF $(DEPDIR)/libisc_la-histo.Tpo -c -o libisc_la-histo.lo `test -f 'histo.c' || echo '$(srcdir)/'`histo.c
   1277 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-histo.Tpo $(DEPDIR)/libisc_la-histo.Plo
   1278 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='histo.c' object='libisc_la-histo.lo' libtool=yes @AMDEPBACKSLASH@
   1279 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1280 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-histo.lo `test -f 'histo.c' || echo '$(srcdir)/'`histo.c
   1281 
   1282 libisc_la-hmac.lo: hmac.c
   1283 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-hmac.lo -MD -MP -MF $(DEPDIR)/libisc_la-hmac.Tpo -c -o libisc_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
   1284 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-hmac.Tpo $(DEPDIR)/libisc_la-hmac.Plo
   1285 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hmac.c' object='libisc_la-hmac.lo' libtool=yes @AMDEPBACKSLASH@
   1286 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1287 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
   1288 
   1289 libisc_la-ht.lo: ht.c
   1290 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-ht.lo -MD -MP -MF $(DEPDIR)/libisc_la-ht.Tpo -c -o libisc_la-ht.lo `test -f 'ht.c' || echo '$(srcdir)/'`ht.c
   1291 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-ht.Tpo $(DEPDIR)/libisc_la-ht.Plo
   1292 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ht.c' object='libisc_la-ht.lo' libtool=yes @AMDEPBACKSLASH@
   1293 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1294 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-ht.lo `test -f 'ht.c' || echo '$(srcdir)/'`ht.c
   1295 
   1296 libisc_la-httpd.lo: httpd.c
   1297 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-httpd.lo -MD -MP -MF $(DEPDIR)/libisc_la-httpd.Tpo -c -o libisc_la-httpd.lo `test -f 'httpd.c' || echo '$(srcdir)/'`httpd.c
   1298 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-httpd.Tpo $(DEPDIR)/libisc_la-httpd.Plo
   1299 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='httpd.c' object='libisc_la-httpd.lo' libtool=yes @AMDEPBACKSLASH@
   1300 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1301 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-httpd.lo `test -f 'httpd.c' || echo '$(srcdir)/'`httpd.c
   1302 
   1303 libisc_la-interfaceiter.lo: interfaceiter.c
   1304 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-interfaceiter.lo -MD -MP -MF $(DEPDIR)/libisc_la-interfaceiter.Tpo -c -o libisc_la-interfaceiter.lo `test -f 'interfaceiter.c' || echo '$(srcdir)/'`interfaceiter.c
   1305 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-interfaceiter.Tpo $(DEPDIR)/libisc_la-interfaceiter.Plo
   1306 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='interfaceiter.c' object='libisc_la-interfaceiter.lo' libtool=yes @AMDEPBACKSLASH@
   1307 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1308 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-interfaceiter.lo `test -f 'interfaceiter.c' || echo '$(srcdir)/'`interfaceiter.c
   1309 
   1310 libisc_la-iterated_hash.lo: iterated_hash.c
   1311 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-iterated_hash.lo -MD -MP -MF $(DEPDIR)/libisc_la-iterated_hash.Tpo -c -o libisc_la-iterated_hash.lo `test -f 'iterated_hash.c' || echo '$(srcdir)/'`iterated_hash.c
   1312 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-iterated_hash.Tpo $(DEPDIR)/libisc_la-iterated_hash.Plo
   1313 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='iterated_hash.c' object='libisc_la-iterated_hash.lo' libtool=yes @AMDEPBACKSLASH@
   1314 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1315 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-iterated_hash.lo `test -f 'iterated_hash.c' || echo '$(srcdir)/'`iterated_hash.c
   1316 
   1317 libisc_la-job.lo: job.c
   1318 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-job.lo -MD -MP -MF $(DEPDIR)/libisc_la-job.Tpo -c -o libisc_la-job.lo `test -f 'job.c' || echo '$(srcdir)/'`job.c
   1319 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-job.Tpo $(DEPDIR)/libisc_la-job.Plo
   1320 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='job.c' object='libisc_la-job.lo' libtool=yes @AMDEPBACKSLASH@
   1321 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1322 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-job.lo `test -f 'job.c' || echo '$(srcdir)/'`job.c
   1323 
   1324 libisc_la-lex.lo: lex.c
   1325 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-lex.lo -MD -MP -MF $(DEPDIR)/libisc_la-lex.Tpo -c -o libisc_la-lex.lo `test -f 'lex.c' || echo '$(srcdir)/'`lex.c
   1326 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-lex.Tpo $(DEPDIR)/libisc_la-lex.Plo
   1327 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='lex.c' object='libisc_la-lex.lo' libtool=yes @AMDEPBACKSLASH@
   1328 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1329 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-lex.lo `test -f 'lex.c' || echo '$(srcdir)/'`lex.c
   1330 
   1331 libisc_la-lib.lo: lib.c
   1332 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-lib.lo -MD -MP -MF $(DEPDIR)/libisc_la-lib.Tpo -c -o libisc_la-lib.lo `test -f 'lib.c' || echo '$(srcdir)/'`lib.c
   1333 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-lib.Tpo $(DEPDIR)/libisc_la-lib.Plo
   1334 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='lib.c' object='libisc_la-lib.lo' libtool=yes @AMDEPBACKSLASH@
   1335 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1336 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-lib.lo `test -f 'lib.c' || echo '$(srcdir)/'`lib.c
   1337 
   1338 libisc_la-log.lo: log.c
   1339 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-log.lo -MD -MP -MF $(DEPDIR)/libisc_la-log.Tpo -c -o libisc_la-log.lo `test -f 'log.c' || echo '$(srcdir)/'`log.c
   1340 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-log.Tpo $(DEPDIR)/libisc_la-log.Plo
   1341 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='log.c' object='libisc_la-log.lo' libtool=yes @AMDEPBACKSLASH@
   1342 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1343 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-log.lo `test -f 'log.c' || echo '$(srcdir)/'`log.c
   1344 
   1345 libisc_la-loop.lo: loop.c
   1346 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-loop.lo -MD -MP -MF $(DEPDIR)/libisc_la-loop.Tpo -c -o libisc_la-loop.lo `test -f 'loop.c' || echo '$(srcdir)/'`loop.c
   1347 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-loop.Tpo $(DEPDIR)/libisc_la-loop.Plo
   1348 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='loop.c' object='libisc_la-loop.lo' libtool=yes @AMDEPBACKSLASH@
   1349 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1350 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-loop.lo `test -f 'loop.c' || echo '$(srcdir)/'`loop.c
   1351 
   1352 libisc_la-managers.lo: managers.c
   1353 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-managers.lo -MD -MP -MF $(DEPDIR)/libisc_la-managers.Tpo -c -o libisc_la-managers.lo `test -f 'managers.c' || echo '$(srcdir)/'`managers.c
   1354 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-managers.Tpo $(DEPDIR)/libisc_la-managers.Plo
   1355 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='managers.c' object='libisc_la-managers.lo' libtool=yes @AMDEPBACKSLASH@
   1356 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1357 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-managers.lo `test -f 'managers.c' || echo '$(srcdir)/'`managers.c
   1358 
   1359 libisc_la-md.lo: md.c
   1360 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-md.lo -MD -MP -MF $(DEPDIR)/libisc_la-md.Tpo -c -o libisc_la-md.lo `test -f 'md.c' || echo '$(srcdir)/'`md.c
   1361 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-md.Tpo $(DEPDIR)/libisc_la-md.Plo
   1362 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='md.c' object='libisc_la-md.lo' libtool=yes @AMDEPBACKSLASH@
   1363 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1364 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-md.lo `test -f 'md.c' || echo '$(srcdir)/'`md.c
   1365 
   1366 libisc_la-mem.lo: mem.c
   1367 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-mem.lo -MD -MP -MF $(DEPDIR)/libisc_la-mem.Tpo -c -o libisc_la-mem.lo `test -f 'mem.c' || echo '$(srcdir)/'`mem.c
   1368 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-mem.Tpo $(DEPDIR)/libisc_la-mem.Plo
   1369 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mem.c' object='libisc_la-mem.lo' libtool=yes @AMDEPBACKSLASH@
   1370 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1371 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-mem.lo `test -f 'mem.c' || echo '$(srcdir)/'`mem.c
   1372 
   1373 libisc_la-meminfo.lo: meminfo.c
   1374 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-meminfo.lo -MD -MP -MF $(DEPDIR)/libisc_la-meminfo.Tpo -c -o libisc_la-meminfo.lo `test -f 'meminfo.c' || echo '$(srcdir)/'`meminfo.c
   1375 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-meminfo.Tpo $(DEPDIR)/libisc_la-meminfo.Plo
   1376 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='meminfo.c' object='libisc_la-meminfo.lo' libtool=yes @AMDEPBACKSLASH@
   1377 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1378 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-meminfo.lo `test -f 'meminfo.c' || echo '$(srcdir)/'`meminfo.c
   1379 
   1380 libisc_la-mutex.lo: mutex.c
   1381 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-mutex.lo -MD -MP -MF $(DEPDIR)/libisc_la-mutex.Tpo -c -o libisc_la-mutex.lo `test -f 'mutex.c' || echo '$(srcdir)/'`mutex.c
   1382 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-mutex.Tpo $(DEPDIR)/libisc_la-mutex.Plo
   1383 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mutex.c' object='libisc_la-mutex.lo' libtool=yes @AMDEPBACKSLASH@
   1384 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1385 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-mutex.lo `test -f 'mutex.c' || echo '$(srcdir)/'`mutex.c
   1386 
   1387 libisc_la-mutexblock.lo: mutexblock.c
   1388 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-mutexblock.lo -MD -MP -MF $(DEPDIR)/libisc_la-mutexblock.Tpo -c -o libisc_la-mutexblock.lo `test -f 'mutexblock.c' || echo '$(srcdir)/'`mutexblock.c
   1389 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-mutexblock.Tpo $(DEPDIR)/libisc_la-mutexblock.Plo
   1390 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mutexblock.c' object='libisc_la-mutexblock.lo' libtool=yes @AMDEPBACKSLASH@
   1391 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1392 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-mutexblock.lo `test -f 'mutexblock.c' || echo '$(srcdir)/'`mutexblock.c
   1393 
   1394 libisc_la-net.lo: net.c
   1395 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-net.lo -MD -MP -MF $(DEPDIR)/libisc_la-net.Tpo -c -o libisc_la-net.lo `test -f 'net.c' || echo '$(srcdir)/'`net.c
   1396 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-net.Tpo $(DEPDIR)/libisc_la-net.Plo
   1397 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='net.c' object='libisc_la-net.lo' libtool=yes @AMDEPBACKSLASH@
   1398 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1399 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-net.lo `test -f 'net.c' || echo '$(srcdir)/'`net.c
   1400 
   1401 libisc_la-netaddr.lo: netaddr.c
   1402 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-netaddr.lo -MD -MP -MF $(DEPDIR)/libisc_la-netaddr.Tpo -c -o libisc_la-netaddr.lo `test -f 'netaddr.c' || echo '$(srcdir)/'`netaddr.c
   1403 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-netaddr.Tpo $(DEPDIR)/libisc_la-netaddr.Plo
   1404 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='netaddr.c' object='libisc_la-netaddr.lo' libtool=yes @AMDEPBACKSLASH@
   1405 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1406 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-netaddr.lo `test -f 'netaddr.c' || echo '$(srcdir)/'`netaddr.c
   1407 
   1408 libisc_la-netscope.lo: netscope.c
   1409 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-netscope.lo -MD -MP -MF $(DEPDIR)/libisc_la-netscope.Tpo -c -o libisc_la-netscope.lo `test -f 'netscope.c' || echo '$(srcdir)/'`netscope.c
   1410 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-netscope.Tpo $(DEPDIR)/libisc_la-netscope.Plo
   1411 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='netscope.c' object='libisc_la-netscope.lo' libtool=yes @AMDEPBACKSLASH@
   1412 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1413 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-netscope.lo `test -f 'netscope.c' || echo '$(srcdir)/'`netscope.c
   1414 
   1415 libisc_la-openssl_shim.lo: openssl_shim.c
   1416 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-openssl_shim.lo -MD -MP -MF $(DEPDIR)/libisc_la-openssl_shim.Tpo -c -o libisc_la-openssl_shim.lo `test -f 'openssl_shim.c' || echo '$(srcdir)/'`openssl_shim.c
   1417 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-openssl_shim.Tpo $(DEPDIR)/libisc_la-openssl_shim.Plo
   1418 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='openssl_shim.c' object='libisc_la-openssl_shim.lo' libtool=yes @AMDEPBACKSLASH@
   1419 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1420 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-openssl_shim.lo `test -f 'openssl_shim.c' || echo '$(srcdir)/'`openssl_shim.c
   1421 
   1422 libisc_la-os.lo: os.c
   1423 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-os.lo -MD -MP -MF $(DEPDIR)/libisc_la-os.Tpo -c -o libisc_la-os.lo `test -f 'os.c' || echo '$(srcdir)/'`os.c
   1424 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-os.Tpo $(DEPDIR)/libisc_la-os.Plo
   1425 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='os.c' object='libisc_la-os.lo' libtool=yes @AMDEPBACKSLASH@
   1426 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1427 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-os.lo `test -f 'os.c' || echo '$(srcdir)/'`os.c
   1428 
   1429 libisc_la-parseint.lo: parseint.c
   1430 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-parseint.lo -MD -MP -MF $(DEPDIR)/libisc_la-parseint.Tpo -c -o libisc_la-parseint.lo `test -f 'parseint.c' || echo '$(srcdir)/'`parseint.c
   1431 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-parseint.Tpo $(DEPDIR)/libisc_la-parseint.Plo
   1432 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='parseint.c' object='libisc_la-parseint.lo' libtool=yes @AMDEPBACKSLASH@
   1433 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1434 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-parseint.lo `test -f 'parseint.c' || echo '$(srcdir)/'`parseint.c
   1435 
   1436 libisc_la-picohttpparser.lo: picohttpparser.c
   1437 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-picohttpparser.lo -MD -MP -MF $(DEPDIR)/libisc_la-picohttpparser.Tpo -c -o libisc_la-picohttpparser.lo `test -f 'picohttpparser.c' || echo '$(srcdir)/'`picohttpparser.c
   1438 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-picohttpparser.Tpo $(DEPDIR)/libisc_la-picohttpparser.Plo
   1439 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='picohttpparser.c' object='libisc_la-picohttpparser.lo' libtool=yes @AMDEPBACKSLASH@
   1440 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1441 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-picohttpparser.lo `test -f 'picohttpparser.c' || echo '$(srcdir)/'`picohttpparser.c
   1442 
   1443 libisc_la-portset.lo: portset.c
   1444 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-portset.lo -MD -MP -MF $(DEPDIR)/libisc_la-portset.Tpo -c -o libisc_la-portset.lo `test -f 'portset.c' || echo '$(srcdir)/'`portset.c
   1445 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-portset.Tpo $(DEPDIR)/libisc_la-portset.Plo
   1446 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='portset.c' object='libisc_la-portset.lo' libtool=yes @AMDEPBACKSLASH@
   1447 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1448 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-portset.lo `test -f 'portset.c' || echo '$(srcdir)/'`portset.c
   1449 
   1450 libisc_la-proxy2.lo: proxy2.c
   1451 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-proxy2.lo -MD -MP -MF $(DEPDIR)/libisc_la-proxy2.Tpo -c -o libisc_la-proxy2.lo `test -f 'proxy2.c' || echo '$(srcdir)/'`proxy2.c
   1452 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-proxy2.Tpo $(DEPDIR)/libisc_la-proxy2.Plo
   1453 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='proxy2.c' object='libisc_la-proxy2.lo' libtool=yes @AMDEPBACKSLASH@
   1454 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1455 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-proxy2.lo `test -f 'proxy2.c' || echo '$(srcdir)/'`proxy2.c
   1456 
   1457 libisc_la-quota.lo: quota.c
   1458 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-quota.lo -MD -MP -MF $(DEPDIR)/libisc_la-quota.Tpo -c -o libisc_la-quota.lo `test -f 'quota.c' || echo '$(srcdir)/'`quota.c
   1459 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-quota.Tpo $(DEPDIR)/libisc_la-quota.Plo
   1460 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='quota.c' object='libisc_la-quota.lo' libtool=yes @AMDEPBACKSLASH@
   1461 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1462 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-quota.lo `test -f 'quota.c' || echo '$(srcdir)/'`quota.c
   1463 
   1464 libisc_la-radix.lo: radix.c
   1465 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-radix.lo -MD -MP -MF $(DEPDIR)/libisc_la-radix.Tpo -c -o libisc_la-radix.lo `test -f 'radix.c' || echo '$(srcdir)/'`radix.c
   1466 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-radix.Tpo $(DEPDIR)/libisc_la-radix.Plo
   1467 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='radix.c' object='libisc_la-radix.lo' libtool=yes @AMDEPBACKSLASH@
   1468 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1469 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-radix.lo `test -f 'radix.c' || echo '$(srcdir)/'`radix.c
   1470 
   1471 libisc_la-random.lo: random.c
   1472 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-random.lo -MD -MP -MF $(DEPDIR)/libisc_la-random.Tpo -c -o libisc_la-random.lo `test -f 'random.c' || echo '$(srcdir)/'`random.c
   1473 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-random.Tpo $(DEPDIR)/libisc_la-random.Plo
   1474 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='random.c' object='libisc_la-random.lo' libtool=yes @AMDEPBACKSLASH@
   1475 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1476 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-random.lo `test -f 'random.c' || echo '$(srcdir)/'`random.c
   1477 
   1478 libisc_la-ratelimiter.lo: ratelimiter.c
   1479 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-ratelimiter.lo -MD -MP -MF $(DEPDIR)/libisc_la-ratelimiter.Tpo -c -o libisc_la-ratelimiter.lo `test -f 'ratelimiter.c' || echo '$(srcdir)/'`ratelimiter.c
   1480 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-ratelimiter.Tpo $(DEPDIR)/libisc_la-ratelimiter.Plo
   1481 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ratelimiter.c' object='libisc_la-ratelimiter.lo' libtool=yes @AMDEPBACKSLASH@
   1482 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1483 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-ratelimiter.lo `test -f 'ratelimiter.c' || echo '$(srcdir)/'`ratelimiter.c
   1484 
   1485 libisc_la-regex.lo: regex.c
   1486 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-regex.lo -MD -MP -MF $(DEPDIR)/libisc_la-regex.Tpo -c -o libisc_la-regex.lo `test -f 'regex.c' || echo '$(srcdir)/'`regex.c
   1487 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-regex.Tpo $(DEPDIR)/libisc_la-regex.Plo
   1488 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='regex.c' object='libisc_la-regex.lo' libtool=yes @AMDEPBACKSLASH@
   1489 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1490 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-regex.lo `test -f 'regex.c' || echo '$(srcdir)/'`regex.c
   1491 
   1492 libisc_la-region.lo: region.c
   1493 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-region.lo -MD -MP -MF $(DEPDIR)/libisc_la-region.Tpo -c -o libisc_la-region.lo `test -f 'region.c' || echo '$(srcdir)/'`region.c
   1494 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-region.Tpo $(DEPDIR)/libisc_la-region.Plo
   1495 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='region.c' object='libisc_la-region.lo' libtool=yes @AMDEPBACKSLASH@
   1496 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1497 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-region.lo `test -f 'region.c' || echo '$(srcdir)/'`region.c
   1498 
   1499 libisc_la-result.lo: result.c
   1500 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-result.lo -MD -MP -MF $(DEPDIR)/libisc_la-result.Tpo -c -o libisc_la-result.lo `test -f 'result.c' || echo '$(srcdir)/'`result.c
   1501 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-result.Tpo $(DEPDIR)/libisc_la-result.Plo
   1502 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='result.c' object='libisc_la-result.lo' libtool=yes @AMDEPBACKSLASH@
   1503 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1504 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-result.lo `test -f 'result.c' || echo '$(srcdir)/'`result.c
   1505 
   1506 libisc_la-safe.lo: safe.c
   1507 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-safe.lo -MD -MP -MF $(DEPDIR)/libisc_la-safe.Tpo -c -o libisc_la-safe.lo `test -f 'safe.c' || echo '$(srcdir)/'`safe.c
   1508 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-safe.Tpo $(DEPDIR)/libisc_la-safe.Plo
   1509 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='safe.c' object='libisc_la-safe.lo' libtool=yes @AMDEPBACKSLASH@
   1510 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1511 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-safe.lo `test -f 'safe.c' || echo '$(srcdir)/'`safe.c
   1512 
   1513 libisc_la-serial.lo: serial.c
   1514 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-serial.lo -MD -MP -MF $(DEPDIR)/libisc_la-serial.Tpo -c -o libisc_la-serial.lo `test -f 'serial.c' || echo '$(srcdir)/'`serial.c
   1515 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-serial.Tpo $(DEPDIR)/libisc_la-serial.Plo
   1516 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='serial.c' object='libisc_la-serial.lo' libtool=yes @AMDEPBACKSLASH@
   1517 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1518 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-serial.lo `test -f 'serial.c' || echo '$(srcdir)/'`serial.c
   1519 
   1520 libisc_la-signal.lo: signal.c
   1521 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-signal.lo -MD -MP -MF $(DEPDIR)/libisc_la-signal.Tpo -c -o libisc_la-signal.lo `test -f 'signal.c' || echo '$(srcdir)/'`signal.c
   1522 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-signal.Tpo $(DEPDIR)/libisc_la-signal.Plo
   1523 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='signal.c' object='libisc_la-signal.lo' libtool=yes @AMDEPBACKSLASH@
   1524 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1525 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-signal.lo `test -f 'signal.c' || echo '$(srcdir)/'`signal.c
   1526 
   1527 libisc_la-sockaddr.lo: sockaddr.c
   1528 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-sockaddr.lo -MD -MP -MF $(DEPDIR)/libisc_la-sockaddr.Tpo -c -o libisc_la-sockaddr.lo `test -f 'sockaddr.c' || echo '$(srcdir)/'`sockaddr.c
   1529 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-sockaddr.Tpo $(DEPDIR)/libisc_la-sockaddr.Plo
   1530 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sockaddr.c' object='libisc_la-sockaddr.lo' libtool=yes @AMDEPBACKSLASH@
   1531 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1532 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-sockaddr.lo `test -f 'sockaddr.c' || echo '$(srcdir)/'`sockaddr.c
   1533 
   1534 libisc_la-stats.lo: stats.c
   1535 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-stats.lo -MD -MP -MF $(DEPDIR)/libisc_la-stats.Tpo -c -o libisc_la-stats.lo `test -f 'stats.c' || echo '$(srcdir)/'`stats.c
   1536 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-stats.Tpo $(DEPDIR)/libisc_la-stats.Plo
   1537 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='stats.c' object='libisc_la-stats.lo' libtool=yes @AMDEPBACKSLASH@
   1538 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1539 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-stats.lo `test -f 'stats.c' || echo '$(srcdir)/'`stats.c
   1540 
   1541 libisc_la-stdio.lo: stdio.c
   1542 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-stdio.lo -MD -MP -MF $(DEPDIR)/libisc_la-stdio.Tpo -c -o libisc_la-stdio.lo `test -f 'stdio.c' || echo '$(srcdir)/'`stdio.c
   1543 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-stdio.Tpo $(DEPDIR)/libisc_la-stdio.Plo
   1544 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='stdio.c' object='libisc_la-stdio.lo' libtool=yes @AMDEPBACKSLASH@
   1545 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1546 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-stdio.lo `test -f 'stdio.c' || echo '$(srcdir)/'`stdio.c
   1547 
   1548 libisc_la-stdtime.lo: stdtime.c
   1549 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-stdtime.lo -MD -MP -MF $(DEPDIR)/libisc_la-stdtime.Tpo -c -o libisc_la-stdtime.lo `test -f 'stdtime.c' || echo '$(srcdir)/'`stdtime.c
   1550 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-stdtime.Tpo $(DEPDIR)/libisc_la-stdtime.Plo
   1551 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='stdtime.c' object='libisc_la-stdtime.lo' libtool=yes @AMDEPBACKSLASH@
   1552 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1553 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-stdtime.lo `test -f 'stdtime.c' || echo '$(srcdir)/'`stdtime.c
   1554 
   1555 libisc_la-string.lo: string.c
   1556 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-string.lo -MD -MP -MF $(DEPDIR)/libisc_la-string.Tpo -c -o libisc_la-string.lo `test -f 'string.c' || echo '$(srcdir)/'`string.c
   1557 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-string.Tpo $(DEPDIR)/libisc_la-string.Plo
   1558 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='string.c' object='libisc_la-string.lo' libtool=yes @AMDEPBACKSLASH@
   1559 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1560 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-string.lo `test -f 'string.c' || echo '$(srcdir)/'`string.c
   1561 
   1562 libisc_la-symtab.lo: symtab.c
   1563 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-symtab.lo -MD -MP -MF $(DEPDIR)/libisc_la-symtab.Tpo -c -o libisc_la-symtab.lo `test -f 'symtab.c' || echo '$(srcdir)/'`symtab.c
   1564 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-symtab.Tpo $(DEPDIR)/libisc_la-symtab.Plo
   1565 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='symtab.c' object='libisc_la-symtab.lo' libtool=yes @AMDEPBACKSLASH@
   1566 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1567 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-symtab.lo `test -f 'symtab.c' || echo '$(srcdir)/'`symtab.c
   1568 
   1569 libisc_la-syslog.lo: syslog.c
   1570 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-syslog.lo -MD -MP -MF $(DEPDIR)/libisc_la-syslog.Tpo -c -o libisc_la-syslog.lo `test -f 'syslog.c' || echo '$(srcdir)/'`syslog.c
   1571 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-syslog.Tpo $(DEPDIR)/libisc_la-syslog.Plo
   1572 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='syslog.c' object='libisc_la-syslog.lo' libtool=yes @AMDEPBACKSLASH@
   1573 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1574 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-syslog.lo `test -f 'syslog.c' || echo '$(srcdir)/'`syslog.c
   1575 
   1576 libisc_la-thread.lo: thread.c
   1577 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-thread.lo -MD -MP -MF $(DEPDIR)/libisc_la-thread.Tpo -c -o libisc_la-thread.lo `test -f 'thread.c' || echo '$(srcdir)/'`thread.c
   1578 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-thread.Tpo $(DEPDIR)/libisc_la-thread.Plo
   1579 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='thread.c' object='libisc_la-thread.lo' libtool=yes @AMDEPBACKSLASH@
   1580 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1581 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-thread.lo `test -f 'thread.c' || echo '$(srcdir)/'`thread.c
   1582 
   1583 libisc_la-tid.lo: tid.c
   1584 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-tid.lo -MD -MP -MF $(DEPDIR)/libisc_la-tid.Tpo -c -o libisc_la-tid.lo `test -f 'tid.c' || echo '$(srcdir)/'`tid.c
   1585 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-tid.Tpo $(DEPDIR)/libisc_la-tid.Plo
   1586 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tid.c' object='libisc_la-tid.lo' libtool=yes @AMDEPBACKSLASH@
   1587 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1588 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-tid.lo `test -f 'tid.c' || echo '$(srcdir)/'`tid.c
   1589 
   1590 libisc_la-time.lo: time.c
   1591 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-time.lo -MD -MP -MF $(DEPDIR)/libisc_la-time.Tpo -c -o libisc_la-time.lo `test -f 'time.c' || echo '$(srcdir)/'`time.c
   1592 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-time.Tpo $(DEPDIR)/libisc_la-time.Plo
   1593 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='time.c' object='libisc_la-time.lo' libtool=yes @AMDEPBACKSLASH@
   1594 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1595 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-time.lo `test -f 'time.c' || echo '$(srcdir)/'`time.c
   1596 
   1597 libisc_la-timer.lo: timer.c
   1598 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-timer.lo -MD -MP -MF $(DEPDIR)/libisc_la-timer.Tpo -c -o libisc_la-timer.lo `test -f 'timer.c' || echo '$(srcdir)/'`timer.c
   1599 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-timer.Tpo $(DEPDIR)/libisc_la-timer.Plo
   1600 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='timer.c' object='libisc_la-timer.lo' libtool=yes @AMDEPBACKSLASH@
   1601 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1602 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-timer.lo `test -f 'timer.c' || echo '$(srcdir)/'`timer.c
   1603 
   1604 libisc_la-tls.lo: tls.c
   1605 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-tls.lo -MD -MP -MF $(DEPDIR)/libisc_la-tls.Tpo -c -o libisc_la-tls.lo `test -f 'tls.c' || echo '$(srcdir)/'`tls.c
   1606 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-tls.Tpo $(DEPDIR)/libisc_la-tls.Plo
   1607 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tls.c' object='libisc_la-tls.lo' libtool=yes @AMDEPBACKSLASH@
   1608 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1609 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-tls.lo `test -f 'tls.c' || echo '$(srcdir)/'`tls.c
   1610 
   1611 libisc_la-tm.lo: tm.c
   1612 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-tm.lo -MD -MP -MF $(DEPDIR)/libisc_la-tm.Tpo -c -o libisc_la-tm.lo `test -f 'tm.c' || echo '$(srcdir)/'`tm.c
   1613 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-tm.Tpo $(DEPDIR)/libisc_la-tm.Plo
   1614 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tm.c' object='libisc_la-tm.lo' libtool=yes @AMDEPBACKSLASH@
   1615 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1616 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-tm.lo `test -f 'tm.c' || echo '$(srcdir)/'`tm.c
   1617 
   1618 libisc_la-url.lo: url.c
   1619 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-url.lo -MD -MP -MF $(DEPDIR)/libisc_la-url.Tpo -c -o libisc_la-url.lo `test -f 'url.c' || echo '$(srcdir)/'`url.c
   1620 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-url.Tpo $(DEPDIR)/libisc_la-url.Plo
   1621 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='url.c' object='libisc_la-url.lo' libtool=yes @AMDEPBACKSLASH@
   1622 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1623 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-url.lo `test -f 'url.c' || echo '$(srcdir)/'`url.c
   1624 
   1625 libisc_la-utf8.lo: utf8.c
   1626 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-utf8.lo -MD -MP -MF $(DEPDIR)/libisc_la-utf8.Tpo -c -o libisc_la-utf8.lo `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
   1627 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-utf8.Tpo $(DEPDIR)/libisc_la-utf8.Plo
   1628 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='utf8.c' object='libisc_la-utf8.lo' libtool=yes @AMDEPBACKSLASH@
   1629 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1630 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-utf8.lo `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
   1631 
   1632 libisc_la-uv.lo: uv.c
   1633 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-uv.lo -MD -MP -MF $(DEPDIR)/libisc_la-uv.Tpo -c -o libisc_la-uv.lo `test -f 'uv.c' || echo '$(srcdir)/'`uv.c
   1634 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-uv.Tpo $(DEPDIR)/libisc_la-uv.Plo
   1635 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='uv.c' object='libisc_la-uv.lo' libtool=yes @AMDEPBACKSLASH@
   1636 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1637 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-uv.lo `test -f 'uv.c' || echo '$(srcdir)/'`uv.c
   1638 
   1639 libisc_la-xml.lo: xml.c
   1640 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-xml.lo -MD -MP -MF $(DEPDIR)/libisc_la-xml.Tpo -c -o libisc_la-xml.lo `test -f 'xml.c' || echo '$(srcdir)/'`xml.c
   1641 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-xml.Tpo $(DEPDIR)/libisc_la-xml.Plo
   1642 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='xml.c' object='libisc_la-xml.lo' libtool=yes @AMDEPBACKSLASH@
   1643 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1644 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-xml.lo `test -f 'xml.c' || echo '$(srcdir)/'`xml.c
   1645 
   1646 libisc_la-work.lo: work.c
   1647 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-work.lo -MD -MP -MF $(DEPDIR)/libisc_la-work.Tpo -c -o libisc_la-work.lo `test -f 'work.c' || echo '$(srcdir)/'`work.c
   1648 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-work.Tpo $(DEPDIR)/libisc_la-work.Plo
   1649 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='work.c' object='libisc_la-work.lo' libtool=yes @AMDEPBACKSLASH@
   1650 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1651 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-work.lo `test -f 'work.c' || echo '$(srcdir)/'`work.c
   1652 
   1653 libisc_la-rwlock.lo: rwlock.c
   1654 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-rwlock.lo -MD -MP -MF $(DEPDIR)/libisc_la-rwlock.Tpo -c -o libisc_la-rwlock.lo `test -f 'rwlock.c' || echo '$(srcdir)/'`rwlock.c
   1655 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libisc_la-rwlock.Tpo $(DEPDIR)/libisc_la-rwlock.Plo
   1656 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='rwlock.c' object='libisc_la-rwlock.lo' libtool=yes @AMDEPBACKSLASH@
   1657 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1658 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libisc_la-rwlock.lo `test -f 'rwlock.c' || echo '$(srcdir)/'`rwlock.c
   1659 
   1660 netmgr/libisc_la-http.lo: netmgr/http.c
   1661 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT netmgr/libisc_la-http.lo -MD -MP -MF netmgr/$(DEPDIR)/libisc_la-http.Tpo -c -o netmgr/libisc_la-http.lo `test -f 'netmgr/http.c' || echo '$(srcdir)/'`netmgr/http.c
   1662 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) netmgr/$(DEPDIR)/libisc_la-http.Tpo netmgr/$(DEPDIR)/libisc_la-http.Plo
   1663 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='netmgr/http.c' object='netmgr/libisc_la-http.lo' libtool=yes @AMDEPBACKSLASH@
   1664 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1665 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o netmgr/libisc_la-http.lo `test -f 'netmgr/http.c' || echo '$(srcdir)/'`netmgr/http.c
   1666 
   1667 mostlyclean-libtool:
   1668 	-rm -f *.lo
   1669 
   1670 clean-libtool:
   1671 	-rm -rf .libs _libs
   1672 	-rm -rf netmgr/.libs netmgr/_libs
   1673 install-libisc_laHEADERS: $(libisc_la_HEADERS)
   1674 	@$(NORMAL_INSTALL)
   1675 	@list='$(libisc_la_HEADERS)'; test -n "$(libisc_ladir)" || list=; \
   1676 	if test -n "$$list"; then \
   1677 	  echo " $(MKDIR_P) '$(DESTDIR)$(libisc_ladir)'"; \
   1678 	  $(MKDIR_P) "$(DESTDIR)$(libisc_ladir)" || exit 1; \
   1679 	fi; \
   1680 	for p in $$list; do \
   1681 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
   1682 	  echo "$$d$$p"; \
   1683 	done | $(am__base_list) | \
   1684 	while read files; do \
   1685 	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libisc_ladir)'"; \
   1686 	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libisc_ladir)" || exit $$?; \
   1687 	done
   1688 
   1689 uninstall-libisc_laHEADERS:
   1690 	@$(NORMAL_UNINSTALL)
   1691 	@list='$(libisc_la_HEADERS)'; test -n "$(libisc_ladir)" || list=; \
   1692 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
   1693 	dir='$(DESTDIR)$(libisc_ladir)'; $(am__uninstall_files_from_dir)
   1694 test-local: 
   1695 unit-local: 
   1696 doc-local: 
   1697 
   1698 ID: $(am__tagged_files)
   1699 	$(am__define_uniq_tagged_files); mkid -fID $$unique
   1700 tags: tags-am
   1701 TAGS: tags
   1702 
   1703 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   1704 	set x; \
   1705 	here=`pwd`; \
   1706 	$(am__define_uniq_tagged_files); \
   1707 	shift; \
   1708 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
   1709 	  test -n "$$unique" || unique=$$empty_fix; \
   1710 	  if test $$# -gt 0; then \
   1711 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1712 	      "$$@" $$unique; \
   1713 	  else \
   1714 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1715 	      $$unique; \
   1716 	  fi; \
   1717 	fi
   1718 ctags: ctags-am
   1719 
   1720 CTAGS: ctags
   1721 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   1722 	$(am__define_uniq_tagged_files); \
   1723 	test -z "$(CTAGS_ARGS)$$unique" \
   1724 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   1725 	     $$unique
   1726 
   1727 GTAGS:
   1728 	here=`$(am__cd) $(top_builddir) && pwd` \
   1729 	  && $(am__cd) $(top_srcdir) \
   1730 	  && gtags -i $(GTAGS_ARGS) "$$here"
   1731 cscopelist: cscopelist-am
   1732 
   1733 cscopelist-am: $(am__tagged_files)
   1734 	list='$(am__tagged_files)'; \
   1735 	case "$(srcdir)" in \
   1736 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
   1737 	  *) sdir=$(subdir)/$(srcdir) ;; \
   1738 	esac; \
   1739 	for i in $$list; do \
   1740 	  if test -f "$$i"; then \
   1741 	    echo "$(subdir)/$$i"; \
   1742 	  else \
   1743 	    echo "$$sdir/$$i"; \
   1744 	  fi; \
   1745 	done >> $(top_builddir)/cscope.files
   1746 
   1747 distclean-tags:
   1748 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   1749 distdir: $(BUILT_SOURCES)
   1750 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
   1751 
   1752 distdir-am: $(DISTFILES)
   1753 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   1754 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   1755 	list='$(DISTFILES)'; \
   1756 	  dist_files=`for file in $$list; do echo $$file; done | \
   1757 	  sed -e "s|^$$srcdirstrip/||;t" \
   1758 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
   1759 	case $$dist_files in \
   1760 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
   1761 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
   1762 			   sort -u` ;; \
   1763 	esac; \
   1764 	for file in $$dist_files; do \
   1765 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   1766 	  if test -d $$d/$$file; then \
   1767 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
   1768 	    if test -d "$(distdir)/$$file"; then \
   1769 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   1770 	    fi; \
   1771 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   1772 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
   1773 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   1774 	    fi; \
   1775 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
   1776 	  else \
   1777 	    test -f "$(distdir)/$$file" \
   1778 	    || cp -p $$d/$$file "$(distdir)/$$file" \
   1779 	    || exit 1; \
   1780 	  fi; \
   1781 	done
   1782 check-am: all-am
   1783 check: $(BUILT_SOURCES)
   1784 	$(MAKE) $(AM_MAKEFLAGS) check-am
   1785 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
   1786 installdirs:
   1787 	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libisc_ladir)"; do \
   1788 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
   1789 	done
   1790 install: $(BUILT_SOURCES)
   1791 	$(MAKE) $(AM_MAKEFLAGS) install-am
   1792 install-exec: $(BUILT_SOURCES)
   1793 	$(MAKE) $(AM_MAKEFLAGS) install-exec-am
   1794 install-data: install-data-am
   1795 uninstall: uninstall-am
   1796 
   1797 install-am: all-am
   1798 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   1799 
   1800 installcheck: installcheck-am
   1801 install-strip:
   1802 	if test -z '$(STRIP)'; then \
   1803 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   1804 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   1805 	      install; \
   1806 	else \
   1807 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   1808 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   1809 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
   1810 	fi
   1811 mostlyclean-generic:
   1812 
   1813 clean-generic:
   1814 	-$(am__rm_f) $(CLEANFILES)
   1815 
   1816 distclean-generic:
   1817 	-$(am__rm_f) $(CONFIG_CLEAN_FILES)
   1818 	-test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
   1819 	-$(am__rm_f) netmgr/$(DEPDIR)/$(am__dirstamp)
   1820 	-$(am__rm_f) netmgr/$(am__dirstamp)
   1821 
   1822 maintainer-clean-generic:
   1823 	@echo "This command is intended for maintainers to use"
   1824 	@echo "it deletes files that may require special tools to rebuild."
   1825 	-$(am__rm_f) $(BUILT_SOURCES)
   1826 clean: clean-am
   1827 
   1828 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
   1829 	mostlyclean-am
   1830 
   1831 distclean: distclean-am
   1832 	-rm -f ./$(DEPDIR)/libisc_la-ascii.Plo
   1833 	-rm -f ./$(DEPDIR)/libisc_la-assertions.Plo
   1834 	-rm -f ./$(DEPDIR)/libisc_la-async.Plo
   1835 	-rm -f ./$(DEPDIR)/libisc_la-backtrace.Plo
   1836 	-rm -f ./$(DEPDIR)/libisc_la-base32.Plo
   1837 	-rm -f ./$(DEPDIR)/libisc_la-base64.Plo
   1838 	-rm -f ./$(DEPDIR)/libisc_la-commandline.Plo
   1839 	-rm -f ./$(DEPDIR)/libisc_la-condition.Plo
   1840 	-rm -f ./$(DEPDIR)/libisc_la-counter.Plo
   1841 	-rm -f ./$(DEPDIR)/libisc_la-crc64.Plo
   1842 	-rm -f ./$(DEPDIR)/libisc_la-dir.Plo
   1843 	-rm -f ./$(DEPDIR)/libisc_la-errno.Plo
   1844 	-rm -f ./$(DEPDIR)/libisc_la-errno2result.Plo
   1845 	-rm -f ./$(DEPDIR)/libisc_la-error.Plo
   1846 	-rm -f ./$(DEPDIR)/libisc_la-file.Plo
   1847 	-rm -f ./$(DEPDIR)/libisc_la-fips.Plo
   1848 	-rm -f ./$(DEPDIR)/libisc_la-getaddresses.Plo
   1849 	-rm -f ./$(DEPDIR)/libisc_la-hash.Plo
   1850 	-rm -f ./$(DEPDIR)/libisc_la-hashmap.Plo
   1851 	-rm -f ./$(DEPDIR)/libisc_la-heap.Plo
   1852 	-rm -f ./$(DEPDIR)/libisc_la-helper.Plo
   1853 	-rm -f ./$(DEPDIR)/libisc_la-hex.Plo
   1854 	-rm -f ./$(DEPDIR)/libisc_la-histo.Plo
   1855 	-rm -f ./$(DEPDIR)/libisc_la-hmac.Plo
   1856 	-rm -f ./$(DEPDIR)/libisc_la-ht.Plo
   1857 	-rm -f ./$(DEPDIR)/libisc_la-httpd.Plo
   1858 	-rm -f ./$(DEPDIR)/libisc_la-interfaceiter.Plo
   1859 	-rm -f ./$(DEPDIR)/libisc_la-iterated_hash.Plo
   1860 	-rm -f ./$(DEPDIR)/libisc_la-job.Plo
   1861 	-rm -f ./$(DEPDIR)/libisc_la-lex.Plo
   1862 	-rm -f ./$(DEPDIR)/libisc_la-lib.Plo
   1863 	-rm -f ./$(DEPDIR)/libisc_la-log.Plo
   1864 	-rm -f ./$(DEPDIR)/libisc_la-loop.Plo
   1865 	-rm -f ./$(DEPDIR)/libisc_la-managers.Plo
   1866 	-rm -f ./$(DEPDIR)/libisc_la-md.Plo
   1867 	-rm -f ./$(DEPDIR)/libisc_la-mem.Plo
   1868 	-rm -f ./$(DEPDIR)/libisc_la-meminfo.Plo
   1869 	-rm -f ./$(DEPDIR)/libisc_la-mutex.Plo
   1870 	-rm -f ./$(DEPDIR)/libisc_la-mutexblock.Plo
   1871 	-rm -f ./$(DEPDIR)/libisc_la-net.Plo
   1872 	-rm -f ./$(DEPDIR)/libisc_la-netaddr.Plo
   1873 	-rm -f ./$(DEPDIR)/libisc_la-netscope.Plo
   1874 	-rm -f ./$(DEPDIR)/libisc_la-openssl_shim.Plo
   1875 	-rm -f ./$(DEPDIR)/libisc_la-os.Plo
   1876 	-rm -f ./$(DEPDIR)/libisc_la-parseint.Plo
   1877 	-rm -f ./$(DEPDIR)/libisc_la-picohttpparser.Plo
   1878 	-rm -f ./$(DEPDIR)/libisc_la-portset.Plo
   1879 	-rm -f ./$(DEPDIR)/libisc_la-proxy2.Plo
   1880 	-rm -f ./$(DEPDIR)/libisc_la-quota.Plo
   1881 	-rm -f ./$(DEPDIR)/libisc_la-radix.Plo
   1882 	-rm -f ./$(DEPDIR)/libisc_la-random.Plo
   1883 	-rm -f ./$(DEPDIR)/libisc_la-ratelimiter.Plo
   1884 	-rm -f ./$(DEPDIR)/libisc_la-regex.Plo
   1885 	-rm -f ./$(DEPDIR)/libisc_la-region.Plo
   1886 	-rm -f ./$(DEPDIR)/libisc_la-result.Plo
   1887 	-rm -f ./$(DEPDIR)/libisc_la-rwlock.Plo
   1888 	-rm -f ./$(DEPDIR)/libisc_la-safe.Plo
   1889 	-rm -f ./$(DEPDIR)/libisc_la-serial.Plo
   1890 	-rm -f ./$(DEPDIR)/libisc_la-signal.Plo
   1891 	-rm -f ./$(DEPDIR)/libisc_la-sockaddr.Plo
   1892 	-rm -f ./$(DEPDIR)/libisc_la-stats.Plo
   1893 	-rm -f ./$(DEPDIR)/libisc_la-stdio.Plo
   1894 	-rm -f ./$(DEPDIR)/libisc_la-stdtime.Plo
   1895 	-rm -f ./$(DEPDIR)/libisc_la-string.Plo
   1896 	-rm -f ./$(DEPDIR)/libisc_la-symtab.Plo
   1897 	-rm -f ./$(DEPDIR)/libisc_la-syslog.Plo
   1898 	-rm -f ./$(DEPDIR)/libisc_la-thread.Plo
   1899 	-rm -f ./$(DEPDIR)/libisc_la-tid.Plo
   1900 	-rm -f ./$(DEPDIR)/libisc_la-time.Plo
   1901 	-rm -f ./$(DEPDIR)/libisc_la-timer.Plo
   1902 	-rm -f ./$(DEPDIR)/libisc_la-tls.Plo
   1903 	-rm -f ./$(DEPDIR)/libisc_la-tm.Plo
   1904 	-rm -f ./$(DEPDIR)/libisc_la-url.Plo
   1905 	-rm -f ./$(DEPDIR)/libisc_la-utf8.Plo
   1906 	-rm -f ./$(DEPDIR)/libisc_la-uv.Plo
   1907 	-rm -f ./$(DEPDIR)/libisc_la-work.Plo
   1908 	-rm -f ./$(DEPDIR)/libisc_la-xml.Plo
   1909 	-rm -f netmgr/$(DEPDIR)/libisc_la-http.Plo
   1910 	-rm -f netmgr/$(DEPDIR)/libisc_la-netmgr.Plo
   1911 	-rm -f netmgr/$(DEPDIR)/libisc_la-proxystream.Plo
   1912 	-rm -f netmgr/$(DEPDIR)/libisc_la-proxyudp.Plo
   1913 	-rm -f netmgr/$(DEPDIR)/libisc_la-socket.Plo
   1914 	-rm -f netmgr/$(DEPDIR)/libisc_la-streamdns.Plo
   1915 	-rm -f netmgr/$(DEPDIR)/libisc_la-tcp.Plo
   1916 	-rm -f netmgr/$(DEPDIR)/libisc_la-timer.Plo
   1917 	-rm -f netmgr/$(DEPDIR)/libisc_la-tlsstream.Plo
   1918 	-rm -f netmgr/$(DEPDIR)/libisc_la-udp.Plo
   1919 	-rm -f Makefile
   1920 distclean-am: clean-am distclean-compile distclean-generic \
   1921 	distclean-tags
   1922 
   1923 doc: doc-am
   1924 
   1925 doc-am: doc-local
   1926 
   1927 dvi: dvi-am
   1928 
   1929 dvi-am:
   1930 
   1931 html: html-am
   1932 
   1933 html-am:
   1934 
   1935 info: info-am
   1936 
   1937 info-am:
   1938 
   1939 install-data-am: install-libisc_laHEADERS
   1940 
   1941 install-dvi: install-dvi-am
   1942 
   1943 install-dvi-am:
   1944 
   1945 install-exec-am: install-libLTLIBRARIES
   1946 
   1947 install-html: install-html-am
   1948 
   1949 install-html-am:
   1950 
   1951 install-info: install-info-am
   1952 
   1953 install-info-am:
   1954 
   1955 install-man:
   1956 
   1957 install-pdf: install-pdf-am
   1958 
   1959 install-pdf-am:
   1960 
   1961 install-ps: install-ps-am
   1962 
   1963 install-ps-am:
   1964 
   1965 installcheck-am:
   1966 
   1967 maintainer-clean: maintainer-clean-am
   1968 	-rm -f ./$(DEPDIR)/libisc_la-ascii.Plo
   1969 	-rm -f ./$(DEPDIR)/libisc_la-assertions.Plo
   1970 	-rm -f ./$(DEPDIR)/libisc_la-async.Plo
   1971 	-rm -f ./$(DEPDIR)/libisc_la-backtrace.Plo
   1972 	-rm -f ./$(DEPDIR)/libisc_la-base32.Plo
   1973 	-rm -f ./$(DEPDIR)/libisc_la-base64.Plo
   1974 	-rm -f ./$(DEPDIR)/libisc_la-commandline.Plo
   1975 	-rm -f ./$(DEPDIR)/libisc_la-condition.Plo
   1976 	-rm -f ./$(DEPDIR)/libisc_la-counter.Plo
   1977 	-rm -f ./$(DEPDIR)/libisc_la-crc64.Plo
   1978 	-rm -f ./$(DEPDIR)/libisc_la-dir.Plo
   1979 	-rm -f ./$(DEPDIR)/libisc_la-errno.Plo
   1980 	-rm -f ./$(DEPDIR)/libisc_la-errno2result.Plo
   1981 	-rm -f ./$(DEPDIR)/libisc_la-error.Plo
   1982 	-rm -f ./$(DEPDIR)/libisc_la-file.Plo
   1983 	-rm -f ./$(DEPDIR)/libisc_la-fips.Plo
   1984 	-rm -f ./$(DEPDIR)/libisc_la-getaddresses.Plo
   1985 	-rm -f ./$(DEPDIR)/libisc_la-hash.Plo
   1986 	-rm -f ./$(DEPDIR)/libisc_la-hashmap.Plo
   1987 	-rm -f ./$(DEPDIR)/libisc_la-heap.Plo
   1988 	-rm -f ./$(DEPDIR)/libisc_la-helper.Plo
   1989 	-rm -f ./$(DEPDIR)/libisc_la-hex.Plo
   1990 	-rm -f ./$(DEPDIR)/libisc_la-histo.Plo
   1991 	-rm -f ./$(DEPDIR)/libisc_la-hmac.Plo
   1992 	-rm -f ./$(DEPDIR)/libisc_la-ht.Plo
   1993 	-rm -f ./$(DEPDIR)/libisc_la-httpd.Plo
   1994 	-rm -f ./$(DEPDIR)/libisc_la-interfaceiter.Plo
   1995 	-rm -f ./$(DEPDIR)/libisc_la-iterated_hash.Plo
   1996 	-rm -f ./$(DEPDIR)/libisc_la-job.Plo
   1997 	-rm -f ./$(DEPDIR)/libisc_la-lex.Plo
   1998 	-rm -f ./$(DEPDIR)/libisc_la-lib.Plo
   1999 	-rm -f ./$(DEPDIR)/libisc_la-log.Plo
   2000 	-rm -f ./$(DEPDIR)/libisc_la-loop.Plo
   2001 	-rm -f ./$(DEPDIR)/libisc_la-managers.Plo
   2002 	-rm -f ./$(DEPDIR)/libisc_la-md.Plo
   2003 	-rm -f ./$(DEPDIR)/libisc_la-mem.Plo
   2004 	-rm -f ./$(DEPDIR)/libisc_la-meminfo.Plo
   2005 	-rm -f ./$(DEPDIR)/libisc_la-mutex.Plo
   2006 	-rm -f ./$(DEPDIR)/libisc_la-mutexblock.Plo
   2007 	-rm -f ./$(DEPDIR)/libisc_la-net.Plo
   2008 	-rm -f ./$(DEPDIR)/libisc_la-netaddr.Plo
   2009 	-rm -f ./$(DEPDIR)/libisc_la-netscope.Plo
   2010 	-rm -f ./$(DEPDIR)/libisc_la-openssl_shim.Plo
   2011 	-rm -f ./$(DEPDIR)/libisc_la-os.Plo
   2012 	-rm -f ./$(DEPDIR)/libisc_la-parseint.Plo
   2013 	-rm -f ./$(DEPDIR)/libisc_la-picohttpparser.Plo
   2014 	-rm -f ./$(DEPDIR)/libisc_la-portset.Plo
   2015 	-rm -f ./$(DEPDIR)/libisc_la-proxy2.Plo
   2016 	-rm -f ./$(DEPDIR)/libisc_la-quota.Plo
   2017 	-rm -f ./$(DEPDIR)/libisc_la-radix.Plo
   2018 	-rm -f ./$(DEPDIR)/libisc_la-random.Plo
   2019 	-rm -f ./$(DEPDIR)/libisc_la-ratelimiter.Plo
   2020 	-rm -f ./$(DEPDIR)/libisc_la-regex.Plo
   2021 	-rm -f ./$(DEPDIR)/libisc_la-region.Plo
   2022 	-rm -f ./$(DEPDIR)/libisc_la-result.Plo
   2023 	-rm -f ./$(DEPDIR)/libisc_la-rwlock.Plo
   2024 	-rm -f ./$(DEPDIR)/libisc_la-safe.Plo
   2025 	-rm -f ./$(DEPDIR)/libisc_la-serial.Plo
   2026 	-rm -f ./$(DEPDIR)/libisc_la-signal.Plo
   2027 	-rm -f ./$(DEPDIR)/libisc_la-sockaddr.Plo
   2028 	-rm -f ./$(DEPDIR)/libisc_la-stats.Plo
   2029 	-rm -f ./$(DEPDIR)/libisc_la-stdio.Plo
   2030 	-rm -f ./$(DEPDIR)/libisc_la-stdtime.Plo
   2031 	-rm -f ./$(DEPDIR)/libisc_la-string.Plo
   2032 	-rm -f ./$(DEPDIR)/libisc_la-symtab.Plo
   2033 	-rm -f ./$(DEPDIR)/libisc_la-syslog.Plo
   2034 	-rm -f ./$(DEPDIR)/libisc_la-thread.Plo
   2035 	-rm -f ./$(DEPDIR)/libisc_la-tid.Plo
   2036 	-rm -f ./$(DEPDIR)/libisc_la-time.Plo
   2037 	-rm -f ./$(DEPDIR)/libisc_la-timer.Plo
   2038 	-rm -f ./$(DEPDIR)/libisc_la-tls.Plo
   2039 	-rm -f ./$(DEPDIR)/libisc_la-tm.Plo
   2040 	-rm -f ./$(DEPDIR)/libisc_la-url.Plo
   2041 	-rm -f ./$(DEPDIR)/libisc_la-utf8.Plo
   2042 	-rm -f ./$(DEPDIR)/libisc_la-uv.Plo
   2043 	-rm -f ./$(DEPDIR)/libisc_la-work.Plo
   2044 	-rm -f ./$(DEPDIR)/libisc_la-xml.Plo
   2045 	-rm -f netmgr/$(DEPDIR)/libisc_la-http.Plo
   2046 	-rm -f netmgr/$(DEPDIR)/libisc_la-netmgr.Plo
   2047 	-rm -f netmgr/$(DEPDIR)/libisc_la-proxystream.Plo
   2048 	-rm -f netmgr/$(DEPDIR)/libisc_la-proxyudp.Plo
   2049 	-rm -f netmgr/$(DEPDIR)/libisc_la-socket.Plo
   2050 	-rm -f netmgr/$(DEPDIR)/libisc_la-streamdns.Plo
   2051 	-rm -f netmgr/$(DEPDIR)/libisc_la-tcp.Plo
   2052 	-rm -f netmgr/$(DEPDIR)/libisc_la-timer.Plo
   2053 	-rm -f netmgr/$(DEPDIR)/libisc_la-tlsstream.Plo
   2054 	-rm -f netmgr/$(DEPDIR)/libisc_la-udp.Plo
   2055 	-rm -f Makefile
   2056 maintainer-clean-am: distclean-am maintainer-clean-generic
   2057 
   2058 mostlyclean: mostlyclean-am
   2059 
   2060 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
   2061 	mostlyclean-libtool
   2062 
   2063 pdf: pdf-am
   2064 
   2065 pdf-am:
   2066 
   2067 ps: ps-am
   2068 
   2069 ps-am:
   2070 
   2071 test: test-am
   2072 
   2073 test-am: test-local
   2074 
   2075 uninstall-am: uninstall-libLTLIBRARIES uninstall-libisc_laHEADERS
   2076 
   2077 unit: unit-am
   2078 
   2079 unit-am: unit-local
   2080 
   2081 .MAKE: all check install install-am install-exec install-strip
   2082 
   2083 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
   2084 	clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
   2085 	ctags ctags-am distclean distclean-compile distclean-generic \
   2086 	distclean-libtool distclean-tags distdir doc-am doc-local dvi \
   2087 	dvi-am html html-am info info-am install install-am \
   2088 	install-data install-data-am install-dvi install-dvi-am \
   2089 	install-exec install-exec-am install-html install-html-am \
   2090 	install-info install-info-am install-libLTLIBRARIES \
   2091 	install-libisc_laHEADERS install-man install-pdf \
   2092 	install-pdf-am install-ps install-ps-am install-strip \
   2093 	installcheck installcheck-am installdirs maintainer-clean \
   2094 	maintainer-clean-generic mostlyclean mostlyclean-compile \
   2095 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
   2096 	tags tags-am test-am test-local uninstall uninstall-am \
   2097 	uninstall-libLTLIBRARIES uninstall-libisc_laHEADERS unit-am \
   2098 	unit-local
   2099 
   2100 .PRECIOUS: Makefile
   2101 
   2102 
   2103 probes.h: Makefile probes.d
   2104 	$(AM_V_DTRACE)$(DTRACE) -s $(srcdir)/probes.d -h -o $@
   2105 probes.lo: Makefile probes.d $(DTRACE_DEPS)
   2106 	$(AM_V_DTRACE)$(LIBTOOL) --mode=compile --tag=CC $(DTRACE) -s $(srcdir)/probes.d -G -o $@ $(DTRACE_OBJS)
   2107 
   2108 # Tell versions [3.59,3.63) of GNU make to not export all variables.
   2109 # Otherwise a system limit (for SysV at least) may be exceeded.
   2110 .NOEXPORT:
   2111 
   2112 # Tell GNU make to disable its built-in pattern rules.
   2113 %:: %,v
   2114 %:: RCS/%,v
   2115 %:: RCS/%
   2116 %:: s.%
   2117 %:: SCCS/s.%
   2118