Annotation of embedaddon/lighttpd/src/Makefile.in, revision 1.1.1.3

1.1.1.3 ! misho       1: # Makefile.in generated by automake 1.15 from Makefile.am.
1.1       misho       2: # @configure_input@
                      3: 
1.1.1.3 ! misho       4: # Copyright (C) 1994-2014 Free Software Foundation, Inc.
1.1       misho       5: 
                      6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9: 
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14: 
                     15: @SET_MAKE@
                     16: 
                     17: 
                     18: 
                     19: VPATH = @srcdir@
1.1.1.3 ! misho      20: am__is_gnu_make = { \
        !            21:   if test -z '$(MAKELEVEL)'; then \
        !            22:     false; \
        !            23:   elif test -n '$(MAKE_HOST)'; then \
        !            24:     true; \
        !            25:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
        !            26:     true; \
        !            27:   else \
        !            28:     false; \
        !            29:   fi; \
        !            30: }
1.1       misho      31: am__make_running_with_option = \
                     32:   case $${target_option-} in \
                     33:       ?) ;; \
                     34:       *) echo "am__make_running_with_option: internal error: invalid" \
                     35:               "target option '$${target_option-}' specified" >&2; \
                     36:          exit 1;; \
                     37:   esac; \
                     38:   has_opt=no; \
                     39:   sane_makeflags=$$MAKEFLAGS; \
                     40:   if $(am__is_gnu_make); then \
                     41:     sane_makeflags=$$MFLAGS; \
                     42:   else \
                     43:     case $$MAKEFLAGS in \
                     44:       *\\[\ \  ]*) \
                     45:         bs=\\; \
                     46:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     47:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
                     48:     esac; \
                     49:   fi; \
                     50:   skip_next=no; \
                     51:   strip_trailopt () \
                     52:   { \
                     53:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     54:   }; \
                     55:   for flg in $$sane_makeflags; do \
                     56:     test $$skip_next = yes && { skip_next=no; continue; }; \
                     57:     case $$flg in \
                     58:       *=*|--*) continue;; \
                     59:         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     60:       -*I?*) strip_trailopt 'I';; \
                     61:         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     62:       -*O?*) strip_trailopt 'O';; \
                     63:         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     64:       -*l?*) strip_trailopt 'l';; \
                     65:       -[dEDm]) skip_next=yes;; \
                     66:       -[JT]) skip_next=yes;; \
                     67:     esac; \
                     68:     case $$flg in \
                     69:       *$$target_option*) has_opt=yes; break;; \
                     70:     esac; \
                     71:   done; \
                     72:   test $$has_opt = yes
                     73: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     74: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
                     75: pkgdatadir = $(datadir)/@PACKAGE@
                     76: pkgincludedir = $(includedir)/@PACKAGE@
                     77: pkglibdir = $(libdir)/@PACKAGE@
                     78: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     79: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     80: install_sh_DATA = $(install_sh) -c -m 644
                     81: install_sh_PROGRAM = $(install_sh) -c
                     82: install_sh_SCRIPT = $(install_sh) -c
                     83: INSTALL_HEADER = $(INSTALL_DATA)
                     84: transform = $(program_transform_name)
                     85: NORMAL_INSTALL = :
                     86: PRE_INSTALL = :
                     87: POST_INSTALL = :
                     88: NORMAL_UNINSTALL = :
                     89: PRE_UNINSTALL = :
                     90: POST_UNINSTALL = :
                     91: build_triplet = @build@
                     92: host_triplet = @host@
1.1.1.3 ! misho      93: noinst_PROGRAMS = lemon$(EXEEXT) proc_open$(EXEEXT) \
        !            94:        test_buffer$(EXEEXT) test_base64$(EXEEXT) \
        !            95:        test_configfile$(EXEEXT)
1.1       misho      96: sbin_PROGRAMS = lighttpd$(EXEEXT) lighttpd-angel$(EXEEXT)
                     97: @NO_RDYNAMIC_TRUE@am__append_1 = liblightcomp.la
                     98: @NO_RDYNAMIC_FALSE@am__append_2 = $(common_src)
                     99: subdir = src
                    100: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                    101: am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
                    102:        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
                    103:        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
                    104:        $(top_srcdir)/configure.ac
                    105: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                    106:        $(ACLOCAL_M4)
1.1.1.3 ! misho     107: DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
        !           108:        $(am__DIST_COMMON)
1.1       misho     109: mkinstalldirs = $(install_sh) -d
                    110: CONFIG_HEADER = $(top_builddir)/config.h
                    111: CONFIG_CLEAN_FILES =
                    112: CONFIG_CLEAN_VPATH_FILES =
                    113: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                    114: am__vpath_adj = case $$p in \
                    115:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                    116:     *) f=$$p;; \
                    117:   esac;
                    118: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
                    119: am__install_max = 40
                    120: am__nobase_strip_setup = \
                    121:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
                    122: am__nobase_strip = \
                    123:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
                    124: am__nobase_list = $(am__nobase_strip_setup); \
                    125:   for p in $$list; do echo "$$p $$p"; done | \
                    126:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
                    127:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
                    128:     if (++n[$$2] == $(am__install_max)) \
                    129:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
                    130:     END { for (dir in files) print dir, files[dir] }'
                    131: am__base_list = \
                    132:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
                    133:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
                    134: am__uninstall_files_from_dir = { \
                    135:   test -z "$$files" \
                    136:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
                    137:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
                    138:          $(am__cd) "$$dir" && rm -f $$files; }; \
                    139:   }
                    140: am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)"
                    141: LTLIBRARIES = $(lib_LTLIBRARIES)
                    142: am__DEPENDENCIES_1 =
                    143: @NO_RDYNAMIC_TRUE@liblightcomp_la_DEPENDENCIES =  \
                    144: @NO_RDYNAMIC_TRUE@     $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
1.1.1.3 ! misho     145: @NO_RDYNAMIC_TRUE@     $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
        !           146: @NO_RDYNAMIC_TRUE@     $(am__DEPENDENCIES_1)
        !           147: am__liblightcomp_la_SOURCES_DIST = base64.c buffer.c log.c keyvalue.c \
        !           148:        chunk.c http_chunk.c stream.c fdevent.c stat_cache.c plugin.c \
1.1       misho     149:        joblist.c etag.c array.c data_string.c data_count.c \
1.1.1.3 ! misho     150:        data_array.c data_integer.c md5.c data_fastcgi.c vector.c \
1.1       misho     151:        fdevent_select.c fdevent_libev.c fdevent_poll.c \
                    152:        fdevent_linux_sysepoll.c fdevent_solaris_devpoll.c \
                    153:        fdevent_solaris_port.c fdevent_freebsd_kqueue.c data_config.c \
1.1.1.3 ! misho     154:        inet_ntop_cache.c crc32.c connections-glue.c configfile-glue.c \
        !           155:        http-header-glue.c network_write.c network_linux_sendfile.c \
        !           156:        network_write_mmap.c network_write_no_mmap.c \
        !           157:        network_freebsd_sendfile.c network_writev.c \
        !           158:        network_solaris_sendfilev.c network_openssl.c splaytree.c \
        !           159:        status_counter.c safe_memclear.c network_darwin_sendfile.c
        !           160: am__objects_1 = liblightcomp_la-base64.lo liblightcomp_la-buffer.lo \
        !           161:        liblightcomp_la-log.lo liblightcomp_la-keyvalue.lo \
        !           162:        liblightcomp_la-chunk.lo liblightcomp_la-http_chunk.lo \
        !           163:        liblightcomp_la-stream.lo liblightcomp_la-fdevent.lo \
        !           164:        liblightcomp_la-stat_cache.lo liblightcomp_la-plugin.lo \
        !           165:        liblightcomp_la-joblist.lo liblightcomp_la-etag.lo \
        !           166:        liblightcomp_la-array.lo liblightcomp_la-data_string.lo \
        !           167:        liblightcomp_la-data_count.lo liblightcomp_la-data_array.lo \
        !           168:        liblightcomp_la-data_integer.lo liblightcomp_la-md5.lo \
        !           169:        liblightcomp_la-data_fastcgi.lo liblightcomp_la-vector.lo \
1.1       misho     170:        liblightcomp_la-fdevent_select.lo \
                    171:        liblightcomp_la-fdevent_libev.lo \
                    172:        liblightcomp_la-fdevent_poll.lo \
                    173:        liblightcomp_la-fdevent_linux_sysepoll.lo \
                    174:        liblightcomp_la-fdevent_solaris_devpoll.lo \
                    175:        liblightcomp_la-fdevent_solaris_port.lo \
                    176:        liblightcomp_la-fdevent_freebsd_kqueue.lo \
1.1.1.3 ! misho     177:        liblightcomp_la-data_config.lo \
1.1       misho     178:        liblightcomp_la-inet_ntop_cache.lo liblightcomp_la-crc32.lo \
                    179:        liblightcomp_la-connections-glue.lo \
                    180:        liblightcomp_la-configfile-glue.lo \
                    181:        liblightcomp_la-http-header-glue.lo \
                    182:        liblightcomp_la-network_write.lo \
                    183:        liblightcomp_la-network_linux_sendfile.lo \
1.1.1.3 ! misho     184:        liblightcomp_la-network_write_mmap.lo \
        !           185:        liblightcomp_la-network_write_no_mmap.lo \
1.1       misho     186:        liblightcomp_la-network_freebsd_sendfile.lo \
                    187:        liblightcomp_la-network_writev.lo \
                    188:        liblightcomp_la-network_solaris_sendfilev.lo \
                    189:        liblightcomp_la-network_openssl.lo \
1.1.1.3 ! misho     190:        liblightcomp_la-splaytree.lo liblightcomp_la-status_counter.lo \
        !           191:        liblightcomp_la-safe_memclear.lo \
        !           192:        liblightcomp_la-network_darwin_sendfile.lo
1.1       misho     193: @NO_RDYNAMIC_TRUE@am_liblightcomp_la_OBJECTS = $(am__objects_1)
                    194: liblightcomp_la_OBJECTS = $(am_liblightcomp_la_OBJECTS)
                    195: AM_V_lt = $(am__v_lt_@AM_V@)
                    196: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
                    197: am__v_lt_0 = --silent
                    198: am__v_lt_1 = 
                    199: liblightcomp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    200:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    201:        $(liblightcomp_la_CFLAGS) $(CFLAGS) $(liblightcomp_la_LDFLAGS) \
                    202:        $(LDFLAGS) -o $@
                    203: @NO_RDYNAMIC_TRUE@am_liblightcomp_la_rpath = -rpath $(libdir)
                    204: @NO_RDYNAMIC_TRUE@am__DEPENDENCIES_2 = liblightcomp.la
                    205: mod_access_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    206: am_mod_access_la_OBJECTS = mod_access.lo
                    207: mod_access_la_OBJECTS = $(am_mod_access_la_OBJECTS)
                    208: mod_access_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    209:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                    210:        $(mod_access_la_LDFLAGS) $(LDFLAGS) -o $@
                    211: mod_accesslog_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    212: am_mod_accesslog_la_OBJECTS = mod_accesslog.lo
                    213: mod_accesslog_la_OBJECTS = $(am_mod_accesslog_la_OBJECTS)
                    214: mod_accesslog_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    215:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    216:        $(AM_CFLAGS) $(CFLAGS) $(mod_accesslog_la_LDFLAGS) $(LDFLAGS) \
                    217:        -o $@
                    218: mod_alias_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    219: am_mod_alias_la_OBJECTS = mod_alias.lo
                    220: mod_alias_la_OBJECTS = $(am_mod_alias_la_OBJECTS)
                    221: mod_alias_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    222:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                    223:        $(mod_alias_la_LDFLAGS) $(LDFLAGS) -o $@
                    224: mod_auth_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
1.1.1.2   misho     225:        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
                    226:        $(am__DEPENDENCIES_2)
1.1       misho     227: am_mod_auth_la_OBJECTS = mod_auth.lo http_auth.lo
                    228: mod_auth_la_OBJECTS = $(am_mod_auth_la_OBJECTS)
                    229: mod_auth_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    230:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                    231:        $(mod_auth_la_LDFLAGS) $(LDFLAGS) -o $@
                    232: mod_cgi_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    233: am_mod_cgi_la_OBJECTS = mod_cgi.lo
                    234: mod_cgi_la_OBJECTS = $(am_mod_cgi_la_OBJECTS)
                    235: mod_cgi_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    236:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                    237:        $(mod_cgi_la_LDFLAGS) $(LDFLAGS) -o $@
                    238: mod_cml_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
                    239:        $(am__DEPENDENCIES_1)
                    240: am_mod_cml_la_OBJECTS = mod_cml_la-mod_cml.lo \
                    241:        mod_cml_la-mod_cml_lua.lo mod_cml_la-mod_cml_funcs.lo
                    242: mod_cml_la_OBJECTS = $(am_mod_cml_la_OBJECTS)
                    243: mod_cml_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    244:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(mod_cml_la_CFLAGS) \
                    245:        $(CFLAGS) $(mod_cml_la_LDFLAGS) $(LDFLAGS) -o $@
                    246: mod_compress_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
                    247:        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
                    248: am_mod_compress_la_OBJECTS = mod_compress.lo
                    249: mod_compress_la_OBJECTS = $(am_mod_compress_la_OBJECTS)
                    250: mod_compress_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    251:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    252:        $(AM_CFLAGS) $(CFLAGS) $(mod_compress_la_LDFLAGS) $(LDFLAGS) \
                    253:        -o $@
                    254: mod_dirlisting_la_DEPENDENCIES = $(am__DEPENDENCIES_2) \
                    255:        $(am__DEPENDENCIES_1)
                    256: am_mod_dirlisting_la_OBJECTS = mod_dirlisting.lo
                    257: mod_dirlisting_la_OBJECTS = $(am_mod_dirlisting_la_OBJECTS)
                    258: mod_dirlisting_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    259:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    260:        $(AM_CFLAGS) $(CFLAGS) $(mod_dirlisting_la_LDFLAGS) $(LDFLAGS) \
                    261:        -o $@
                    262: mod_evasive_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    263: am_mod_evasive_la_OBJECTS = mod_evasive.lo
                    264: mod_evasive_la_OBJECTS = $(am_mod_evasive_la_OBJECTS)
                    265: mod_evasive_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    266:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    267:        $(AM_CFLAGS) $(CFLAGS) $(mod_evasive_la_LDFLAGS) $(LDFLAGS) -o \
                    268:        $@
                    269: mod_evhost_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    270: am_mod_evhost_la_OBJECTS = mod_evhost.lo
                    271: mod_evhost_la_OBJECTS = $(am_mod_evhost_la_OBJECTS)
                    272: mod_evhost_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    273:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                    274:        $(mod_evhost_la_LDFLAGS) $(LDFLAGS) -o $@
                    275: mod_expire_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    276: am_mod_expire_la_OBJECTS = mod_expire.lo
                    277: mod_expire_la_OBJECTS = $(am_mod_expire_la_OBJECTS)
                    278: mod_expire_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    279:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                    280:        $(mod_expire_la_LDFLAGS) $(LDFLAGS) -o $@
                    281: mod_extforward_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    282: am_mod_extforward_la_OBJECTS = mod_extforward.lo
                    283: mod_extforward_la_OBJECTS = $(am_mod_extforward_la_OBJECTS)
                    284: mod_extforward_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    285:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    286:        $(AM_CFLAGS) $(CFLAGS) $(mod_extforward_la_LDFLAGS) $(LDFLAGS) \
                    287:        -o $@
                    288: mod_fastcgi_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    289: am_mod_fastcgi_la_OBJECTS = mod_fastcgi.lo
                    290: mod_fastcgi_la_OBJECTS = $(am_mod_fastcgi_la_OBJECTS)
                    291: mod_fastcgi_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    292:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    293:        $(AM_CFLAGS) $(CFLAGS) $(mod_fastcgi_la_LDFLAGS) $(LDFLAGS) -o \
                    294:        $@
                    295: mod_flv_streaming_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    296: am_mod_flv_streaming_la_OBJECTS = mod_flv_streaming.lo
                    297: mod_flv_streaming_la_OBJECTS = $(am_mod_flv_streaming_la_OBJECTS)
                    298: mod_flv_streaming_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    299:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    300:        $(AM_CFLAGS) $(CFLAGS) $(mod_flv_streaming_la_LDFLAGS) \
                    301:        $(LDFLAGS) -o $@
                    302: mod_indexfile_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    303: am_mod_indexfile_la_OBJECTS = mod_indexfile.lo
                    304: mod_indexfile_la_OBJECTS = $(am_mod_indexfile_la_OBJECTS)
                    305: mod_indexfile_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    306:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    307:        $(AM_CFLAGS) $(CFLAGS) $(mod_indexfile_la_LDFLAGS) $(LDFLAGS) \
                    308:        -o $@
                    309: mod_magnet_la_DEPENDENCIES = $(am__DEPENDENCIES_2) \
                    310:        $(am__DEPENDENCIES_1)
                    311: am_mod_magnet_la_OBJECTS = mod_magnet_la-mod_magnet.lo \
                    312:        mod_magnet_la-mod_magnet_cache.lo
                    313: mod_magnet_la_OBJECTS = $(am_mod_magnet_la_OBJECTS)
                    314: mod_magnet_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    315:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(mod_magnet_la_CFLAGS) \
                    316:        $(CFLAGS) $(mod_magnet_la_LDFLAGS) $(LDFLAGS) -o $@
                    317: mod_mysql_vhost_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
                    318:        $(am__DEPENDENCIES_2)
                    319: am_mod_mysql_vhost_la_OBJECTS = mod_mysql_vhost_la-mod_mysql_vhost.lo
                    320: mod_mysql_vhost_la_OBJECTS = $(am_mod_mysql_vhost_la_OBJECTS)
                    321: mod_mysql_vhost_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    322:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    323:        $(AM_CFLAGS) $(CFLAGS) $(mod_mysql_vhost_la_LDFLAGS) \
                    324:        $(LDFLAGS) -o $@
                    325: mod_proxy_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    326: am_mod_proxy_la_OBJECTS = mod_proxy.lo
                    327: mod_proxy_la_OBJECTS = $(am_mod_proxy_la_OBJECTS)
                    328: mod_proxy_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    329:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                    330:        $(mod_proxy_la_LDFLAGS) $(LDFLAGS) -o $@
                    331: mod_redirect_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
                    332:        $(am__DEPENDENCIES_2)
                    333: am_mod_redirect_la_OBJECTS = mod_redirect.lo
                    334: mod_redirect_la_OBJECTS = $(am_mod_redirect_la_OBJECTS)
                    335: mod_redirect_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    336:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    337:        $(AM_CFLAGS) $(CFLAGS) $(mod_redirect_la_LDFLAGS) $(LDFLAGS) \
                    338:        -o $@
                    339: mod_rewrite_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
                    340:        $(am__DEPENDENCIES_2)
                    341: am_mod_rewrite_la_OBJECTS = mod_rewrite.lo
                    342: mod_rewrite_la_OBJECTS = $(am_mod_rewrite_la_OBJECTS)
                    343: mod_rewrite_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    344:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    345:        $(AM_CFLAGS) $(CFLAGS) $(mod_rewrite_la_LDFLAGS) $(LDFLAGS) -o \
                    346:        $@
                    347: mod_rrdtool_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    348: am_mod_rrdtool_la_OBJECTS = mod_rrdtool.lo
                    349: mod_rrdtool_la_OBJECTS = $(am_mod_rrdtool_la_OBJECTS)
                    350: mod_rrdtool_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    351:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    352:        $(AM_CFLAGS) $(CFLAGS) $(mod_rrdtool_la_LDFLAGS) $(LDFLAGS) -o \
                    353:        $@
                    354: mod_scgi_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    355: am_mod_scgi_la_OBJECTS = mod_scgi.lo
                    356: mod_scgi_la_OBJECTS = $(am_mod_scgi_la_OBJECTS)
                    357: mod_scgi_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    358:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                    359:        $(mod_scgi_la_LDFLAGS) $(LDFLAGS) -o $@
                    360: mod_secdownload_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
1.1.1.3 ! misho     361: am_mod_secdownload_la_OBJECTS = mod_secdownload.lo
1.1       misho     362: mod_secdownload_la_OBJECTS = $(am_mod_secdownload_la_OBJECTS)
                    363: mod_secdownload_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    364:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    365:        $(AM_CFLAGS) $(CFLAGS) $(mod_secdownload_la_LDFLAGS) \
                    366:        $(LDFLAGS) -o $@
                    367: mod_setenv_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    368: am_mod_setenv_la_OBJECTS = mod_setenv.lo
                    369: mod_setenv_la_OBJECTS = $(am_mod_setenv_la_OBJECTS)
                    370: mod_setenv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    371:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                    372:        $(mod_setenv_la_LDFLAGS) $(LDFLAGS) -o $@
                    373: mod_simple_vhost_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    374: am_mod_simple_vhost_la_OBJECTS = mod_simple_vhost.lo
                    375: mod_simple_vhost_la_OBJECTS = $(am_mod_simple_vhost_la_OBJECTS)
                    376: mod_simple_vhost_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    377:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    378:        $(AM_CFLAGS) $(CFLAGS) $(mod_simple_vhost_la_LDFLAGS) \
                    379:        $(LDFLAGS) -o $@
1.1.1.3 ! misho     380: mod_ssi_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
1.1       misho     381: am_mod_ssi_la_OBJECTS = mod_ssi_exprparser.lo mod_ssi_expr.lo \
                    382:        mod_ssi.lo
                    383: mod_ssi_la_OBJECTS = $(am_mod_ssi_la_OBJECTS)
                    384: mod_ssi_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    385:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                    386:        $(mod_ssi_la_LDFLAGS) $(LDFLAGS) -o $@
                    387: mod_staticfile_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    388: am_mod_staticfile_la_OBJECTS = mod_staticfile.lo
                    389: mod_staticfile_la_OBJECTS = $(am_mod_staticfile_la_OBJECTS)
                    390: mod_staticfile_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    391:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    392:        $(AM_CFLAGS) $(CFLAGS) $(mod_staticfile_la_LDFLAGS) $(LDFLAGS) \
                    393:        -o $@
                    394: mod_status_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    395: am_mod_status_la_OBJECTS = mod_status.lo
                    396: mod_status_la_OBJECTS = $(am_mod_status_la_OBJECTS)
                    397: mod_status_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    398:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                    399:        $(mod_status_la_LDFLAGS) $(LDFLAGS) -o $@
                    400: mod_trigger_b4_dl_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
                    401:        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
                    402:        $(am__DEPENDENCIES_2)
                    403: am_mod_trigger_b4_dl_la_OBJECTS = mod_trigger_b4_dl.lo
                    404: mod_trigger_b4_dl_la_OBJECTS = $(am_mod_trigger_b4_dl_la_OBJECTS)
                    405: mod_trigger_b4_dl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    406:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    407:        $(AM_CFLAGS) $(CFLAGS) $(mod_trigger_b4_dl_la_LDFLAGS) \
                    408:        $(LDFLAGS) -o $@
                    409: mod_userdir_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    410: am_mod_userdir_la_OBJECTS = mod_userdir.lo
                    411: mod_userdir_la_OBJECTS = $(am_mod_userdir_la_OBJECTS)
                    412: mod_userdir_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    413:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    414:        $(AM_CFLAGS) $(CFLAGS) $(mod_userdir_la_LDFLAGS) $(LDFLAGS) -o \
                    415:        $@
                    416: mod_usertrack_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
                    417: am_mod_usertrack_la_OBJECTS = mod_usertrack.lo
                    418: mod_usertrack_la_OBJECTS = $(am_mod_usertrack_la_OBJECTS)
                    419: mod_usertrack_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    420:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    421:        $(AM_CFLAGS) $(CFLAGS) $(mod_usertrack_la_LDFLAGS) $(LDFLAGS) \
                    422:        -o $@
                    423: mod_webdav_la_DEPENDENCIES = $(am__DEPENDENCIES_2) \
                    424:        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
                    425:        $(am__DEPENDENCIES_1)
                    426: am_mod_webdav_la_OBJECTS = mod_webdav_la-mod_webdav.lo
                    427: mod_webdav_la_OBJECTS = $(am_mod_webdav_la_OBJECTS)
                    428: mod_webdav_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    429:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(mod_webdav_la_CFLAGS) \
                    430:        $(CFLAGS) $(mod_webdav_la_LDFLAGS) $(LDFLAGS) -o $@
                    431: PROGRAMS = $(noinst_PROGRAMS) $(sbin_PROGRAMS)
                    432: am_lemon_OBJECTS = lemon.$(OBJEXT)
                    433: lemon_OBJECTS = $(am_lemon_OBJECTS)
                    434: lemon_LDADD = $(LDADD)
                    435: am__lighttpd_SOURCES_DIST = server.c response.c connections.c \
                    436:        network.c configfile.c configparser.c request.c proc_open.c \
1.1.1.3 ! misho     437:        base64.c buffer.c log.c keyvalue.c chunk.c http_chunk.c \
        !           438:        stream.c fdevent.c stat_cache.c plugin.c joblist.c etag.c \
        !           439:        array.c data_string.c data_count.c data_array.c data_integer.c \
        !           440:        md5.c data_fastcgi.c vector.c fdevent_select.c fdevent_libev.c \
        !           441:        fdevent_poll.c fdevent_linux_sysepoll.c \
        !           442:        fdevent_solaris_devpoll.c fdevent_solaris_port.c \
        !           443:        fdevent_freebsd_kqueue.c data_config.c inet_ntop_cache.c \
        !           444:        crc32.c connections-glue.c configfile-glue.c \
        !           445:        http-header-glue.c network_write.c network_linux_sendfile.c \
        !           446:        network_write_mmap.c network_write_no_mmap.c \
        !           447:        network_freebsd_sendfile.c network_writev.c \
        !           448:        network_solaris_sendfilev.c network_openssl.c splaytree.c \
        !           449:        status_counter.c safe_memclear.c network_darwin_sendfile.c \
        !           450:        mod_access.c mod_accesslog.c mod_alias.c mod_auth.c \
        !           451:        http_auth.c mod_cgi.c mod_cml.c mod_cml_lua.c mod_cml_funcs.c \
        !           452:        mod_compress.c mod_dirlisting.c mod_evasive.c mod_expire.c \
        !           453:        mod_extforward.c mod_fastcgi.c mod_flv_streaming.c \
        !           454:        mod_indexfile.c mod_magnet.c mod_magnet_cache.c \
        !           455:        mod_mysql_vhost.c mod_proxy.c mod_redirect.c mod_rewrite.c \
        !           456:        mod_rrdtool.c mod_scgi.c mod_secdownload.c mod_setenv.c \
        !           457:        mod_simple_vhost.c mod_ssi_exprparser.c mod_ssi_expr.c \
        !           458:        mod_ssi.c mod_staticfile.c mod_status.c mod_trigger_b4_dl.c \
        !           459:        mod_userdir.c mod_usertrack.c mod_webdav.c
        !           460: am__objects_2 = lighttpd-base64.$(OBJEXT) lighttpd-buffer.$(OBJEXT) \
        !           461:        lighttpd-log.$(OBJEXT) lighttpd-keyvalue.$(OBJEXT) \
        !           462:        lighttpd-chunk.$(OBJEXT) lighttpd-http_chunk.$(OBJEXT) \
        !           463:        lighttpd-stream.$(OBJEXT) lighttpd-fdevent.$(OBJEXT) \
        !           464:        lighttpd-stat_cache.$(OBJEXT) lighttpd-plugin.$(OBJEXT) \
        !           465:        lighttpd-joblist.$(OBJEXT) lighttpd-etag.$(OBJEXT) \
        !           466:        lighttpd-array.$(OBJEXT) lighttpd-data_string.$(OBJEXT) \
        !           467:        lighttpd-data_count.$(OBJEXT) lighttpd-data_array.$(OBJEXT) \
        !           468:        lighttpd-data_integer.$(OBJEXT) lighttpd-md5.$(OBJEXT) \
        !           469:        lighttpd-data_fastcgi.$(OBJEXT) lighttpd-vector.$(OBJEXT) \
        !           470:        lighttpd-fdevent_select.$(OBJEXT) \
        !           471:        lighttpd-fdevent_libev.$(OBJEXT) \
        !           472:        lighttpd-fdevent_poll.$(OBJEXT) \
        !           473:        lighttpd-fdevent_linux_sysepoll.$(OBJEXT) \
        !           474:        lighttpd-fdevent_solaris_devpoll.$(OBJEXT) \
        !           475:        lighttpd-fdevent_solaris_port.$(OBJEXT) \
        !           476:        lighttpd-fdevent_freebsd_kqueue.$(OBJEXT) \
        !           477:        lighttpd-data_config.$(OBJEXT) \
        !           478:        lighttpd-inet_ntop_cache.$(OBJEXT) lighttpd-crc32.$(OBJEXT) \
        !           479:        lighttpd-connections-glue.$(OBJEXT) \
        !           480:        lighttpd-configfile-glue.$(OBJEXT) \
        !           481:        lighttpd-http-header-glue.$(OBJEXT) \
        !           482:        lighttpd-network_write.$(OBJEXT) \
        !           483:        lighttpd-network_linux_sendfile.$(OBJEXT) \
        !           484:        lighttpd-network_write_mmap.$(OBJEXT) \
        !           485:        lighttpd-network_write_no_mmap.$(OBJEXT) \
        !           486:        lighttpd-network_freebsd_sendfile.$(OBJEXT) \
        !           487:        lighttpd-network_writev.$(OBJEXT) \
        !           488:        lighttpd-network_solaris_sendfilev.$(OBJEXT) \
        !           489:        lighttpd-network_openssl.$(OBJEXT) \
        !           490:        lighttpd-splaytree.$(OBJEXT) lighttpd-status_counter.$(OBJEXT) \
        !           491:        lighttpd-safe_memclear.$(OBJEXT) \
        !           492:        lighttpd-network_darwin_sendfile.$(OBJEXT)
1.1       misho     493: @NO_RDYNAMIC_FALSE@am__objects_3 = $(am__objects_2)
1.1.1.3 ! misho     494: am__objects_4 = lighttpd-server.$(OBJEXT) lighttpd-response.$(OBJEXT) \
        !           495:        lighttpd-connections.$(OBJEXT) lighttpd-network.$(OBJEXT) \
        !           496:        lighttpd-configfile.$(OBJEXT) lighttpd-configparser.$(OBJEXT) \
        !           497:        lighttpd-request.$(OBJEXT) lighttpd-proc_open.$(OBJEXT) \
1.1       misho     498:        $(am__objects_3)
1.1.1.3 ! misho     499: @LIGHTTPD_STATIC_FALSE@am_lighttpd_OBJECTS = $(am__objects_4)
        !           500: @LIGHTTPD_STATIC_TRUE@am_lighttpd_OBJECTS = $(am__objects_4) \
        !           501: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_access.$(OBJEXT) \
        !           502: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_accesslog.$(OBJEXT) \
        !           503: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_alias.$(OBJEXT) \
        !           504: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_auth.$(OBJEXT) \
        !           505: @LIGHTTPD_STATIC_TRUE@ lighttpd-http_auth.$(OBJEXT) \
        !           506: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_cgi.$(OBJEXT) \
        !           507: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_cml.$(OBJEXT) \
        !           508: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_cml_lua.$(OBJEXT) \
        !           509: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_cml_funcs.$(OBJEXT) \
        !           510: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_compress.$(OBJEXT) \
        !           511: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_dirlisting.$(OBJEXT) \
        !           512: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_evasive.$(OBJEXT) \
        !           513: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_expire.$(OBJEXT) \
        !           514: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_extforward.$(OBJEXT) \
        !           515: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_fastcgi.$(OBJEXT) \
        !           516: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_flv_streaming.$(OBJEXT) \
        !           517: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_indexfile.$(OBJEXT) \
        !           518: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_magnet.$(OBJEXT) \
        !           519: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_magnet_cache.$(OBJEXT) \
        !           520: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_mysql_vhost.$(OBJEXT) \
        !           521: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_proxy.$(OBJEXT) \
        !           522: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_redirect.$(OBJEXT) \
        !           523: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_rewrite.$(OBJEXT) \
        !           524: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_rrdtool.$(OBJEXT) \
        !           525: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_scgi.$(OBJEXT) \
        !           526: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_secdownload.$(OBJEXT) \
        !           527: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_setenv.$(OBJEXT) \
        !           528: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_simple_vhost.$(OBJEXT) \
        !           529: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_ssi_exprparser.$(OBJEXT) \
        !           530: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_ssi_expr.$(OBJEXT) \
        !           531: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_ssi.$(OBJEXT) \
        !           532: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_staticfile.$(OBJEXT) \
        !           533: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_status.$(OBJEXT) \
        !           534: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_trigger_b4_dl.$(OBJEXT) \
        !           535: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_userdir.$(OBJEXT) \
        !           536: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_usertrack.$(OBJEXT) \
        !           537: @LIGHTTPD_STATIC_TRUE@ lighttpd-mod_webdav.$(OBJEXT)
1.1       misho     538: lighttpd_OBJECTS = $(am_lighttpd_OBJECTS)
1.1.1.3 ! misho     539: @LIGHTTPD_STATIC_FALSE@lighttpd_DEPENDENCIES = $(am__DEPENDENCIES_1) \
        !           540: @LIGHTTPD_STATIC_FALSE@        $(am__DEPENDENCIES_1) \
        !           541: @LIGHTTPD_STATIC_FALSE@        $(am__DEPENDENCIES_1) \
        !           542: @LIGHTTPD_STATIC_FALSE@        $(am__DEPENDENCIES_1) \
        !           543: @LIGHTTPD_STATIC_FALSE@        $(am__DEPENDENCIES_2) \
        !           544: @LIGHTTPD_STATIC_FALSE@        $(am__DEPENDENCIES_1) \
        !           545: @LIGHTTPD_STATIC_FALSE@        $(am__DEPENDENCIES_1) \
        !           546: @LIGHTTPD_STATIC_FALSE@        $(am__DEPENDENCIES_1) \
        !           547: @LIGHTTPD_STATIC_FALSE@        $(am__DEPENDENCIES_1)
        !           548: @LIGHTTPD_STATIC_TRUE@lighttpd_DEPENDENCIES = $(am__DEPENDENCIES_2) \
        !           549: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1) \
        !           550: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1) \
        !           551: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1) \
        !           552: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1) \
        !           553: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1) \
        !           554: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1) \
        !           555: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1) \
        !           556: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1) \
        !           557: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1) \
        !           558: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1) \
        !           559: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1) \
        !           560: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1) \
        !           561: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1) \
        !           562: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1) \
        !           563: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1) \
        !           564: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1) \
        !           565: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1) \
        !           566: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1) \
        !           567: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1) \
        !           568: @LIGHTTPD_STATIC_TRUE@ $(am__DEPENDENCIES_1)
1.1       misho     569: lighttpd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    570:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                    571:        $(lighttpd_LDFLAGS) $(LDFLAGS) -o $@
                    572: am_lighttpd_angel_OBJECTS = lighttpd-angel.$(OBJEXT)
                    573: lighttpd_angel_OBJECTS = $(am_lighttpd_angel_OBJECTS)
                    574: lighttpd_angel_LDADD = $(LDADD)
                    575: am_proc_open_OBJECTS = proc_open-proc_open.$(OBJEXT) \
                    576:        proc_open-buffer.$(OBJEXT)
                    577: proc_open_OBJECTS = $(am_proc_open_OBJECTS)
1.1.1.3 ! misho     578: proc_open_DEPENDENCIES = $(am__DEPENDENCIES_1)
        !           579: am_test_base64_OBJECTS = test_base64.$(OBJEXT) base64.$(OBJEXT) \
        !           580:        buffer.$(OBJEXT)
        !           581: test_base64_OBJECTS = $(am_test_base64_OBJECTS)
        !           582: test_base64_DEPENDENCIES = $(am__DEPENDENCIES_1)
        !           583: am_test_buffer_OBJECTS = test_buffer.$(OBJEXT) buffer.$(OBJEXT)
        !           584: test_buffer_OBJECTS = $(am_test_buffer_OBJECTS)
        !           585: test_buffer_DEPENDENCIES = $(am__DEPENDENCIES_1)
        !           586: am_test_configfile_OBJECTS = test_configfile.$(OBJEXT) \
        !           587:        buffer.$(OBJEXT) array.$(OBJEXT) data_string.$(OBJEXT) \
        !           588:        keyvalue.$(OBJEXT) log.$(OBJEXT)
        !           589: test_configfile_OBJECTS = $(am_test_configfile_OBJECTS)
        !           590: test_configfile_DEPENDENCIES = $(am__DEPENDENCIES_1) \
        !           591:        $(am__DEPENDENCIES_1)
