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