]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/svn/lib/libapr_util/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.bin / svn / lib / libapr_util / Makefile
1 # $FreeBSD$
2
3 .include "${.CURDIR}/../Makefile.inc"
4
5 INTERNALLIB=    yes
6 LIB=            apr-util
7
8 SRCS=           apr_base64.c apr_brigade.c apr_buckets.c apr_buckets_alloc.c \
9                 apr_buckets_eos.c apr_buckets_file.c apr_buckets_flush.c \
10                 apr_buckets_heap.c apr_buckets_mmap.c apr_buckets_pipe.c \
11                 apr_buckets_pool.c apr_buckets_refcount.c apr_buckets_simple.c \
12                 apr_buckets_socket.c apr_crypto.c apr_date.c apr_dbd.c \
13                 apr_hooks.c apr_md4.c apr_md5.c apr_memcache.c apr_passwd.c \
14                 apr_queue.c apr_reslist.c apr_rmm.c apr_sha1.c apr_strmatch.c \
15                 apr_thread_pool.c apr_uri.c apr_xml.c apu_dso.c apu_version.c \
16                 crypt_blowfish.c getuuid.c uuid.c xlate.c
17
18 .PATH:          ${APRU}/buckets ${APRU}/crypto ${APRU}/dbd \
19                 ${APRU}/encoding ${APRU}/hooks \
20                 ${APRU}/memcache ${APRU}/misc ${APRU}/strmatch \
21                 ${APRU}/uri ${APRU}/xlate ${APRU}/xml ${APRU}/include
22
23 CFLAGS+=        -DHAVE_CONFIG_H \
24                 -I${.CURDIR} \
25                 -I${APRU}/include/private \
26                 -I${APRU}/include \
27                 -I${.CURDIR}/../libapr \
28                 -I${APR}/include/arch/unix \
29                 -I${APR}/include
30
31 .include <bsd.own.mk>
32
33 .if ${MK_ICONV} == "yes"
34 CFLAGS+=        -DHAVE_ICONV_H=1 -DAPU_HAVE_ICONV=1
35 .endif
36
37 .include <bsd.lib.mk>
38