1.1       misho     592: AM_V_P = $(am__v_P_@AM_V@)
                    593: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    594: am__v_P_0 = false
                    595: am__v_P_1 = :
                    596: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    597: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    598: am__v_GEN_0 = @echo "  GEN     " $@;
                    599: am__v_GEN_1 = 
                    600: AM_V_at = $(am__v_at_@AM_V@)
                    601: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    602: am__v_at_0 = @
                    603: am__v_at_1 = 
                    604: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
                    605: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    606: am__depfiles_maybe = depfiles
                    607: am__mv = mv -f
                    608: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    609:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    610: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    611:        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
                    612:        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
                    613:        $(AM_CFLAGS) $(CFLAGS)
                    614: AM_V_CC = $(am__v_CC_@AM_V@)
                    615: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
                    616: am__v_CC_0 = @echo "  CC      " $@;
                    617: am__v_CC_1 = 
                    618: CCLD = $(CC)
                    619: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    620:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                    621:        $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    622: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
                    623: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
                    624: am__v_CCLD_0 = @echo "  CCLD    " $@;
                    625: am__v_CCLD_1 = 
                    626: SOURCES = $(liblightcomp_la_SOURCES) $(mod_access_la_SOURCES) \
                    627:        $(mod_accesslog_la_SOURCES) $(mod_alias_la_SOURCES) \
                    628:        $(mod_auth_la_SOURCES) $(mod_cgi_la_SOURCES) \
                    629:        $(mod_cml_la_SOURCES) $(mod_compress_la_SOURCES) \
                    630:        $(mod_dirlisting_la_SOURCES) $(mod_evasive_la_SOURCES) \
                    631:        $(mod_evhost_la_SOURCES) $(mod_expire_la_SOURCES) \
                    632:        $(mod_extforward_la_SOURCES) $(mod_fastcgi_la_SOURCES) \
                    633:        $(mod_flv_streaming_la_SOURCES) $(mod_indexfile_la_SOURCES) \
                    634:        $(mod_magnet_la_SOURCES) $(mod_mysql_vhost_la_SOURCES) \
                    635:        $(mod_proxy_la_SOURCES) $(mod_redirect_la_SOURCES) \
                    636:        $(mod_rewrite_la_SOURCES) $(mod_rrdtool_la_SOURCES) \
                    637:        $(mod_scgi_la_SOURCES) $(mod_secdownload_la_SOURCES) \
                    638:        $(mod_setenv_la_SOURCES) $(mod_simple_vhost_la_SOURCES) \
                    639:        $(mod_ssi_la_SOURCES) $(mod_staticfile_la_SOURCES) \
                    640:        $(mod_status_la_SOURCES) $(mod_trigger_b4_dl_la_SOURCES) \
                    641:        $(mod_userdir_la_SOURCES) $(mod_usertrack_la_SOURCES) \
                    642:        $(mod_webdav_la_SOURCES) $(lemon_SOURCES) $(lighttpd_SOURCES) \
1.1.1.3 ! misho     643:        $(lighttpd_angel_SOURCES) $(proc_open_SOURCES) \
        !           644:        $(test_base64_SOURCES) $(test_buffer_SOURCES) \
        !           645:        $(test_configfile_SOURCES)
1.1       misho     646: DIST_SOURCES = $(am__liblightcomp_la_SOURCES_DIST) \
                    647:        $(mod_access_la_SOURCES) $(mod_accesslog_la_SOURCES) \
                    648:        $(mod_alias_la_SOURCES) $(mod_auth_la_SOURCES) \
                    649:        $(mod_cgi_la_SOURCES) $(mod_cml_la_SOURCES) \
                    650:        $(mod_compress_la_SOURCES) $(mod_dirlisting_la_SOURCES) \
                    651:        $(mod_evasive_la_SOURCES) $(mod_evhost_la_SOURCES) \
                    652:        $(mod_expire_la_SOURCES) $(mod_extforward_la_SOURCES) \
                    653:        $(mod_fastcgi_la_SOURCES) $(mod_flv_streaming_la_SOURCES) \
                    654:        $(mod_indexfile_la_SOURCES) $(mod_magnet_la_SOURCES) \
                    655:        $(mod_mysql_vhost_la_SOURCES) $(mod_proxy_la_SOURCES) \
                    656:        $(mod_redirect_la_SOURCES) $(mod_rewrite_la_SOURCES) \
                    657:        $(mod_rrdtool_la_SOURCES) $(mod_scgi_la_SOURCES) \
                    658:        $(mod_secdownload_la_SOURCES) $(mod_setenv_la_SOURCES) \
                    659:        $(mod_simple_vhost_la_SOURCES) $(mod_ssi_la_SOURCES) \
                    660:        $(mod_staticfile_la_SOURCES) $(mod_status_la_SOURCES) \
                    661:        $(mod_trigger_b4_dl_la_SOURCES) $(mod_userdir_la_SOURCES) \
                    662:        $(mod_usertrack_la_SOURCES) $(mod_webdav_la_SOURCES) \
                    663:        $(lemon_SOURCES) $(am__lighttpd_SOURCES_DIST) \
1.1.1.3 ! misho     664:        $(lighttpd_angel_SOURCES) $(proc_open_SOURCES) \
        !           665:        $(test_base64_SOURCES) $(test_buffer_SOURCES) \
        !           666:        $(test_configfile_SOURCES)
1.1       misho     667: am__can_run_installinfo = \
                    668:   case $$AM_UPDATE_INFO_DIR in \
                    669:     n|no|NO) false;; \
                    670:     *) (install-info --version) >/dev/null 2>&1;; \
                    671:   esac
                    672: HEADERS = $(noinst_HEADERS)
                    673: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    674: # Read a list of newline-separated strings from the standard input,
                    675: # and print each of them once, without duplicates.  Input order is
                    676: # *not* preserved.
                    677: am__uniquify_input = $(AWK) '\
                    678:   BEGIN { nonempty = 0; } \
                    679:   { items[$$0] = 1; nonempty = 1; } \
                    680:   END { if (nonempty) { for (i in items) print i; }; } \
                    681: '
                    682: # Make sure the list of sources is unique.  This is necessary because,
                    683: # e.g., the same source file might be shared among _SOURCES variables
                    684: # for different programs/libraries.
                    685: am__define_uniq_tagged_files = \
                    686:   list='$(am__tagged_files)'; \
                    687:   unique=`for i in $$list; do \
                    688:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    689:   done | $(am__uniquify_input)`
                    690: ETAGS = etags
                    691: CTAGS = ctags
1.1.1.3 ! misho     692: am__tty_colors_dummy = \
        !           693:   mgn= red= grn= lgn= blu= brg= std=; \
        !           694:   am__color_tests=no
        !           695: am__tty_colors = { \
        !           696:   $(am__tty_colors_dummy); \
        !           697:   if test "X$(AM_COLOR_TESTS)" = Xno; then \
        !           698:     am__color_tests=no; \
        !           699:   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
        !           700:     am__color_tests=yes; \
        !           701:   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
        !           702:     am__color_tests=yes; \
        !           703:   fi; \
        !           704:   if test $$am__color_tests = yes; then \
        !           705:     red=''; \
        !           706:     grn=''; \
        !           707:     lgn=''; \
        !           708:     blu=''; \
        !           709:     mgn=''; \
        !           710:     brg=''; \
        !           711:     std=''; \
        !           712:   fi; \
        !           713: }
        !           714: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
1.1       misho     715: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    716: ACLOCAL = @ACLOCAL@
                    717: AMTAR = @AMTAR@
                    718: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
                    719: AR = @AR@
                    720: ATTR_LIB = @ATTR_LIB@
                    721: AUTOCONF = @AUTOCONF@
                    722: AUTOHEADER = @AUTOHEADER@
                    723: AUTOMAKE = @AUTOMAKE@
                    724: AWK = @AWK@
                    725: BZ_LIB = @BZ_LIB@
                    726: CC = @CC@
                    727: CCDEPMODE = @CCDEPMODE@
                    728: CFLAGS = @CFLAGS@
                    729: CPP = @CPP@
                    730: CPPFLAGS = @CPPFLAGS@
                    731: CRYPT_LIB = @CRYPT_LIB@
                    732: CYGPATH_W = @CYGPATH_W@
                    733: DEFS = @DEFS@ -DHAVE_VERSION_H -DLIBRARY_DIR="\"$(libdir)\"" -DSBIN_DIR="\"$(sbindir)\""
                    734: DEPDIR = @DEPDIR@
                    735: DLLTOOL = @DLLTOOL@
                    736: DL_LIB = @DL_LIB@
                    737: DSYMUTIL = @DSYMUTIL@
                    738: DUMPBIN = @DUMPBIN@
                    739: ECHO_C = @ECHO_C@
                    740: ECHO_N = @ECHO_N@
                    741: ECHO_T = @ECHO_T@
                    742: EGREP = @EGREP@
                    743: EXEEXT = @EXEEXT@
                    744: FAM_CFLAGS = @FAM_CFLAGS@
                    745: FAM_LIBS = @FAM_LIBS@
                    746: FGREP = @FGREP@
                    747: GDBM_LIB = @GDBM_LIB@
                    748: GREP = @GREP@
                    749: INSTALL = @INSTALL@
                    750: INSTALL_DATA = @INSTALL_DATA@
                    751: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    752: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    753: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    754: LBER_LIB = @LBER_LIB@
                    755: LD = @LD@
                    756: LDAP_LIB = @LDAP_LIB@
                    757: LDFLAGS = @LDFLAGS@
                    758: LIBEV_CFLAGS = @LIBEV_CFLAGS@
                    759: LIBEV_LIBS = @LIBEV_LIBS@
                    760: LIBOBJS = @LIBOBJS@
                    761: LIBS = @LIBS@
                    762: LIBTOOL = @LIBTOOL@
1.1.1.3 ! misho     763: LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@
        !           764: LIBUNWIND_LIBS = @LIBUNWIND_LIBS@
1.1       misho     765: LIPO = @LIPO@
                    766: LN_S = @LN_S@
                    767: LTLIBOBJS = @LTLIBOBJS@
1.1.1.3 ! misho     768: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
1.1       misho     769: LUA_CFLAGS = @LUA_CFLAGS@
                    770: LUA_LIBS = @LUA_LIBS@
                    771: MAKEINFO = @MAKEINFO@
                    772: MANIFEST_TOOL = @MANIFEST_TOOL@
1.1.1.3 ! misho     773: MEMCACHED_LIB = @MEMCACHED_LIB@
1.1       misho     774: MKDIR_P = @MKDIR_P@
                    775: MYSQL_CONFIG = @MYSQL_CONFIG@
                    776: MYSQL_INCLUDE = @MYSQL_INCLUDE@
                    777: MYSQL_LIBS = @MYSQL_LIBS@
                    778: NM = @NM@
                    779: NMEDIT = @NMEDIT@
                    780: OBJDUMP = @OBJDUMP@
                    781: OBJEXT = @OBJEXT@
                    782: OTOOL = @OTOOL@
                    783: OTOOL64 = @OTOOL64@
                    784: PACKAGE = @PACKAGE@
                    785: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    786: PACKAGE_NAME = @PACKAGE_NAME@
                    787: PACKAGE_STRING = @PACKAGE_STRING@
                    788: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    789: PACKAGE_URL = @PACKAGE_URL@
                    790: PACKAGE_VERSION = @PACKAGE_VERSION@
                    791: PATH_SEPARATOR = @PATH_SEPARATOR@
                    792: PCRECONFIG = @PCRECONFIG@
                    793: PCRE_LIB = @PCRE_LIB@
                    794: PKG_CONFIG = @PKG_CONFIG@
                    795: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
                    796: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
                    797: RANLIB = @RANLIB@
                    798: SED = @SED@
                    799: SENDFILE_LIB = @SENDFILE_LIB@
                    800: SET_MAKE = @SET_MAKE@
                    801: SHELL = @SHELL@
                    802: SQLITE_CFLAGS = @SQLITE_CFLAGS@
                    803: SQLITE_LIBS = @SQLITE_LIBS@
                    804: SSL_LIB = @SSL_LIB@
                    805: STRIP = @STRIP@
                    806: UUID_LIBS = @UUID_LIBS@
                    807: VERSION = @VERSION@
                    808: XML_CFLAGS = @XML_CFLAGS@
                    809: XML_LIBS = @XML_LIBS@
                    810: Z_LIB = @Z_LIB@
                    811: abs_builddir = @abs_builddir@
                    812: abs_srcdir = @abs_srcdir@
                    813: abs_top_builddir = @abs_top_builddir@
                    814: abs_top_srcdir = @abs_top_srcdir@
                    815: ac_ct_AR = @ac_ct_AR@
                    816: ac_ct_CC = @ac_ct_CC@
                    817: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    818: am__include = @am__include@
                    819: am__leading_dot = @am__leading_dot@
                    820: am__quote = @am__quote@
                    821: am__tar = @am__tar@
                    822: am__untar = @am__untar@
                    823: bindir = @bindir@
                    824: build = @build@
                    825: build_alias = @build_alias@
                    826: build_cpu = @build_cpu@
                    827: build_os = @build_os@
                    828: build_vendor = @build_vendor@
                    829: builddir = @builddir@
                    830: datadir = @datadir@
                    831: datarootdir = @datarootdir@
                    832: docdir = @docdir@
                    833: dvidir = @dvidir@
                    834: exec_prefix = @exec_prefix@
                    835: host = @host@
                    836: host_alias = @host_alias@
                    837: host_cpu = @host_cpu@
                    838: host_os = @host_os@
                    839: host_vendor = @host_vendor@
                    840: htmldir = @htmldir@
                    841: includedir = @includedir@
                    842: infodir = @infodir@
                    843: install_sh = @install_sh@
                    844: libdir = @libdir@
                    845: libexecdir = @libexecdir@
                    846: localedir = @localedir@
                    847: localstatedir = @localstatedir@
                    848: mandir = @mandir@
                    849: mkdir_p = @mkdir_p@
                    850: oldincludedir = @oldincludedir@
                    851: pdfdir = @pdfdir@
                    852: prefix = @prefix@
                    853: program_transform_name = @program_transform_name@
                    854: psdir = @psdir@
                    855: sbindir = @sbindir@
                    856: sharedstatedir = @sharedstatedir@
                    857: srcdir = @srcdir@
                    858: sysconfdir = @sysconfdir@
                    859: target_alias = @target_alias@
                    860: top_build_prefix = @top_build_prefix@
                    861: top_builddir = @top_builddir@
                    862: top_srcdir = @top_srcdir@
1.1.1.3 ! misho     863: AM_CFLAGS = $(FAM_CFLAGS) $(LIBUNWIND_CFLAGS)
1.1       misho     864: LEMON = $(top_builddir)/src/lemon$(EXEEXT)
1.1.1.3 ! misho     865: TESTS = \
        !           866:        test_buffer$(EXEEXT) \
        !           867:        test_base64$(EXEEXT) \
        !           868:        test_configfile$(EXEEXT)
        !           869: 
1.1       misho     870: lemon_SOURCES = lemon.c
                    871: lighttpd_angel_SOURCES = lighttpd-angel.c
                    872: BUILT_SOURCES = parsers versionstamp
                    873: MAINTAINERCLEANFILES = configparser.c configparser.h mod_ssi_exprparser.c mod_ssi_exprparser.h
                    874: CLEANFILES = versionstamp.h versionstamp.h.tmp
1.1.1.3 ! misho     875: common_src = base64.c buffer.c log.c \
        !           876:        keyvalue.c chunk.c  \
        !           877:        http_chunk.c stream.c fdevent.c \
        !           878:        stat_cache.c plugin.c joblist.c etag.c array.c \
        !           879:        data_string.c data_count.c data_array.c \
        !           880:        data_integer.c md5.c data_fastcgi.c \
        !           881:        vector.c \
        !           882:        fdevent_select.c fdevent_libev.c \
        !           883:        fdevent_poll.c fdevent_linux_sysepoll.c \
        !           884:        fdevent_solaris_devpoll.c fdevent_solaris_port.c \
        !           885:        fdevent_freebsd_kqueue.c \
        !           886:        data_config.c \
        !           887:        inet_ntop_cache.c crc32.c \
        !           888:        connections-glue.c \
        !           889:        configfile-glue.c \
        !           890:        http-header-glue.c \
        !           891:        network_write.c network_linux_sendfile.c \
        !           892:        network_write_mmap.c network_write_no_mmap.c \
        !           893:        network_freebsd_sendfile.c network_writev.c \
        !           894:        network_solaris_sendfilev.c network_openssl.c \
        !           895:        splaytree.c status_counter.c \
        !           896:        safe_memclear.c network_darwin_sendfile.c
1.1       misho     897: 
                    898: src = server.c response.c connections.c network.c configfile.c \
                    899:        configparser.c request.c proc_open.c $(am__append_2)
                    900: 
                    901: #lib_LTLIBRARIES += mod_httptls.la
                    902: #mod_httptls_la_SOURCES = mod_httptls.c
1.1.1.3 ! misho     903: #mod_httptls_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     904: #mod_httptls_la_LIBADD = $(common_libadd)
                    905: lib_LTLIBRARIES = $(am__append_1) mod_flv_streaming.la mod_evasive.la \
                    906:        mod_webdav.la mod_magnet.la mod_cml.la mod_trigger_b4_dl.la \
                    907:        mod_mysql_vhost.la mod_cgi.la mod_scgi.la mod_staticfile.la \
                    908:        mod_dirlisting.la mod_indexfile.la mod_setenv.la mod_alias.la \
                    909:        mod_userdir.la mod_rrdtool.la mod_usertrack.la mod_proxy.la \
                    910:        mod_ssi.la mod_secdownload.la mod_expire.la mod_evhost.la \
                    911:        mod_simple_vhost.la mod_fastcgi.la mod_extforward.la \
                    912:        mod_access.la mod_compress.la mod_auth.la mod_rewrite.la \
                    913:        mod_redirect.la mod_status.la mod_accesslog.la
1.1.1.3 ! misho     914: @NO_RDYNAMIC_FALSE@common_ldflags = -avoid-version
        !           915: 
        !           916: # if the linker doesn't allow referencing symbols of the binary
        !           917: # we have to put everything into a shared-lib and link it into
        !           918: # everything
        !           919: @NO_RDYNAMIC_TRUE@common_ldflags = -avoid-version -no-undefined
1.1       misho     920: @NO_RDYNAMIC_TRUE@liblightcomp_la_SOURCES = $(common_src)
                    921: @NO_RDYNAMIC_TRUE@liblightcomp_la_CFLAGS = $(AM_CFLAGS) $(LIBEV_CFLAGS)
1.1.1.3 ! misho     922: @NO_RDYNAMIC_TRUE@liblightcomp_la_LDFLAGS = $(common_ldflags)
        !           923: @NO_RDYNAMIC_TRUE@liblightcomp_la_LIBADD = $(PCRE_LIB) $(SSL_LIB) $(FAM_LIBS) $(LIBEV_LIBS) $(ATTR_LIB)
1.1       misho     924: @NO_RDYNAMIC_FALSE@common_libadd = 
                    925: @NO_RDYNAMIC_TRUE@common_libadd = liblightcomp.la
1.1.1.3 ! misho     926: common_module_ldflags = -module -export-dynamic $(common_ldflags)
1.1       misho     927: mod_flv_streaming_la_SOURCES = mod_flv_streaming.c
1.1.1.3 ! misho     928: mod_flv_streaming_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     929: mod_flv_streaming_la_LIBADD = $(common_libadd)
                    930: mod_evasive_la_SOURCES = mod_evasive.c
1.1.1.3 ! misho     931: mod_evasive_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     932: mod_evasive_la_LIBADD = $(common_libadd)
                    933: mod_webdav_la_SOURCES = mod_webdav.c
                    934: mod_webdav_la_CFLAGS = $(AM_CFLAGS) $(XML_CFLAGS) $(SQLITE_CFLAGS) 
1.1.1.3 ! misho     935: mod_webdav_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     936: mod_webdav_la_LIBADD = $(common_libadd) $(XML_LIBS) $(SQLITE_LIBS) $(UUID_LIBS)
                    937: mod_magnet_la_SOURCES = mod_magnet.c mod_magnet_cache.c
                    938: mod_magnet_la_CFLAGS = $(AM_CFLAGS) $(LUA_CFLAGS)
1.1.1.3 ! misho     939: mod_magnet_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     940: mod_magnet_la_LIBADD = $(common_libadd) $(LUA_LIBS) -lm
                    941: mod_cml_la_SOURCES = mod_cml.c mod_cml_lua.c mod_cml_funcs.c
                    942: mod_cml_la_CFLAGS = $(AM_CFLAGS) $(LUA_CFLAGS)
1.1.1.3 ! misho     943: mod_cml_la_LDFLAGS = $(common_module_ldflags)
        !           944: mod_cml_la_LIBADD = $(MEMCACHED_LIB) $(common_libadd) $(LUA_LIBS) -lm
1.1       misho     945: mod_trigger_b4_dl_la_SOURCES = mod_trigger_b4_dl.c
1.1.1.3 ! misho     946: mod_trigger_b4_dl_la_LDFLAGS = $(common_module_ldflags)
        !           947: mod_trigger_b4_dl_la_LIBADD = $(GDBM_LIB) $(MEMCACHED_LIB) $(PCRE_LIB) $(common_libadd)
1.1       misho     948: mod_mysql_vhost_la_SOURCES = mod_mysql_vhost.c
1.1.1.3 ! misho     949: mod_mysql_vhost_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     950: mod_mysql_vhost_la_LIBADD = $(MYSQL_LIBS) $(common_libadd)
                    951: mod_mysql_vhost_la_CPPFLAGS = $(MYSQL_INCLUDE)
                    952: mod_cgi_la_SOURCES = mod_cgi.c
1.1.1.3 ! misho     953: mod_cgi_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     954: mod_cgi_la_LIBADD = $(common_libadd)
                    955: mod_scgi_la_SOURCES = mod_scgi.c
1.1.1.3 ! misho     956: mod_scgi_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     957: mod_scgi_la_LIBADD = $(common_libadd)
                    958: mod_staticfile_la_SOURCES = mod_staticfile.c
1.1.1.3 ! misho     959: mod_staticfile_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     960: mod_staticfile_la_LIBADD = $(common_libadd)
                    961: mod_dirlisting_la_SOURCES = mod_dirlisting.c
1.1.1.3 ! misho     962: mod_dirlisting_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     963: mod_dirlisting_la_LIBADD = $(common_libadd) $(PCRE_LIB)
                    964: mod_indexfile_la_SOURCES = mod_indexfile.c
1.1.1.3 ! misho     965: mod_indexfile_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     966: mod_indexfile_la_LIBADD = $(common_libadd)
                    967: mod_setenv_la_SOURCES = mod_setenv.c
1.1.1.3 ! misho     968: mod_setenv_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     969: mod_setenv_la_LIBADD = $(common_libadd)
                    970: mod_alias_la_SOURCES = mod_alias.c
1.1.1.3 ! misho     971: mod_alias_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     972: mod_alias_la_LIBADD = $(common_libadd)
                    973: mod_userdir_la_SOURCES = mod_userdir.c
1.1.1.3 ! misho     974: mod_userdir_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     975: mod_userdir_la_LIBADD = $(common_libadd)
                    976: mod_rrdtool_la_SOURCES = mod_rrdtool.c
1.1.1.3 ! misho     977: mod_rrdtool_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     978: mod_rrdtool_la_LIBADD = $(common_libadd)
                    979: mod_usertrack_la_SOURCES = mod_usertrack.c
1.1.1.3 ! misho     980: mod_usertrack_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     981: mod_usertrack_la_LIBADD = $(common_libadd)
                    982: mod_proxy_la_SOURCES = mod_proxy.c
1.1.1.3 ! misho     983: mod_proxy_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     984: mod_proxy_la_LIBADD = $(common_libadd)
                    985: mod_ssi_la_SOURCES = mod_ssi_exprparser.c mod_ssi_expr.c mod_ssi.c
1.1.1.3 ! misho     986: mod_ssi_la_LDFLAGS = $(common_module_ldflags)
        !           987: mod_ssi_la_LIBADD = $(common_libadd)
        !           988: mod_secdownload_la_SOURCES = mod_secdownload.c
        !           989: mod_secdownload_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     990: mod_secdownload_la_LIBADD = $(common_libadd)
                    991: mod_expire_la_SOURCES = mod_expire.c
1.1.1.3 ! misho     992: mod_expire_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     993: mod_expire_la_LIBADD = $(common_libadd)
                    994: mod_evhost_la_SOURCES = mod_evhost.c
1.1.1.3 ! misho     995: mod_evhost_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     996: mod_evhost_la_LIBADD = $(common_libadd)
                    997: mod_simple_vhost_la_SOURCES = mod_simple_vhost.c
1.1.1.3 ! misho     998: mod_simple_vhost_la_LDFLAGS = $(common_module_ldflags)
1.1       misho     999: mod_simple_vhost_la_LIBADD = $(common_libadd)
                   1000: mod_fastcgi_la_SOURCES = mod_fastcgi.c
1.1.1.3 ! misho    1001: mod_fastcgi_la_LDFLAGS = $(common_module_ldflags)
1.1       misho    1002: mod_fastcgi_la_LIBADD = $(common_libadd)
                   1003: mod_extforward_la_SOURCES = mod_extforward.c
1.1.1.3 ! misho    1004: mod_extforward_la_LDFLAGS = $(common_module_ldflags)
1.1       misho    1005: mod_extforward_la_LIBADD = $(common_libadd)
                   1006: mod_access_la_SOURCES = mod_access.c
1.1.1.3 ! misho    1007: mod_access_la_LDFLAGS = $(common_module_ldflags)
1.1       misho    1008: mod_access_la_LIBADD = $(common_libadd)
                   1009: mod_compress_la_SOURCES = mod_compress.c
1.1.1.3 ! misho    1010: mod_compress_la_LDFLAGS = $(common_module_ldflags)
1.1       misho    1011: mod_compress_la_LIBADD = $(Z_LIB) $(BZ_LIB) $(common_libadd)
                   1012: mod_auth_la_SOURCES = mod_auth.c http_auth.c
1.1.1.3 ! misho    1013: mod_auth_la_LDFLAGS = $(common_module_ldflags)
        !          1014: mod_auth_la_LIBADD = ${MYSQL_LIBS} $(CRYPT_LIB) $(SSL_LIB) $(LDAP_LIB) $(LBER_LIB) $(common_libadd)
1.1       misho    1015: mod_rewrite_la_SOURCES = mod_rewrite.c
1.1.1.3 ! misho    1016: mod_rewrite_la_LDFLAGS = $(common_module_ldflags)
1.1       misho    1017: mod_rewrite_la_LIBADD = $(PCRE_LIB) $(common_libadd)
                   1018: mod_redirect_la_SOURCES = mod_redirect.c
1.1.1.3 ! misho    1019: mod_redirect_la_LDFLAGS = $(common_module_ldflags)
1.1       misho    1020: mod_redirect_la_LIBADD = $(PCRE_LIB) $(common_libadd)
                   1021: mod_status_la_SOURCES = mod_status.c
1.1.1.3 ! misho    1022: mod_status_la_LDFLAGS = $(common_module_ldflags)
1.1       misho    1023: mod_status_la_LIBADD = $(common_libadd)
                   1024: mod_accesslog_la_SOURCES = mod_accesslog.c
1.1.1.3 ! misho    1025: mod_accesslog_la_LDFLAGS = $(common_module_ldflags)
1.1       misho    1026: mod_accesslog_la_LIBADD = $(common_libadd)
1.1.1.3 ! misho    1027: hdr = server.h base64.h buffer.h network.h log.h keyvalue.h \
        !          1028:        response.h request.h fastcgi.h chunk.h \
        !          1029:        first.h settings.h http_chunk.h \
        !          1030:        md5.h http_auth.h stream.h \
        !          1031:        fdevent.h connections.h base.h stat_cache.h \
        !          1032:        plugin.h mod_auth.h \
        !          1033:        etag.h joblist.h array.h vector.h crc32.h \
        !          1034:        network_backends.h configfile.h \
        !          1035:        mod_ssi.h mod_ssi_expr.h inet_ntop_cache.h \
        !          1036:        configparser.h mod_ssi_exprparser.h \
        !          1037:        sys-mmap.h sys-socket.h mod_cml.h mod_cml_funcs.h \
        !          1038:        safe_memclear.h splaytree.h proc_open.h status_counter.h \
        !          1039:        mod_magnet_cache.h \
        !          1040:        version.h
        !          1041: 
        !          1042: @LIGHTTPD_STATIC_FALSE@lighttpd_SOURCES = $(src)
        !          1043: @LIGHTTPD_STATIC_TRUE@lighttpd_SOURCES = \
        !          1044: @LIGHTTPD_STATIC_TRUE@  $(src) \
        !          1045: @LIGHTTPD_STATIC_TRUE@  mod_access.c \
        !          1046: @LIGHTTPD_STATIC_TRUE@  mod_accesslog.c \
        !          1047: @LIGHTTPD_STATIC_TRUE@  mod_alias.c \
        !          1048: @LIGHTTPD_STATIC_TRUE@  mod_auth.c http_auth.c \
        !          1049: @LIGHTTPD_STATIC_TRUE@  mod_cgi.c \
        !          1050: @LIGHTTPD_STATIC_TRUE@  mod_cml.c mod_cml_lua.c mod_cml_funcs.c \
        !          1051: @LIGHTTPD_STATIC_TRUE@  mod_compress.c \
        !          1052: @LIGHTTPD_STATIC_TRUE@  mod_dirlisting.c \
        !          1053: @LIGHTTPD_STATIC_TRUE@  mod_evasive.c \
        !          1054: @LIGHTTPD_STATIC_TRUE@  mod_expire.c \
        !          1055: @LIGHTTPD_STATIC_TRUE@  mod_extforward.c \
        !          1056: @LIGHTTPD_STATIC_TRUE@  mod_fastcgi.c \
        !          1057: @LIGHTTPD_STATIC_TRUE@  mod_flv_streaming.c \
        !          1058: @LIGHTTPD_STATIC_TRUE@  mod_indexfile.c \
        !          1059: @LIGHTTPD_STATIC_TRUE@  mod_magnet.c mod_magnet_cache.c \
        !          1060: @LIGHTTPD_STATIC_TRUE@  mod_mysql_vhost.c \
        !          1061: @LIGHTTPD_STATIC_TRUE@  mod_proxy.c \
        !          1062: @LIGHTTPD_STATIC_TRUE@  mod_redirect.c \
        !          1063: @LIGHTTPD_STATIC_TRUE@  mod_rewrite.c \
        !          1064: @LIGHTTPD_STATIC_TRUE@  mod_rrdtool.c \
        !          1065: @LIGHTTPD_STATIC_TRUE@  mod_scgi.c \
        !          1066: @LIGHTTPD_STATIC_TRUE@  mod_secdownload.c \
        !          1067: @LIGHTTPD_STATIC_TRUE@  mod_setenv.c \
        !          1068: @LIGHTTPD_STATIC_TRUE@  mod_simple_vhost.c \
        !          1069: @LIGHTTPD_STATIC_TRUE@  mod_ssi_exprparser.c mod_ssi_expr.c mod_ssi.c \
        !          1070: @LIGHTTPD_STATIC_TRUE@  mod_staticfile.c \
        !          1071: @LIGHTTPD_STATIC_TRUE@  mod_status.c \
        !          1072: @LIGHTTPD_STATIC_TRUE@  mod_trigger_b4_dl.c \
        !          1073: @LIGHTTPD_STATIC_TRUE@  mod_userdir.c \
        !          1074: @LIGHTTPD_STATIC_TRUE@  mod_usertrack.c \
        !          1075: @LIGHTTPD_STATIC_TRUE@  mod_webdav.c
        !          1076: 
        !          1077: @LIGHTTPD_STATIC_FALSE@lighttpd_CPPFLAGS = $(FAM_CFLAGS) $(LIBEV_CFLAGS)
        !          1078: @LIGHTTPD_STATIC_TRUE@lighttpd_CPPFLAGS = \
        !          1079: @LIGHTTPD_STATIC_TRUE@  -DLIGHTTPD_STATIC \
        !          1080: @LIGHTTPD_STATIC_TRUE@  $(LUA_CFLAGS) \
        !          1081: @LIGHTTPD_STATIC_TRUE@  $(MYSQL_INCLUDE) \
        !          1082: @LIGHTTPD_STATIC_TRUE@  $(MEMCACHED_CFLAGS) \
        !          1083: @LIGHTTPD_STATIC_TRUE@  $(XML_CFLAGS) $(SQLITE_CFLAGS) \
        !          1084: @LIGHTTPD_STATIC_TRUE@  $(FAM_CFLAGS) $(LIBEV_CFLAGS) $(LIBUNWIND_CFLAGS)
        !          1085: 
        !          1086: @LIGHTTPD_STATIC_FALSE@lighttpd_LDADD = $(PCRE_LIB) $(DL_LIB) $(SENDFILE_LIB) $(ATTR_LIB) $(common_libadd) $(SSL_LIB) $(FAM_LIBS) $(LIBEV_LIBS) $(LIBUNWIND_LIBS)
        !          1087: @LIGHTTPD_STATIC_TRUE@lighttpd_LDADD = \
        !          1088: @LIGHTTPD_STATIC_TRUE@  $(common_libadd) \
        !          1089: @LIGHTTPD_STATIC_TRUE@  $(CRYPT_LIB) $(SSL_LIB) $(LDAP_LIB) $(LBER_LIB) \
        !          1090: @LIGHTTPD_STATIC_TRUE@  $(LUA_LIBS) -lm \
        !          1091: @LIGHTTPD_STATIC_TRUE@  $(MYSQL_LIBS) \
        !          1092: @LIGHTTPD_STATIC_TRUE@  $(MEMCACHED_LIB) \
        !          1093: @LIGHTTPD_STATIC_TRUE@  $(GDBM_LIB) \
        !          1094: @LIGHTTPD_STATIC_TRUE@  $(XML_LIBS) $(SQLITE_LIBS) $(UUID_LIBS) \
        !          1095: @LIGHTTPD_STATIC_TRUE@  $(PCRE_LIB) $(Z_LIB) $(BZ_LIB) $(DL_LIB) $(SENDFILE_LIB) $(ATTR_LIB) \
        !          1096: @LIGHTTPD_STATIC_TRUE@  $(FAM_LIBS) $(LIBEV_LIBS) $(LIBUNWIND_LIBS)
        !          1097: 
        !          1098: @LIGHTTPD_STATIC_FALSE@lighttpd_LDFLAGS = -export-dynamic
        !          1099: @LIGHTTPD_STATIC_TRUE@lighttpd_LDFLAGS = -export-dynamic
1.1       misho    1100: proc_open_SOURCES = proc_open.c buffer.c
1.1.1.3 ! misho    1101: proc_open_LDADD = $(LIBUNWIND_LIBS)
1.1       misho    1102: proc_open_CPPFLAGS = -DDEBUG_PROC_OPEN
1.1.1.3 ! misho    1103: test_buffer_SOURCES = test_buffer.c buffer.c
        !          1104: test_buffer_LDADD = $(LIBUNWIND_LIBS)
        !          1105: test_base64_SOURCES = test_base64.c base64.c buffer.c
        !          1106: test_base64_LDADD = $(LIBUNWIND_LIBS)
        !          1107: test_configfile_SOURCES = test_configfile.c buffer.c array.c data_string.c keyvalue.c log.c
        !          1108: test_configfile_LDADD = $(PCRE_LIB) $(LIBUNWIND_LIBS)
1.1       misho    1109: noinst_HEADERS = $(hdr)
1.1.1.3 ! misho    1110: EXTRA_DIST = \
        !          1111:        mod_skeleton.c \
        !          1112:        configparser.y \
        !          1113:        mod_ssi_exprparser.y \
        !          1114:        lempar.c \
        !          1115:        SConscript \
        !          1116:        CMakeLists.txt config.h.cmake
        !          1117: 
