Makefile revision 253734
153866Syokota# $FreeBSD: head/usr.bin/svn/lib/libapr_util/Makefile 253734 2013-07-28 06:02:40Z peter $
236946Ssteve
353866Syokota.include "${.CURDIR}/../Makefile.inc"
453866Syokota
536946SsteveINTERNALLIB=	yes
636946SsteveLIB=		apr-util
736946Ssteve
836946SsteveSRCS=		apr_base64.c apr_brigade.c apr_buckets.c apr_buckets_alloc.c \
936946Ssteve		apr_buckets_eos.c apr_buckets_file.c apr_buckets_flush.c \
1036946Ssteve		apr_buckets_heap.c apr_buckets_mmap.c apr_buckets_pipe.c \
1153866Syokota		apr_buckets_pool.c apr_buckets_refcount.c apr_buckets_simple.c \
1236946Ssteve		apr_buckets_socket.c apr_crypto.c apr_date.c apr_dbd.c \
1336946Ssteve		apr_hooks.c apr_md4.c apr_md5.c apr_memcache.c apr_passwd.c \
1453866Syokota		apr_queue.c apr_reslist.c apr_rmm.c apr_sha1.c apr_strmatch.c \
1536946Ssteve		apr_thread_pool.c apr_uri.c apr_xml.c apu_dso.c apu_version.c \
1653866Syokota		crypt_blowfish.c getuuid.c uuid.c xlate.c
1753866Syokota
1853866Syokota.PATH:		${APRU}/buckets ${APRU}/crypto ${APRU}/dbd \
1936946Ssteve		${APRU}/encoding ${APRU}/hooks \
2036946Ssteve		${APRU}/memcache ${APRU}/misc ${APRU}/strmatch \
2153866Syokota		${APRU}/uri ${APRU}/xlate ${APRU}/xml ${APRU}/include
2253866Syokota
2336946SsteveCFLAGS+= 	-DHAVE_CONFIG_H \
2436946Ssteve		-I${.CURDIR} \
2553866Syokota		-I${APRU}/include/private \
2636946Ssteve		-I${APRU}/include \
2761118Sroberto		-I${.CURDIR}/../libapr \
2836946Ssteve		-I${APR}/include/arch/unix \
2936946Ssteve		-I${APR}/include
3036946Ssteve
3136946Ssteve.include <bsd.own.mk>
3236946Ssteve
3336946Ssteve.if ${MK_ICONV} == "yes"
3436946SsteveCFLAGS+=	-DHAVE_ICONV_H=1 -DAPU_HAVE_ICONV=1
3553866Syokota.endif
3653866Syokota
3736946Ssteve.include <bsd.lib.mk>
3836946Ssteve
3936946Ssteve