summaryrefslogtreecommitdiffstats
path: root/rubbos/app/httpd-2.0.64/srclib/apr-util/buckets/Makefile.in
blob: 8c175d757b61f8eef4f1b658134da078df9c37b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
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@