1.1       misho    1118: all: $(BUILT_SOURCES)
                   1119:        $(MAKE) $(AM_MAKEFLAGS) all-am
                   1120: 
                   1121: .SUFFIXES:
                   1122: .SUFFIXES: .c .lo .o .obj
                   1123: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                   1124:        @for dep in $?; do \
                   1125:          case '$(am__configure_deps)' in \
                   1126:            *$$dep*) \
                   1127:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                   1128:                && { if test -f $@; then exit 0; else break; fi; }; \
                   1129:              exit 1;; \
                   1130:          esac; \
                   1131:        done; \
                   1132:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
                   1133:        $(am__cd) $(top_srcdir) && \
                   1134:          $(AUTOMAKE) --foreign src/Makefile
                   1135: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                   1136:        @case '$?' in \
                   1137:          *config.status*) \
                   1138:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                   1139:          *) \
                   1140:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                   1141:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                   1142:        esac;
                   1143: 
                   1144: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                   1145:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                   1146: 
                   1147: $(top_srcdir)/configure:  $(am__configure_deps)
                   1148:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                   1149: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                   1150:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                   1151: $(am__aclocal_m4_deps):
                   1152: 
                   1153: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
                   1154:        @$(NORMAL_INSTALL)
                   1155:        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
                   1156:        list2=; for p in $$list; do \
                   1157:          if test -f $$p; then \
                   1158:            list2="$$list2 $$p"; \
                   1159:          else :; fi; \
                   1160:        done; \
                   1161:        test -z "$$list2" || { \
                   1162:          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
                   1163:          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
                   1164:          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
                   1165:          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
                   1166:        }
                   1167: 
                   1168: uninstall-libLTLIBRARIES:
                   1169:        @$(NORMAL_UNINSTALL)
                   1170:        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
                   1171:        for p in $$list; do \
                   1172:          $(am__strip_dir) \
                   1173:          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
                   1174:          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
                   1175:        done
                   1176: 
                   1177: clean-libLTLIBRARIES:
                   1178:        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
                   1179:        @list='$(lib_LTLIBRARIES)'; \
                   1180:        locs=`for p in $$list; do echo $$p; done | \
                   1181:              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
                   1182:              sort -u`; \
                   1183:        test -z "$$locs" || { \
                   1184:          echo rm -f $${locs}; \
                   1185:          rm -f $${locs}; \
                   1186:        }
                   1187: 
                   1188: liblightcomp.la: $(liblightcomp_la_OBJECTS) $(liblightcomp_la_DEPENDENCIES) $(EXTRA_liblightcomp_la_DEPENDENCIES) 
                   1189:        $(AM_V_CCLD)$(liblightcomp_la_LINK) $(am_liblightcomp_la_rpath) $(liblightcomp_la_OBJECTS) $(liblightcomp_la_LIBADD) $(LIBS)
                   1190: 
                   1191: mod_access.la: $(mod_access_la_OBJECTS) $(mod_access_la_DEPENDENCIES) $(EXTRA_mod_access_la_DEPENDENCIES) 
                   1192:        $(AM_V_CCLD)$(mod_access_la_LINK) -rpath $(libdir) $(mod_access_la_OBJECTS) $(mod_access_la_LIBADD) $(LIBS)
                   1193: 
                   1194: mod_accesslog.la: $(mod_accesslog_la_OBJECTS) $(mod_accesslog_la_DEPENDENCIES) $(EXTRA_mod_accesslog_la_DEPENDENCIES) 
                   1195:        $(AM_V_CCLD)$(mod_accesslog_la_LINK) -rpath $(libdir) $(mod_accesslog_la_OBJECTS) $(mod_accesslog_la_LIBADD) $(LIBS)
                   1196: 
                   1197: mod_alias.la: $(mod_alias_la_OBJECTS) $(mod_alias_la_DEPENDENCIES) $(EXTRA_mod_alias_la_DEPENDENCIES) 
                   1198:        $(AM_V_CCLD)$(mod_alias_la_LINK) -rpath $(libdir) $(mod_alias_la_OBJECTS) $(mod_alias_la_LIBADD) $(LIBS)
                   1199: 
                   1200: mod_auth.la: $(mod_auth_la_OBJECTS) $(mod_auth_la_DEPENDENCIES) $(EXTRA_mod_auth_la_DEPENDENCIES) 
                   1201:        $(AM_V_CCLD)$(mod_auth_la_LINK) -rpath $(libdir) $(mod_auth_la_OBJECTS) $(mod_auth_la_LIBADD) $(LIBS)
                   1202: 
                   1203: mod_cgi.la: $(mod_cgi_la_OBJECTS) $(mod_cgi_la_DEPENDENCIES) $(EXTRA_mod_cgi_la_DEPENDENCIES) 
                   1204:        $(AM_V_CCLD)$(mod_cgi_la_LINK) -rpath $(libdir) $(mod_cgi_la_OBJECTS) $(mod_cgi_la_LIBADD) $(LIBS)
                   1205: 
                   1206: mod_cml.la: $(mod_cml_la_OBJECTS) $(mod_cml_la_DEPENDENCIES) $(EXTRA_mod_cml_la_DEPENDENCIES) 
                   1207:        $(AM_V_CCLD)$(mod_cml_la_LINK) -rpath $(libdir) $(mod_cml_la_OBJECTS) $(mod_cml_la_LIBADD) $(LIBS)
                   1208: 
                   1209: mod_compress.la: $(mod_compress_la_OBJECTS) $(mod_compress_la_DEPENDENCIES) $(EXTRA_mod_compress_la_DEPENDENCIES) 
                   1210:        $(AM_V_CCLD)$(mod_compress_la_LINK) -rpath $(libdir) $(mod_compress_la_OBJECTS) $(mod_compress_la_LIBADD) $(LIBS)
                   1211: 
                   1212: mod_dirlisting.la: $(mod_dirlisting_la_OBJECTS) $(mod_dirlisting_la_DEPENDENCIES) $(EXTRA_mod_dirlisting_la_DEPENDENCIES) 
                   1213:        $(AM_V_CCLD)$(mod_dirlisting_la_LINK) -rpath $(libdir) $(mod_dirlisting_la_OBJECTS) $(mod_dirlisting_la_LIBADD) $(LIBS)
                   1214: 
                   1215: mod_evasive.la: $(mod_evasive_la_OBJECTS) $(mod_evasive_la_DEPENDENCIES) $(EXTRA_mod_evasive_la_DEPENDENCIES) 
                   1216:        $(AM_V_CCLD)$(mod_evasive_la_LINK) -rpath $(libdir) $(mod_evasive_la_OBJECTS) $(mod_evasive_la_LIBADD) $(LIBS)
                   1217: 
                   1218: mod_evhost.la: $(mod_evhost_la_OBJECTS) $(mod_evhost_la_DEPENDENCIES) $(EXTRA_mod_evhost_la_DEPENDENCIES) 
                   1219:        $(AM_V_CCLD)$(mod_evhost_la_LINK) -rpath $(libdir) $(mod_evhost_la_OBJECTS) $(mod_evhost_la_LIBADD) $(LIBS)
                   1220: 
                   1221: mod_expire.la: $(mod_expire_la_OBJECTS) $(mod_expire_la_DEPENDENCIES) $(EXTRA_mod_expire_la_DEPENDENCIES) 
                   1222:        $(AM_V_CCLD)$(mod_expire_la_LINK) -rpath $(libdir) $(mod_expire_la_OBJECTS) $(mod_expire_la_LIBADD) $(LIBS)
                   1223: 
                   1224: mod_extforward.la: $(mod_extforward_la_OBJECTS) $(mod_extforward_la_DEPENDENCIES) $(EXTRA_mod_extforward_la_DEPENDENCIES) 
                   1225:        $(AM_V_CCLD)$(mod_extforward_la_LINK) -rpath $(libdir) $(mod_extforward_la_OBJECTS) $(mod_extforward_la_LIBADD) $(LIBS)
                   1226: 
                   1227: mod_fastcgi.la: $(mod_fastcgi_la_OBJECTS) $(mod_fastcgi_la_DEPENDENCIES) $(EXTRA_mod_fastcgi_la_DEPENDENCIES) 
                   1228:        $(AM_V_CCLD)$(mod_fastcgi_la_LINK) -rpath $(libdir) $(mod_fastcgi_la_OBJECTS) $(mod_fastcgi_la_LIBADD) $(LIBS)
                   1229: 
                   1230: mod_flv_streaming.la: $(mod_flv_streaming_la_OBJECTS) $(mod_flv_streaming_la_DEPENDENCIES) $(EXTRA_mod_flv_streaming_la_DEPENDENCIES) 
                   1231:        $(AM_V_CCLD)$(mod_flv_streaming_la_LINK) -rpath $(libdir) $(mod_flv_streaming_la_OBJECTS) $(mod_flv_streaming_la_LIBADD) $(LIBS)
                   1232: 
                   1233: mod_indexfile.la: $(mod_indexfile_la_OBJECTS) $(mod_indexfile_la_DEPENDENCIES) $(EXTRA_mod_indexfile_la_DEPENDENCIES) 
                   1234:        $(AM_V_CCLD)$(mod_indexfile_la_LINK) -rpath $(libdir) $(mod_indexfile_la_OBJECTS) $(mod_indexfile_la_LIBADD) $(LIBS)
                   1235: 
                   1236: mod_magnet.la: $(mod_magnet_la_OBJECTS) $(mod_magnet_la_DEPENDENCIES) $(EXTRA_mod_magnet_la_DEPENDENCIES) 
                   1237:        $(AM_V_CCLD)$(mod_magnet_la_LINK) -rpath $(libdir) $(mod_magnet_la_OBJECTS) $(mod_magnet_la_LIBADD) $(LIBS)
                   1238: 
                   1239: mod_mysql_vhost.la: $(mod_mysql_vhost_la_OBJECTS) $(mod_mysql_vhost_la_DEPENDENCIES) $(EXTRA_mod_mysql_vhost_la_DEPENDENCIES) 
                   1240:        $(AM_V_CCLD)$(mod_mysql_vhost_la_LINK) -rpath $(libdir) $(mod_mysql_vhost_la_OBJECTS) $(mod_mysql_vhost_la_LIBADD) $(LIBS)
                   1241: 
                   1242: mod_proxy.la: $(mod_proxy_la_OBJECTS) $(mod_proxy_la_DEPENDENCIES) $(EXTRA_mod_proxy_la_DEPENDENCIES) 
                   1243:        $(AM_V_CCLD)$(mod_proxy_la_LINK) -rpath $(libdir) $(mod_proxy_la_OBJECTS) $(mod_proxy_la_LIBADD) $(LIBS)
                   1244: 
                   1245: mod_redirect.la: $(mod_redirect_la_OBJECTS) $(mod_redirect_la_DEPENDENCIES) $(EXTRA_mod_redirect_la_DEPENDENCIES) 
                   1246:        $(AM_V_CCLD)$(mod_redirect_la_LINK) -rpath $(libdir) $(mod_redirect_la_OBJECTS) $(mod_redirect_la_LIBADD) $(LIBS)
                   1247: 
                   1248: mod_rewrite.la: $(mod_rewrite_la_OBJECTS) $(mod_rewrite_la_DEPENDENCIES) $(EXTRA_mod_rewrite_la_DEPENDENCIES) 
                   1249:        $(AM_V_CCLD)$(mod_rewrite_la_LINK) -rpath $(libdir) $(mod_rewrite_la_OBJECTS) $(mod_rewrite_la_LIBADD) $(LIBS)
                   1250: 
                   1251: mod_rrdtool.la: $(mod_rrdtool_la_OBJECTS) $(mod_rrdtool_la_DEPENDENCIES) $(EXTRA_mod_rrdtool_la_DEPENDENCIES) 
                   1252:        $(AM_V_CCLD)$(mod_rrdtool_la_LINK) -rpath $(libdir) $(mod_rrdtool_la_OBJECTS) $(mod_rrdtool_la_LIBADD) $(LIBS)
                   1253: 
                   1254: mod_scgi.la: $(mod_scgi_la_OBJECTS) $(mod_scgi_la_DEPENDENCIES) $(EXTRA_mod_scgi_la_DEPENDENCIES) 
                   1255:        $(AM_V_CCLD)$(mod_scgi_la_LINK) -rpath $(libdir) $(mod_scgi_la_OBJECTS) $(mod_scgi_la_LIBADD) $(LIBS)
                   1256: 
                   1257: mod_secdownload.la: $(mod_secdownload_la_OBJECTS) $(mod_secdownload_la_DEPENDENCIES) $(EXTRA_mod_secdownload_la_DEPENDENCIES) 
                   1258:        $(AM_V_CCLD)$(mod_secdownload_la_LINK) -rpath $(libdir) $(mod_secdownload_la_OBJECTS) $(mod_secdownload_la_LIBADD) $(LIBS)
                   1259: 
                   1260: mod_setenv.la: $(mod_setenv_la_OBJECTS) $(mod_setenv_la_DEPENDENCIES) $(EXTRA_mod_setenv_la_DEPENDENCIES) 
                   1261:        $(AM_V_CCLD)$(mod_setenv_la_LINK) -rpath $(libdir) $(mod_setenv_la_OBJECTS) $(mod_setenv_la_LIBADD) $(LIBS)
                   1262: 
                   1263: mod_simple_vhost.la: $(mod_simple_vhost_la_OBJECTS) $(mod_simple_vhost_la_DEPENDENCIES) $(EXTRA_mod_simple_vhost_la_DEPENDENCIES) 
                   1264:        $(AM_V_CCLD)$(mod_simple_vhost_la_LINK) -rpath $(libdir) $(mod_simple_vhost_la_OBJECTS) $(mod_simple_vhost_la_LIBADD) $(LIBS)
                   1265: 
                   1266: mod_ssi.la: $(mod_ssi_la_OBJECTS) $(mod_ssi_la_DEPENDENCIES) $(EXTRA_mod_ssi_la_DEPENDENCIES) 
                   1267:        $(AM_V_CCLD)$(mod_ssi_la_LINK) -rpath $(libdir) $(mod_ssi_la_OBJECTS) $(mod_ssi_la_LIBADD) $(LIBS)
                   1268: 
                   1269: mod_staticfile.la: $(mod_staticfile_la_OBJECTS) $(mod_staticfile_la_DEPENDENCIES) $(EXTRA_mod_staticfile_la_DEPENDENCIES) 
                   1270:        $(AM_V_CCLD)$(mod_staticfile_la_LINK) -rpath $(libdir) $(mod_staticfile_la_OBJECTS) $(mod_staticfile_la_LIBADD) $(LIBS)
                   1271: 
                   1272: mod_status.la: $(mod_status_la_OBJECTS) $(mod_status_la_DEPENDENCIES) $(EXTRA_mod_status_la_DEPENDENCIES) 
                   1273:        $(AM_V_CCLD)$(mod_status_la_LINK) -rpath $(libdir) $(mod_status_la_OBJECTS) $(mod_status_la_LIBADD) $(LIBS)
                   1274: 
                   1275: mod_trigger_b4_dl.la: $(mod_trigger_b4_dl_la_OBJECTS) $(mod_trigger_b4_dl_la_DEPENDENCIES) $(EXTRA_mod_trigger_b4_dl_la_DEPENDENCIES) 
                   1276:        $(AM_V_CCLD)$(mod_trigger_b4_dl_la_LINK) -rpath $(libdir) $(mod_trigger_b4_dl_la_OBJECTS) $(mod_trigger_b4_dl_la_LIBADD) $(LIBS)
                   1277: 
                   1278: mod_userdir.la: $(mod_userdir_la_OBJECTS) $(mod_userdir_la_DEPENDENCIES) $(EXTRA_mod_userdir_la_DEPENDENCIES) 
                   1279:        $(AM_V_CCLD)$(mod_userdir_la_LINK) -rpath $(libdir) $(mod_userdir_la_OBJECTS) $(mod_userdir_la_LIBADD) $(LIBS)
                   1280: 
                   1281: mod_usertrack.la: $(mod_usertrack_la_OBJECTS) $(mod_usertrack_la_DEPENDENCIES) $(EXTRA_mod_usertrack_la_DEPENDENCIES) 
                   1282:        $(AM_V_CCLD)$(mod_usertrack_la_LINK) -rpath $(libdir) $(mod_usertrack_la_OBJECTS) $(mod_usertrack_la_LIBADD) $(LIBS)
                   1283: 
                   1284: mod_webdav.la: $(mod_webdav_la_OBJECTS) $(mod_webdav_la_DEPENDENCIES) $(EXTRA_mod_webdav_la_DEPENDENCIES) 
                   1285:        $(AM_V_CCLD)$(mod_webdav_la_LINK) -rpath $(libdir) $(mod_webdav_la_OBJECTS) $(mod_webdav_la_LIBADD) $(LIBS)
                   1286: 
                   1287: clean-noinstPROGRAMS:
                   1288:        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
                   1289:        echo " rm -f" $$list; \
                   1290:        rm -f $$list || exit $$?; \
                   1291:        test -n "$(EXEEXT)" || exit 0; \
                   1292:        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
                   1293:        echo " rm -f" $$list; \
                   1294:        rm -f $$list
                   1295: install-sbinPROGRAMS: $(sbin_PROGRAMS)
                   1296:        @$(NORMAL_INSTALL)
                   1297:        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
                   1298:        if test -n "$$list"; then \
                   1299:          echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
                   1300:          $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
                   1301:        fi; \
                   1302:        for p in $$list; do echo "$$p $$p"; done | \
                   1303:        sed 's/$(EXEEXT)$$//' | \
                   1304:        while read p p1; do if test -f $$p \
                   1305:         || test -f $$p1 \
                   1306:          ; then echo "$$p"; echo "$$p"; else :; fi; \
                   1307:        done | \
                   1308:        sed -e 'p;s,.*/,,;n;h' \
                   1309:            -e 's|.*|.|' \
                   1310:            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
                   1311:        sed 'N;N;N;s,\n, ,g' | \
                   1312:        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
                   1313:          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
                   1314:            if ($$2 == $$4) files[d] = files[d] " " $$1; \
                   1315:            else { print "f", $$3 "/" $$4, $$1; } } \
                   1316:          END { for (d in files) print "f", d, files[d] }' | \
                   1317:        while read type dir files; do \
                   1318:            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
                   1319:            test -z "$$files" || { \
                   1320:            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
                   1321:            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
                   1322:            } \
                   1323:        ; done
                   1324: 
                   1325: uninstall-sbinPROGRAMS:
                   1326:        @$(NORMAL_UNINSTALL)
                   1327:        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
                   1328:        files=`for p in $$list; do echo "$$p"; done | \
                   1329:          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
                   1330:              -e 's/$$/$(EXEEXT)/' \
                   1331:        `; \
                   1332:        test -n "$$list" || exit 0; \
                   1333:        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
                   1334:        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
                   1335: 
                   1336: clean-sbinPROGRAMS:
                   1337:        @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
                   1338:        echo " rm -f" $$list; \
                   1339:        rm -f $$list || exit $$?; \
                   1340:        test -n "$(EXEEXT)" || exit 0; \
                   1341:        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
                   1342:        echo " rm -f" $$list; \
                   1343:        rm -f $$list
                   1344: 
                   1345: lemon$(EXEEXT): $(lemon_OBJECTS) $(lemon_DEPENDENCIES) $(EXTRA_lemon_DEPENDENCIES) 
                   1346:        @rm -f lemon$(EXEEXT)
                   1347:        $(AM_V_CCLD)$(LINK) $(lemon_OBJECTS) $(lemon_LDADD) $(LIBS)
                   1348: 
                   1349: lighttpd$(EXEEXT): $(lighttpd_OBJECTS) $(lighttpd_DEPENDENCIES) $(EXTRA_lighttpd_DEPENDENCIES) 
                   1350:        @rm -f lighttpd$(EXEEXT)
                   1351:        $(AM_V_CCLD)$(lighttpd_LINK) $(lighttpd_OBJECTS) $(lighttpd_LDADD) $(LIBS)
                   1352: 
                   1353: lighttpd-angel$(EXEEXT): $(lighttpd_angel_OBJECTS) $(lighttpd_angel_DEPENDENCIES) $(EXTRA_lighttpd_angel_DEPENDENCIES) 
                   1354:        @rm -f lighttpd-angel$(EXEEXT)
                   1355:        $(AM_V_CCLD)$(LINK) $(lighttpd_angel_OBJECTS) $(lighttpd_angel_LDADD) $(LIBS)
                   1356: 
                   1357: proc_open$(EXEEXT): $(proc_open_OBJECTS) $(proc_open_DEPENDENCIES) $(EXTRA_proc_open_DEPENDENCIES) 
                   1358:        @rm -f proc_open$(EXEEXT)
                   1359:        $(AM_V_CCLD)$(LINK) $(proc_open_OBJECTS) $(proc_open_LDADD) $(LIBS)
                   1360: 
1.1.1.3 ! misho    1361: test_base64$(EXEEXT): $(test_base64_OBJECTS) $(test_base64_DEPENDENCIES) $(EXTRA_test_base64_DEPENDENCIES) 
        !          1362:        @rm -f test_base64$(EXEEXT)
        !          1363:        $(AM_V_CCLD)$(LINK) $(test_base64_OBJECTS) $(test_base64_LDADD) $(LIBS)
        !          1364: 
        !          1365: test_buffer$(EXEEXT): $(test_buffer_OBJECTS) $(test_buffer_DEPENDENCIES) $(EXTRA_test_buffer_DEPENDENCIES) 
        !          1366:        @rm -f test_buffer$(EXEEXT)
        !          1367:        $(AM_V_CCLD)$(LINK) $(test_buffer_OBJECTS) $(test_buffer_LDADD) $(LIBS)
        !          1368: 
        !          1369: test_configfile$(EXEEXT): $(test_configfile_OBJECTS) $(test_configfile_DEPENDENCIES) $(EXTRA_test_configfile_DEPENDENCIES) 
        !          1370:        @rm -f test_configfile$(EXEEXT)
        !          1371:        $(AM_V_CCLD)$(LINK) $(test_configfile_OBJECTS) $(test_configfile_LDADD) $(LIBS)
        !          1372: 
1.1       misho    1373: mostlyclean-compile:
                   1374:        -rm -f *.$(OBJEXT)
                   1375: 
                   1376: distclean-compile:
                   1377:        -rm -f *.tab.c
                   1378: 
                   1379: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@
1.1.1.3 ! misho    1380: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Po@am__quote@
1.1       misho    1381: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Po@am__quote@
                   1382: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data_string.Po@am__quote@
                   1383: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_auth.Plo@am__quote@
                   1384: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyvalue.Po@am__quote@
                   1385: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lemon.Po@am__quote@
                   1386: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-array.Plo@am__quote@
1.1.1.3 ! misho    1387: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-base64.Plo@am__quote@
1.1       misho    1388: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-buffer.Plo@am__quote@
                   1389: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-chunk.Plo@am__quote@
                   1390: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-configfile-glue.Plo@am__quote@
                   1391: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-connections-glue.Plo@am__quote@
                   1392: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-crc32.Plo@am__quote@
                   1393: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-data_array.Plo@am__quote@
                   1394: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-data_config.Plo@am__quote@
                   1395: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-data_count.Plo@am__quote@
                   1396: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-data_fastcgi.Plo@am__quote@
                   1397: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-data_integer.Plo@am__quote@
                   1398: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-data_string.Plo@am__quote@
                   1399: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-etag.Plo@am__quote@
                   1400: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-fdevent.Plo@am__quote@
                   1401: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-fdevent_freebsd_kqueue.Plo@am__quote@
                   1402: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-fdevent_libev.Plo@am__quote@
                   1403: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-fdevent_linux_sysepoll.Plo@am__quote@
                   1404: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-fdevent_poll.Plo@am__quote@
                   1405: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-fdevent_select.Plo@am__quote@
                   1406: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-fdevent_solaris_devpoll.Plo@am__quote@
                   1407: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-fdevent_solaris_port.Plo@am__quote@
                   1408: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-http-header-glue.Plo@am__quote@
                   1409: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-http_chunk.Plo@am__quote@
                   1410: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-inet_ntop_cache.Plo@am__quote@
                   1411: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-joblist.Plo@am__quote@
                   1412: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-keyvalue.Plo@am__quote@
                   1413: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-log.Plo@am__quote@
                   1414: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-md5.Plo@am__quote@
1.1.1.3 ! misho    1415: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-network_darwin_sendfile.Plo@am__quote@
1.1       misho    1416: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-network_freebsd_sendfile.Plo@am__quote@
                   1417: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-network_linux_sendfile.Plo@am__quote@
                   1418: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-network_openssl.Plo@am__quote@
                   1419: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-network_solaris_sendfilev.Plo@am__quote@
                   1420: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-network_write.Plo@am__quote@
1.1.1.3 ! misho    1421: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-network_write_mmap.Plo@am__quote@
        !          1422: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-network_write_no_mmap.Plo@am__quote@
1.1       misho    1423: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-network_writev.Plo@am__quote@
                   1424: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-plugin.Plo@am__quote@
1.1.1.3 ! misho    1425: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-safe_memclear.Plo@am__quote@
1.1       misho    1426: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-splaytree.Plo@am__quote@
                   1427: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-stat_cache.Plo@am__quote@
                   1428: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-status_counter.Plo@am__quote@
                   1429: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-stream.Plo@am__quote@
1.1.1.3 ! misho    1430: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-vector.Plo@am__quote@
1.1       misho    1431: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-angel.Po@am__quote@
1.1.1.3 ! misho    1432: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-array.Po@am__quote@
        !          1433: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-base64.Po@am__quote@
        !          1434: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-buffer.Po@am__quote@
        !          1435: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-chunk.Po@am__quote@
        !          1436: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-configfile-glue.Po@am__quote@
        !          1437: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-configfile.Po@am__quote@
        !          1438: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-configparser.Po@am__quote@
        !          1439: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-connections-glue.Po@am__quote@
        !          1440: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-connections.Po@am__quote@
        !          1441: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-crc32.Po@am__quote@
        !          1442: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-data_array.Po@am__quote@
        !          1443: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-data_config.Po@am__quote@
        !          1444: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-data_count.Po@am__quote@
        !          1445: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-data_fastcgi.Po@am__quote@
        !          1446: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-data_integer.Po@am__quote@
        !          1447: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-data_string.Po@am__quote@
        !          1448: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-etag.Po@am__quote@
        !          1449: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-fdevent.Po@am__quote@
        !          1450: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-fdevent_freebsd_kqueue.Po@am__quote@
        !          1451: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-fdevent_libev.Po@am__quote@
        !          1452: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-fdevent_linux_sysepoll.Po@am__quote@
        !          1453: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-fdevent_poll.Po@am__quote@
        !          1454: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-fdevent_select.Po@am__quote@
        !          1455: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-fdevent_solaris_devpoll.Po@am__quote@
        !          1456: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-fdevent_solaris_port.Po@am__quote@
        !          1457: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-http-header-glue.Po@am__quote@
        !          1458: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-http_auth.Po@am__quote@
        !          1459: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-http_chunk.Po@am__quote@
        !          1460: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-inet_ntop_cache.Po@am__quote@
        !          1461: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-joblist.Po@am__quote@
        !          1462: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-keyvalue.Po@am__quote@
        !          1463: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-log.Po@am__quote@
        !          1464: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-md5.Po@am__quote@
        !          1465: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_access.Po@am__quote@
        !          1466: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_accesslog.Po@am__quote@
        !          1467: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_alias.Po@am__quote@
        !          1468: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_auth.Po@am__quote@
        !          1469: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_cgi.Po@am__quote@
        !          1470: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_cml.Po@am__quote@
        !          1471: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_cml_funcs.Po@am__quote@
        !          1472: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_cml_lua.Po@am__quote@
        !          1473: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_compress.Po@am__quote@
        !          1474: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_dirlisting.Po@am__quote@
        !          1475: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_evasive.Po@am__quote@
        !          1476: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_expire.Po@am__quote@
        !          1477: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_extforward.Po@am__quote@
        !          1478: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_fastcgi.Po@am__quote@
        !          1479: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_flv_streaming.Po@am__quote@
        !          1480: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_indexfile.Po@am__quote@
        !          1481: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_magnet.Po@am__quote@
        !          1482: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_magnet_cache.Po@am__quote@
        !          1483: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_mysql_vhost.Po@am__quote@
        !          1484: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_proxy.Po@am__quote@
        !          1485: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_redirect.Po@am__quote@
        !          1486: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_rewrite.Po@am__quote@
        !          1487: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_rrdtool.Po@am__quote@
        !          1488: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_scgi.Po@am__quote@
        !          1489: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_secdownload.Po@am__quote@
        !          1490: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_setenv.Po@am__quote@
        !          1491: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_simple_vhost.Po@am__quote@
        !          1492: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_ssi.Po@am__quote@
        !          1493: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_ssi_expr.Po@am__quote@
        !          1494: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_ssi_exprparser.Po@am__quote@
        !          1495: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_staticfile.Po@am__quote@
        !          1496: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_status.Po@am__quote@
        !          1497: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_trigger_b4_dl.Po@am__quote@
        !          1498: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_userdir.Po@am__quote@
        !          1499: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_usertrack.Po@am__quote@
        !          1500: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-mod_webdav.Po@am__quote@
        !          1501: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-network.Po@am__quote@
        !          1502: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-network_darwin_sendfile.Po@am__quote@
        !          1503: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-network_freebsd_sendfile.Po@am__quote@
        !          1504: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-network_linux_sendfile.Po@am__quote@
        !          1505: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-network_openssl.Po@am__quote@
        !          1506: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-network_solaris_sendfilev.Po@am__quote@
        !          1507: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-network_write.Po@am__quote@
        !          1508: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-network_write_mmap.Po@am__quote@
        !          1509: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-network_write_no_mmap.Po@am__quote@
        !          1510: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-network_writev.Po@am__quote@
        !          1511: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-plugin.Po@am__quote@
        !          1512: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-proc_open.Po@am__quote@
        !          1513: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-request.Po@am__quote@
        !          1514: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-response.Po@am__quote@
        !          1515: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-safe_memclear.Po@am__quote@
        !          1516: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-server.Po@am__quote@
        !          1517: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-splaytree.Po@am__quote@
        !          1518: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-stat_cache.Po@am__quote@
        !          1519: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-status_counter.Po@am__quote@
        !          1520: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-stream.Po@am__quote@
        !          1521: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lighttpd-vector.Po@am__quote@
1.1       misho    1522: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
                   1523: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_access.Plo@am__quote@
                   1524: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_accesslog.Plo@am__quote@
                   1525: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_alias.Plo@am__quote@
                   1526: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_auth.Plo@am__quote@
                   1527: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_cgi.Plo@am__quote@
                   1528: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_cml_la-mod_cml.Plo@am__quote@
                   1529: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_cml_la-mod_cml_funcs.Plo@am__quote@
                   1530: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_cml_la-mod_cml_lua.Plo@am__quote@
                   1531: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_compress.Plo@am__quote@
                   1532: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_dirlisting.Plo@am__quote@
                   1533: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_evasive.Plo@am__quote@
                   1534: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_evhost.Plo@am__quote@
                   1535: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_expire.Plo@am__quote@
                   1536: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_extforward.Plo@am__quote@
                   1537: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_fastcgi.Plo@am__quote@
                   1538: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_flv_streaming.Plo@am__quote@
                   1539: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_indexfile.Plo@am__quote@
                   1540: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_magnet_la-mod_magnet.Plo@am__quote@
                   1541: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_magnet_la-mod_magnet_cache.Plo@am__quote@
                   1542: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_mysql_vhost_la-mod_mysql_vhost.Plo@am__quote@
                   1543: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_proxy.Plo@am__quote@
                   1544: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_redirect.Plo@am__quote@
                   1545: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_rewrite.Plo@am__quote@
                   1546: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_rrdtool.Plo@am__quote@
                   1547: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_scgi.Plo@am__quote@
1.1.1.3 ! misho    1548: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_secdownload.Plo@am__quote@
1.1       misho    1549: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_setenv.Plo@am__quote@
                   1550: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_simple_vhost.Plo@am__quote@
                   1551: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_ssi.Plo@am__quote@
                   1552: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_ssi_expr.Plo@am__quote@
                   1553: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_ssi_exprparser.Plo@am__quote@
                   1554: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_staticfile.Plo@am__quote@
                   1555: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_status.Plo@am__quote@
                   1556: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_trigger_b4_dl.Plo@am__quote@
                   1557: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_userdir.Plo@am__quote@
                   1558: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_usertrack.Plo@am__quote@
                   1559: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_webdav_la-mod_webdav.Plo@am__quote@
                   1560: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc_open-buffer.Po@am__quote@
                   1561: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc_open-proc_open.Po@am__quote@
1.1.1.3 ! misho    1562: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_base64.Po@am__quote@
        !          1563: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_buffer.Po@am__quote@
        !          1564: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_configfile.Po@am__quote@
1.1       misho    1565: 
                   1566: .c.o:
                   1567: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                   1568: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                   1569: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                   1570: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1571: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
                   1572: 
                   1573: .c.obj:
                   1574: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                   1575: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                   1576: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                   1577: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1578: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
                   1579: 
                   1580: .c.lo:
                   1581: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                   1582: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
                   1583: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
                   1584: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1585: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
                   1586: 
1.1.1.3 ! misho    1587: liblightcomp_la-base64.lo: base64.c
        !          1588: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-base64.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-base64.Tpo -c -o liblightcomp_la-base64.lo `test -f 'base64.c' || echo '$(srcdir)/'`base64.c
        !          1589: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-base64.Tpo $(DEPDIR)/liblightcomp_la-base64.Plo
        !          1590: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='base64.c' object='liblightcomp_la-base64.lo' libtool=yes @AMDEPBACKSLASH@
        !          1591: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          1592: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-base64.lo `test -f 'base64.c' || echo '$(srcdir)/'`base64.c
        !          1593: 
1.1       misho    1594: liblightcomp_la-buffer.lo: buffer.c
                   1595: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-buffer.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-buffer.Tpo -c -o liblightcomp_la-buffer.lo `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c
                   1596: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-buffer.Tpo $(DEPDIR)/liblightcomp_la-buffer.Plo
                   1597: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='buffer.c' object='liblightcomp_la-buffer.lo' libtool=yes @AMDEPBACKSLASH@
                   1598: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1599: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-buffer.lo `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c
                   1600: 
                   1601: liblightcomp_la-log.lo: log.c
                   1602: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-log.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-log.Tpo -c -o liblightcomp_la-log.lo `test -f 'log.c' || echo '$(srcdir)/'`log.c
                   1603: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-log.Tpo $(DEPDIR)/liblightcomp_la-log.Plo
                   1604: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='log.c' object='liblightcomp_la-log.lo' libtool=yes @AMDEPBACKSLASH@
                   1605: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1606: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-log.lo `test -f 'log.c' || echo '$(srcdir)/'`log.c
                   1607: 
                   1608: liblightcomp_la-keyvalue.lo: keyvalue.c
                   1609: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-keyvalue.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-keyvalue.Tpo -c -o liblightcomp_la-keyvalue.lo `test -f 'keyvalue.c' || echo '$(srcdir)/'`keyvalue.c
                   1610: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-keyvalue.Tpo $(DEPDIR)/liblightcomp_la-keyvalue.Plo
                   1611: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='keyvalue.c' object='liblightcomp_la-keyvalue.lo' libtool=yes @AMDEPBACKSLASH@
                   1612: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1613: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-keyvalue.lo `test -f 'keyvalue.c' || echo '$(srcdir)/'`keyvalue.c
                   1614: 
                   1615: liblightcomp_la-chunk.lo: chunk.c
                   1616: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-chunk.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-chunk.Tpo -c -o liblightcomp_la-chunk.lo `test -f 'chunk.c' || echo '$(srcdir)/'`chunk.c
                   1617: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-chunk.Tpo $(DEPDIR)/liblightcomp_la-chunk.Plo
                   1618: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='chunk.c' object='liblightcomp_la-chunk.lo' libtool=yes @AMDEPBACKSLASH@
                   1619: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1620: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-chunk.lo `test -f 'chunk.c' || echo '$(srcdir)/'`chunk.c
                   1621: 
                   1622: liblightcomp_la-http_chunk.lo: http_chunk.c
                   1623: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-http_chunk.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-http_chunk.Tpo -c -o liblightcomp_la-http_chunk.lo `test -f 'http_chunk.c' || echo '$(srcdir)/'`http_chunk.c
                   1624: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-http_chunk.Tpo $(DEPDIR)/liblightcomp_la-http_chunk.Plo
                   1625: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='http_chunk.c' object='liblightcomp_la-http_chunk.lo' libtool=yes @AMDEPBACKSLASH@
                   1626: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1627: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-http_chunk.lo `test -f 'http_chunk.c' || echo '$(srcdir)/'`http_chunk.c
                   1628: 
                   1629: liblightcomp_la-stream.lo: stream.c
                   1630: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-stream.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-stream.Tpo -c -o liblightcomp_la-stream.lo `test -f 'stream.c' || echo '$(srcdir)/'`stream.c
                   1631: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-stream.Tpo $(DEPDIR)/liblightcomp_la-stream.Plo
                   1632: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='stream.c' object='liblightcomp_la-stream.lo' libtool=yes @AMDEPBACKSLASH@
                   1633: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1634: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-stream.lo `test -f 'stream.c' || echo '$(srcdir)/'`stream.c
                   1635: 
                   1636: liblightcomp_la-fdevent.lo: fdevent.c
                   1637: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-fdevent.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-fdevent.Tpo -c -o liblightcomp_la-fdevent.lo `test -f 'fdevent.c' || echo '$(srcdir)/'`fdevent.c
                   1638: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-fdevent.Tpo $(DEPDIR)/liblightcomp_la-fdevent.Plo
                   1639: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent.c' object='liblightcomp_la-fdevent.lo' libtool=yes @AMDEPBACKSLASH@
                   1640: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1641: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-fdevent.lo `test -f 'fdevent.c' || echo '$(srcdir)/'`fdevent.c
                   1642: 
                   1643: liblightcomp_la-stat_cache.lo: stat_cache.c
                   1644: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-stat_cache.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-stat_cache.Tpo -c -o liblightcomp_la-stat_cache.lo `test -f 'stat_cache.c' || echo '$(srcdir)/'`stat_cache.c
                   1645: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-stat_cache.Tpo $(DEPDIR)/liblightcomp_la-stat_cache.Plo
                   1646: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='stat_cache.c' object='liblightcomp_la-stat_cache.lo' libtool=yes @AMDEPBACKSLASH@
                   1647: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1648: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-stat_cache.lo `test -f 'stat_cache.c' || echo '$(srcdir)/'`stat_cache.c
                   1649: 
                   1650: liblightcomp_la-plugin.lo: plugin.c
                   1651: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-plugin.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-plugin.Tpo -c -o liblightcomp_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
                   1652: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-plugin.Tpo $(DEPDIR)/liblightcomp_la-plugin.Plo
                   1653: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin.c' object='liblightcomp_la-plugin.lo' libtool=yes @AMDEPBACKSLASH@
                   1654: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1655: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
                   1656: 
                   1657: liblightcomp_la-joblist.lo: joblist.c
                   1658: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-joblist.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-joblist.Tpo -c -o liblightcomp_la-joblist.lo `test -f 'joblist.c' || echo '$(srcdir)/'`joblist.c
                   1659: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-joblist.Tpo $(DEPDIR)/liblightcomp_la-joblist.Plo
                   1660: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='joblist.c' object='liblightcomp_la-joblist.lo' libtool=yes @AMDEPBACKSLASH@
                   1661: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1662: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-joblist.lo `test -f 'joblist.c' || echo '$(srcdir)/'`joblist.c
                   1663: 
                   1664: liblightcomp_la-etag.lo: etag.c
                   1665: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-etag.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-etag.Tpo -c -o liblightcomp_la-etag.lo `test -f 'etag.c' || echo '$(srcdir)/'`etag.c
                   1666: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-etag.Tpo $(DEPDIR)/liblightcomp_la-etag.Plo
                   1667: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='etag.c' object='liblightcomp_la-etag.lo' libtool=yes @AMDEPBACKSLASH@
                   1668: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1669: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-etag.lo `test -f 'etag.c' || echo '$(srcdir)/'`etag.c
                   1670: 
                   1671: liblightcomp_la-array.lo: array.c
                   1672: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-array.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-array.Tpo -c -o liblightcomp_la-array.lo `test -f 'array.c' || echo '$(srcdir)/'`array.c
                   1673: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-array.Tpo $(DEPDIR)/liblightcomp_la-array.Plo
                   1674: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='array.c' object='liblightcomp_la-array.lo' libtool=yes @AMDEPBACKSLASH@
                   1675: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1676: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-array.lo `test -f 'array.c' || echo '$(srcdir)/'`array.c
                   1677: 
                   1678: liblightcomp_la-data_string.lo: data_string.c
                   1679: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-data_string.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-data_string.Tpo -c -o liblightcomp_la-data_string.lo `test -f 'data_string.c' || echo '$(srcdir)/'`data_string.c
                   1680: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-data_string.Tpo $(DEPDIR)/liblightcomp_la-data_string.Plo
                   1681: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='data_string.c' object='liblightcomp_la-data_string.lo' libtool=yes @AMDEPBACKSLASH@
                   1682: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1683: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-data_string.lo `test -f 'data_string.c' || echo '$(srcdir)/'`data_string.c
                   1684: 
                   1685: liblightcomp_la-data_count.lo: data_count.c
                   1686: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-data_count.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-data_count.Tpo -c -o liblightcomp_la-data_count.lo `test -f 'data_count.c' || echo '$(srcdir)/'`data_count.c
                   1687: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-data_count.Tpo $(DEPDIR)/liblightcomp_la-data_count.Plo
                   1688: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='data_count.c' object='liblightcomp_la-data_count.lo' libtool=yes @AMDEPBACKSLASH@
                   1689: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1690: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-data_count.lo `test -f 'data_count.c' || echo '$(srcdir)/'`data_count.c
                   1691: 
                   1692: liblightcomp_la-data_array.lo: data_array.c
                   1693: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-data_array.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-data_array.Tpo -c -o liblightcomp_la-data_array.lo `test -f 'data_array.c' || echo '$(srcdir)/'`data_array.c
                   1694: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-data_array.Tpo $(DEPDIR)/liblightcomp_la-data_array.Plo
                   1695: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='data_array.c' object='liblightcomp_la-data_array.lo' libtool=yes @AMDEPBACKSLASH@
                   1696: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1697: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-data_array.lo `test -f 'data_array.c' || echo '$(srcdir)/'`data_array.c
                   1698: 
                   1699: liblightcomp_la-data_integer.lo: data_integer.c
                   1700: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-data_integer.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-data_integer.Tpo -c -o liblightcomp_la-data_integer.lo `test -f 'data_integer.c' || echo '$(srcdir)/'`data_integer.c
                   1701: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-data_integer.Tpo $(DEPDIR)/liblightcomp_la-data_integer.Plo
                   1702: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='data_integer.c' object='liblightcomp_la-data_integer.lo' libtool=yes @AMDEPBACKSLASH@
                   1703: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1704: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-data_integer.lo `test -f 'data_integer.c' || echo '$(srcdir)/'`data_integer.c
                   1705: 
                   1706: liblightcomp_la-md5.lo: md5.c
                   1707: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-md5.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-md5.Tpo -c -o liblightcomp_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
                   1708: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-md5.Tpo $(DEPDIR)/liblightcomp_la-md5.Plo
                   1709: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='md5.c' object='liblightcomp_la-md5.lo' libtool=yes @AMDEPBACKSLASH@
                   1710: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1711: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
                   1712: 
                   1713: liblightcomp_la-data_fastcgi.lo: data_fastcgi.c
                   1714: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-data_fastcgi.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-data_fastcgi.Tpo -c -o liblightcomp_la-data_fastcgi.lo `test -f 'data_fastcgi.c' || echo '$(srcdir)/'`data_fastcgi.c
                   1715: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-data_fastcgi.Tpo $(DEPDIR)/liblightcomp_la-data_fastcgi.Plo
                   1716: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='data_fastcgi.c' object='liblightcomp_la-data_fastcgi.lo' libtool=yes @AMDEPBACKSLASH@
                   1717: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1718: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-data_fastcgi.lo `test -f 'data_fastcgi.c' || echo '$(srcdir)/'`data_fastcgi.c
                   1719: 
