diff options
Diffstat (limited to 'rubbos/app/httpd-2.0.64/srclib/apr-util/buckets/Makefile.in')
-rw-r--r-- | rubbos/app/httpd-2.0.64/srclib/apr-util/buckets/Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rubbos/app/httpd-2.0.64/srclib/apr-util/buckets/Makefile.in b/rubbos/app/httpd-2.0.64/srclib/apr-util/buckets/Makefile.in new file mode 100644 index 00000000..8c175d75 --- /dev/null +++ b/rubbos/app/httpd-2.0.64/srclib/apr-util/buckets/Makefile.in @@ -0,0 +1,12 @@ +VPATH = @srcdir@ + +INCLUDES = @APRUTIL_PRIV_INCLUDES@ @APR_INCLUDES@ @APRUTIL_INCLUDES@ + +TARGETS = apr_buckets_file.lo apr_buckets_pool.lo apr_buckets_flush.lo \ + apr_buckets_refcount.lo apr_buckets_heap.lo apr_buckets_simple.lo \ + apr_buckets.lo apr_buckets_mmap.lo apr_buckets_socket.lo \ + apr_buckets_eos.lo apr_buckets_pipe.lo apr_brigade.lo \ + apr_buckets_alloc.lo + +# bring in rules.mk for standard functionality +@INCLUDE_RULES@ |