summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/lib/libapr_util/Makefile
blob: 37b787bd2dd9eba6801ef50bb0f202c7c1c60f86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# $FreeBSD$

.include "${.CURDIR}/../Makefile.inc"

INTERNALLIB=	yes
LIB=		apr-util

SRCS=		apr_base64.c apr_brigade.c apr_buckets.c apr_buckets_alloc.c \
		apr_buckets_eos.c apr_buckets_file.c apr_buckets_flush.c \
		apr_buckets_heap.c apr_buckets_mmap.c apr_buckets_pipe.c \
		apr_buckets_pool.c apr_buckets_refcount.c apr_buckets_simple.c \
		apr_buckets_socket.c apr_crypto.c apr_date.c apr_dbd.c \
		apr_hooks.c apr_md4.c apr_md5.c apr_memcache.c \
		apr_queue.c apr_reslist.c apr_rmm.c apr_sha1.c apr_strmatch.c \
		apr_thread_pool.c apr_uri.c apr_xml.c apu_dso.c apu_version.c \
		getuuid.c uuid.c xlate.c

.PATH:		${APRU}/buckets ${APRU}/crypto ${APRU}/dbd \
		${APRU}/encoding ${APRU}/hooks \
		${APRU}/memcache ${APRU}/misc ${APRU}/strmatch \
		${APRU}/uri ${APRU}/xlate ${APRU}/xml ${APRU}/include

CFLAGS+= 	-DHAVE_CONFIG_H \
		-I${.CURDIR} \
		-I${APRU}/include/private \
		-I${APRU}/include \
		-I${.CURDIR}/../libapr \
		-I${APR}/include/arch/unix \
		-I${APR}/include

.include <bsd.lib.mk>

OpenPOWER on IntegriCloud