1.1.1.3 ! misho    1720: liblightcomp_la-vector.lo: vector.c
        !          1721: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-vector.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-vector.Tpo -c -o liblightcomp_la-vector.lo `test -f 'vector.c' || echo '$(srcdir)/'`vector.c
        !          1722: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-vector.Tpo $(DEPDIR)/liblightcomp_la-vector.Plo
        !          1723: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='vector.c' object='liblightcomp_la-vector.lo' libtool=yes @AMDEPBACKSLASH@
        !          1724: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          1725: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-vector.lo `test -f 'vector.c' || echo '$(srcdir)/'`vector.c
        !          1726: 
1.1       misho    1727: liblightcomp_la-fdevent_select.lo: fdevent_select.c
                   1728: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-fdevent_select.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-fdevent_select.Tpo -c -o liblightcomp_la-fdevent_select.lo `test -f 'fdevent_select.c' || echo '$(srcdir)/'`fdevent_select.c
                   1729: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-fdevent_select.Tpo $(DEPDIR)/liblightcomp_la-fdevent_select.Plo
                   1730: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_select.c' object='liblightcomp_la-fdevent_select.lo' libtool=yes @AMDEPBACKSLASH@
                   1731: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1732: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-fdevent_select.lo `test -f 'fdevent_select.c' || echo '$(srcdir)/'`fdevent_select.c
                   1733: 
                   1734: liblightcomp_la-fdevent_libev.lo: fdevent_libev.c
                   1735: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-fdevent_libev.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-fdevent_libev.Tpo -c -o liblightcomp_la-fdevent_libev.lo `test -f 'fdevent_libev.c' || echo '$(srcdir)/'`fdevent_libev.c
                   1736: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-fdevent_libev.Tpo $(DEPDIR)/liblightcomp_la-fdevent_libev.Plo
                   1737: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_libev.c' object='liblightcomp_la-fdevent_libev.lo' libtool=yes @AMDEPBACKSLASH@
                   1738: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1739: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-fdevent_libev.lo `test -f 'fdevent_libev.c' || echo '$(srcdir)/'`fdevent_libev.c
                   1740: 
                   1741: liblightcomp_la-fdevent_poll.lo: fdevent_poll.c
                   1742: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-fdevent_poll.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-fdevent_poll.Tpo -c -o liblightcomp_la-fdevent_poll.lo `test -f 'fdevent_poll.c' || echo '$(srcdir)/'`fdevent_poll.c
                   1743: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-fdevent_poll.Tpo $(DEPDIR)/liblightcomp_la-fdevent_poll.Plo
                   1744: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_poll.c' object='liblightcomp_la-fdevent_poll.lo' libtool=yes @AMDEPBACKSLASH@
                   1745: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1746: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-fdevent_poll.lo `test -f 'fdevent_poll.c' || echo '$(srcdir)/'`fdevent_poll.c
                   1747: 
                   1748: liblightcomp_la-fdevent_linux_sysepoll.lo: fdevent_linux_sysepoll.c
                   1749: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-fdevent_linux_sysepoll.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-fdevent_linux_sysepoll.Tpo -c -o liblightcomp_la-fdevent_linux_sysepoll.lo `test -f 'fdevent_linux_sysepoll.c' || echo '$(srcdir)/'`fdevent_linux_sysepoll.c
                   1750: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-fdevent_linux_sysepoll.Tpo $(DEPDIR)/liblightcomp_la-fdevent_linux_sysepoll.Plo
                   1751: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_linux_sysepoll.c' object='liblightcomp_la-fdevent_linux_sysepoll.lo' libtool=yes @AMDEPBACKSLASH@
                   1752: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1753: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-fdevent_linux_sysepoll.lo `test -f 'fdevent_linux_sysepoll.c' || echo '$(srcdir)/'`fdevent_linux_sysepoll.c
                   1754: 
                   1755: liblightcomp_la-fdevent_solaris_devpoll.lo: fdevent_solaris_devpoll.c
                   1756: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-fdevent_solaris_devpoll.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-fdevent_solaris_devpoll.Tpo -c -o liblightcomp_la-fdevent_solaris_devpoll.lo `test -f 'fdevent_solaris_devpoll.c' || echo '$(srcdir)/'`fdevent_solaris_devpoll.c
                   1757: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-fdevent_solaris_devpoll.Tpo $(DEPDIR)/liblightcomp_la-fdevent_solaris_devpoll.Plo
                   1758: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_solaris_devpoll.c' object='liblightcomp_la-fdevent_solaris_devpoll.lo' libtool=yes @AMDEPBACKSLASH@
                   1759: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1760: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-fdevent_solaris_devpoll.lo `test -f 'fdevent_solaris_devpoll.c' || echo '$(srcdir)/'`fdevent_solaris_devpoll.c
                   1761: 
                   1762: liblightcomp_la-fdevent_solaris_port.lo: fdevent_solaris_port.c
                   1763: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-fdevent_solaris_port.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-fdevent_solaris_port.Tpo -c -o liblightcomp_la-fdevent_solaris_port.lo `test -f 'fdevent_solaris_port.c' || echo '$(srcdir)/'`fdevent_solaris_port.c
                   1764: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-fdevent_solaris_port.Tpo $(DEPDIR)/liblightcomp_la-fdevent_solaris_port.Plo
                   1765: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_solaris_port.c' object='liblightcomp_la-fdevent_solaris_port.lo' libtool=yes @AMDEPBACKSLASH@
                   1766: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1767: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-fdevent_solaris_port.lo `test -f 'fdevent_solaris_port.c' || echo '$(srcdir)/'`fdevent_solaris_port.c
                   1768: 
                   1769: liblightcomp_la-fdevent_freebsd_kqueue.lo: fdevent_freebsd_kqueue.c
                   1770: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-fdevent_freebsd_kqueue.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-fdevent_freebsd_kqueue.Tpo -c -o liblightcomp_la-fdevent_freebsd_kqueue.lo `test -f 'fdevent_freebsd_kqueue.c' || echo '$(srcdir)/'`fdevent_freebsd_kqueue.c
                   1771: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-fdevent_freebsd_kqueue.Tpo $(DEPDIR)/liblightcomp_la-fdevent_freebsd_kqueue.Plo
                   1772: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_freebsd_kqueue.c' object='liblightcomp_la-fdevent_freebsd_kqueue.lo' libtool=yes @AMDEPBACKSLASH@
                   1773: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1774: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-fdevent_freebsd_kqueue.lo `test -f 'fdevent_freebsd_kqueue.c' || echo '$(srcdir)/'`fdevent_freebsd_kqueue.c
                   1775: 
                   1776: liblightcomp_la-data_config.lo: data_config.c
                   1777: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-data_config.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-data_config.Tpo -c -o liblightcomp_la-data_config.lo `test -f 'data_config.c' || echo '$(srcdir)/'`data_config.c
                   1778: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-data_config.Tpo $(DEPDIR)/liblightcomp_la-data_config.Plo
                   1779: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='data_config.c' object='liblightcomp_la-data_config.lo' libtool=yes @AMDEPBACKSLASH@
                   1780: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1781: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-data_config.lo `test -f 'data_config.c' || echo '$(srcdir)/'`data_config.c
                   1782: 
                   1783: liblightcomp_la-inet_ntop_cache.lo: inet_ntop_cache.c
                   1784: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-inet_ntop_cache.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-inet_ntop_cache.Tpo -c -o liblightcomp_la-inet_ntop_cache.lo `test -f 'inet_ntop_cache.c' || echo '$(srcdir)/'`inet_ntop_cache.c
                   1785: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-inet_ntop_cache.Tpo $(DEPDIR)/liblightcomp_la-inet_ntop_cache.Plo
                   1786: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='inet_ntop_cache.c' object='liblightcomp_la-inet_ntop_cache.lo' libtool=yes @AMDEPBACKSLASH@
                   1787: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1788: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-inet_ntop_cache.lo `test -f 'inet_ntop_cache.c' || echo '$(srcdir)/'`inet_ntop_cache.c
                   1789: 
                   1790: liblightcomp_la-crc32.lo: crc32.c
                   1791: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-crc32.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-crc32.Tpo -c -o liblightcomp_la-crc32.lo `test -f 'crc32.c' || echo '$(srcdir)/'`crc32.c
                   1792: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-crc32.Tpo $(DEPDIR)/liblightcomp_la-crc32.Plo
                   1793: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='crc32.c' object='liblightcomp_la-crc32.lo' libtool=yes @AMDEPBACKSLASH@
                   1794: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1795: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-crc32.lo `test -f 'crc32.c' || echo '$(srcdir)/'`crc32.c
                   1796: 
                   1797: liblightcomp_la-connections-glue.lo: connections-glue.c
                   1798: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-connections-glue.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-connections-glue.Tpo -c -o liblightcomp_la-connections-glue.lo `test -f 'connections-glue.c' || echo '$(srcdir)/'`connections-glue.c
                   1799: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-connections-glue.Tpo $(DEPDIR)/liblightcomp_la-connections-glue.Plo
                   1800: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='connections-glue.c' object='liblightcomp_la-connections-glue.lo' libtool=yes @AMDEPBACKSLASH@
                   1801: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1802: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-connections-glue.lo `test -f 'connections-glue.c' || echo '$(srcdir)/'`connections-glue.c
                   1803: 
                   1804: liblightcomp_la-configfile-glue.lo: configfile-glue.c
                   1805: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-configfile-glue.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-configfile-glue.Tpo -c -o liblightcomp_la-configfile-glue.lo `test -f 'configfile-glue.c' || echo '$(srcdir)/'`configfile-glue.c
                   1806: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-configfile-glue.Tpo $(DEPDIR)/liblightcomp_la-configfile-glue.Plo
                   1807: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='configfile-glue.c' object='liblightcomp_la-configfile-glue.lo' libtool=yes @AMDEPBACKSLASH@
                   1808: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1809: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-configfile-glue.lo `test -f 'configfile-glue.c' || echo '$(srcdir)/'`configfile-glue.c
                   1810: 
                   1811: liblightcomp_la-http-header-glue.lo: http-header-glue.c
                   1812: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-http-header-glue.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-http-header-glue.Tpo -c -o liblightcomp_la-http-header-glue.lo `test -f 'http-header-glue.c' || echo '$(srcdir)/'`http-header-glue.c
                   1813: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-http-header-glue.Tpo $(DEPDIR)/liblightcomp_la-http-header-glue.Plo
                   1814: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='http-header-glue.c' object='liblightcomp_la-http-header-glue.lo' libtool=yes @AMDEPBACKSLASH@
                   1815: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1816: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-http-header-glue.lo `test -f 'http-header-glue.c' || echo '$(srcdir)/'`http-header-glue.c
                   1817: 
                   1818: liblightcomp_la-network_write.lo: network_write.c
                   1819: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-network_write.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-network_write.Tpo -c -o liblightcomp_la-network_write.lo `test -f 'network_write.c' || echo '$(srcdir)/'`network_write.c
                   1820: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-network_write.Tpo $(DEPDIR)/liblightcomp_la-network_write.Plo
                   1821: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_write.c' object='liblightcomp_la-network_write.lo' libtool=yes @AMDEPBACKSLASH@
                   1822: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1823: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-network_write.lo `test -f 'network_write.c' || echo '$(srcdir)/'`network_write.c
                   1824: 
                   1825: liblightcomp_la-network_linux_sendfile.lo: network_linux_sendfile.c
                   1826: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-network_linux_sendfile.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-network_linux_sendfile.Tpo -c -o liblightcomp_la-network_linux_sendfile.lo `test -f 'network_linux_sendfile.c' || echo '$(srcdir)/'`network_linux_sendfile.c
                   1827: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-network_linux_sendfile.Tpo $(DEPDIR)/liblightcomp_la-network_linux_sendfile.Plo
                   1828: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_linux_sendfile.c' object='liblightcomp_la-network_linux_sendfile.lo' libtool=yes @AMDEPBACKSLASH@
                   1829: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1830: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-network_linux_sendfile.lo `test -f 'network_linux_sendfile.c' || echo '$(srcdir)/'`network_linux_sendfile.c
                   1831: 
1.1.1.3 ! misho    1832: liblightcomp_la-network_write_mmap.lo: network_write_mmap.c
        !          1833: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-network_write_mmap.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-network_write_mmap.Tpo -c -o liblightcomp_la-network_write_mmap.lo `test -f 'network_write_mmap.c' || echo '$(srcdir)/'`network_write_mmap.c
        !          1834: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-network_write_mmap.Tpo $(DEPDIR)/liblightcomp_la-network_write_mmap.Plo
        !          1835: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_write_mmap.c' object='liblightcomp_la-network_write_mmap.lo' libtool=yes @AMDEPBACKSLASH@
        !          1836: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          1837: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-network_write_mmap.lo `test -f 'network_write_mmap.c' || echo '$(srcdir)/'`network_write_mmap.c
        !          1838: 
        !          1839: liblightcomp_la-network_write_no_mmap.lo: network_write_no_mmap.c
        !          1840: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-network_write_no_mmap.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-network_write_no_mmap.Tpo -c -o liblightcomp_la-network_write_no_mmap.lo `test -f 'network_write_no_mmap.c' || echo '$(srcdir)/'`network_write_no_mmap.c
        !          1841: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-network_write_no_mmap.Tpo $(DEPDIR)/liblightcomp_la-network_write_no_mmap.Plo
        !          1842: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_write_no_mmap.c' object='liblightcomp_la-network_write_no_mmap.lo' libtool=yes @AMDEPBACKSLASH@
        !          1843: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          1844: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-network_write_no_mmap.lo `test -f 'network_write_no_mmap.c' || echo '$(srcdir)/'`network_write_no_mmap.c
        !          1845: 
1.1       misho    1846: liblightcomp_la-network_freebsd_sendfile.lo: network_freebsd_sendfile.c
                   1847: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-network_freebsd_sendfile.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-network_freebsd_sendfile.Tpo -c -o liblightcomp_la-network_freebsd_sendfile.lo `test -f 'network_freebsd_sendfile.c' || echo '$(srcdir)/'`network_freebsd_sendfile.c
                   1848: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-network_freebsd_sendfile.Tpo $(DEPDIR)/liblightcomp_la-network_freebsd_sendfile.Plo
                   1849: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_freebsd_sendfile.c' object='liblightcomp_la-network_freebsd_sendfile.lo' libtool=yes @AMDEPBACKSLASH@
                   1850: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1851: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-network_freebsd_sendfile.lo `test -f 'network_freebsd_sendfile.c' || echo '$(srcdir)/'`network_freebsd_sendfile.c
                   1852: 
                   1853: liblightcomp_la-network_writev.lo: network_writev.c
                   1854: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-network_writev.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-network_writev.Tpo -c -o liblightcomp_la-network_writev.lo `test -f 'network_writev.c' || echo '$(srcdir)/'`network_writev.c
                   1855: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-network_writev.Tpo $(DEPDIR)/liblightcomp_la-network_writev.Plo
                   1856: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_writev.c' object='liblightcomp_la-network_writev.lo' libtool=yes @AMDEPBACKSLASH@
                   1857: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1858: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-network_writev.lo `test -f 'network_writev.c' || echo '$(srcdir)/'`network_writev.c
                   1859: 
                   1860: liblightcomp_la-network_solaris_sendfilev.lo: network_solaris_sendfilev.c
                   1861: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-network_solaris_sendfilev.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-network_solaris_sendfilev.Tpo -c -o liblightcomp_la-network_solaris_sendfilev.lo `test -f 'network_solaris_sendfilev.c' || echo '$(srcdir)/'`network_solaris_sendfilev.c
                   1862: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-network_solaris_sendfilev.Tpo $(DEPDIR)/liblightcomp_la-network_solaris_sendfilev.Plo
                   1863: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_solaris_sendfilev.c' object='liblightcomp_la-network_solaris_sendfilev.lo' libtool=yes @AMDEPBACKSLASH@
                   1864: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1865: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-network_solaris_sendfilev.lo `test -f 'network_solaris_sendfilev.c' || echo '$(srcdir)/'`network_solaris_sendfilev.c
                   1866: 
                   1867: liblightcomp_la-network_openssl.lo: network_openssl.c
                   1868: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-network_openssl.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-network_openssl.Tpo -c -o liblightcomp_la-network_openssl.lo `test -f 'network_openssl.c' || echo '$(srcdir)/'`network_openssl.c
                   1869: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-network_openssl.Tpo $(DEPDIR)/liblightcomp_la-network_openssl.Plo
                   1870: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_openssl.c' object='liblightcomp_la-network_openssl.lo' libtool=yes @AMDEPBACKSLASH@
                   1871: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1872: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-network_openssl.lo `test -f 'network_openssl.c' || echo '$(srcdir)/'`network_openssl.c
                   1873: 
                   1874: liblightcomp_la-splaytree.lo: splaytree.c
                   1875: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-splaytree.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-splaytree.Tpo -c -o liblightcomp_la-splaytree.lo `test -f 'splaytree.c' || echo '$(srcdir)/'`splaytree.c
                   1876: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-splaytree.Tpo $(DEPDIR)/liblightcomp_la-splaytree.Plo
                   1877: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='splaytree.c' object='liblightcomp_la-splaytree.lo' libtool=yes @AMDEPBACKSLASH@
                   1878: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1879: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-splaytree.lo `test -f 'splaytree.c' || echo '$(srcdir)/'`splaytree.c
                   1880: 
                   1881: liblightcomp_la-status_counter.lo: status_counter.c
                   1882: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-status_counter.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-status_counter.Tpo -c -o liblightcomp_la-status_counter.lo `test -f 'status_counter.c' || echo '$(srcdir)/'`status_counter.c
                   1883: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-status_counter.Tpo $(DEPDIR)/liblightcomp_la-status_counter.Plo
                   1884: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='status_counter.c' object='liblightcomp_la-status_counter.lo' libtool=yes @AMDEPBACKSLASH@
                   1885: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1886: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-status_counter.lo `test -f 'status_counter.c' || echo '$(srcdir)/'`status_counter.c
                   1887: 
1.1.1.3 ! misho    1888: liblightcomp_la-safe_memclear.lo: safe_memclear.c
        !          1889: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-safe_memclear.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-safe_memclear.Tpo -c -o liblightcomp_la-safe_memclear.lo `test -f 'safe_memclear.c' || echo '$(srcdir)/'`safe_memclear.c
        !          1890: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-safe_memclear.Tpo $(DEPDIR)/liblightcomp_la-safe_memclear.Plo
        !          1891: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='safe_memclear.c' object='liblightcomp_la-safe_memclear.lo' libtool=yes @AMDEPBACKSLASH@
        !          1892: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          1893: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-safe_memclear.lo `test -f 'safe_memclear.c' || echo '$(srcdir)/'`safe_memclear.c
        !          1894: 
        !          1895: liblightcomp_la-network_darwin_sendfile.lo: network_darwin_sendfile.c
        !          1896: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-network_darwin_sendfile.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-network_darwin_sendfile.Tpo -c -o liblightcomp_la-network_darwin_sendfile.lo `test -f 'network_darwin_sendfile.c' || echo '$(srcdir)/'`network_darwin_sendfile.c
        !          1897: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-network_darwin_sendfile.Tpo $(DEPDIR)/liblightcomp_la-network_darwin_sendfile.Plo
        !          1898: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_darwin_sendfile.c' object='liblightcomp_la-network_darwin_sendfile.lo' libtool=yes @AMDEPBACKSLASH@
        !          1899: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          1900: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-network_darwin_sendfile.lo `test -f 'network_darwin_sendfile.c' || echo '$(srcdir)/'`network_darwin_sendfile.c
        !          1901: 
1.1       misho    1902: mod_cml_la-mod_cml.lo: mod_cml.c
                   1903: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_cml_la_CFLAGS) $(CFLAGS) -MT mod_cml_la-mod_cml.lo -MD -MP -MF $(DEPDIR)/mod_cml_la-mod_cml.Tpo -c -o mod_cml_la-mod_cml.lo `test -f 'mod_cml.c' || echo '$(srcdir)/'`mod_cml.c
                   1904: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/mod_cml_la-mod_cml.Tpo $(DEPDIR)/mod_cml_la-mod_cml.Plo
                   1905: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_cml.c' object='mod_cml_la-mod_cml.lo' libtool=yes @AMDEPBACKSLASH@
                   1906: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1907: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_cml_la_CFLAGS) $(CFLAGS) -c -o mod_cml_la-mod_cml.lo `test -f 'mod_cml.c' || echo '$(srcdir)/'`mod_cml.c
                   1908: 
                   1909: mod_cml_la-mod_cml_lua.lo: mod_cml_lua.c
                   1910: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_cml_la_CFLAGS) $(CFLAGS) -MT mod_cml_la-mod_cml_lua.lo -MD -MP -MF $(DEPDIR)/mod_cml_la-mod_cml_lua.Tpo -c -o mod_cml_la-mod_cml_lua.lo `test -f 'mod_cml_lua.c' || echo '$(srcdir)/'`mod_cml_lua.c
                   1911: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/mod_cml_la-mod_cml_lua.Tpo $(DEPDIR)/mod_cml_la-mod_cml_lua.Plo
                   1912: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_cml_lua.c' object='mod_cml_la-mod_cml_lua.lo' libtool=yes @AMDEPBACKSLASH@
                   1913: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1914: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_cml_la_CFLAGS) $(CFLAGS) -c -o mod_cml_la-mod_cml_lua.lo `test -f 'mod_cml_lua.c' || echo '$(srcdir)/'`mod_cml_lua.c
                   1915: 
                   1916: mod_cml_la-mod_cml_funcs.lo: mod_cml_funcs.c
                   1917: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_cml_la_CFLAGS) $(CFLAGS) -MT mod_cml_la-mod_cml_funcs.lo -MD -MP -MF $(DEPDIR)/mod_cml_la-mod_cml_funcs.Tpo -c -o mod_cml_la-mod_cml_funcs.lo `test -f 'mod_cml_funcs.c' || echo '$(srcdir)/'`mod_cml_funcs.c
                   1918: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/mod_cml_la-mod_cml_funcs.Tpo $(DEPDIR)/mod_cml_la-mod_cml_funcs.Plo
                   1919: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_cml_funcs.c' object='mod_cml_la-mod_cml_funcs.lo' libtool=yes @AMDEPBACKSLASH@
                   1920: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1921: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_cml_la_CFLAGS) $(CFLAGS) -c -o mod_cml_la-mod_cml_funcs.lo `test -f 'mod_cml_funcs.c' || echo '$(srcdir)/'`mod_cml_funcs.c
                   1922: 
                   1923: mod_magnet_la-mod_magnet.lo: mod_magnet.c
                   1924: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_magnet_la_CFLAGS) $(CFLAGS) -MT mod_magnet_la-mod_magnet.lo -MD -MP -MF $(DEPDIR)/mod_magnet_la-mod_magnet.Tpo -c -o mod_magnet_la-mod_magnet.lo `test -f 'mod_magnet.c' || echo '$(srcdir)/'`mod_magnet.c
                   1925: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/mod_magnet_la-mod_magnet.Tpo $(DEPDIR)/mod_magnet_la-mod_magnet.Plo
                   1926: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_magnet.c' object='mod_magnet_la-mod_magnet.lo' libtool=yes @AMDEPBACKSLASH@
                   1927: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1928: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_magnet_la_CFLAGS) $(CFLAGS) -c -o mod_magnet_la-mod_magnet.lo `test -f 'mod_magnet.c' || echo '$(srcdir)/'`mod_magnet.c
                   1929: 
                   1930: mod_magnet_la-mod_magnet_cache.lo: mod_magnet_cache.c
                   1931: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_magnet_la_CFLAGS) $(CFLAGS) -MT mod_magnet_la-mod_magnet_cache.lo -MD -MP -MF $(DEPDIR)/mod_magnet_la-mod_magnet_cache.Tpo -c -o mod_magnet_la-mod_magnet_cache.lo `test -f 'mod_magnet_cache.c' || echo '$(srcdir)/'`mod_magnet_cache.c
                   1932: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/mod_magnet_la-mod_magnet_cache.Tpo $(DEPDIR)/mod_magnet_la-mod_magnet_cache.Plo
                   1933: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_magnet_cache.c' object='mod_magnet_la-mod_magnet_cache.lo' libtool=yes @AMDEPBACKSLASH@
                   1934: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1935: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_magnet_la_CFLAGS) $(CFLAGS) -c -o mod_magnet_la-mod_magnet_cache.lo `test -f 'mod_magnet_cache.c' || echo '$(srcdir)/'`mod_magnet_cache.c
                   1936: 
                   1937: mod_mysql_vhost_la-mod_mysql_vhost.lo: mod_mysql_vhost.c
                   1938: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_mysql_vhost_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mod_mysql_vhost_la-mod_mysql_vhost.lo -MD -MP -MF $(DEPDIR)/mod_mysql_vhost_la-mod_mysql_vhost.Tpo -c -o mod_mysql_vhost_la-mod_mysql_vhost.lo `test -f 'mod_mysql_vhost.c' || echo '$(srcdir)/'`mod_mysql_vhost.c
                   1939: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/mod_mysql_vhost_la-mod_mysql_vhost.Tpo $(DEPDIR)/mod_mysql_vhost_la-mod_mysql_vhost.Plo
                   1940: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_mysql_vhost.c' object='mod_mysql_vhost_la-mod_mysql_vhost.lo' libtool=yes @AMDEPBACKSLASH@
                   1941: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1942: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_mysql_vhost_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mod_mysql_vhost_la-mod_mysql_vhost.lo `test -f 'mod_mysql_vhost.c' || echo '$(srcdir)/'`mod_mysql_vhost.c
                   1943: 
                   1944: mod_webdav_la-mod_webdav.lo: mod_webdav.c
                   1945: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_webdav_la_CFLAGS) $(CFLAGS) -MT mod_webdav_la-mod_webdav.lo -MD -MP -MF $(DEPDIR)/mod_webdav_la-mod_webdav.Tpo -c -o mod_webdav_la-mod_webdav.lo `test -f 'mod_webdav.c' || echo '$(srcdir)/'`mod_webdav.c
                   1946: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/mod_webdav_la-mod_webdav.Tpo $(DEPDIR)/mod_webdav_la-mod_webdav.Plo
                   1947: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_webdav.c' object='mod_webdav_la-mod_webdav.lo' libtool=yes @AMDEPBACKSLASH@
                   1948: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   1949: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_webdav_la_CFLAGS) $(CFLAGS) -c -o mod_webdav_la-mod_webdav.lo `test -f 'mod_webdav.c' || echo '$(srcdir)/'`mod_webdav.c
                   1950: 
1.1.1.3 ! misho    1951: lighttpd-server.o: server.c
        !          1952: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-server.o -MD -MP -MF $(DEPDIR)/lighttpd-server.Tpo -c -o lighttpd-server.o `test -f 'server.c' || echo '$(srcdir)/'`server.c
        !          1953: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-server.Tpo $(DEPDIR)/lighttpd-server.Po
        !          1954: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='server.c' object='lighttpd-server.o' libtool=no @AMDEPBACKSLASH@
        !          1955: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          1956: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-server.o `test -f 'server.c' || echo '$(srcdir)/'`server.c
        !          1957: 
        !          1958: lighttpd-server.obj: server.c
        !          1959: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-server.obj -MD -MP -MF $(DEPDIR)/lighttpd-server.Tpo -c -o lighttpd-server.obj `if test -f 'server.c'; then $(CYGPATH_W) 'server.c'; else $(CYGPATH_W) '$(srcdir)/server.c'; fi`
        !          1960: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-server.Tpo $(DEPDIR)/lighttpd-server.Po
        !          1961: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='server.c' object='lighttpd-server.obj' libtool=no @AMDEPBACKSLASH@
        !          1962: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          1963: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-server.obj `if test -f 'server.c'; then $(CYGPATH_W) 'server.c'; else $(CYGPATH_W) '$(srcdir)/server.c'; fi`
        !          1964: 
        !          1965: lighttpd-response.o: response.c
        !          1966: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-response.o -MD -MP -MF $(DEPDIR)/lighttpd-response.Tpo -c -o lighttpd-response.o `test -f 'response.c' || echo '$(srcdir)/'`response.c
        !          1967: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-response.Tpo $(DEPDIR)/lighttpd-response.Po
        !          1968: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='response.c' object='lighttpd-response.o' libtool=no @AMDEPBACKSLASH@
        !          1969: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          1970: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-response.o `test -f 'response.c' || echo '$(srcdir)/'`response.c
        !          1971: 
        !          1972: lighttpd-response.obj: response.c
        !          1973: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-response.obj -MD -MP -MF $(DEPDIR)/lighttpd-response.Tpo -c -o lighttpd-response.obj `if test -f 'response.c'; then $(CYGPATH_W) 'response.c'; else $(CYGPATH_W) '$(srcdir)/response.c'; fi`
        !          1974: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-response.Tpo $(DEPDIR)/lighttpd-response.Po
        !          1975: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='response.c' object='lighttpd-response.obj' libtool=no @AMDEPBACKSLASH@
        !          1976: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          1977: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-response.obj `if test -f 'response.c'; then $(CYGPATH_W) 'response.c'; else $(CYGPATH_W) '$(srcdir)/response.c'; fi`
        !          1978: 
        !          1979: lighttpd-connections.o: connections.c
        !          1980: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-connections.o -MD -MP -MF $(DEPDIR)/lighttpd-connections.Tpo -c -o lighttpd-connections.o `test -f 'connections.c' || echo '$(srcdir)/'`connections.c
        !          1981: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-connections.Tpo $(DEPDIR)/lighttpd-connections.Po
        !          1982: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='connections.c' object='lighttpd-connections.o' libtool=no @AMDEPBACKSLASH@
        !          1983: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          1984: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-connections.o `test -f 'connections.c' || echo '$(srcdir)/'`connections.c
        !          1985: 
        !          1986: lighttpd-connections.obj: connections.c
        !          1987: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-connections.obj -MD -MP -MF $(DEPDIR)/lighttpd-connections.Tpo -c -o lighttpd-connections.obj `if test -f 'connections.c'; then $(CYGPATH_W) 'connections.c'; else $(CYGPATH_W) '$(srcdir)/connections.c'; fi`
        !          1988: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-connections.Tpo $(DEPDIR)/lighttpd-connections.Po
        !          1989: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='connections.c' object='lighttpd-connections.obj' libtool=no @AMDEPBACKSLASH@
        !          1990: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          1991: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-connections.obj `if test -f 'connections.c'; then $(CYGPATH_W) 'connections.c'; else $(CYGPATH_W) '$(srcdir)/connections.c'; fi`
        !          1992: 
        !          1993: lighttpd-network.o: network.c
        !          1994: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network.o -MD -MP -MF $(DEPDIR)/lighttpd-network.Tpo -c -o lighttpd-network.o `test -f 'network.c' || echo '$(srcdir)/'`network.c
        !          1995: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network.Tpo $(DEPDIR)/lighttpd-network.Po
        !          1996: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network.c' object='lighttpd-network.o' libtool=no @AMDEPBACKSLASH@
        !          1997: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          1998: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network.o `test -f 'network.c' || echo '$(srcdir)/'`network.c
        !          1999: 
        !          2000: lighttpd-network.obj: network.c
        !          2001: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network.obj -MD -MP -MF $(DEPDIR)/lighttpd-network.Tpo -c -o lighttpd-network.obj `if test -f 'network.c'; then $(CYGPATH_W) 'network.c'; else $(CYGPATH_W) '$(srcdir)/network.c'; fi`
        !          2002: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network.Tpo $(DEPDIR)/lighttpd-network.Po
        !          2003: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network.c' object='lighttpd-network.obj' libtool=no @AMDEPBACKSLASH@
        !          2004: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2005: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network.obj `if test -f 'network.c'; then $(CYGPATH_W) 'network.c'; else $(CYGPATH_W) '$(srcdir)/network.c'; fi`
        !          2006: 
        !          2007: lighttpd-configfile.o: configfile.c
        !          2008: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-configfile.o -MD -MP -MF $(DEPDIR)/lighttpd-configfile.Tpo -c -o lighttpd-configfile.o `test -f 'configfile.c' || echo '$(srcdir)/'`configfile.c
        !          2009: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-configfile.Tpo $(DEPDIR)/lighttpd-configfile.Po
        !          2010: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='configfile.c' object='lighttpd-configfile.o' libtool=no @AMDEPBACKSLASH@
        !          2011: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2012: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-configfile.o `test -f 'configfile.c' || echo '$(srcdir)/'`configfile.c
        !          2013: 
        !          2014: lighttpd-configfile.obj: configfile.c
        !          2015: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-configfile.obj -MD -MP -MF $(DEPDIR)/lighttpd-configfile.Tpo -c -o lighttpd-configfile.obj `if test -f 'configfile.c'; then $(CYGPATH_W) 'configfile.c'; else $(CYGPATH_W) '$(srcdir)/configfile.c'; fi`
        !          2016: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-configfile.Tpo $(DEPDIR)/lighttpd-configfile.Po
        !          2017: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='configfile.c' object='lighttpd-configfile.obj' libtool=no @AMDEPBACKSLASH@
        !          2018: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2019: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-configfile.obj `if test -f 'configfile.c'; then $(CYGPATH_W) 'configfile.c'; else $(CYGPATH_W) '$(srcdir)/configfile.c'; fi`
        !          2020: 
        !          2021: lighttpd-configparser.o: configparser.c
        !          2022: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-configparser.o -MD -MP -MF $(DEPDIR)/lighttpd-configparser.Tpo -c -o lighttpd-configparser.o `test -f 'configparser.c' || echo '$(srcdir)/'`configparser.c
        !          2023: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-configparser.Tpo $(DEPDIR)/lighttpd-configparser.Po
        !          2024: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='configparser.c' object='lighttpd-configparser.o' libtool=no @AMDEPBACKSLASH@
        !          2025: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2026: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-configparser.o `test -f 'configparser.c' || echo '$(srcdir)/'`configparser.c
        !          2027: 
        !          2028: lighttpd-configparser.obj: configparser.c
        !          2029: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-configparser.obj -MD -MP -MF $(DEPDIR)/lighttpd-configparser.Tpo -c -o lighttpd-configparser.obj `if test -f 'configparser.c'; then $(CYGPATH_W) 'configparser.c'; else $(CYGPATH_W) '$(srcdir)/configparser.c'; fi`
        !          2030: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-configparser.Tpo $(DEPDIR)/lighttpd-configparser.Po
        !          2031: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='configparser.c' object='lighttpd-configparser.obj' libtool=no @AMDEPBACKSLASH@
        !          2032: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2033: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-configparser.obj `if test -f 'configparser.c'; then $(CYGPATH_W) 'configparser.c'; else $(CYGPATH_W) '$(srcdir)/configparser.c'; fi`
        !          2034: 
        !          2035: lighttpd-request.o: request.c
        !          2036: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-request.o -MD -MP -MF $(DEPDIR)/lighttpd-request.Tpo -c -o lighttpd-request.o `test -f 'request.c' || echo '$(srcdir)/'`request.c
        !          2037: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-request.Tpo $(DEPDIR)/lighttpd-request.Po
        !          2038: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='request.c' object='lighttpd-request.o' libtool=no @AMDEPBACKSLASH@
        !          2039: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2040: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-request.o `test -f 'request.c' || echo '$(srcdir)/'`request.c
        !          2041: 
        !          2042: lighttpd-request.obj: request.c
        !          2043: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-request.obj -MD -MP -MF $(DEPDIR)/lighttpd-request.Tpo -c -o lighttpd-request.obj `if test -f 'request.c'; then $(CYGPATH_W) 'request.c'; else $(CYGPATH_W) '$(srcdir)/request.c'; fi`
        !          2044: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-request.Tpo $(DEPDIR)/lighttpd-request.Po
        !          2045: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='request.c' object='lighttpd-request.obj' libtool=no @AMDEPBACKSLASH@
        !          2046: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2047: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-request.obj `if test -f 'request.c'; then $(CYGPATH_W) 'request.c'; else $(CYGPATH_W) '$(srcdir)/request.c'; fi`
        !          2048: 
        !          2049: lighttpd-proc_open.o: proc_open.c
        !          2050: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-proc_open.o -MD -MP -MF $(DEPDIR)/lighttpd-proc_open.Tpo -c -o lighttpd-proc_open.o `test -f 'proc_open.c' || echo '$(srcdir)/'`proc_open.c
        !          2051: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-proc_open.Tpo $(DEPDIR)/lighttpd-proc_open.Po
        !          2052: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='proc_open.c' object='lighttpd-proc_open.o' libtool=no @AMDEPBACKSLASH@
        !          2053: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2054: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-proc_open.o `test -f 'proc_open.c' || echo '$(srcdir)/'`proc_open.c
        !          2055: 
        !          2056: lighttpd-proc_open.obj: proc_open.c
        !          2057: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-proc_open.obj -MD -MP -MF $(DEPDIR)/lighttpd-proc_open.Tpo -c -o lighttpd-proc_open.obj `if test -f 'proc_open.c'; then $(CYGPATH_W) 'proc_open.c'; else $(CYGPATH_W) '$(srcdir)/proc_open.c'; fi`
        !          2058: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-proc_open.Tpo $(DEPDIR)/lighttpd-proc_open.Po
        !          2059: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='proc_open.c' object='lighttpd-proc_open.obj' libtool=no @AMDEPBACKSLASH@
        !          2060: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2061: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-proc_open.obj `if test -f 'proc_open.c'; then $(CYGPATH_W) 'proc_open.c'; else $(CYGPATH_W) '$(srcdir)/proc_open.c'; fi`
        !          2062: 
        !          2063: lighttpd-base64.o: base64.c
        !          2064: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-base64.o -MD -MP -MF $(DEPDIR)/lighttpd-base64.Tpo -c -o lighttpd-base64.o `test -f 'base64.c' || echo '$(srcdir)/'`base64.c
        !          2065: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-base64.Tpo $(DEPDIR)/lighttpd-base64.Po
        !          2066: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='base64.c' object='lighttpd-base64.o' libtool=no @AMDEPBACKSLASH@
        !          2067: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2068: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-base64.o `test -f 'base64.c' || echo '$(srcdir)/'`base64.c
        !          2069: 
        !          2070: lighttpd-base64.obj: base64.c
        !          2071: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-base64.obj -MD -MP -MF $(DEPDIR)/lighttpd-base64.Tpo -c -o lighttpd-base64.obj `if test -f 'base64.c'; then $(CYGPATH_W) 'base64.c'; else $(CYGPATH_W) '$(srcdir)/base64.c'; fi`
        !          2072: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-base64.Tpo $(DEPDIR)/lighttpd-base64.Po
        !          2073: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='base64.c' object='lighttpd-base64.obj' libtool=no @AMDEPBACKSLASH@
        !          2074: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2075: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-base64.obj `if test -f 'base64.c'; then $(CYGPATH_W) 'base64.c'; else $(CYGPATH_W) '$(srcdir)/base64.c'; fi`
        !          2076: 
        !          2077: lighttpd-buffer.o: buffer.c
        !          2078: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-buffer.o -MD -MP -MF $(DEPDIR)/lighttpd-buffer.Tpo -c -o lighttpd-buffer.o `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c
        !          2079: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-buffer.Tpo $(DEPDIR)/lighttpd-buffer.Po
        !          2080: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='buffer.c' object='lighttpd-buffer.o' libtool=no @AMDEPBACKSLASH@
        !          2081: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2082: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-buffer.o `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c
        !          2083: 
        !          2084: lighttpd-buffer.obj: buffer.c
        !          2085: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-buffer.obj -MD -MP -MF $(DEPDIR)/lighttpd-buffer.Tpo -c -o lighttpd-buffer.obj `if test -f 'buffer.c'; then $(CYGPATH_W) 'buffer.c'; else $(CYGPATH_W) '$(srcdir)/buffer.c'; fi`
        !          2086: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-buffer.Tpo $(DEPDIR)/lighttpd-buffer.Po
        !          2087: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='buffer.c' object='lighttpd-buffer.obj' libtool=no @AMDEPBACKSLASH@
        !          2088: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2089: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-buffer.obj `if test -f 'buffer.c'; then $(CYGPATH_W) 'buffer.c'; else $(CYGPATH_W) '$(srcdir)/buffer.c'; fi`
        !          2090: 
        !          2091: lighttpd-log.o: log.c
        !          2092: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-log.o -MD -MP -MF $(DEPDIR)/lighttpd-log.Tpo -c -o lighttpd-log.o `test -f 'log.c' || echo '$(srcdir)/'`log.c
        !          2093: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-log.Tpo $(DEPDIR)/lighttpd-log.Po
        !          2094: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='log.c' object='lighttpd-log.o' libtool=no @AMDEPBACKSLASH@
        !          2095: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2096: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-log.o `test -f 'log.c' || echo '$(srcdir)/'`log.c
        !          2097: 
        !          2098: lighttpd-log.obj: log.c
        !          2099: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-log.obj -MD -MP -MF $(DEPDIR)/lighttpd-log.Tpo -c -o lighttpd-log.obj `if test -f 'log.c'; then $(CYGPATH_W) 'log.c'; else $(CYGPATH_W) '$(srcdir)/log.c'; fi`
        !          2100: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-log.Tpo $(DEPDIR)/lighttpd-log.Po
        !          2101: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='log.c' object='lighttpd-log.obj' libtool=no @AMDEPBACKSLASH@
        !          2102: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2103: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-log.obj `if test -f 'log.c'; then $(CYGPATH_W) 'log.c'; else $(CYGPATH_W) '$(srcdir)/log.c'; fi`
        !          2104: 
        !          2105: lighttpd-keyvalue.o: keyvalue.c
        !          2106: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-keyvalue.o -MD -MP -MF $(DEPDIR)/lighttpd-keyvalue.Tpo -c -o lighttpd-keyvalue.o `test -f 'keyvalue.c' || echo '$(srcdir)/'`keyvalue.c
        !          2107: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-keyvalue.Tpo $(DEPDIR)/lighttpd-keyvalue.Po
        !          2108: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='keyvalue.c' object='lighttpd-keyvalue.o' libtool=no @AMDEPBACKSLASH@
        !          2109: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2110: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-keyvalue.o `test -f 'keyvalue.c' || echo '$(srcdir)/'`keyvalue.c
        !          2111: 
        !          2112: lighttpd-keyvalue.obj: keyvalue.c
        !          2113: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-keyvalue.obj -MD -MP -MF $(DEPDIR)/lighttpd-keyvalue.Tpo -c -o lighttpd-keyvalue.obj `if test -f 'keyvalue.c'; then $(CYGPATH_W) 'keyvalue.c'; else $(CYGPATH_W) '$(srcdir)/keyvalue.c'; fi`
        !          2114: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-keyvalue.Tpo $(DEPDIR)/lighttpd-keyvalue.Po
        !          2115: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='keyvalue.c' object='lighttpd-keyvalue.obj' libtool=no @AMDEPBACKSLASH@
        !          2116: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2117: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-keyvalue.obj `if test -f 'keyvalue.c'; then $(CYGPATH_W) 'keyvalue.c'; else $(CYGPATH_W) '$(srcdir)/keyvalue.c'; fi`
        !          2118: 
        !          2119: lighttpd-chunk.o: chunk.c
        !          2120: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-chunk.o -MD -MP -MF $(DEPDIR)/lighttpd-chunk.Tpo -c -o lighttpd-chunk.o `test -f 'chunk.c' || echo '$(srcdir)/'`chunk.c
        !          2121: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-chunk.Tpo $(DEPDIR)/lighttpd-chunk.Po
        !          2122: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='chunk.c' object='lighttpd-chunk.o' libtool=no @AMDEPBACKSLASH@
        !          2123: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2124: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-chunk.o `test -f 'chunk.c' || echo '$(srcdir)/'`chunk.c
        !          2125: 
        !          2126: lighttpd-chunk.obj: chunk.c
        !          2127: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-chunk.obj -MD -MP -MF $(DEPDIR)/lighttpd-chunk.Tpo -c -o lighttpd-chunk.obj `if test -f 'chunk.c'; then $(CYGPATH_W) 'chunk.c'; else $(CYGPATH_W) '$(srcdir)/chunk.c'; fi`
        !          2128: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-chunk.Tpo $(DEPDIR)/lighttpd-chunk.Po
        !          2129: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='chunk.c' object='lighttpd-chunk.obj' libtool=no @AMDEPBACKSLASH@
        !          2130: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2131: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-chunk.obj `if test -f 'chunk.c'; then $(CYGPATH_W) 'chunk.c'; else $(CYGPATH_W) '$(srcdir)/chunk.c'; fi`
        !          2132: 
        !          2133: lighttpd-http_chunk.o: http_chunk.c
        !          2134: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-http_chunk.o -MD -MP -MF $(DEPDIR)/lighttpd-http_chunk.Tpo -c -o lighttpd-http_chunk.o `test -f 'http_chunk.c' || echo '$(srcdir)/'`http_chunk.c
        !          2135: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-http_chunk.Tpo $(DEPDIR)/lighttpd-http_chunk.Po
        !          2136: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='http_chunk.c' object='lighttpd-http_chunk.o' libtool=no @AMDEPBACKSLASH@
        !          2137: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2138: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-http_chunk.o `test -f 'http_chunk.c' || echo '$(srcdir)/'`http_chunk.c
        !          2139: 
        !          2140: lighttpd-http_chunk.obj: http_chunk.c
        !          2141: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-http_chunk.obj -MD -MP -MF $(DEPDIR)/lighttpd-http_chunk.Tpo -c -o lighttpd-http_chunk.obj `if test -f 'http_chunk.c'; then $(CYGPATH_W) 'http_chunk.c'; else $(CYGPATH_W) '$(srcdir)/http_chunk.c'; fi`
        !          2142: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-http_chunk.Tpo $(DEPDIR)/lighttpd-http_chunk.Po
        !          2143: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='http_chunk.c' object='lighttpd-http_chunk.obj' libtool=no @AMDEPBACKSLASH@
        !          2144: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2145: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-http_chunk.obj `if test -f 'http_chunk.c'; then $(CYGPATH_W) 'http_chunk.c'; else $(CYGPATH_W) '$(srcdir)/http_chunk.c'; fi`
        !          2146: 
        !          2147: lighttpd-stream.o: stream.c
        !          2148: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-stream.o -MD -MP -MF $(DEPDIR)/lighttpd-stream.Tpo -c -o lighttpd-stream.o `test -f 'stream.c' || echo '$(srcdir)/'`stream.c
        !          2149: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-stream.Tpo $(DEPDIR)/lighttpd-stream.Po
        !          2150: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='stream.c' object='lighttpd-stream.o' libtool=no @AMDEPBACKSLASH@
        !          2151: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2152: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-stream.o `test -f 'stream.c' || echo '$(srcdir)/'`stream.c
        !          2153: 
        !          2154: lighttpd-stream.obj: stream.c
        !          2155: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-stream.obj -MD -MP -MF $(DEPDIR)/lighttpd-stream.Tpo -c -o lighttpd-stream.obj `if test -f 'stream.c'; then $(CYGPATH_W) 'stream.c'; else $(CYGPATH_W) '$(srcdir)/stream.c'; fi`
        !          2156: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-stream.Tpo $(DEPDIR)/lighttpd-stream.Po
        !          2157: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='stream.c' object='lighttpd-stream.obj' libtool=no @AMDEPBACKSLASH@
        !          2158: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2159: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-stream.obj `if test -f 'stream.c'; then $(CYGPATH_W) 'stream.c'; else $(CYGPATH_W) '$(srcdir)/stream.c'; fi`
        !          2160: 
        !          2161: lighttpd-fdevent.o: fdevent.c
        !          2162: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent.o -MD -MP -MF $(DEPDIR)/lighttpd-fdevent.Tpo -c -o lighttpd-fdevent.o `test -f 'fdevent.c' || echo '$(srcdir)/'`fdevent.c
        !          2163: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent.Tpo $(DEPDIR)/lighttpd-fdevent.Po
        !          2164: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent.c' object='lighttpd-fdevent.o' libtool=no @AMDEPBACKSLASH@
        !          2165: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2166: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent.o `test -f 'fdevent.c' || echo '$(srcdir)/'`fdevent.c
        !          2167: 
        !          2168: lighttpd-fdevent.obj: fdevent.c
        !          2169: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent.obj -MD -MP -MF $(DEPDIR)/lighttpd-fdevent.Tpo -c -o lighttpd-fdevent.obj `if test -f 'fdevent.c'; then $(CYGPATH_W) 'fdevent.c'; else $(CYGPATH_W) '$(srcdir)/fdevent.c'; fi`
        !          2170: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent.Tpo $(DEPDIR)/lighttpd-fdevent.Po
        !          2171: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent.c' object='lighttpd-fdevent.obj' libtool=no @AMDEPBACKSLASH@
        !          2172: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2173: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent.obj `if test -f 'fdevent.c'; then $(CYGPATH_W) 'fdevent.c'; else $(CYGPATH_W) '$(srcdir)/fdevent.c'; fi`
        !          2174: 
        !          2175: lighttpd-stat_cache.o: stat_cache.c
        !          2176: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-stat_cache.o -MD -MP -MF $(DEPDIR)/lighttpd-stat_cache.Tpo -c -o lighttpd-stat_cache.o `test -f 'stat_cache.c' || echo '$(srcdir)/'`stat_cache.c
        !          2177: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-stat_cache.Tpo $(DEPDIR)/lighttpd-stat_cache.Po
        !          2178: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='stat_cache.c' object='lighttpd-stat_cache.o' libtool=no @AMDEPBACKSLASH@
        !          2179: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2180: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-stat_cache.o `test -f 'stat_cache.c' || echo '$(srcdir)/'`stat_cache.c
        !          2181: 
        !          2182: lighttpd-stat_cache.obj: stat_cache.c
        !          2183: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-stat_cache.obj -MD -MP -MF $(DEPDIR)/lighttpd-stat_cache.Tpo -c -o lighttpd-stat_cache.obj `if test -f 'stat_cache.c'; then $(CYGPATH_W) 'stat_cache.c'; else $(CYGPATH_W) '$(srcdir)/stat_cache.c'; fi`
        !          2184: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-stat_cache.Tpo $(DEPDIR)/lighttpd-stat_cache.Po
        !          2185: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='stat_cache.c' object='lighttpd-stat_cache.obj' libtool=no @AMDEPBACKSLASH@
        !          2186: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2187: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-stat_cache.obj `if test -f 'stat_cache.c'; then $(CYGPATH_W) 'stat_cache.c'; else $(CYGPATH_W) '$(srcdir)/stat_cache.c'; fi`
        !          2188: 
        !          2189: lighttpd-plugin.o: plugin.c
        !          2190: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-plugin.o -MD -MP -MF $(DEPDIR)/lighttpd-plugin.Tpo -c -o lighttpd-plugin.o `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
        !          2191: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-plugin.Tpo $(DEPDIR)/lighttpd-plugin.Po
        !          2192: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin.c' object='lighttpd-plugin.o' libtool=no @AMDEPBACKSLASH@
        !          2193: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2194: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-plugin.o `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
        !          2195: 
        !          2196: lighttpd-plugin.obj: plugin.c
        !          2197: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-plugin.obj -MD -MP -MF $(DEPDIR)/lighttpd-plugin.Tpo -c -o lighttpd-plugin.obj `if test -f 'plugin.c'; then $(CYGPATH_W) 'plugin.c'; else $(CYGPATH_W) '$(srcdir)/plugin.c'; fi`
        !          2198: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-plugin.Tpo $(DEPDIR)/lighttpd-plugin.Po
        !          2199: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='plugin.c' object='lighttpd-plugin.obj' libtool=no @AMDEPBACKSLASH@
        !          2200: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2201: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-plugin.obj `if test -f 'plugin.c'; then $(CYGPATH_W) 'plugin.c'; else $(CYGPATH_W) '$(srcdir)/plugin.c'; fi`
        !          2202: 
        !          2203: lighttpd-joblist.o: joblist.c
        !          2204: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-joblist.o -MD -MP -MF $(DEPDIR)/lighttpd-joblist.Tpo -c -o lighttpd-joblist.o `test -f 'joblist.c' || echo '$(srcdir)/'`joblist.c
        !          2205: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-joblist.Tpo $(DEPDIR)/lighttpd-joblist.Po
        !          2206: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='joblist.c' object='lighttpd-joblist.o' libtool=no @AMDEPBACKSLASH@
        !          2207: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2208: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-joblist.o `test -f 'joblist.c' || echo '$(srcdir)/'`joblist.c
        !          2209: 
        !          2210: lighttpd-joblist.obj: joblist.c
        !          2211: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-joblist.obj -MD -MP -MF $(DEPDIR)/lighttpd-joblist.Tpo -c -o lighttpd-joblist.obj `if test -f 'joblist.c'; then $(CYGPATH_W) 'joblist.c'; else $(CYGPATH_W) '$(srcdir)/joblist.c'; fi`
        !          2212: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-joblist.Tpo $(DEPDIR)/lighttpd-joblist.Po
        !          2213: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='joblist.c' object='lighttpd-joblist.obj' libtool=no @AMDEPBACKSLASH@
        !          2214: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2215: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-joblist.obj `if test -f 'joblist.c'; then $(CYGPATH_W) 'joblist.c'; else $(CYGPATH_W) '$(srcdir)/joblist.c'; fi`
        !          2216: 
        !          2217: lighttpd-etag.o: etag.c
        !          2218: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-etag.o -MD -MP -MF $(DEPDIR)/lighttpd-etag.Tpo -c -o lighttpd-etag.o `test -f 'etag.c' || echo '$(srcdir)/'`etag.c
        !          2219: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-etag.Tpo $(DEPDIR)/lighttpd-etag.Po
        !          2220: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='etag.c' object='lighttpd-etag.o' libtool=no @AMDEPBACKSLASH@
        !          2221: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2222: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-etag.o `test -f 'etag.c' || echo '$(srcdir)/'`etag.c
        !          2223: 
        !          2224: lighttpd-etag.obj: etag.c
        !          2225: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-etag.obj -MD -MP -MF $(DEPDIR)/lighttpd-etag.Tpo -c -o lighttpd-etag.obj `if test -f 'etag.c'; then $(CYGPATH_W) 'etag.c'; else $(CYGPATH_W) '$(srcdir)/etag.c'; fi`
        !          2226: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-etag.Tpo $(DEPDIR)/lighttpd-etag.Po
        !          2227: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='etag.c' object='lighttpd-etag.obj' libtool=no @AMDEPBACKSLASH@
        !          2228: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2229: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-etag.obj `if test -f 'etag.c'; then $(CYGPATH_W) 'etag.c'; else $(CYGPATH_W) '$(srcdir)/etag.c'; fi`
        !          2230: 
        !          2231: lighttpd-array.o: array.c
        !          2232: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-array.o -MD -MP -MF $(DEPDIR)/lighttpd-array.Tpo -c -o lighttpd-array.o `test -f 'array.c' || echo '$(srcdir)/'`array.c
        !          2233: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-array.Tpo $(DEPDIR)/lighttpd-array.Po
        !          2234: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='array.c' object='lighttpd-array.o' libtool=no @AMDEPBACKSLASH@
        !          2235: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2236: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-array.o `test -f 'array.c' || echo '$(srcdir)/'`array.c
        !          2237: 
        !          2238: lighttpd-array.obj: array.c
        !          2239: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-array.obj -MD -MP -MF $(DEPDIR)/lighttpd-array.Tpo -c -o lighttpd-array.obj `if test -f 'array.c'; then $(CYGPATH_W) 'array.c'; else $(CYGPATH_W) '$(srcdir)/array.c'; fi`
        !          2240: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-array.Tpo $(DEPDIR)/lighttpd-array.Po
        !          2241: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='array.c' object='lighttpd-array.obj' libtool=no @AMDEPBACKSLASH@
        !          2242: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2243: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-array.obj `if test -f 'array.c'; then $(CYGPATH_W) 'array.c'; else $(CYGPATH_W) '$(srcdir)/array.c'; fi`
        !          2244: 
        !          2245: lighttpd-data_string.o: data_string.c
        !          2246: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_string.o -MD -MP -MF $(DEPDIR)/lighttpd-data_string.Tpo -c -o lighttpd-data_string.o `test -f 'data_string.c' || echo '$(srcdir)/'`data_string.c
        !          2247: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_string.Tpo $(DEPDIR)/lighttpd-data_string.Po
        !          2248: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='data_string.c' object='lighttpd-data_string.o' libtool=no @AMDEPBACKSLASH@
        !          2249: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2250: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_string.o `test -f 'data_string.c' || echo '$(srcdir)/'`data_string.c
        !          2251: 
        !          2252: lighttpd-data_string.obj: data_string.c
        !          2253: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_string.obj -MD -MP -MF $(DEPDIR)/lighttpd-data_string.Tpo -c -o lighttpd-data_string.obj `if test -f 'data_string.c'; then $(CYGPATH_W) 'data_string.c'; else $(CYGPATH_W) '$(srcdir)/data_string.c'; fi`
        !          2254: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_string.Tpo $(DEPDIR)/lighttpd-data_string.Po
        !          2255: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='data_string.c' object='lighttpd-data_string.obj' libtool=no @AMDEPBACKSLASH@
        !          2256: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2257: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_string.obj `if test -f 'data_string.c'; then $(CYGPATH_W) 'data_string.c'; else $(CYGPATH_W) '$(srcdir)/data_string.c'; fi`
        !          2258: 
        !          2259: lighttpd-data_count.o: data_count.c
        !          2260: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_count.o -MD -MP -MF $(DEPDIR)/lighttpd-data_count.Tpo -c -o lighttpd-data_count.o `test -f 'data_count.c' || echo '$(srcdir)/'`data_count.c
        !          2261: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_count.Tpo $(DEPDIR)/lighttpd-data_count.Po
        !          2262: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='data_count.c' object='lighttpd-data_count.o' libtool=no @AMDEPBACKSLASH@
        !          2263: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2264: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_count.o `test -f 'data_count.c' || echo '$(srcdir)/'`data_count.c
        !          2265: 
        !          2266: lighttpd-data_count.obj: data_count.c
        !          2267: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_count.obj -MD -MP -MF $(DEPDIR)/lighttpd-data_count.Tpo -c -o lighttpd-data_count.obj `if test -f 'data_count.c'; then $(CYGPATH_W) 'data_count.c'; else $(CYGPATH_W) '$(srcdir)/data_count.c'; fi`
        !          2268: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_count.Tpo $(DEPDIR)/lighttpd-data_count.Po
        !          2269: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='data_count.c' object='lighttpd-data_count.obj' libtool=no @AMDEPBACKSLASH@
        !          2270: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2271: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_count.obj `if test -f 'data_count.c'; then $(CYGPATH_W) 'data_count.c'; else $(CYGPATH_W) '$(srcdir)/data_count.c'; fi`
        !          2272: 
        !          2273: lighttpd-data_array.o: data_array.c
        !          2274: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_array.o -MD -MP -MF $(DEPDIR)/lighttpd-data_array.Tpo -c -o lighttpd-data_array.o `test -f 'data_array.c' || echo '$(srcdir)/'`data_array.c
        !          2275: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_array.Tpo $(DEPDIR)/lighttpd-data_array.Po
        !          2276: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='data_array.c' object='lighttpd-data_array.o' libtool=no @AMDEPBACKSLASH@
        !          2277: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2278: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_array.o `test -f 'data_array.c' || echo '$(srcdir)/'`data_array.c
        !          2279: 
        !          2280: lighttpd-data_array.obj: data_array.c
        !          2281: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_array.obj -MD -MP -MF $(DEPDIR)/lighttpd-data_array.Tpo -c -o lighttpd-data_array.obj `if test -f 'data_array.c'; then $(CYGPATH_W) 'data_array.c'; else $(CYGPATH_W) '$(srcdir)/data_array.c'; fi`
        !          2282: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_array.Tpo $(DEPDIR)/lighttpd-data_array.Po
        !          2283: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='data_array.c' object='lighttpd-data_array.obj' libtool=no @AMDEPBACKSLASH@
        !          2284: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2285: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_array.obj `if test -f 'data_array.c'; then $(CYGPATH_W) 'data_array.c'; else $(CYGPATH_W) '$(srcdir)/data_array.c'; fi`
        !          2286: 
        !          2287: lighttpd-data_integer.o: data_integer.c
        !          2288: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_integer.o -MD -MP -MF $(DEPDIR)/lighttpd-data_integer.Tpo -c -o lighttpd-data_integer.o `test -f 'data_integer.c' || echo '$(srcdir)/'`data_integer.c
        !          2289: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_integer.Tpo $(DEPDIR)/lighttpd-data_integer.Po
        !          2290: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='data_integer.c' object='lighttpd-data_integer.o' libtool=no @AMDEPBACKSLASH@
        !          2291: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2292: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_integer.o `test -f 'data_integer.c' || echo '$(srcdir)/'`data_integer.c
        !          2293: 
        !          2294: lighttpd-data_integer.obj: data_integer.c
        !          2295: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_integer.obj -MD -MP -MF $(DEPDIR)/lighttpd-data_integer.Tpo -c -o lighttpd-data_integer.obj `if test -f 'data_integer.c'; then $(CYGPATH_W) 'data_integer.c'; else $(CYGPATH_W) '$(srcdir)/data_integer.c'; fi`
        !          2296: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_integer.Tpo $(DEPDIR)/lighttpd-data_integer.Po
        !          2297: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='data_integer.c' object='lighttpd-data_integer.obj' libtool=no @AMDEPBACKSLASH@
        !          2298: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2299: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_integer.obj `if test -f 'data_integer.c'; then $(CYGPATH_W) 'data_integer.c'; else $(CYGPATH_W) '$(srcdir)/data_integer.c'; fi`
        !          2300: 
        !          2301: lighttpd-md5.o: md5.c
        !          2302: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-md5.o -MD -MP -MF $(DEPDIR)/lighttpd-md5.Tpo -c -o lighttpd-md5.o `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
        !          2303: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-md5.Tpo $(DEPDIR)/lighttpd-md5.Po
        !          2304: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='md5.c' object='lighttpd-md5.o' libtool=no @AMDEPBACKSLASH@
        !          2305: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2306: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-md5.o `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
        !          2307: 
        !          2308: lighttpd-md5.obj: md5.c
        !          2309: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-md5.obj -MD -MP -MF $(DEPDIR)/lighttpd-md5.Tpo -c -o lighttpd-md5.obj `if test -f 'md5.c'; then $(CYGPATH_W) 'md5.c'; else $(CYGPATH_W) '$(srcdir)/md5.c'; fi`
        !          2310: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-md5.Tpo $(DEPDIR)/lighttpd-md5.Po
        !          2311: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='md5.c' object='lighttpd-md5.obj' libtool=no @AMDEPBACKSLASH@
        !          2312: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2313: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-md5.obj `if test -f 'md5.c'; then $(CYGPATH_W) 'md5.c'; else $(CYGPATH_W) '$(srcdir)/md5.c'; fi`
        !          2314: 
        !          2315: lighttpd-data_fastcgi.o: data_fastcgi.c
        !          2316: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_fastcgi.o -MD -MP -MF $(DEPDIR)/lighttpd-data_fastcgi.Tpo -c -o lighttpd-data_fastcgi.o `test -f 'data_fastcgi.c' || echo '$(srcdir)/'`data_fastcgi.c
        !          2317: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_fastcgi.Tpo $(DEPDIR)/lighttpd-data_fastcgi.Po
        !          2318: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='data_fastcgi.c' object='lighttpd-data_fastcgi.o' libtool=no @AMDEPBACKSLASH@
        !          2319: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2320: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_fastcgi.o `test -f 'data_fastcgi.c' || echo '$(srcdir)/'`data_fastcgi.c
        !          2321: 
        !          2322: lighttpd-data_fastcgi.obj: data_fastcgi.c
        !          2323: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_fastcgi.obj -MD -MP -MF $(DEPDIR)/lighttpd-data_fastcgi.Tpo -c -o lighttpd-data_fastcgi.obj `if test -f 'data_fastcgi.c'; then $(CYGPATH_W) 'data_fastcgi.c'; else $(CYGPATH_W) '$(srcdir)/data_fastcgi.c'; fi`
        !          2324: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_fastcgi.Tpo $(DEPDIR)/lighttpd-data_fastcgi.Po
        !          2325: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='data_fastcgi.c' object='lighttpd-data_fastcgi.obj' libtool=no @AMDEPBACKSLASH@
        !          2326: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2327: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_fastcgi.obj `if test -f 'data_fastcgi.c'; then $(CYGPATH_W) 'data_fastcgi.c'; else $(CYGPATH_W) '$(srcdir)/data_fastcgi.c'; fi`
        !          2328: 
        !          2329: lighttpd-vector.o: vector.c
        !          2330: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-vector.o -MD -MP -MF $(DEPDIR)/lighttpd-vector.Tpo -c -o lighttpd-vector.o `test -f 'vector.c' || echo '$(srcdir)/'`vector.c
        !          2331: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-vector.Tpo $(DEPDIR)/lighttpd-vector.Po
        !          2332: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='vector.c' object='lighttpd-vector.o' libtool=no @AMDEPBACKSLASH@
        !          2333: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2334: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-vector.o `test -f 'vector.c' || echo '$(srcdir)/'`vector.c
        !          2335: 
        !          2336: lighttpd-vector.obj: vector.c
        !          2337: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-vector.obj -MD -MP -MF $(DEPDIR)/lighttpd-vector.Tpo -c -o lighttpd-vector.obj `if test -f 'vector.c'; then $(CYGPATH_W) 'vector.c'; else $(CYGPATH_W) '$(srcdir)/vector.c'; fi`
        !          2338: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-vector.Tpo $(DEPDIR)/lighttpd-vector.Po
        !          2339: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='vector.c' object='lighttpd-vector.obj' libtool=no @AMDEPBACKSLASH@
        !          2340: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2341: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-vector.obj `if test -f 'vector.c'; then $(CYGPATH_W) 'vector.c'; else $(CYGPATH_W) '$(srcdir)/vector.c'; fi`
        !          2342: 
        !          2343: lighttpd-fdevent_select.o: fdevent_select.c
        !          2344: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_select.o -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_select.Tpo -c -o lighttpd-fdevent_select.o `test -f 'fdevent_select.c' || echo '$(srcdir)/'`fdevent_select.c
        !          2345: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_select.Tpo $(DEPDIR)/lighttpd-fdevent_select.Po
        !          2346: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_select.c' object='lighttpd-fdevent_select.o' libtool=no @AMDEPBACKSLASH@
        !          2347: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2348: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_select.o `test -f 'fdevent_select.c' || echo '$(srcdir)/'`fdevent_select.c
        !          2349: 
        !          2350: lighttpd-fdevent_select.obj: fdevent_select.c
        !          2351: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_select.obj -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_select.Tpo -c -o lighttpd-fdevent_select.obj `if test -f 'fdevent_select.c'; then $(CYGPATH_W) 'fdevent_select.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_select.c'; fi`
        !          2352: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_select.Tpo $(DEPDIR)/lighttpd-fdevent_select.Po
        !          2353: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_select.c' object='lighttpd-fdevent_select.obj' libtool=no @AMDEPBACKSLASH@
        !          2354: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2355: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_select.obj `if test -f 'fdevent_select.c'; then $(CYGPATH_W) 'fdevent_select.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_select.c'; fi`
        !          2356: 
        !          2357: lighttpd-fdevent_libev.o: fdevent_libev.c
        !          2358: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_libev.o -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_libev.Tpo -c -o lighttpd-fdevent_libev.o `test -f 'fdevent_libev.c' || echo '$(srcdir)/'`fdevent_libev.c
        !          2359: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_libev.Tpo $(DEPDIR)/lighttpd-fdevent_libev.Po
        !          2360: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_libev.c' object='lighttpd-fdevent_libev.o' libtool=no @AMDEPBACKSLASH@
        !          2361: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2362: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_libev.o `test -f 'fdevent_libev.c' || echo '$(srcdir)/'`fdevent_libev.c
        !          2363: 
        !          2364: lighttpd-fdevent_libev.obj: fdevent_libev.c
        !          2365: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_libev.obj -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_libev.Tpo -c -o lighttpd-fdevent_libev.obj `if test -f 'fdevent_libev.c'; then $(CYGPATH_W) 'fdevent_libev.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_libev.c'; fi`
        !          2366: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_libev.Tpo $(DEPDIR)/lighttpd-fdevent_libev.Po
        !          2367: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_libev.c' object='lighttpd-fdevent_libev.obj' libtool=no @AMDEPBACKSLASH@
        !          2368: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2369: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_libev.obj `if test -f 'fdevent_libev.c'; then $(CYGPATH_W) 'fdevent_libev.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_libev.c'; fi`
        !          2370: 
        !          2371: lighttpd-fdevent_poll.o: fdevent_poll.c
        !          2372: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_poll.o -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_poll.Tpo -c -o lighttpd-fdevent_poll.o `test -f 'fdevent_poll.c' || echo '$(srcdir)/'`fdevent_poll.c
        !          2373: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_poll.Tpo $(DEPDIR)/lighttpd-fdevent_poll.Po
        !          2374: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_poll.c' object='lighttpd-fdevent_poll.o' libtool=no @AMDEPBACKSLASH@
        !          2375: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2376: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_poll.o `test -f 'fdevent_poll.c' || echo '$(srcdir)/'`fdevent_poll.c
        !          2377: 
        !          2378: lighttpd-fdevent_poll.obj: fdevent_poll.c
        !          2379: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_poll.obj -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_poll.Tpo -c -o lighttpd-fdevent_poll.obj `if test -f 'fdevent_poll.c'; then $(CYGPATH_W) 'fdevent_poll.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_poll.c'; fi`
        !          2380: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_poll.Tpo $(DEPDIR)/lighttpd-fdevent_poll.Po
        !          2381: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_poll.c' object='lighttpd-fdevent_poll.obj' libtool=no @AMDEPBACKSLASH@
        !          2382: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2383: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_poll.obj `if test -f 'fdevent_poll.c'; then $(CYGPATH_W) 'fdevent_poll.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_poll.c'; fi`
        !          2384: 
        !          2385: lighttpd-fdevent_linux_sysepoll.o: fdevent_linux_sysepoll.c
        !          2386: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_linux_sysepoll.o -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_linux_sysepoll.Tpo -c -o lighttpd-fdevent_linux_sysepoll.o `test -f 'fdevent_linux_sysepoll.c' || echo '$(srcdir)/'`fdevent_linux_sysepoll.c
        !          2387: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_linux_sysepoll.Tpo $(DEPDIR)/lighttpd-fdevent_linux_sysepoll.Po
        !          2388: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_linux_sysepoll.c' object='lighttpd-fdevent_linux_sysepoll.o' libtool=no @AMDEPBACKSLASH@
        !          2389: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2390: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_linux_sysepoll.o `test -f 'fdevent_linux_sysepoll.c' || echo '$(srcdir)/'`fdevent_linux_sysepoll.c
        !          2391: 
        !          2392: lighttpd-fdevent_linux_sysepoll.obj: fdevent_linux_sysepoll.c
        !          2393: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_linux_sysepoll.obj -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_linux_sysepoll.Tpo -c -o lighttpd-fdevent_linux_sysepoll.obj `if test -f 'fdevent_linux_sysepoll.c'; then $(CYGPATH_W) 'fdevent_linux_sysepoll.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_linux_sysepoll.c'; fi`
        !          2394: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_linux_sysepoll.Tpo $(DEPDIR)/lighttpd-fdevent_linux_sysepoll.Po
        !          2395: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_linux_sysepoll.c' object='lighttpd-fdevent_linux_sysepoll.obj' libtool=no @AMDEPBACKSLASH@
        !          2396: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2397: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_linux_sysepoll.obj `if test -f 'fdevent_linux_sysepoll.c'; then $(CYGPATH_W) 'fdevent_linux_sysepoll.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_linux_sysepoll.c'; fi`
        !          2398: 
        !          2399: lighttpd-fdevent_solaris_devpoll.o: fdevent_solaris_devpoll.c
        !          2400: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_solaris_devpoll.o -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_solaris_devpoll.Tpo -c -o lighttpd-fdevent_solaris_devpoll.o `test -f 'fdevent_solaris_devpoll.c' || echo '$(srcdir)/'`fdevent_solaris_devpoll.c
        !          2401: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_solaris_devpoll.Tpo $(DEPDIR)/lighttpd-fdevent_solaris_devpoll.Po
        !          2402: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_solaris_devpoll.c' object='lighttpd-fdevent_solaris_devpoll.o' libtool=no @AMDEPBACKSLASH@
        !          2403: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2404: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_solaris_devpoll.o `test -f 'fdevent_solaris_devpoll.c' || echo '$(srcdir)/'`fdevent_solaris_devpoll.c
        !          2405: 
        !          2406: lighttpd-fdevent_solaris_devpoll.obj: fdevent_solaris_devpoll.c
        !          2407: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_solaris_devpoll.obj -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_solaris_devpoll.Tpo -c -o lighttpd-fdevent_solaris_devpoll.obj `if test -f 'fdevent_solaris_devpoll.c'; then $(CYGPATH_W) 'fdevent_solaris_devpoll.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_solaris_devpoll.c'; fi`
        !          2408: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_solaris_devpoll.Tpo $(DEPDIR)/lighttpd-fdevent_solaris_devpoll.Po
        !          2409: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_solaris_devpoll.c' object='lighttpd-fdevent_solaris_devpoll.obj' libtool=no @AMDEPBACKSLASH@
        !          2410: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2411: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_solaris_devpoll.obj `if test -f 'fdevent_solaris_devpoll.c'; then $(CYGPATH_W) 'fdevent_solaris_devpoll.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_solaris_devpoll.c'; fi`
        !          2412: 
        !          2413: lighttpd-fdevent_solaris_port.o: fdevent_solaris_port.c
        !          2414: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_solaris_port.o -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_solaris_port.Tpo -c -o lighttpd-fdevent_solaris_port.o `test -f 'fdevent_solaris_port.c' || echo '$(srcdir)/'`fdevent_solaris_port.c
        !          2415: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_solaris_port.Tpo $(DEPDIR)/lighttpd-fdevent_solaris_port.Po
        !          2416: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_solaris_port.c' object='lighttpd-fdevent_solaris_port.o' libtool=no @AMDEPBACKSLASH@
        !          2417: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2418: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_solaris_port.o `test -f 'fdevent_solaris_port.c' || echo '$(srcdir)/'`fdevent_solaris_port.c
        !          2419: 
        !          2420: lighttpd-fdevent_solaris_port.obj: fdevent_solaris_port.c
        !          2421: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_solaris_port.obj -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_solaris_port.Tpo -c -o lighttpd-fdevent_solaris_port.obj `if test -f 'fdevent_solaris_port.c'; then $(CYGPATH_W) 'fdevent_solaris_port.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_solaris_port.c'; fi`
        !          2422: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_solaris_port.Tpo $(DEPDIR)/lighttpd-fdevent_solaris_port.Po
        !          2423: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_solaris_port.c' object='lighttpd-fdevent_solaris_port.obj' libtool=no @AMDEPBACKSLASH@
        !          2424: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2425: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_solaris_port.obj `if test -f 'fdevent_solaris_port.c'; then $(CYGPATH_W) 'fdevent_solaris_port.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_solaris_port.c'; fi`
        !          2426: 
        !          2427: lighttpd-fdevent_freebsd_kqueue.o: fdevent_freebsd_kqueue.c
        !          2428: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_freebsd_kqueue.o -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_freebsd_kqueue.Tpo -c -o lighttpd-fdevent_freebsd_kqueue.o `test -f 'fdevent_freebsd_kqueue.c' || echo '$(srcdir)/'`fdevent_freebsd_kqueue.c
        !          2429: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_freebsd_kqueue.Tpo $(DEPDIR)/lighttpd-fdevent_freebsd_kqueue.Po
        !          2430: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_freebsd_kqueue.c' object='lighttpd-fdevent_freebsd_kqueue.o' libtool=no @AMDEPBACKSLASH@
        !          2431: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2432: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_freebsd_kqueue.o `test -f 'fdevent_freebsd_kqueue.c' || echo '$(srcdir)/'`fdevent_freebsd_kqueue.c
        !          2433: 
        !          2434: lighttpd-fdevent_freebsd_kqueue.obj: fdevent_freebsd_kqueue.c
        !          2435: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_freebsd_kqueue.obj -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_freebsd_kqueue.Tpo -c -o lighttpd-fdevent_freebsd_kqueue.obj `if test -f 'fdevent_freebsd_kqueue.c'; then $(CYGPATH_W) 'fdevent_freebsd_kqueue.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_freebsd_kqueue.c'; fi`
        !          2436: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_freebsd_kqueue.Tpo $(DEPDIR)/lighttpd-fdevent_freebsd_kqueue.Po
        !          2437: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='fdevent_freebsd_kqueue.c' object='lighttpd-fdevent_freebsd_kqueue.obj' libtool=no @AMDEPBACKSLASH@
        !          2438: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2439: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_freebsd_kqueue.obj `if test -f 'fdevent_freebsd_kqueue.c'; then $(CYGPATH_W) 'fdevent_freebsd_kqueue.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_freebsd_kqueue.c'; fi`
        !          2440: 
        !          2441: lighttpd-data_config.o: data_config.c
        !          2442: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_config.o -MD -MP -MF $(DEPDIR)/lighttpd-data_config.Tpo -c -o lighttpd-data_config.o `test -f 'data_config.c' || echo '$(srcdir)/'`data_config.c
        !          2443: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_config.Tpo $(DEPDIR)/lighttpd-data_config.Po
        !          2444: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='data_config.c' object='lighttpd-data_config.o' libtool=no @AMDEPBACKSLASH@
        !          2445: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2446: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_config.o `test -f 'data_config.c' || echo '$(srcdir)/'`data_config.c
        !          2447: 
        !          2448: lighttpd-data_config.obj: data_config.c
        !          2449: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_config.obj -MD -MP -MF $(DEPDIR)/lighttpd-data_config.Tpo -c -o lighttpd-data_config.obj `if test -f 'data_config.c'; then $(CYGPATH_W) 'data_config.c'; else $(CYGPATH_W) '$(srcdir)/data_config.c'; fi`
        !          2450: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_config.Tpo $(DEPDIR)/lighttpd-data_config.Po
        !          2451: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='data_config.c' object='lighttpd-data_config.obj' libtool=no @AMDEPBACKSLASH@
        !          2452: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2453: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_config.obj `if test -f 'data_config.c'; then $(CYGPATH_W) 'data_config.c'; else $(CYGPATH_W) '$(srcdir)/data_config.c'; fi`
        !          2454: 
        !          2455: lighttpd-inet_ntop_cache.o: inet_ntop_cache.c
        !          2456: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-inet_ntop_cache.o -MD -MP -MF $(DEPDIR)/lighttpd-inet_ntop_cache.Tpo -c -o lighttpd-inet_ntop_cache.o `test -f 'inet_ntop_cache.c' || echo '$(srcdir)/'`inet_ntop_cache.c
        !          2457: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-inet_ntop_cache.Tpo $(DEPDIR)/lighttpd-inet_ntop_cache.Po
        !          2458: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='inet_ntop_cache.c' object='lighttpd-inet_ntop_cache.o' libtool=no @AMDEPBACKSLASH@
        !          2459: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2460: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-inet_ntop_cache.o `test -f 'inet_ntop_cache.c' || echo '$(srcdir)/'`inet_ntop_cache.c
        !          2461: 
        !          2462: lighttpd-inet_ntop_cache.obj: inet_ntop_cache.c
        !          2463: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-inet_ntop_cache.obj -MD -MP -MF $(DEPDIR)/lighttpd-inet_ntop_cache.Tpo -c -o lighttpd-inet_ntop_cache.obj `if test -f 'inet_ntop_cache.c'; then $(CYGPATH_W) 'inet_ntop_cache.c'; else $(CYGPATH_W) '$(srcdir)/inet_ntop_cache.c'; fi`
        !          2464: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-inet_ntop_cache.Tpo $(DEPDIR)/lighttpd-inet_ntop_cache.Po
        !          2465: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='inet_ntop_cache.c' object='lighttpd-inet_ntop_cache.obj' libtool=no @AMDEPBACKSLASH@
        !          2466: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2467: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-inet_ntop_cache.obj `if test -f 'inet_ntop_cache.c'; then $(CYGPATH_W) 'inet_ntop_cache.c'; else $(CYGPATH_W) '$(srcdir)/inet_ntop_cache.c'; fi`
        !          2468: 
        !          2469: lighttpd-crc32.o: crc32.c
        !          2470: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-crc32.o -MD -MP -MF $(DEPDIR)/lighttpd-crc32.Tpo -c -o lighttpd-crc32.o `test -f 'crc32.c' || echo '$(srcdir)/'`crc32.c
        !          2471: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-crc32.Tpo $(DEPDIR)/lighttpd-crc32.Po
        !          2472: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='crc32.c' object='lighttpd-crc32.o' libtool=no @AMDEPBACKSLASH@
        !          2473: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2474: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-crc32.o `test -f 'crc32.c' || echo '$(srcdir)/'`crc32.c
        !          2475: 
        !          2476: lighttpd-crc32.obj: crc32.c
        !          2477: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-crc32.obj -MD -MP -MF $(DEPDIR)/lighttpd-crc32.Tpo -c -o lighttpd-crc32.obj `if test -f 'crc32.c'; then $(CYGPATH_W) 'crc32.c'; else $(CYGPATH_W) '$(srcdir)/crc32.c'; fi`
        !          2478: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-crc32.Tpo $(DEPDIR)/lighttpd-crc32.Po
        !          2479: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='crc32.c' object='lighttpd-crc32.obj' libtool=no @AMDEPBACKSLASH@
        !          2480: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2481: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-crc32.obj `if test -f 'crc32.c'; then $(CYGPATH_W) 'crc32.c'; else $(CYGPATH_W) '$(srcdir)/crc32.c'; fi`
        !          2482: 
        !          2483: lighttpd-connections-glue.o: connections-glue.c
        !          2484: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-connections-glue.o -MD -MP -MF $(DEPDIR)/lighttpd-connections-glue.Tpo -c -o lighttpd-connections-glue.o `test -f 'connections-glue.c' || echo '$(srcdir)/'`connections-glue.c
        !          2485: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-connections-glue.Tpo $(DEPDIR)/lighttpd-connections-glue.Po
        !          2486: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='connections-glue.c' object='lighttpd-connections-glue.o' libtool=no @AMDEPBACKSLASH@
        !          2487: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2488: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-connections-glue.o `test -f 'connections-glue.c' || echo '$(srcdir)/'`connections-glue.c
        !          2489: 
        !          2490: lighttpd-connections-glue.obj: connections-glue.c
        !          2491: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-connections-glue.obj -MD -MP -MF $(DEPDIR)/lighttpd-connections-glue.Tpo -c -o lighttpd-connections-glue.obj `if test -f 'connections-glue.c'; then $(CYGPATH_W) 'connections-glue.c'; else $(CYGPATH_W) '$(srcdir)/connections-glue.c'; fi`
        !          2492: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-connections-glue.Tpo $(DEPDIR)/lighttpd-connections-glue.Po
        !          2493: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='connections-glue.c' object='lighttpd-connections-glue.obj' libtool=no @AMDEPBACKSLASH@
        !          2494: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2495: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-connections-glue.obj `if test -f 'connections-glue.c'; then $(CYGPATH_W) 'connections-glue.c'; else $(CYGPATH_W) '$(srcdir)/connections-glue.c'; fi`
        !          2496: 
        !          2497: lighttpd-configfile-glue.o: configfile-glue.c
        !          2498: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-configfile-glue.o -MD -MP -MF $(DEPDIR)/lighttpd-configfile-glue.Tpo -c -o lighttpd-configfile-glue.o `test -f 'configfile-glue.c' || echo '$(srcdir)/'`configfile-glue.c
        !          2499: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-configfile-glue.Tpo $(DEPDIR)/lighttpd-configfile-glue.Po
        !          2500: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='configfile-glue.c' object='lighttpd-configfile-glue.o' libtool=no @AMDEPBACKSLASH@
        !          2501: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2502: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-configfile-glue.o `test -f 'configfile-glue.c' || echo '$(srcdir)/'`configfile-glue.c
        !          2503: 
        !          2504: lighttpd-configfile-glue.obj: configfile-glue.c
        !          2505: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-configfile-glue.obj -MD -MP -MF $(DEPDIR)/lighttpd-configfile-glue.Tpo -c -o lighttpd-configfile-glue.obj `if test -f 'configfile-glue.c'; then $(CYGPATH_W) 'configfile-glue.c'; else $(CYGPATH_W) '$(srcdir)/configfile-glue.c'; fi`
        !          2506: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-configfile-glue.Tpo $(DEPDIR)/lighttpd-configfile-glue.Po
        !          2507: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='configfile-glue.c' object='lighttpd-configfile-glue.obj' libtool=no @AMDEPBACKSLASH@
        !          2508: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2509: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-configfile-glue.obj `if test -f 'configfile-glue.c'; then $(CYGPATH_W) 'configfile-glue.c'; else $(CYGPATH_W) '$(srcdir)/configfile-glue.c'; fi`
        !          2510: 
        !          2511: lighttpd-http-header-glue.o: http-header-glue.c
        !          2512: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-http-header-glue.o -MD -MP -MF $(DEPDIR)/lighttpd-http-header-glue.Tpo -c -o lighttpd-http-header-glue.o `test -f 'http-header-glue.c' || echo '$(srcdir)/'`http-header-glue.c
        !          2513: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-http-header-glue.Tpo $(DEPDIR)/lighttpd-http-header-glue.Po
        !          2514: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='http-header-glue.c' object='lighttpd-http-header-glue.o' libtool=no @AMDEPBACKSLASH@
        !          2515: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2516: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-http-header-glue.o `test -f 'http-header-glue.c' || echo '$(srcdir)/'`http-header-glue.c
        !          2517: 
        !          2518: lighttpd-http-header-glue.obj: http-header-glue.c
        !          2519: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-http-header-glue.obj -MD -MP -MF $(DEPDIR)/lighttpd-http-header-glue.Tpo -c -o lighttpd-http-header-glue.obj `if test -f 'http-header-glue.c'; then $(CYGPATH_W) 'http-header-glue.c'; else $(CYGPATH_W) '$(srcdir)/http-header-glue.c'; fi`
        !          2520: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-http-header-glue.Tpo $(DEPDIR)/lighttpd-http-header-glue.Po
        !          2521: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='http-header-glue.c' object='lighttpd-http-header-glue.obj' libtool=no @AMDEPBACKSLASH@
        !          2522: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2523: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-http-header-glue.obj `if test -f 'http-header-glue.c'; then $(CYGPATH_W) 'http-header-glue.c'; else $(CYGPATH_W) '$(srcdir)/http-header-glue.c'; fi`
        !          2524: 
        !          2525: lighttpd-network_write.o: network_write.c
        !          2526: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_write.o -MD -MP -MF $(DEPDIR)/lighttpd-network_write.Tpo -c -o lighttpd-network_write.o `test -f 'network_write.c' || echo '$(srcdir)/'`network_write.c
        !          2527: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_write.Tpo $(DEPDIR)/lighttpd-network_write.Po
        !          2528: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_write.c' object='lighttpd-network_write.o' libtool=no @AMDEPBACKSLASH@
        !          2529: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2530: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_write.o `test -f 'network_write.c' || echo '$(srcdir)/'`network_write.c
        !          2531: 
        !          2532: lighttpd-network_write.obj: network_write.c
        !          2533: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_write.obj -MD -MP -MF $(DEPDIR)/lighttpd-network_write.Tpo -c -o lighttpd-network_write.obj `if test -f 'network_write.c'; then $(CYGPATH_W) 'network_write.c'; else $(CYGPATH_W) '$(srcdir)/network_write.c'; fi`
        !          2534: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_write.Tpo $(DEPDIR)/lighttpd-network_write.Po
        !          2535: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_write.c' object='lighttpd-network_write.obj' libtool=no @AMDEPBACKSLASH@
        !          2536: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2537: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_write.obj `if test -f 'network_write.c'; then $(CYGPATH_W) 'network_write.c'; else $(CYGPATH_W) '$(srcdir)/network_write.c'; fi`
        !          2538: 
        !          2539: lighttpd-network_linux_sendfile.o: network_linux_sendfile.c
        !          2540: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_linux_sendfile.o -MD -MP -MF $(DEPDIR)/lighttpd-network_linux_sendfile.Tpo -c -o lighttpd-network_linux_sendfile.o `test -f 'network_linux_sendfile.c' || echo '$(srcdir)/'`network_linux_sendfile.c
        !          2541: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_linux_sendfile.Tpo $(DEPDIR)/lighttpd-network_linux_sendfile.Po
        !          2542: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_linux_sendfile.c' object='lighttpd-network_linux_sendfile.o' libtool=no @AMDEPBACKSLASH@
        !          2543: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2544: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_linux_sendfile.o `test -f 'network_linux_sendfile.c' || echo '$(srcdir)/'`network_linux_sendfile.c
        !          2545: 
        !          2546: lighttpd-network_linux_sendfile.obj: network_linux_sendfile.c
        !          2547: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_linux_sendfile.obj -MD -MP -MF $(DEPDIR)/lighttpd-network_linux_sendfile.Tpo -c -o lighttpd-network_linux_sendfile.obj `if test -f 'network_linux_sendfile.c'; then $(CYGPATH_W) 'network_linux_sendfile.c'; else $(CYGPATH_W) '$(srcdir)/network_linux_sendfile.c'; fi`
        !          2548: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_linux_sendfile.Tpo $(DEPDIR)/lighttpd-network_linux_sendfile.Po
        !          2549: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_linux_sendfile.c' object='lighttpd-network_linux_sendfile.obj' libtool=no @AMDEPBACKSLASH@
        !          2550: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2551: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_linux_sendfile.obj `if test -f 'network_linux_sendfile.c'; then $(CYGPATH_W) 'network_linux_sendfile.c'; else $(CYGPATH_W) '$(srcdir)/network_linux_sendfile.c'; fi`
        !          2552: 
        !          2553: lighttpd-network_write_mmap.o: network_write_mmap.c
        !          2554: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_write_mmap.o -MD -MP -MF $(DEPDIR)/lighttpd-network_write_mmap.Tpo -c -o lighttpd-network_write_mmap.o `test -f 'network_write_mmap.c' || echo '$(srcdir)/'`network_write_mmap.c
        !          2555: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_write_mmap.Tpo $(DEPDIR)/lighttpd-network_write_mmap.Po
        !          2556: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_write_mmap.c' object='lighttpd-network_write_mmap.o' libtool=no @AMDEPBACKSLASH@
        !          2557: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2558: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_write_mmap.o `test -f 'network_write_mmap.c' || echo '$(srcdir)/'`network_write_mmap.c
        !          2559: 
        !          2560: lighttpd-network_write_mmap.obj: network_write_mmap.c
        !          2561: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_write_mmap.obj -MD -MP -MF $(DEPDIR)/lighttpd-network_write_mmap.Tpo -c -o lighttpd-network_write_mmap.obj `if test -f 'network_write_mmap.c'; then $(CYGPATH_W) 'network_write_mmap.c'; else $(CYGPATH_W) '$(srcdir)/network_write_mmap.c'; fi`
        !          2562: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_write_mmap.Tpo $(DEPDIR)/lighttpd-network_write_mmap.Po
        !          2563: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_write_mmap.c' object='lighttpd-network_write_mmap.obj' libtool=no @AMDEPBACKSLASH@
        !          2564: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2565: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_write_mmap.obj `if test -f 'network_write_mmap.c'; then $(CYGPATH_W) 'network_write_mmap.c'; else $(CYGPATH_W) '$(srcdir)/network_write_mmap.c'; fi`
        !          2566: 
        !          2567: lighttpd-network_write_no_mmap.o: network_write_no_mmap.c
        !          2568: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_write_no_mmap.o -MD -MP -MF $(DEPDIR)/lighttpd-network_write_no_mmap.Tpo -c -o lighttpd-network_write_no_mmap.o `test -f 'network_write_no_mmap.c' || echo '$(srcdir)/'`network_write_no_mmap.c
        !          2569: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_write_no_mmap.Tpo $(DEPDIR)/lighttpd-network_write_no_mmap.Po
        !          2570: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_write_no_mmap.c' object='lighttpd-network_write_no_mmap.o' libtool=no @AMDEPBACKSLASH@
        !          2571: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2572: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_write_no_mmap.o `test -f 'network_write_no_mmap.c' || echo '$(srcdir)/'`network_write_no_mmap.c
        !          2573: 
        !          2574: lighttpd-network_write_no_mmap.obj: network_write_no_mmap.c
        !          2575: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_write_no_mmap.obj -MD -MP -MF $(DEPDIR)/lighttpd-network_write_no_mmap.Tpo -c -o lighttpd-network_write_no_mmap.obj `if test -f 'network_write_no_mmap.c'; then $(CYGPATH_W) 'network_write_no_mmap.c'; else $(CYGPATH_W) '$(srcdir)/network_write_no_mmap.c'; fi`
        !          2576: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_write_no_mmap.Tpo $(DEPDIR)/lighttpd-network_write_no_mmap.Po
        !          2577: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_write_no_mmap.c' object='lighttpd-network_write_no_mmap.obj' libtool=no @AMDEPBACKSLASH@
        !          2578: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2579: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_write_no_mmap.obj `if test -f 'network_write_no_mmap.c'; then $(CYGPATH_W) 'network_write_no_mmap.c'; else $(CYGPATH_W) '$(srcdir)/network_write_no_mmap.c'; fi`
        !          2580: 
        !          2581: lighttpd-network_freebsd_sendfile.o: network_freebsd_sendfile.c
        !          2582: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_freebsd_sendfile.o -MD -MP -MF $(DEPDIR)/lighttpd-network_freebsd_sendfile.Tpo -c -o lighttpd-network_freebsd_sendfile.o `test -f 'network_freebsd_sendfile.c' || echo '$(srcdir)/'`network_freebsd_sendfile.c
        !          2583: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_freebsd_sendfile.Tpo $(DEPDIR)/lighttpd-network_freebsd_sendfile.Po
        !          2584: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_freebsd_sendfile.c' object='lighttpd-network_freebsd_sendfile.o' libtool=no @AMDEPBACKSLASH@
        !          2585: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2586: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_freebsd_sendfile.o `test -f 'network_freebsd_sendfile.c' || echo '$(srcdir)/'`network_freebsd_sendfile.c
        !          2587: 
        !          2588: lighttpd-network_freebsd_sendfile.obj: network_freebsd_sendfile.c
        !          2589: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_freebsd_sendfile.obj -MD -MP -MF $(DEPDIR)/lighttpd-network_freebsd_sendfile.Tpo -c -o lighttpd-network_freebsd_sendfile.obj `if test -f 'network_freebsd_sendfile.c'; then $(CYGPATH_W) 'network_freebsd_sendfile.c'; else $(CYGPATH_W) '$(srcdir)/network_freebsd_sendfile.c'; fi`
        !          2590: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_freebsd_sendfile.Tpo $(DEPDIR)/lighttpd-network_freebsd_sendfile.Po
        !          2591: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_freebsd_sendfile.c' object='lighttpd-network_freebsd_sendfile.obj' libtool=no @AMDEPBACKSLASH@
        !          2592: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2593: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_freebsd_sendfile.obj `if test -f 'network_freebsd_sendfile.c'; then $(CYGPATH_W) 'network_freebsd_sendfile.c'; else $(CYGPATH_W) '$(srcdir)/network_freebsd_sendfile.c'; fi`
        !          2594: 
        !          2595: lighttpd-network_writev.o: network_writev.c
        !          2596: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_writev.o -MD -MP -MF $(DEPDIR)/lighttpd-network_writev.Tpo -c -o lighttpd-network_writev.o `test -f 'network_writev.c' || echo '$(srcdir)/'`network_writev.c
        !          2597: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_writev.Tpo $(DEPDIR)/lighttpd-network_writev.Po
        !          2598: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_writev.c' object='lighttpd-network_writev.o' libtool=no @AMDEPBACKSLASH@
        !          2599: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2600: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_writev.o `test -f 'network_writev.c' || echo '$(srcdir)/'`network_writev.c
        !          2601: 
        !          2602: lighttpd-network_writev.obj: network_writev.c
        !          2603: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_writev.obj -MD -MP -MF $(DEPDIR)/lighttpd-network_writev.Tpo -c -o lighttpd-network_writev.obj `if test -f 'network_writev.c'; then $(CYGPATH_W) 'network_writev.c'; else $(CYGPATH_W) '$(srcdir)/network_writev.c'; fi`
        !          2604: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_writev.Tpo $(DEPDIR)/lighttpd-network_writev.Po
        !          2605: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_writev.c' object='lighttpd-network_writev.obj' libtool=no @AMDEPBACKSLASH@
        !          2606: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2607: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_writev.obj `if test -f 'network_writev.c'; then $(CYGPATH_W) 'network_writev.c'; else $(CYGPATH_W) '$(srcdir)/network_writev.c'; fi`
        !          2608: 
        !          2609: lighttpd-network_solaris_sendfilev.o: network_solaris_sendfilev.c
        !          2610: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_solaris_sendfilev.o -MD -MP -MF $(DEPDIR)/lighttpd-network_solaris_sendfilev.Tpo -c -o lighttpd-network_solaris_sendfilev.o `test -f 'network_solaris_sendfilev.c' || echo '$(srcdir)/'`network_solaris_sendfilev.c
        !          2611: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_solaris_sendfilev.Tpo $(DEPDIR)/lighttpd-network_solaris_sendfilev.Po
        !          2612: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_solaris_sendfilev.c' object='lighttpd-network_solaris_sendfilev.o' libtool=no @AMDEPBACKSLASH@
        !          2613: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2614: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_solaris_sendfilev.o `test -f 'network_solaris_sendfilev.c' || echo '$(srcdir)/'`network_solaris_sendfilev.c
        !          2615: 
        !          2616: lighttpd-network_solaris_sendfilev.obj: network_solaris_sendfilev.c
        !          2617: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_solaris_sendfilev.obj -MD -MP -MF $(DEPDIR)/lighttpd-network_solaris_sendfilev.Tpo -c -o lighttpd-network_solaris_sendfilev.obj `if test -f 'network_solaris_sendfilev.c'; then $(CYGPATH_W) 'network_solaris_sendfilev.c'; else $(CYGPATH_W) '$(srcdir)/network_solaris_sendfilev.c'; fi`
        !          2618: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_solaris_sendfilev.Tpo $(DEPDIR)/lighttpd-network_solaris_sendfilev.Po
        !          2619: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_solaris_sendfilev.c' object='lighttpd-network_solaris_sendfilev.obj' libtool=no @AMDEPBACKSLASH@
        !          2620: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2621: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_solaris_sendfilev.obj `if test -f 'network_solaris_sendfilev.c'; then $(CYGPATH_W) 'network_solaris_sendfilev.c'; else $(CYGPATH_W) '$(srcdir)/network_solaris_sendfilev.c'; fi`
        !          2622: 
        !          2623: lighttpd-network_openssl.o: network_openssl.c
        !          2624: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_openssl.o -MD -MP -MF $(DEPDIR)/lighttpd-network_openssl.Tpo -c -o lighttpd-network_openssl.o `test -f 'network_openssl.c' || echo '$(srcdir)/'`network_openssl.c
        !          2625: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_openssl.Tpo $(DEPDIR)/lighttpd-network_openssl.Po
        !          2626: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_openssl.c' object='lighttpd-network_openssl.o' libtool=no @AMDEPBACKSLASH@
        !          2627: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2628: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_openssl.o `test -f 'network_openssl.c' || echo '$(srcdir)/'`network_openssl.c
        !          2629: 
        !          2630: lighttpd-network_openssl.obj: network_openssl.c
        !          2631: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_openssl.obj -MD -MP -MF $(DEPDIR)/lighttpd-network_openssl.Tpo -c -o lighttpd-network_openssl.obj `if test -f 'network_openssl.c'; then $(CYGPATH_W) 'network_openssl.c'; else $(CYGPATH_W) '$(srcdir)/network_openssl.c'; fi`
        !          2632: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_openssl.Tpo $(DEPDIR)/lighttpd-network_openssl.Po
        !          2633: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_openssl.c' object='lighttpd-network_openssl.obj' libtool=no @AMDEPBACKSLASH@
        !          2634: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2635: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_openssl.obj `if test -f 'network_openssl.c'; then $(CYGPATH_W) 'network_openssl.c'; else $(CYGPATH_W) '$(srcdir)/network_openssl.c'; fi`
        !          2636: 
        !          2637: lighttpd-splaytree.o: splaytree.c
        !          2638: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-splaytree.o -MD -MP -MF $(DEPDIR)/lighttpd-splaytree.Tpo -c -o lighttpd-splaytree.o `test -f 'splaytree.c' || echo '$(srcdir)/'`splaytree.c
        !          2639: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-splaytree.Tpo $(DEPDIR)/lighttpd-splaytree.Po
        !          2640: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='splaytree.c' object='lighttpd-splaytree.o' libtool=no @AMDEPBACKSLASH@
        !          2641: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2642: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-splaytree.o `test -f 'splaytree.c' || echo '$(srcdir)/'`splaytree.c
        !          2643: 
        !          2644: lighttpd-splaytree.obj: splaytree.c
        !          2645: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-splaytree.obj -MD -MP -MF $(DEPDIR)/lighttpd-splaytree.Tpo -c -o lighttpd-splaytree.obj `if test -f 'splaytree.c'; then $(CYGPATH_W) 'splaytree.c'; else $(CYGPATH_W) '$(srcdir)/splaytree.c'; fi`
        !          2646: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-splaytree.Tpo $(DEPDIR)/lighttpd-splaytree.Po
        !          2647: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='splaytree.c' object='lighttpd-splaytree.obj' libtool=no @AMDEPBACKSLASH@
        !          2648: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2649: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-splaytree.obj `if test -f 'splaytree.c'; then $(CYGPATH_W) 'splaytree.c'; else $(CYGPATH_W) '$(srcdir)/splaytree.c'; fi`
        !          2650: 
        !          2651: lighttpd-status_counter.o: status_counter.c
        !          2652: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-status_counter.o -MD -MP -MF $(DEPDIR)/lighttpd-status_counter.Tpo -c -o lighttpd-status_counter.o `test -f 'status_counter.c' || echo '$(srcdir)/'`status_counter.c
        !          2653: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-status_counter.Tpo $(DEPDIR)/lighttpd-status_counter.Po
        !          2654: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='status_counter.c' object='lighttpd-status_counter.o' libtool=no @AMDEPBACKSLASH@
        !          2655: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2656: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-status_counter.o `test -f 'status_counter.c' || echo '$(srcdir)/'`status_counter.c
        !          2657: 
        !          2658: lighttpd-status_counter.obj: status_counter.c
        !          2659: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-status_counter.obj -MD -MP -MF $(DEPDIR)/lighttpd-status_counter.Tpo -c -o lighttpd-status_counter.obj `if test -f 'status_counter.c'; then $(CYGPATH_W) 'status_counter.c'; else $(CYGPATH_W) '$(srcdir)/status_counter.c'; fi`
        !          2660: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-status_counter.Tpo $(DEPDIR)/lighttpd-status_counter.Po
        !          2661: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='status_counter.c' object='lighttpd-status_counter.obj' libtool=no @AMDEPBACKSLASH@
        !          2662: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2663: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-status_counter.obj `if test -f 'status_counter.c'; then $(CYGPATH_W) 'status_counter.c'; else $(CYGPATH_W) '$(srcdir)/status_counter.c'; fi`
        !          2664: 
        !          2665: lighttpd-safe_memclear.o: safe_memclear.c
        !          2666: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-safe_memclear.o -MD -MP -MF $(DEPDIR)/lighttpd-safe_memclear.Tpo -c -o lighttpd-safe_memclear.o `test -f 'safe_memclear.c' || echo '$(srcdir)/'`safe_memclear.c
        !          2667: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-safe_memclear.Tpo $(DEPDIR)/lighttpd-safe_memclear.Po
        !          2668: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='safe_memclear.c' object='lighttpd-safe_memclear.o' libtool=no @AMDEPBACKSLASH@
        !          2669: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2670: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-safe_memclear.o `test -f 'safe_memclear.c' || echo '$(srcdir)/'`safe_memclear.c
        !          2671: 
        !          2672: lighttpd-safe_memclear.obj: safe_memclear.c
        !          2673: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-safe_memclear.obj -MD -MP -MF $(DEPDIR)/lighttpd-safe_memclear.Tpo -c -o lighttpd-safe_memclear.obj `if test -f 'safe_memclear.c'; then $(CYGPATH_W) 'safe_memclear.c'; else $(CYGPATH_W) '$(srcdir)/safe_memclear.c'; fi`
        !          2674: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-safe_memclear.Tpo $(DEPDIR)/lighttpd-safe_memclear.Po
        !          2675: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='safe_memclear.c' object='lighttpd-safe_memclear.obj' libtool=no @AMDEPBACKSLASH@
        !          2676: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2677: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-safe_memclear.obj `if test -f 'safe_memclear.c'; then $(CYGPATH_W) 'safe_memclear.c'; else $(CYGPATH_W) '$(srcdir)/safe_memclear.c'; fi`
        !          2678: 
        !          2679: lighttpd-network_darwin_sendfile.o: network_darwin_sendfile.c
        !          2680: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_darwin_sendfile.o -MD -MP -MF $(DEPDIR)/lighttpd-network_darwin_sendfile.Tpo -c -o lighttpd-network_darwin_sendfile.o `test -f 'network_darwin_sendfile.c' || echo '$(srcdir)/'`network_darwin_sendfile.c
        !          2681: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_darwin_sendfile.Tpo $(DEPDIR)/lighttpd-network_darwin_sendfile.Po
        !          2682: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_darwin_sendfile.c' object='lighttpd-network_darwin_sendfile.o' libtool=no @AMDEPBACKSLASH@
        !          2683: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2684: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_darwin_sendfile.o `test -f 'network_darwin_sendfile.c' || echo '$(srcdir)/'`network_darwin_sendfile.c
        !          2685: 
        !          2686: lighttpd-network_darwin_sendfile.obj: network_darwin_sendfile.c
        !          2687: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_darwin_sendfile.obj -MD -MP -MF $(DEPDIR)/lighttpd-network_darwin_sendfile.Tpo -c -o lighttpd-network_darwin_sendfile.obj `if test -f 'network_darwin_sendfile.c'; then $(CYGPATH_W) 'network_darwin_sendfile.c'; else $(CYGPATH_W) '$(srcdir)/network_darwin_sendfile.c'; fi`
        !          2688: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_darwin_sendfile.Tpo $(DEPDIR)/lighttpd-network_darwin_sendfile.Po
        !          2689: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='network_darwin_sendfile.c' object='lighttpd-network_darwin_sendfile.obj' libtool=no @AMDEPBACKSLASH@
        !          2690: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2691: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_darwin_sendfile.obj `if test -f 'network_darwin_sendfile.c'; then $(CYGPATH_W) 'network_darwin_sendfile.c'; else $(CYGPATH_W) '$(srcdir)/network_darwin_sendfile.c'; fi`
        !          2692: 
        !          2693: lighttpd-mod_access.o: mod_access.c
        !          2694: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_access.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_access.Tpo -c -o lighttpd-mod_access.o `test -f 'mod_access.c' || echo '$(srcdir)/'`mod_access.c
        !          2695: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_access.Tpo $(DEPDIR)/lighttpd-mod_access.Po
        !          2696: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_access.c' object='lighttpd-mod_access.o' libtool=no @AMDEPBACKSLASH@
        !          2697: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2698: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_access.o `test -f 'mod_access.c' || echo '$(srcdir)/'`mod_access.c
        !          2699: 
        !          2700: lighttpd-mod_access.obj: mod_access.c
        !          2701: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_access.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_access.Tpo -c -o lighttpd-mod_access.obj `if test -f 'mod_access.c'; then $(CYGPATH_W) 'mod_access.c'; else $(CYGPATH_W) '$(srcdir)/mod_access.c'; fi`
        !          2702: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_access.Tpo $(DEPDIR)/lighttpd-mod_access.Po
        !          2703: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_access.c' object='lighttpd-mod_access.obj' libtool=no @AMDEPBACKSLASH@
        !          2704: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2705: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_access.obj `if test -f 'mod_access.c'; then $(CYGPATH_W) 'mod_access.c'; else $(CYGPATH_W) '$(srcdir)/mod_access.c'; fi`
        !          2706: 
        !          2707: lighttpd-mod_accesslog.o: mod_accesslog.c
        !          2708: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_accesslog.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_accesslog.Tpo -c -o lighttpd-mod_accesslog.o `test -f 'mod_accesslog.c' || echo '$(srcdir)/'`mod_accesslog.c
        !          2709: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_accesslog.Tpo $(DEPDIR)/lighttpd-mod_accesslog.Po
        !          2710: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_accesslog.c' object='lighttpd-mod_accesslog.o' libtool=no @AMDEPBACKSLASH@
        !          2711: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2712: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_accesslog.o `test -f 'mod_accesslog.c' || echo '$(srcdir)/'`mod_accesslog.c
        !          2713: 
        !          2714: lighttpd-mod_accesslog.obj: mod_accesslog.c
        !          2715: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_accesslog.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_accesslog.Tpo -c -o lighttpd-mod_accesslog.obj `if test -f 'mod_accesslog.c'; then $(CYGPATH_W) 'mod_accesslog.c'; else $(CYGPATH_W) '$(srcdir)/mod_accesslog.c'; fi`
        !          2716: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_accesslog.Tpo $(DEPDIR)/lighttpd-mod_accesslog.Po
        !          2717: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_accesslog.c' object='lighttpd-mod_accesslog.obj' libtool=no @AMDEPBACKSLASH@
        !          2718: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2719: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_accesslog.obj `if test -f 'mod_accesslog.c'; then $(CYGPATH_W) 'mod_accesslog.c'; else $(CYGPATH_W) '$(srcdir)/mod_accesslog.c'; fi`
        !          2720: 
        !          2721: lighttpd-mod_alias.o: mod_alias.c
        !          2722: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_alias.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_alias.Tpo -c -o lighttpd-mod_alias.o `test -f 'mod_alias.c' || echo '$(srcdir)/'`mod_alias.c
        !          2723: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_alias.Tpo $(DEPDIR)/lighttpd-mod_alias.Po
        !          2724: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_alias.c' object='lighttpd-mod_alias.o' libtool=no @AMDEPBACKSLASH@
        !          2725: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2726: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_alias.o `test -f 'mod_alias.c' || echo '$(srcdir)/'`mod_alias.c
        !          2727: 
        !          2728: lighttpd-mod_alias.obj: mod_alias.c
        !          2729: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_alias.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_alias.Tpo -c -o lighttpd-mod_alias.obj `if test -f 'mod_alias.c'; then $(CYGPATH_W) 'mod_alias.c'; else $(CYGPATH_W) '$(srcdir)/mod_alias.c'; fi`
        !          2730: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_alias.Tpo $(DEPDIR)/lighttpd-mod_alias.Po
        !          2731: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_alias.c' object='lighttpd-mod_alias.obj' libtool=no @AMDEPBACKSLASH@
        !          2732: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2733: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_alias.obj `if test -f 'mod_alias.c'; then $(CYGPATH_W) 'mod_alias.c'; else $(CYGPATH_W) '$(srcdir)/mod_alias.c'; fi`
        !          2734: 
        !          2735: lighttpd-mod_auth.o: mod_auth.c
        !          2736: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_auth.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_auth.Tpo -c -o lighttpd-mod_auth.o `test -f 'mod_auth.c' || echo '$(srcdir)/'`mod_auth.c
        !          2737: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_auth.Tpo $(DEPDIR)/lighttpd-mod_auth.Po
        !          2738: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_auth.c' object='lighttpd-mod_auth.o' libtool=no @AMDEPBACKSLASH@
        !          2739: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2740: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_auth.o `test -f 'mod_auth.c' || echo '$(srcdir)/'`mod_auth.c
        !          2741: 
        !          2742: lighttpd-mod_auth.obj: mod_auth.c
        !          2743: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_auth.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_auth.Tpo -c -o lighttpd-mod_auth.obj `if test -f 'mod_auth.c'; then $(CYGPATH_W) 'mod_auth.c'; else $(CYGPATH_W) '$(srcdir)/mod_auth.c'; fi`
        !          2744: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_auth.Tpo $(DEPDIR)/lighttpd-mod_auth.Po
        !          2745: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_auth.c' object='lighttpd-mod_auth.obj' libtool=no @AMDEPBACKSLASH@
        !          2746: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2747: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_auth.obj `if test -f 'mod_auth.c'; then $(CYGPATH_W) 'mod_auth.c'; else $(CYGPATH_W) '$(srcdir)/mod_auth.c'; fi`
        !          2748: 
        !          2749: lighttpd-http_auth.o: http_auth.c
        !          2750: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-http_auth.o -MD -MP -MF $(DEPDIR)/lighttpd-http_auth.Tpo -c -o lighttpd-http_auth.o `test -f 'http_auth.c' || echo '$(srcdir)/'`http_auth.c
        !          2751: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-http_auth.Tpo $(DEPDIR)/lighttpd-http_auth.Po
        !          2752: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='http_auth.c' object='lighttpd-http_auth.o' libtool=no @AMDEPBACKSLASH@
        !          2753: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2754: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-http_auth.o `test -f 'http_auth.c' || echo '$(srcdir)/'`http_auth.c
        !          2755: 
        !          2756: lighttpd-http_auth.obj: http_auth.c
        !          2757: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-http_auth.obj -MD -MP -MF $(DEPDIR)/lighttpd-http_auth.Tpo -c -o lighttpd-http_auth.obj `if test -f 'http_auth.c'; then $(CYGPATH_W) 'http_auth.c'; else $(CYGPATH_W) '$(srcdir)/http_auth.c'; fi`
        !          2758: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-http_auth.Tpo $(DEPDIR)/lighttpd-http_auth.Po
        !          2759: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='http_auth.c' object='lighttpd-http_auth.obj' libtool=no @AMDEPBACKSLASH@
        !          2760: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2761: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-http_auth.obj `if test -f 'http_auth.c'; then $(CYGPATH_W) 'http_auth.c'; else $(CYGPATH_W) '$(srcdir)/http_auth.c'; fi`
        !          2762: 
        !          2763: lighttpd-mod_cgi.o: mod_cgi.c
        !          2764: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_cgi.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_cgi.Tpo -c -o lighttpd-mod_cgi.o `test -f 'mod_cgi.c' || echo '$(srcdir)/'`mod_cgi.c
        !          2765: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_cgi.Tpo $(DEPDIR)/lighttpd-mod_cgi.Po
        !          2766: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_cgi.c' object='lighttpd-mod_cgi.o' libtool=no @AMDEPBACKSLASH@
        !          2767: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2768: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_cgi.o `test -f 'mod_cgi.c' || echo '$(srcdir)/'`mod_cgi.c
        !          2769: 
        !          2770: lighttpd-mod_cgi.obj: mod_cgi.c
        !          2771: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_cgi.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_cgi.Tpo -c -o lighttpd-mod_cgi.obj `if test -f 'mod_cgi.c'; then $(CYGPATH_W) 'mod_cgi.c'; else $(CYGPATH_W) '$(srcdir)/mod_cgi.c'; fi`
        !          2772: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_cgi.Tpo $(DEPDIR)/lighttpd-mod_cgi.Po
        !          2773: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_cgi.c' object='lighttpd-mod_cgi.obj' libtool=no @AMDEPBACKSLASH@
        !          2774: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2775: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_cgi.obj `if test -f 'mod_cgi.c'; then $(CYGPATH_W) 'mod_cgi.c'; else $(CYGPATH_W) '$(srcdir)/mod_cgi.c'; fi`
        !          2776: 
        !          2777: lighttpd-mod_cml.o: mod_cml.c
        !          2778: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_cml.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_cml.Tpo -c -o lighttpd-mod_cml.o `test -f 'mod_cml.c' || echo '$(srcdir)/'`mod_cml.c
        !          2779: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_cml.Tpo $(DEPDIR)/lighttpd-mod_cml.Po
        !          2780: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_cml.c' object='lighttpd-mod_cml.o' libtool=no @AMDEPBACKSLASH@
        !          2781: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2782: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_cml.o `test -f 'mod_cml.c' || echo '$(srcdir)/'`mod_cml.c
        !          2783: 
        !          2784: lighttpd-mod_cml.obj: mod_cml.c
        !          2785: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_cml.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_cml.Tpo -c -o lighttpd-mod_cml.obj `if test -f 'mod_cml.c'; then $(CYGPATH_W) 'mod_cml.c'; else $(CYGPATH_W) '$(srcdir)/mod_cml.c'; fi`
        !          2786: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_cml.Tpo $(DEPDIR)/lighttpd-mod_cml.Po
        !          2787: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_cml.c' object='lighttpd-mod_cml.obj' libtool=no @AMDEPBACKSLASH@
        !          2788: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2789: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_cml.obj `if test -f 'mod_cml.c'; then $(CYGPATH_W) 'mod_cml.c'; else $(CYGPATH_W) '$(srcdir)/mod_cml.c'; fi`
        !          2790: 
        !          2791: lighttpd-mod_cml_lua.o: mod_cml_lua.c
        !          2792: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_cml_lua.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_cml_lua.Tpo -c -o lighttpd-mod_cml_lua.o `test -f 'mod_cml_lua.c' || echo '$(srcdir)/'`mod_cml_lua.c
        !          2793: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_cml_lua.Tpo $(DEPDIR)/lighttpd-mod_cml_lua.Po
        !          2794: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_cml_lua.c' object='lighttpd-mod_cml_lua.o' libtool=no @AMDEPBACKSLASH@
        !          2795: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2796: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_cml_lua.o `test -f 'mod_cml_lua.c' || echo '$(srcdir)/'`mod_cml_lua.c
        !          2797: 
        !          2798: lighttpd-mod_cml_lua.obj: mod_cml_lua.c
        !          2799: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_cml_lua.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_cml_lua.Tpo -c -o lighttpd-mod_cml_lua.obj `if test -f 'mod_cml_lua.c'; then $(CYGPATH_W) 'mod_cml_lua.c'; else $(CYGPATH_W) '$(srcdir)/mod_cml_lua.c'; fi`
        !          2800: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_cml_lua.Tpo $(DEPDIR)/lighttpd-mod_cml_lua.Po
        !          2801: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_cml_lua.c' object='lighttpd-mod_cml_lua.obj' libtool=no @AMDEPBACKSLASH@
        !          2802: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2803: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_cml_lua.obj `if test -f 'mod_cml_lua.c'; then $(CYGPATH_W) 'mod_cml_lua.c'; else $(CYGPATH_W) '$(srcdir)/mod_cml_lua.c'; fi`
        !          2804: 
        !          2805: lighttpd-mod_cml_funcs.o: mod_cml_funcs.c
        !          2806: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_cml_funcs.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_cml_funcs.Tpo -c -o lighttpd-mod_cml_funcs.o `test -f 'mod_cml_funcs.c' || echo '$(srcdir)/'`mod_cml_funcs.c
        !          2807: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_cml_funcs.Tpo $(DEPDIR)/lighttpd-mod_cml_funcs.Po
        !          2808: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_cml_funcs.c' object='lighttpd-mod_cml_funcs.o' libtool=no @AMDEPBACKSLASH@
        !          2809: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2810: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_cml_funcs.o `test -f 'mod_cml_funcs.c' || echo '$(srcdir)/'`mod_cml_funcs.c
        !          2811: 
        !          2812: lighttpd-mod_cml_funcs.obj: mod_cml_funcs.c
        !          2813: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_cml_funcs.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_cml_funcs.Tpo -c -o lighttpd-mod_cml_funcs.obj `if test -f 'mod_cml_funcs.c'; then $(CYGPATH_W) 'mod_cml_funcs.c'; else $(CYGPATH_W) '$(srcdir)/mod_cml_funcs.c'; fi`
        !          2814: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_cml_funcs.Tpo $(DEPDIR)/lighttpd-mod_cml_funcs.Po
        !          2815: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_cml_funcs.c' object='lighttpd-mod_cml_funcs.obj' libtool=no @AMDEPBACKSLASH@
        !          2816: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2817: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_cml_funcs.obj `if test -f 'mod_cml_funcs.c'; then $(CYGPATH_W) 'mod_cml_funcs.c'; else $(CYGPATH_W) '$(srcdir)/mod_cml_funcs.c'; fi`
        !          2818: 
        !          2819: lighttpd-mod_compress.o: mod_compress.c
        !          2820: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_compress.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_compress.Tpo -c -o lighttpd-mod_compress.o `test -f 'mod_compress.c' || echo '$(srcdir)/'`mod_compress.c
        !          2821: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_compress.Tpo $(DEPDIR)/lighttpd-mod_compress.Po
        !          2822: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_compress.c' object='lighttpd-mod_compress.o' libtool=no @AMDEPBACKSLASH@
        !          2823: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2824: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_compress.o `test -f 'mod_compress.c' || echo '$(srcdir)/'`mod_compress.c
        !          2825: 
        !          2826: lighttpd-mod_compress.obj: mod_compress.c
        !          2827: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_compress.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_compress.Tpo -c -o lighttpd-mod_compress.obj `if test -f 'mod_compress.c'; then $(CYGPATH_W) 'mod_compress.c'; else $(CYGPATH_W) '$(srcdir)/mod_compress.c'; fi`
        !          2828: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_compress.Tpo $(DEPDIR)/lighttpd-mod_compress.Po
        !          2829: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_compress.c' object='lighttpd-mod_compress.obj' libtool=no @AMDEPBACKSLASH@
        !          2830: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2831: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_compress.obj `if test -f 'mod_compress.c'; then $(CYGPATH_W) 'mod_compress.c'; else $(CYGPATH_W) '$(srcdir)/mod_compress.c'; fi`
        !          2832: 
        !          2833: lighttpd-mod_dirlisting.o: mod_dirlisting.c
        !          2834: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_dirlisting.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_dirlisting.Tpo -c -o lighttpd-mod_dirlisting.o `test -f 'mod_dirlisting.c' || echo '$(srcdir)/'`mod_dirlisting.c
        !          2835: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_dirlisting.Tpo $(DEPDIR)/lighttpd-mod_dirlisting.Po
        !          2836: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_dirlisting.c' object='lighttpd-mod_dirlisting.o' libtool=no @AMDEPBACKSLASH@
        !          2837: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2838: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_dirlisting.o `test -f 'mod_dirlisting.c' || echo '$(srcdir)/'`mod_dirlisting.c
        !          2839: 
        !          2840: lighttpd-mod_dirlisting.obj: mod_dirlisting.c
        !          2841: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_dirlisting.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_dirlisting.Tpo -c -o lighttpd-mod_dirlisting.obj `if test -f 'mod_dirlisting.c'; then $(CYGPATH_W) 'mod_dirlisting.c'; else $(CYGPATH_W) '$(srcdir)/mod_dirlisting.c'; fi`
        !          2842: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_dirlisting.Tpo $(DEPDIR)/lighttpd-mod_dirlisting.Po
        !          2843: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_dirlisting.c' object='lighttpd-mod_dirlisting.obj' libtool=no @AMDEPBACKSLASH@
        !          2844: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2845: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_dirlisting.obj `if test -f 'mod_dirlisting.c'; then $(CYGPATH_W) 'mod_dirlisting.c'; else $(CYGPATH_W) '$(srcdir)/mod_dirlisting.c'; fi`
        !          2846: 
        !          2847: lighttpd-mod_evasive.o: mod_evasive.c
        !          2848: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_evasive.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_evasive.Tpo -c -o lighttpd-mod_evasive.o `test -f 'mod_evasive.c' || echo '$(srcdir)/'`mod_evasive.c
        !          2849: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_evasive.Tpo $(DEPDIR)/lighttpd-mod_evasive.Po
        !          2850: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_evasive.c' object='lighttpd-mod_evasive.o' libtool=no @AMDEPBACKSLASH@
        !          2851: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2852: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_evasive.o `test -f 'mod_evasive.c' || echo '$(srcdir)/'`mod_evasive.c
        !          2853: 
        !          2854: lighttpd-mod_evasive.obj: mod_evasive.c
        !          2855: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_evasive.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_evasive.Tpo -c -o lighttpd-mod_evasive.obj `if test -f 'mod_evasive.c'; then $(CYGPATH_W) 'mod_evasive.c'; else $(CYGPATH_W) '$(srcdir)/mod_evasive.c'; fi`
        !          2856: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_evasive.Tpo $(DEPDIR)/lighttpd-mod_evasive.Po
        !          2857: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_evasive.c' object='lighttpd-mod_evasive.obj' libtool=no @AMDEPBACKSLASH@
        !          2858: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2859: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_evasive.obj `if test -f 'mod_evasive.c'; then $(CYGPATH_W) 'mod_evasive.c'; else $(CYGPATH_W) '$(srcdir)/mod_evasive.c'; fi`
        !          2860: 
        !          2861: lighttpd-mod_expire.o: mod_expire.c
        !          2862: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_expire.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_expire.Tpo -c -o lighttpd-mod_expire.o `test -f 'mod_expire.c' || echo '$(srcdir)/'`mod_expire.c
        !          2863: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_expire.Tpo $(DEPDIR)/lighttpd-mod_expire.Po
        !          2864: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_expire.c' object='lighttpd-mod_expire.o' libtool=no @AMDEPBACKSLASH@
        !          2865: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2866: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_expire.o `test -f 'mod_expire.c' || echo '$(srcdir)/'`mod_expire.c
        !          2867: 
        !          2868: lighttpd-mod_expire.obj: mod_expire.c
        !          2869: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_expire.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_expire.Tpo -c -o lighttpd-mod_expire.obj `if test -f 'mod_expire.c'; then $(CYGPATH_W) 'mod_expire.c'; else $(CYGPATH_W) '$(srcdir)/mod_expire.c'; fi`
        !          2870: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_expire.Tpo $(DEPDIR)/lighttpd-mod_expire.Po
        !          2871: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_expire.c' object='lighttpd-mod_expire.obj' libtool=no @AMDEPBACKSLASH@
        !          2872: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2873: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_expire.obj `if test -f 'mod_expire.c'; then $(CYGPATH_W) 'mod_expire.c'; else $(CYGPATH_W) '$(srcdir)/mod_expire.c'; fi`
        !          2874: 
        !          2875: lighttpd-mod_extforward.o: mod_extforward.c
        !          2876: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_extforward.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_extforward.Tpo -c -o lighttpd-mod_extforward.o `test -f 'mod_extforward.c' || echo '$(srcdir)/'`mod_extforward.c
        !          2877: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_extforward.Tpo $(DEPDIR)/lighttpd-mod_extforward.Po
        !          2878: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_extforward.c' object='lighttpd-mod_extforward.o' libtool=no @AMDEPBACKSLASH@
        !          2879: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2880: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_extforward.o `test -f 'mod_extforward.c' || echo '$(srcdir)/'`mod_extforward.c
        !          2881: 
        !          2882: lighttpd-mod_extforward.obj: mod_extforward.c
        !          2883: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_extforward.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_extforward.Tpo -c -o lighttpd-mod_extforward.obj `if test -f 'mod_extforward.c'; then $(CYGPATH_W) 'mod_extforward.c'; else $(CYGPATH_W) '$(srcdir)/mod_extforward.c'; fi`
        !          2884: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_extforward.Tpo $(DEPDIR)/lighttpd-mod_extforward.Po
        !          2885: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_extforward.c' object='lighttpd-mod_extforward.obj' libtool=no @AMDEPBACKSLASH@
        !          2886: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2887: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_extforward.obj `if test -f 'mod_extforward.c'; then $(CYGPATH_W) 'mod_extforward.c'; else $(CYGPATH_W) '$(srcdir)/mod_extforward.c'; fi`
        !          2888: 
        !          2889: lighttpd-mod_fastcgi.o: mod_fastcgi.c
        !          2890: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_fastcgi.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_fastcgi.Tpo -c -o lighttpd-mod_fastcgi.o `test -f 'mod_fastcgi.c' || echo '$(srcdir)/'`mod_fastcgi.c
        !          2891: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_fastcgi.Tpo $(DEPDIR)/lighttpd-mod_fastcgi.Po
        !          2892: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_fastcgi.c' object='lighttpd-mod_fastcgi.o' libtool=no @AMDEPBACKSLASH@
        !          2893: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2894: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_fastcgi.o `test -f 'mod_fastcgi.c' || echo '$(srcdir)/'`mod_fastcgi.c
        !          2895: 
        !          2896: lighttpd-mod_fastcgi.obj: mod_fastcgi.c
        !          2897: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_fastcgi.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_fastcgi.Tpo -c -o lighttpd-mod_fastcgi.obj `if test -f 'mod_fastcgi.c'; then $(CYGPATH_W) 'mod_fastcgi.c'; else $(CYGPATH_W) '$(srcdir)/mod_fastcgi.c'; fi`
        !          2898: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_fastcgi.Tpo $(DEPDIR)/lighttpd-mod_fastcgi.Po
        !          2899: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_fastcgi.c' object='lighttpd-mod_fastcgi.obj' libtool=no @AMDEPBACKSLASH@
        !          2900: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2901: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_fastcgi.obj `if test -f 'mod_fastcgi.c'; then $(CYGPATH_W) 'mod_fastcgi.c'; else $(CYGPATH_W) '$(srcdir)/mod_fastcgi.c'; fi`
        !          2902: 
        !          2903: lighttpd-mod_flv_streaming.o: mod_flv_streaming.c
        !          2904: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_flv_streaming.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_flv_streaming.Tpo -c -o lighttpd-mod_flv_streaming.o `test -f 'mod_flv_streaming.c' || echo '$(srcdir)/'`mod_flv_streaming.c
        !          2905: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_flv_streaming.Tpo $(DEPDIR)/lighttpd-mod_flv_streaming.Po
        !          2906: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_flv_streaming.c' object='lighttpd-mod_flv_streaming.o' libtool=no @AMDEPBACKSLASH@
        !          2907: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2908: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_flv_streaming.o `test -f 'mod_flv_streaming.c' || echo '$(srcdir)/'`mod_flv_streaming.c
        !          2909: 
        !          2910: lighttpd-mod_flv_streaming.obj: mod_flv_streaming.c
        !          2911: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_flv_streaming.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_flv_streaming.Tpo -c -o lighttpd-mod_flv_streaming.obj `if test -f 'mod_flv_streaming.c'; then $(CYGPATH_W) 'mod_flv_streaming.c'; else $(CYGPATH_W) '$(srcdir)/mod_flv_streaming.c'; fi`
        !          2912: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_flv_streaming.Tpo $(DEPDIR)/lighttpd-mod_flv_streaming.Po
        !          2913: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_flv_streaming.c' object='lighttpd-mod_flv_streaming.obj' libtool=no @AMDEPBACKSLASH@
        !          2914: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2915: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_flv_streaming.obj `if test -f 'mod_flv_streaming.c'; then $(CYGPATH_W) 'mod_flv_streaming.c'; else $(CYGPATH_W) '$(srcdir)/mod_flv_streaming.c'; fi`
        !          2916: 
        !          2917: lighttpd-mod_indexfile.o: mod_indexfile.c
        !          2918: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_indexfile.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_indexfile.Tpo -c -o lighttpd-mod_indexfile.o `test -f 'mod_indexfile.c' || echo '$(srcdir)/'`mod_indexfile.c
        !          2919: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_indexfile.Tpo $(DEPDIR)/lighttpd-mod_indexfile.Po
        !          2920: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_indexfile.c' object='lighttpd-mod_indexfile.o' libtool=no @AMDEPBACKSLASH@
        !          2921: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2922: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_indexfile.o `test -f 'mod_indexfile.c' || echo '$(srcdir)/'`mod_indexfile.c
        !          2923: 
        !          2924: lighttpd-mod_indexfile.obj: mod_indexfile.c
        !          2925: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_indexfile.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_indexfile.Tpo -c -o lighttpd-mod_indexfile.obj `if test -f 'mod_indexfile.c'; then $(CYGPATH_W) 'mod_indexfile.c'; else $(CYGPATH_W) '$(srcdir)/mod_indexfile.c'; fi`
        !          2926: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_indexfile.Tpo $(DEPDIR)/lighttpd-mod_indexfile.Po
        !          2927: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_indexfile.c' object='lighttpd-mod_indexfile.obj' libtool=no @AMDEPBACKSLASH@
        !          2928: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2929: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_indexfile.obj `if test -f 'mod_indexfile.c'; then $(CYGPATH_W) 'mod_indexfile.c'; else $(CYGPATH_W) '$(srcdir)/mod_indexfile.c'; fi`
        !          2930: 
        !          2931: lighttpd-mod_magnet.o: mod_magnet.c
        !          2932: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_magnet.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_magnet.Tpo -c -o lighttpd-mod_magnet.o `test -f 'mod_magnet.c' || echo '$(srcdir)/'`mod_magnet.c
        !          2933: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_magnet.Tpo $(DEPDIR)/lighttpd-mod_magnet.Po
        !          2934: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_magnet.c' object='lighttpd-mod_magnet.o' libtool=no @AMDEPBACKSLASH@
        !          2935: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2936: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_magnet.o `test -f 'mod_magnet.c' || echo '$(srcdir)/'`mod_magnet.c
        !          2937: 
        !          2938: lighttpd-mod_magnet.obj: mod_magnet.c
        !          2939: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_magnet.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_magnet.Tpo -c -o lighttpd-mod_magnet.obj `if test -f 'mod_magnet.c'; then $(CYGPATH_W) 'mod_magnet.c'; else $(CYGPATH_W) '$(srcdir)/mod_magnet.c'; fi`
        !          2940: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_magnet.Tpo $(DEPDIR)/lighttpd-mod_magnet.Po
        !          2941: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_magnet.c' object='lighttpd-mod_magnet.obj' libtool=no @AMDEPBACKSLASH@
        !          2942: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2943: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_magnet.obj `if test -f 'mod_magnet.c'; then $(CYGPATH_W) 'mod_magnet.c'; else $(CYGPATH_W) '$(srcdir)/mod_magnet.c'; fi`
        !          2944: 
        !          2945: lighttpd-mod_magnet_cache.o: mod_magnet_cache.c
        !          2946: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_magnet_cache.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_magnet_cache.Tpo -c -o lighttpd-mod_magnet_cache.o `test -f 'mod_magnet_cache.c' || echo '$(srcdir)/'`mod_magnet_cache.c
        !          2947: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_magnet_cache.Tpo $(DEPDIR)/lighttpd-mod_magnet_cache.Po
        !          2948: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_magnet_cache.c' object='lighttpd-mod_magnet_cache.o' libtool=no @AMDEPBACKSLASH@
        !          2949: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2950: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_magnet_cache.o `test -f 'mod_magnet_cache.c' || echo '$(srcdir)/'`mod_magnet_cache.c
        !          2951: 
        !          2952: lighttpd-mod_magnet_cache.obj: mod_magnet_cache.c
        !          2953: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_magnet_cache.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_magnet_cache.Tpo -c -o lighttpd-mod_magnet_cache.obj `if test -f 'mod_magnet_cache.c'; then $(CYGPATH_W) 'mod_magnet_cache.c'; else $(CYGPATH_W) '$(srcdir)/mod_magnet_cache.c'; fi`
        !          2954: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_magnet_cache.Tpo $(DEPDIR)/lighttpd-mod_magnet_cache.Po
        !          2955: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_magnet_cache.c' object='lighttpd-mod_magnet_cache.obj' libtool=no @AMDEPBACKSLASH@
        !          2956: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2957: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_magnet_cache.obj `if test -f 'mod_magnet_cache.c'; then $(CYGPATH_W) 'mod_magnet_cache.c'; else $(CYGPATH_W) '$(srcdir)/mod_magnet_cache.c'; fi`
        !          2958: 
        !          2959: lighttpd-mod_mysql_vhost.o: mod_mysql_vhost.c
        !          2960: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_mysql_vhost.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_mysql_vhost.Tpo -c -o lighttpd-mod_mysql_vhost.o `test -f 'mod_mysql_vhost.c' || echo '$(srcdir)/'`mod_mysql_vhost.c
        !          2961: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_mysql_vhost.Tpo $(DEPDIR)/lighttpd-mod_mysql_vhost.Po
        !          2962: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_mysql_vhost.c' object='lighttpd-mod_mysql_vhost.o' libtool=no @AMDEPBACKSLASH@
        !          2963: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2964: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_mysql_vhost.o `test -f 'mod_mysql_vhost.c' || echo '$(srcdir)/'`mod_mysql_vhost.c
        !          2965: 
        !          2966: lighttpd-mod_mysql_vhost.obj: mod_mysql_vhost.c
        !          2967: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_mysql_vhost.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_mysql_vhost.Tpo -c -o lighttpd-mod_mysql_vhost.obj `if test -f 'mod_mysql_vhost.c'; then $(CYGPATH_W) 'mod_mysql_vhost.c'; else $(CYGPATH_W) '$(srcdir)/mod_mysql_vhost.c'; fi`
        !          2968: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_mysql_vhost.Tpo $(DEPDIR)/lighttpd-mod_mysql_vhost.Po
        !          2969: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_mysql_vhost.c' object='lighttpd-mod_mysql_vhost.obj' libtool=no @AMDEPBACKSLASH@
        !          2970: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2971: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_mysql_vhost.obj `if test -f 'mod_mysql_vhost.c'; then $(CYGPATH_W) 'mod_mysql_vhost.c'; else $(CYGPATH_W) '$(srcdir)/mod_mysql_vhost.c'; fi`
        !          2972: 
        !          2973: lighttpd-mod_proxy.o: mod_proxy.c
        !          2974: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_proxy.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_proxy.Tpo -c -o lighttpd-mod_proxy.o `test -f 'mod_proxy.c' || echo '$(srcdir)/'`mod_proxy.c
        !          2975: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_proxy.Tpo $(DEPDIR)/lighttpd-mod_proxy.Po
        !          2976: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_proxy.c' object='lighttpd-mod_proxy.o' libtool=no @AMDEPBACKSLASH@
        !          2977: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2978: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_proxy.o `test -f 'mod_proxy.c' || echo '$(srcdir)/'`mod_proxy.c
        !          2979: 
        !          2980: lighttpd-mod_proxy.obj: mod_proxy.c
        !          2981: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_proxy.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_proxy.Tpo -c -o lighttpd-mod_proxy.obj `if test -f 'mod_proxy.c'; then $(CYGPATH_W) 'mod_proxy.c'; else $(CYGPATH_W) '$(srcdir)/mod_proxy.c'; fi`
        !          2982: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_proxy.Tpo $(DEPDIR)/lighttpd-mod_proxy.Po
        !          2983: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_proxy.c' object='lighttpd-mod_proxy.obj' libtool=no @AMDEPBACKSLASH@
        !          2984: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2985: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_proxy.obj `if test -f 'mod_proxy.c'; then $(CYGPATH_W) 'mod_proxy.c'; else $(CYGPATH_W) '$(srcdir)/mod_proxy.c'; fi`
        !          2986: 
        !          2987: lighttpd-mod_redirect.o: mod_redirect.c
        !          2988: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_redirect.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_redirect.Tpo -c -o lighttpd-mod_redirect.o `test -f 'mod_redirect.c' || echo '$(srcdir)/'`mod_redirect.c
        !          2989: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_redirect.Tpo $(DEPDIR)/lighttpd-mod_redirect.Po
        !          2990: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_redirect.c' object='lighttpd-mod_redirect.o' libtool=no @AMDEPBACKSLASH@
        !          2991: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2992: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_redirect.o `test -f 'mod_redirect.c' || echo '$(srcdir)/'`mod_redirect.c
        !          2993: 
        !          2994: lighttpd-mod_redirect.obj: mod_redirect.c
        !          2995: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_redirect.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_redirect.Tpo -c -o lighttpd-mod_redirect.obj `if test -f 'mod_redirect.c'; then $(CYGPATH_W) 'mod_redirect.c'; else $(CYGPATH_W) '$(srcdir)/mod_redirect.c'; fi`
        !          2996: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_redirect.Tpo $(DEPDIR)/lighttpd-mod_redirect.Po
        !          2997: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_redirect.c' object='lighttpd-mod_redirect.obj' libtool=no @AMDEPBACKSLASH@
        !          2998: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          2999: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_redirect.obj `if test -f 'mod_redirect.c'; then $(CYGPATH_W) 'mod_redirect.c'; else $(CYGPATH_W) '$(srcdir)/mod_redirect.c'; fi`
        !          3000: 
        !          3001: lighttpd-mod_rewrite.o: mod_rewrite.c
        !          3002: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_rewrite.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_rewrite.Tpo -c -o lighttpd-mod_rewrite.o `test -f 'mod_rewrite.c' || echo '$(srcdir)/'`mod_rewrite.c
        !          3003: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_rewrite.Tpo $(DEPDIR)/lighttpd-mod_rewrite.Po
        !          3004: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_rewrite.c' object='lighttpd-mod_rewrite.o' libtool=no @AMDEPBACKSLASH@
        !          3005: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3006: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_rewrite.o `test -f 'mod_rewrite.c' || echo '$(srcdir)/'`mod_rewrite.c
        !          3007: 
        !          3008: lighttpd-mod_rewrite.obj: mod_rewrite.c
        !          3009: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_rewrite.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_rewrite.Tpo -c -o lighttpd-mod_rewrite.obj `if test -f 'mod_rewrite.c'; then $(CYGPATH_W) 'mod_rewrite.c'; else $(CYGPATH_W) '$(srcdir)/mod_rewrite.c'; fi`
        !          3010: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_rewrite.Tpo $(DEPDIR)/lighttpd-mod_rewrite.Po
        !          3011: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_rewrite.c' object='lighttpd-mod_rewrite.obj' libtool=no @AMDEPBACKSLASH@
        !          3012: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3013: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_rewrite.obj `if test -f 'mod_rewrite.c'; then $(CYGPATH_W) 'mod_rewrite.c'; else $(CYGPATH_W) '$(srcdir)/mod_rewrite.c'; fi`
        !          3014: 
        !          3015: lighttpd-mod_rrdtool.o: mod_rrdtool.c
        !          3016: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_rrdtool.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_rrdtool.Tpo -c -o lighttpd-mod_rrdtool.o `test -f 'mod_rrdtool.c' || echo '$(srcdir)/'`mod_rrdtool.c
        !          3017: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_rrdtool.Tpo $(DEPDIR)/lighttpd-mod_rrdtool.Po
        !          3018: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_rrdtool.c' object='lighttpd-mod_rrdtool.o' libtool=no @AMDEPBACKSLASH@
        !          3019: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3020: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_rrdtool.o `test -f 'mod_rrdtool.c' || echo '$(srcdir)/'`mod_rrdtool.c
        !          3021: 
        !          3022: lighttpd-mod_rrdtool.obj: mod_rrdtool.c
        !          3023: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_rrdtool.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_rrdtool.Tpo -c -o lighttpd-mod_rrdtool.obj `if test -f 'mod_rrdtool.c'; then $(CYGPATH_W) 'mod_rrdtool.c'; else $(CYGPATH_W) '$(srcdir)/mod_rrdtool.c'; fi`
        !          3024: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_rrdtool.Tpo $(DEPDIR)/lighttpd-mod_rrdtool.Po
        !          3025: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_rrdtool.c' object='lighttpd-mod_rrdtool.obj' libtool=no @AMDEPBACKSLASH@
        !          3026: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3027: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_rrdtool.obj `if test -f 'mod_rrdtool.c'; then $(CYGPATH_W) 'mod_rrdtool.c'; else $(CYGPATH_W) '$(srcdir)/mod_rrdtool.c'; fi`
        !          3028: 
        !          3029: lighttpd-mod_scgi.o: mod_scgi.c
        !          3030: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_scgi.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_scgi.Tpo -c -o lighttpd-mod_scgi.o `test -f 'mod_scgi.c' || echo '$(srcdir)/'`mod_scgi.c
        !          3031: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_scgi.Tpo $(DEPDIR)/lighttpd-mod_scgi.Po
        !          3032: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_scgi.c' object='lighttpd-mod_scgi.o' libtool=no @AMDEPBACKSLASH@
        !          3033: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3034: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_scgi.o `test -f 'mod_scgi.c' || echo '$(srcdir)/'`mod_scgi.c
        !          3035: 
        !          3036: lighttpd-mod_scgi.obj: mod_scgi.c
        !          3037: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_scgi.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_scgi.Tpo -c -o lighttpd-mod_scgi.obj `if test -f 'mod_scgi.c'; then $(CYGPATH_W) 'mod_scgi.c'; else $(CYGPATH_W) '$(srcdir)/mod_scgi.c'; fi`
        !          3038: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_scgi.Tpo $(DEPDIR)/lighttpd-mod_scgi.Po
        !          3039: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_scgi.c' object='lighttpd-mod_scgi.obj' libtool=no @AMDEPBACKSLASH@
        !          3040: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3041: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_scgi.obj `if test -f 'mod_scgi.c'; then $(CYGPATH_W) 'mod_scgi.c'; else $(CYGPATH_W) '$(srcdir)/mod_scgi.c'; fi`
        !          3042: 
        !          3043: lighttpd-mod_secdownload.o: mod_secdownload.c
        !          3044: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_secdownload.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_secdownload.Tpo -c -o lighttpd-mod_secdownload.o `test -f 'mod_secdownload.c' || echo '$(srcdir)/'`mod_secdownload.c
        !          3045: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_secdownload.Tpo $(DEPDIR)/lighttpd-mod_secdownload.Po
        !          3046: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_secdownload.c' object='lighttpd-mod_secdownload.o' libtool=no @AMDEPBACKSLASH@
        !          3047: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3048: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_secdownload.o `test -f 'mod_secdownload.c' || echo '$(srcdir)/'`mod_secdownload.c
        !          3049: 
        !          3050: lighttpd-mod_secdownload.obj: mod_secdownload.c
        !          3051: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_secdownload.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_secdownload.Tpo -c -o lighttpd-mod_secdownload.obj `if test -f 'mod_secdownload.c'; then $(CYGPATH_W) 'mod_secdownload.c'; else $(CYGPATH_W) '$(srcdir)/mod_secdownload.c'; fi`
        !          3052: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_secdownload.Tpo $(DEPDIR)/lighttpd-mod_secdownload.Po
        !          3053: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_secdownload.c' object='lighttpd-mod_secdownload.obj' libtool=no @AMDEPBACKSLASH@
        !          3054: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3055: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_secdownload.obj `if test -f 'mod_secdownload.c'; then $(CYGPATH_W) 'mod_secdownload.c'; else $(CYGPATH_W) '$(srcdir)/mod_secdownload.c'; fi`
        !          3056: 
        !          3057: lighttpd-mod_setenv.o: mod_setenv.c
        !          3058: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_setenv.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_setenv.Tpo -c -o lighttpd-mod_setenv.o `test -f 'mod_setenv.c' || echo '$(srcdir)/'`mod_setenv.c
        !          3059: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_setenv.Tpo $(DEPDIR)/lighttpd-mod_setenv.Po
        !          3060: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_setenv.c' object='lighttpd-mod_setenv.o' libtool=no @AMDEPBACKSLASH@
        !          3061: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3062: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_setenv.o `test -f 'mod_setenv.c' || echo '$(srcdir)/'`mod_setenv.c
        !          3063: 
        !          3064: lighttpd-mod_setenv.obj: mod_setenv.c
        !          3065: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_setenv.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_setenv.Tpo -c -o lighttpd-mod_setenv.obj `if test -f 'mod_setenv.c'; then $(CYGPATH_W) 'mod_setenv.c'; else $(CYGPATH_W) '$(srcdir)/mod_setenv.c'; fi`
        !          3066: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_setenv.Tpo $(DEPDIR)/lighttpd-mod_setenv.Po
        !          3067: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_setenv.c' object='lighttpd-mod_setenv.obj' libtool=no @AMDEPBACKSLASH@
        !          3068: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3069: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_setenv.obj `if test -f 'mod_setenv.c'; then $(CYGPATH_W) 'mod_setenv.c'; else $(CYGPATH_W) '$(srcdir)/mod_setenv.c'; fi`
        !          3070: 
        !          3071: lighttpd-mod_simple_vhost.o: mod_simple_vhost.c
        !          3072: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_simple_vhost.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_simple_vhost.Tpo -c -o lighttpd-mod_simple_vhost.o `test -f 'mod_simple_vhost.c' || echo '$(srcdir)/'`mod_simple_vhost.c
        !          3073: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_simple_vhost.Tpo $(DEPDIR)/lighttpd-mod_simple_vhost.Po
        !          3074: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_simple_vhost.c' object='lighttpd-mod_simple_vhost.o' libtool=no @AMDEPBACKSLASH@
        !          3075: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3076: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_simple_vhost.o `test -f 'mod_simple_vhost.c' || echo '$(srcdir)/'`mod_simple_vhost.c
        !          3077: 
        !          3078: lighttpd-mod_simple_vhost.obj: mod_simple_vhost.c
        !          3079: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_simple_vhost.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_simple_vhost.Tpo -c -o lighttpd-mod_simple_vhost.obj `if test -f 'mod_simple_vhost.c'; then $(CYGPATH_W) 'mod_simple_vhost.c'; else $(CYGPATH_W) '$(srcdir)/mod_simple_vhost.c'; fi`
        !          3080: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_simple_vhost.Tpo $(DEPDIR)/lighttpd-mod_simple_vhost.Po
        !          3081: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_simple_vhost.c' object='lighttpd-mod_simple_vhost.obj' libtool=no @AMDEPBACKSLASH@
        !          3082: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3083: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_simple_vhost.obj `if test -f 'mod_simple_vhost.c'; then $(CYGPATH_W) 'mod_simple_vhost.c'; else $(CYGPATH_W) '$(srcdir)/mod_simple_vhost.c'; fi`
        !          3084: 
        !          3085: lighttpd-mod_ssi_exprparser.o: mod_ssi_exprparser.c
        !          3086: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_ssi_exprparser.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_ssi_exprparser.Tpo -c -o lighttpd-mod_ssi_exprparser.o `test -f 'mod_ssi_exprparser.c' || echo '$(srcdir)/'`mod_ssi_exprparser.c
        !          3087: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_ssi_exprparser.Tpo $(DEPDIR)/lighttpd-mod_ssi_exprparser.Po
        !          3088: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_ssi_exprparser.c' object='lighttpd-mod_ssi_exprparser.o' libtool=no @AMDEPBACKSLASH@
        !          3089: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3090: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_ssi_exprparser.o `test -f 'mod_ssi_exprparser.c' || echo '$(srcdir)/'`mod_ssi_exprparser.c
        !          3091: 
        !          3092: lighttpd-mod_ssi_exprparser.obj: mod_ssi_exprparser.c
        !          3093: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_ssi_exprparser.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_ssi_exprparser.Tpo -c -o lighttpd-mod_ssi_exprparser.obj `if test -f 'mod_ssi_exprparser.c'; then $(CYGPATH_W) 'mod_ssi_exprparser.c'; else $(CYGPATH_W) '$(srcdir)/mod_ssi_exprparser.c'; fi`
        !          3094: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_ssi_exprparser.Tpo $(DEPDIR)/lighttpd-mod_ssi_exprparser.Po
        !          3095: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_ssi_exprparser.c' object='lighttpd-mod_ssi_exprparser.obj' libtool=no @AMDEPBACKSLASH@
        !          3096: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3097: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_ssi_exprparser.obj `if test -f 'mod_ssi_exprparser.c'; then $(CYGPATH_W) 'mod_ssi_exprparser.c'; else $(CYGPATH_W) '$(srcdir)/mod_ssi_exprparser.c'; fi`
        !          3098: 
        !          3099: lighttpd-mod_ssi_expr.o: mod_ssi_expr.c
        !          3100: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_ssi_expr.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_ssi_expr.Tpo -c -o lighttpd-mod_ssi_expr.o `test -f 'mod_ssi_expr.c' || echo '$(srcdir)/'`mod_ssi_expr.c
        !          3101: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_ssi_expr.Tpo $(DEPDIR)/lighttpd-mod_ssi_expr.Po
        !          3102: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_ssi_expr.c' object='lighttpd-mod_ssi_expr.o' libtool=no @AMDEPBACKSLASH@
        !          3103: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3104: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_ssi_expr.o `test -f 'mod_ssi_expr.c' || echo '$(srcdir)/'`mod_ssi_expr.c
        !          3105: 
        !          3106: lighttpd-mod_ssi_expr.obj: mod_ssi_expr.c
        !          3107: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_ssi_expr.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_ssi_expr.Tpo -c -o lighttpd-mod_ssi_expr.obj `if test -f 'mod_ssi_expr.c'; then $(CYGPATH_W) 'mod_ssi_expr.c'; else $(CYGPATH_W) '$(srcdir)/mod_ssi_expr.c'; fi`
        !          3108: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_ssi_expr.Tpo $(DEPDIR)/lighttpd-mod_ssi_expr.Po
        !          3109: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_ssi_expr.c' object='lighttpd-mod_ssi_expr.obj' libtool=no @AMDEPBACKSLASH@
        !          3110: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3111: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_ssi_expr.obj `if test -f 'mod_ssi_expr.c'; then $(CYGPATH_W) 'mod_ssi_expr.c'; else $(CYGPATH_W) '$(srcdir)/mod_ssi_expr.c'; fi`
        !          3112: 
        !          3113: lighttpd-mod_ssi.o: mod_ssi.c
        !          3114: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_ssi.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_ssi.Tpo -c -o lighttpd-mod_ssi.o `test -f 'mod_ssi.c' || echo '$(srcdir)/'`mod_ssi.c
        !          3115: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_ssi.Tpo $(DEPDIR)/lighttpd-mod_ssi.Po
        !          3116: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_ssi.c' object='lighttpd-mod_ssi.o' libtool=no @AMDEPBACKSLASH@
        !          3117: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3118: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_ssi.o `test -f 'mod_ssi.c' || echo '$(srcdir)/'`mod_ssi.c
        !          3119: 
        !          3120: lighttpd-mod_ssi.obj: mod_ssi.c
        !          3121: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_ssi.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_ssi.Tpo -c -o lighttpd-mod_ssi.obj `if test -f 'mod_ssi.c'; then $(CYGPATH_W) 'mod_ssi.c'; else $(CYGPATH_W) '$(srcdir)/mod_ssi.c'; fi`
        !          3122: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_ssi.Tpo $(DEPDIR)/lighttpd-mod_ssi.Po
        !          3123: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_ssi.c' object='lighttpd-mod_ssi.obj' libtool=no @AMDEPBACKSLASH@
        !          3124: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3125: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_ssi.obj `if test -f 'mod_ssi.c'; then $(CYGPATH_W) 'mod_ssi.c'; else $(CYGPATH_W) '$(srcdir)/mod_ssi.c'; fi`
        !          3126: 
        !          3127: lighttpd-mod_staticfile.o: mod_staticfile.c
        !          3128: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_staticfile.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_staticfile.Tpo -c -o lighttpd-mod_staticfile.o `test -f 'mod_staticfile.c' || echo '$(srcdir)/'`mod_staticfile.c
        !          3129: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_staticfile.Tpo $(DEPDIR)/lighttpd-mod_staticfile.Po
        !          3130: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_staticfile.c' object='lighttpd-mod_staticfile.o' libtool=no @AMDEPBACKSLASH@
        !          3131: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3132: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_staticfile.o `test -f 'mod_staticfile.c' || echo '$(srcdir)/'`mod_staticfile.c
        !          3133: 
        !          3134: lighttpd-mod_staticfile.obj: mod_staticfile.c
        !          3135: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_staticfile.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_staticfile.Tpo -c -o lighttpd-mod_staticfile.obj `if test -f 'mod_staticfile.c'; then $(CYGPATH_W) 'mod_staticfile.c'; else $(CYGPATH_W) '$(srcdir)/mod_staticfile.c'; fi`
        !          3136: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_staticfile.Tpo $(DEPDIR)/lighttpd-mod_staticfile.Po
        !          3137: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_staticfile.c' object='lighttpd-mod_staticfile.obj' libtool=no @AMDEPBACKSLASH@
        !          3138: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3139: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_staticfile.obj `if test -f 'mod_staticfile.c'; then $(CYGPATH_W) 'mod_staticfile.c'; else $(CYGPATH_W) '$(srcdir)/mod_staticfile.c'; fi`
        !          3140: 
        !          3141: lighttpd-mod_status.o: mod_status.c
        !          3142: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_status.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_status.Tpo -c -o lighttpd-mod_status.o `test -f 'mod_status.c' || echo '$(srcdir)/'`mod_status.c
        !          3143: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_status.Tpo $(DEPDIR)/lighttpd-mod_status.Po
        !          3144: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_status.c' object='lighttpd-mod_status.o' libtool=no @AMDEPBACKSLASH@
        !          3145: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3146: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_status.o `test -f 'mod_status.c' || echo '$(srcdir)/'`mod_status.c
        !          3147: 
        !          3148: lighttpd-mod_status.obj: mod_status.c
        !          3149: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_status.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_status.Tpo -c -o lighttpd-mod_status.obj `if test -f 'mod_status.c'; then $(CYGPATH_W) 'mod_status.c'; else $(CYGPATH_W) '$(srcdir)/mod_status.c'; fi`
        !          3150: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_status.Tpo $(DEPDIR)/lighttpd-mod_status.Po
        !          3151: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_status.c' object='lighttpd-mod_status.obj' libtool=no @AMDEPBACKSLASH@
        !          3152: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3153: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_status.obj `if test -f 'mod_status.c'; then $(CYGPATH_W) 'mod_status.c'; else $(CYGPATH_W) '$(srcdir)/mod_status.c'; fi`
        !          3154: 
        !          3155: lighttpd-mod_trigger_b4_dl.o: mod_trigger_b4_dl.c
        !          3156: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_trigger_b4_dl.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_trigger_b4_dl.Tpo -c -o lighttpd-mod_trigger_b4_dl.o `test -f 'mod_trigger_b4_dl.c' || echo '$(srcdir)/'`mod_trigger_b4_dl.c
        !          3157: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_trigger_b4_dl.Tpo $(DEPDIR)/lighttpd-mod_trigger_b4_dl.Po
        !          3158: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_trigger_b4_dl.c' object='lighttpd-mod_trigger_b4_dl.o' libtool=no @AMDEPBACKSLASH@
        !          3159: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3160: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_trigger_b4_dl.o `test -f 'mod_trigger_b4_dl.c' || echo '$(srcdir)/'`mod_trigger_b4_dl.c
        !          3161: 
        !          3162: lighttpd-mod_trigger_b4_dl.obj: mod_trigger_b4_dl.c
        !          3163: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_trigger_b4_dl.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_trigger_b4_dl.Tpo -c -o lighttpd-mod_trigger_b4_dl.obj `if test -f 'mod_trigger_b4_dl.c'; then $(CYGPATH_W) 'mod_trigger_b4_dl.c'; else $(CYGPATH_W) '$(srcdir)/mod_trigger_b4_dl.c'; fi`
        !          3164: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_trigger_b4_dl.Tpo $(DEPDIR)/lighttpd-mod_trigger_b4_dl.Po
        !          3165: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_trigger_b4_dl.c' object='lighttpd-mod_trigger_b4_dl.obj' libtool=no @AMDEPBACKSLASH@
        !          3166: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3167: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_trigger_b4_dl.obj `if test -f 'mod_trigger_b4_dl.c'; then $(CYGPATH_W) 'mod_trigger_b4_dl.c'; else $(CYGPATH_W) '$(srcdir)/mod_trigger_b4_dl.c'; fi`
        !          3168: 
        !          3169: lighttpd-mod_userdir.o: mod_userdir.c
        !          3170: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_userdir.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_userdir.Tpo -c -o lighttpd-mod_userdir.o `test -f 'mod_userdir.c' || echo '$(srcdir)/'`mod_userdir.c
        !          3171: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_userdir.Tpo $(DEPDIR)/lighttpd-mod_userdir.Po
        !          3172: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_userdir.c' object='lighttpd-mod_userdir.o' libtool=no @AMDEPBACKSLASH@
        !          3173: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3174: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_userdir.o `test -f 'mod_userdir.c' || echo '$(srcdir)/'`mod_userdir.c
        !          3175: 
        !          3176: lighttpd-mod_userdir.obj: mod_userdir.c
        !          3177: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_userdir.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_userdir.Tpo -c -o lighttpd-mod_userdir.obj `if test -f 'mod_userdir.c'; then $(CYGPATH_W) 'mod_userdir.c'; else $(CYGPATH_W) '$(srcdir)/mod_userdir.c'; fi`
        !          3178: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_userdir.Tpo $(DEPDIR)/lighttpd-mod_userdir.Po
        !          3179: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_userdir.c' object='lighttpd-mod_userdir.obj' libtool=no @AMDEPBACKSLASH@
        !          3180: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3181: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_userdir.obj `if test -f 'mod_userdir.c'; then $(CYGPATH_W) 'mod_userdir.c'; else $(CYGPATH_W) '$(srcdir)/mod_userdir.c'; fi`
        !          3182: 
        !          3183: lighttpd-mod_usertrack.o: mod_usertrack.c
        !          3184: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_usertrack.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_usertrack.Tpo -c -o lighttpd-mod_usertrack.o `test -f 'mod_usertrack.c' || echo '$(srcdir)/'`mod_usertrack.c
        !          3185: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_usertrack.Tpo $(DEPDIR)/lighttpd-mod_usertrack.Po
        !          3186: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_usertrack.c' object='lighttpd-mod_usertrack.o' libtool=no @AMDEPBACKSLASH@
        !          3187: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3188: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_usertrack.o `test -f 'mod_usertrack.c' || echo '$(srcdir)/'`mod_usertrack.c
        !          3189: 
        !          3190: lighttpd-mod_usertrack.obj: mod_usertrack.c
        !          3191: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_usertrack.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_usertrack.Tpo -c -o lighttpd-mod_usertrack.obj `if test -f 'mod_usertrack.c'; then $(CYGPATH_W) 'mod_usertrack.c'; else $(CYGPATH_W) '$(srcdir)/mod_usertrack.c'; fi`
        !          3192: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_usertrack.Tpo $(DEPDIR)/lighttpd-mod_usertrack.Po
        !          3193: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_usertrack.c' object='lighttpd-mod_usertrack.obj' libtool=no @AMDEPBACKSLASH@
        !          3194: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3195: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_usertrack.obj `if test -f 'mod_usertrack.c'; then $(CYGPATH_W) 'mod_usertrack.c'; else $(CYGPATH_W) '$(srcdir)/mod_usertrack.c'; fi`
        !          3196: 
        !          3197: lighttpd-mod_webdav.o: mod_webdav.c
        !          3198: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_webdav.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_webdav.Tpo -c -o lighttpd-mod_webdav.o `test -f 'mod_webdav.c' || echo '$(srcdir)/'`mod_webdav.c
        !          3199: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_webdav.Tpo $(DEPDIR)/lighttpd-mod_webdav.Po
        !          3200: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_webdav.c' object='lighttpd-mod_webdav.o' libtool=no @AMDEPBACKSLASH@
        !          3201: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3202: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_webdav.o `test -f 'mod_webdav.c' || echo '$(srcdir)/'`mod_webdav.c
        !          3203: 
        !          3204: lighttpd-mod_webdav.obj: mod_webdav.c
        !          3205: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_webdav.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_webdav.Tpo -c -o lighttpd-mod_webdav.obj `if test -f 'mod_webdav.c'; then $(CYGPATH_W) 'mod_webdav.c'; else $(CYGPATH_W) '$(srcdir)/mod_webdav.c'; fi`
        !          3206: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_webdav.Tpo $(DEPDIR)/lighttpd-mod_webdav.Po
        !          3207: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='mod_webdav.c' object='lighttpd-mod_webdav.obj' libtool=no @AMDEPBACKSLASH@
        !          3208: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !          3209: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_webdav.obj `if test -f 'mod_webdav.c'; then $(CYGPATH_W) 'mod_webdav.c'; else $(CYGPATH_W) '$(srcdir)/mod_webdav.c'; fi`
        !          3210: 
1.1       misho    3211: proc_open-proc_open.o: proc_open.c
                   3212: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proc_open_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT proc_open-proc_open.o -MD -MP -MF $(DEPDIR)/proc_open-proc_open.Tpo -c -o proc_open-proc_open.o `test -f 'proc_open.c' || echo '$(srcdir)/'`proc_open.c
                   3213: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/proc_open-proc_open.Tpo $(DEPDIR)/proc_open-proc_open.Po
                   3214: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='proc_open.c' object='proc_open-proc_open.o' libtool=no @AMDEPBACKSLASH@
                   3215: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   3216: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proc_open_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o proc_open-proc_open.o `test -f 'proc_open.c' || echo '$(srcdir)/'`proc_open.c
                   3217: 
                   3218: proc_open-proc_open.obj: proc_open.c
                   3219: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proc_open_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT proc_open-proc_open.obj -MD -MP -MF $(DEPDIR)/proc_open-proc_open.Tpo -c -o proc_open-proc_open.obj `if test -f 'proc_open.c'; then $(CYGPATH_W) 'proc_open.c'; else $(CYGPATH_W) '$(srcdir)/proc_open.c'; fi`
                   3220: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/proc_open-proc_open.Tpo $(DEPDIR)/proc_open-proc_open.Po
                   3221: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='proc_open.c' object='proc_open-proc_open.obj' libtool=no @AMDEPBACKSLASH@
                   3222: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   3223: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proc_open_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o proc_open-proc_open.obj `if test -f 'proc_open.c'; then $(CYGPATH_W) 'proc_open.c'; else $(CYGPATH_W) '$(srcdir)/proc_open.c'; fi`
                   3224: 
                   3225: proc_open-buffer.o: buffer.c
                   3226: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proc_open_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT proc_open-buffer.o -MD -MP -MF $(DEPDIR)/proc_open-buffer.Tpo -c -o proc_open-buffer.o `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c
                   3227: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/proc_open-buffer.Tpo $(DEPDIR)/proc_open-buffer.Po
                   3228: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='buffer.c' object='proc_open-buffer.o' libtool=no @AMDEPBACKSLASH@
                   3229: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   3230: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proc_open_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o proc_open-buffer.o `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c
                   3231: 
                   3232: proc_open-buffer.obj: buffer.c
                   3233: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proc_open_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT proc_open-buffer.obj -MD -MP -MF $(DEPDIR)/proc_open-buffer.Tpo -c -o proc_open-buffer.obj `if test -f 'buffer.c'; then $(CYGPATH_W) 'buffer.c'; else $(CYGPATH_W) '$(srcdir)/buffer.c'; fi`
                   3234: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/proc_open-buffer.Tpo $(DEPDIR)/proc_open-buffer.Po
                   3235: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='buffer.c' object='proc_open-buffer.obj' libtool=no @AMDEPBACKSLASH@
                   3236: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                   3237: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proc_open_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o proc_open-buffer.obj `if test -f 'buffer.c'; then $(CYGPATH_W) 'buffer.c'; else $(CYGPATH_W) '$(srcdir)/buffer.c'; fi`
                   3238: 
                   3239: mostlyclean-libtool:
                   3240:        -rm -f *.lo
                   3241: 
                   3242: clean-libtool:
                   3243:        -rm -rf .libs _libs
                   3244: 
                   3245: ID: $(am__tagged_files)
                   3246:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                   3247: tags: tags-am
                   3248: TAGS: tags
                   3249: 
                   3250: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                   3251:        set x; \
                   3252:        here=`pwd`; \
                   3253:        $(am__define_uniq_tagged_files); \
                   3254:        shift; \
                   3255:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                   3256:          test -n "$$unique" || unique=$$empty_fix; \
                   3257:          if test $$# -gt 0; then \
                   3258:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                   3259:              "$$@" $$unique; \
                   3260:          else \
                   3261:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                   3262:              $$unique; \
                   3263:          fi; \
                   3264:        fi
                   3265: ctags: ctags-am
                   3266: 
                   3267: CTAGS: ctags
                   3268: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                   3269:        $(am__define_uniq_tagged_files); \
                   3270:        test -z "$(CTAGS_ARGS)$$unique" \
                   3271:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                   3272:             $$unique
                   3273: 
                   3274: GTAGS:
                   3275:        here=`$(am__cd) $(top_builddir) && pwd` \
                   3276:          && $(am__cd) $(top_srcdir) \
                   3277:          && gtags -i $(GTAGS_ARGS) "$$here"
                   3278: cscopelist: cscopelist-am
                   3279: 
                   3280: cscopelist-am: $(am__tagged_files)
                   3281:        list='$(am__tagged_files)'; \
                   3282:        case "$(srcdir)" in \
                   3283:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                   3284:          *) sdir=$(subdir)/$(srcdir) ;; \
                   3285:        esac; \
                   3286:        for i in $$list; do \
                   3287:          if test -f "$$i"; then \
                   3288:            echo "$(subdir)/$$i"; \
                   3289:          else \
                   3290:            echo "$$sdir/$$i"; \
                   3291:          fi; \
                   3292:        done >> $(top_builddir)/cscope.files
                   3293: 
                   3294: distclean-tags:
                   3295:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                   3296: 
1.1.1.3 ! misho    3297: check-TESTS: $(TESTS)
        !          3298:        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
        !          3299:        srcdir=$(srcdir); export srcdir; \
        !          3300:        list=' $(TESTS) '; \
        !          3301:        $(am__tty_colors); \
        !          3302:        if test -n "$$list"; then \
        !          3303:          for tst in $$list; do \
        !          3304:            if test -f ./$$tst; then dir=./; \
        !          3305:            elif test -f $$tst; then dir=; \
        !          3306:            else dir="$(srcdir)/"; fi; \
        !          3307:            if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
        !          3308:              all=`expr $$all + 1`; \
        !          3309:              case " $(XFAIL_TESTS) " in \
        !          3310:              *[\ \     ]$$tst[\ \      ]*) \
        !          3311:                xpass=`expr $$xpass + 1`; \
        !          3312:                failed=`expr $$failed + 1`; \
        !          3313:                col=$$red; res=XPASS; \
        !          3314:              ;; \
        !          3315:              *) \
        !          3316:                col=$$grn; res=PASS; \
        !          3317:              ;; \
        !          3318:              esac; \
        !          3319:            elif test $$? -ne 77; then \
        !          3320:              all=`expr $$all + 1`; \
        !          3321:              case " $(XFAIL_TESTS) " in \
        !          3322:              *[\ \     ]$$tst[\ \      ]*) \
        !          3323:                xfail=`expr $$xfail + 1`; \
        !          3324:                col=$$lgn; res=XFAIL; \
        !          3325:              ;; \
        !          3326:              *) \
        !          3327:                failed=`expr $$failed + 1`; \
        !          3328:                col=$$red; res=FAIL; \
        !          3329:              ;; \
        !          3330:              esac; \
        !          3331:            else \
        !          3332:              skip=`expr $$skip + 1`; \
        !          3333:              col=$$blu; res=SKIP; \
        !          3334:            fi; \
        !          3335:            echo "$${col}$$res$${std}: $$tst"; \
        !          3336:          done; \
        !          3337:          if test "$$all" -eq 1; then \
        !          3338:            tests="test"; \
        !          3339:            All=""; \
        !          3340:          else \
        !          3341:            tests="tests"; \
        !          3342:            All="All "; \
        !          3343:          fi; \
        !          3344:          if test "$$failed" -eq 0; then \
        !          3345:            if test "$$xfail" -eq 0; then \
        !          3346:              banner="$$All$$all $$tests passed"; \
        !          3347:            else \
        !          3348:              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
        !          3349:              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
        !          3350:            fi; \
        !          3351:          else \
        !          3352:            if test "$$xpass" -eq 0; then \
        !          3353:              banner="$$failed of $$all $$tests failed"; \
        !          3354:            else \
        !          3355:              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
        !          3356:              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
        !          3357:            fi; \
        !          3358:          fi; \
        !          3359:          dashes="$$banner"; \
        !          3360:          skipped=""; \
        !          3361:          if test "$$skip" -ne 0; then \
        !          3362:            if test "$$skip" -eq 1; then \
        !          3363:              skipped="($$skip test was not run)"; \
        !          3364:            else \
        !          3365:              skipped="($$skip tests were not run)"; \
        !          3366:            fi; \
        !          3367:            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
        !          3368:              dashes="$$skipped"; \
        !          3369:          fi; \
        !          3370:          report=""; \
        !          3371:          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
        !          3372:            report="Please report to $(PACKAGE_BUGREPORT)"; \
        !          3373:            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
        !          3374:              dashes="$$report"; \
        !          3375:          fi; \
        !          3376:          dashes=`echo "$$dashes" | sed s/./=/g`; \
        !          3377:          if test "$$failed" -eq 0; then \
        !          3378:            col="$$grn"; \
        !          3379:          else \
        !          3380:            col="$$red"; \
        !          3381:          fi; \
        !          3382:          echo "$${col}$$dashes$${std}"; \
        !          3383:          echo "$${col}$$banner$${std}"; \
        !          3384:          test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
        !          3385:          test -z "$$report" || echo "$${col}$$report$${std}"; \
        !          3386:          echo "$${col}$$dashes$${std}"; \
        !          3387:          test "$$failed" -eq 0; \
        !          3388:        else :; fi
        !          3389: 
1.1       misho    3390: distdir: $(DISTFILES)
                   3391:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                   3392:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                   3393:        list='$(DISTFILES)'; \
                   3394:          dist_files=`for file in $$list; do echo $$file; done | \
                   3395:          sed -e "s|^$$srcdirstrip/||;t" \
                   3396:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                   3397:        case $$dist_files in \
                   3398:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                   3399:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                   3400:                           sort -u` ;; \
                   3401:        esac; \
                   3402:        for file in $$dist_files; do \
                   3403:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                   3404:          if test -d $$d/$$file; then \
                   3405:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                   3406:            if test -d "$(distdir)/$$file"; then \
                   3407:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                   3408:            fi; \
                   3409:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                   3410:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                   3411:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                   3412:            fi; \
                   3413:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                   3414:          else \
                   3415:            test -f "$(distdir)/$$file" \
                   3416:            || cp -p $$d/$$file "$(distdir)/$$file" \
                   3417:            || exit 1; \
                   3418:          fi; \
                   3419:        done
                   3420: check-am: all-am
1.1.1.3 ! misho    3421:        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1.1       misho    3422: check: $(BUILT_SOURCES)
                   3423:        $(MAKE) $(AM_MAKEFLAGS) check-am
                   3424: all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
                   3425: installdirs:
                   3426:        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)"; do \
                   3427:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                   3428:        done
                   3429: install: $(BUILT_SOURCES)
                   3430:        $(MAKE) $(AM_MAKEFLAGS) install-am
                   3431: install-exec: install-exec-am
                   3432: install-data: install-data-am
                   3433: uninstall: uninstall-am
                   3434: 
                   3435: install-am: all-am
                   3436:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                   3437: 
                   3438: installcheck: installcheck-am
                   3439: install-strip:
                   3440:        if test -z '$(STRIP)'; then \
                   3441:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                   3442:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                   3443:              install; \
                   3444:        else \
                   3445:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                   3446:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                   3447:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                   3448:        fi
                   3449: mostlyclean-generic:
                   3450: 
                   3451: clean-generic:
                   3452:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                   3453: 
                   3454: distclean-generic:
                   3455:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                   3456:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                   3457: 
                   3458: maintainer-clean-generic:
                   3459:        @echo "This command is intended for maintainers to use"
                   3460:        @echo "it deletes files that may require special tools to rebuild."
                   3461:        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
                   3462:        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
                   3463: clean: clean-am
                   3464: 
                   3465: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
                   3466:        clean-noinstPROGRAMS clean-sbinPROGRAMS mostlyclean-am
                   3467: 
                   3468: distclean: distclean-am
                   3469:        -rm -rf ./$(DEPDIR)
                   3470:        -rm -f Makefile
                   3471: distclean-am: clean-am distclean-compile distclean-generic \
                   3472:        distclean-tags
                   3473: 
                   3474: dvi: dvi-am
                   3475: 
                   3476: dvi-am:
                   3477: 
                   3478: html: html-am
                   3479: 
                   3480: html-am:
                   3481: 
                   3482: info: info-am
                   3483: 
                   3484: info-am:
                   3485: 
                   3486: install-data-am:
                   3487: 
                   3488: install-dvi: install-dvi-am
                   3489: 
                   3490: install-dvi-am:
                   3491: 
                   3492: install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS
                   3493: 
                   3494: install-html: install-html-am
                   3495: 
                   3496: install-html-am:
                   3497: 
                   3498: install-info: install-info-am
                   3499: 
                   3500: install-info-am:
                   3501: 
                   3502: install-man:
                   3503: 
                   3504: install-pdf: install-pdf-am
                   3505: 
                   3506: install-pdf-am:
                   3507: 
                   3508: install-ps: install-ps-am
                   3509: 
                   3510: install-ps-am:
                   3511: 
                   3512: installcheck-am:
                   3513: 
                   3514: maintainer-clean: maintainer-clean-am
                   3515:        -rm -rf ./$(DEPDIR)
                   3516:        -rm -f Makefile
                   3517: maintainer-clean-am: distclean-am maintainer-clean-generic
                   3518: 
                   3519: mostlyclean: mostlyclean-am
                   3520: 
                   3521: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
                   3522:        mostlyclean-libtool
                   3523: 
                   3524: pdf: pdf-am
                   3525: 
                   3526: pdf-am:
                   3527: 
                   3528: ps: ps-am
                   3529: 
                   3530: ps-am:
                   3531: 
                   3532: uninstall-am: uninstall-libLTLIBRARIES uninstall-sbinPROGRAMS
                   3533: 
1.1.1.3 ! misho    3534: .MAKE: all check check-am install install-am install-strip
        !          3535: 
        !          3536: .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
        !          3537:        clean-generic clean-libLTLIBRARIES clean-libtool \
        !          3538:        clean-noinstPROGRAMS clean-sbinPROGRAMS cscopelist-am ctags \
        !          3539:        ctags-am distclean distclean-compile distclean-generic \
        !          3540:        distclean-libtool distclean-tags distdir dvi dvi-am html \
        !          3541:        html-am info info-am install install-am install-data \
        !          3542:        install-data-am install-dvi install-dvi-am install-exec \
        !          3543:        install-exec-am install-html install-html-am install-info \
        !          3544:        install-info-am install-libLTLIBRARIES install-man install-pdf \
        !          3545:        install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
        !          3546:        install-strip installcheck installcheck-am installdirs \
        !          3547:        maintainer-clean maintainer-clean-generic mostlyclean \
        !          3548:        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
        !          3549:        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
        !          3550:        uninstall-libLTLIBRARIES uninstall-sbinPROGRAMS
1.1       misho    3551: 
1.1.1.3 ! misho    3552: .PRECIOUS: Makefile
1.1       misho    3553: 
                   3554: 
                   3555: .PHONY: versionstamp parsers
                   3556: 
                   3557: versionstamp:
                   3558:        @test -f versionstamp.h || touch versionstamp.h; \
                   3559:        REVISION=""; \
                   3560:        if test -d "$(top_srcdir)/.svn" -a -x "`which svnversion`"; then \
                   3561:                REVISION="$$(LANG= LC_ALL=C svnversion "$(top_srcdir)" 2>/dev/null || echo exported)"; \
                   3562:                if test "$$REVISION" = "exported"; then \
                   3563:                        REVISION=""; \
                   3564:                fi; \
                   3565:        fi; \
                   3566:        if test -z "$$REVISION" -a -d "$(top_srcdir)/.git" -a -x "`which git`"; then \
                   3567:                REVISION="$$(cd "$(top_srcdir)"; LANG= LC_ALL=C git describe --always 2>/dev/null || echo)"; \
                   3568:        fi; \
                   3569:        if test -n "$$REVISION"; then \
                   3570:                echo "#define REPO_VERSION \"-devel-$$REVISION\"" > versionstamp.h.tmp; \
                   3571:        else \
                   3572:                echo "#define REPO_VERSION \"\"" > versionstamp.h.tmp; \
                   3573:        fi; \
                   3574:        if ! diff versionstamp.h.tmp versionstamp.h >/dev/null 2>/dev/null; then \
                   3575:                mv versionstamp.h.tmp versionstamp.h; \
                   3576:        else \
                   3577:                rm versionstamp.h.tmp; \
                   3578:        fi
                   3579: 
                   3580: @CROSS_COMPILING_TRUE@configparser.c configparser.h:
                   3581: @CROSS_COMPILING_TRUE@mod_ssi_exprparser.c mod_ssi_exprparser.h:
                   3582: 
                   3583: @CROSS_COMPILING_TRUE@parsers:
                   3584: @CROSS_COMPILING_FALSE@configparser.h: configparser.c
                   3585: @CROSS_COMPILING_FALSE@configparser.c: $(srcdir)/configparser.y $(srcdir)/lempar.c lemon$(EXEEXT)
                   3586: @CROSS_COMPILING_FALSE@        rm -f configparser.h
                   3587: @CROSS_COMPILING_FALSE@        $(LEMON) -q $(srcdir)/configparser.y $(srcdir)/lempar.c
                   3588: 
                   3589: @CROSS_COMPILING_FALSE@mod_ssi_exprparser.h: mod_ssi_exprparser.c
                   3590: @CROSS_COMPILING_FALSE@mod_ssi_exprparser.c: $(srcdir)/mod_ssi_exprparser.y $(srcdir)/lempar.c lemon$(EXEEXT)
                   3591: @CROSS_COMPILING_FALSE@        rm -f mod_ssi_exprparser.h
                   3592: @CROSS_COMPILING_FALSE@        $(LEMON) -q $(srcdir)/mod_ssi_exprparser.y $(srcdir)/lempar.c
                   3593: 
                   3594: @CROSS_COMPILING_FALSE@parsers: configparser.c mod_ssi_exprparser.c
                   3595: 
                   3596: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                   3597: # Otherwise a system limit (for SysV at least) may be exceeded.
                   3598: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>