xref: /freebsd-12.1/usr.bin/svn/lib/libapr_util/Makefile (revision c6063d0d)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# $FreeBSD$
2
3.include "${.CURDIR}/../Makefile.inc"
4
5INTERNALLIB=	yes
6LIB=		apr-util
7
8SRCS=		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
23CFLAGS+= 	-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 <src.opts.mk>
32
33.if ${MK_ICONV} == "yes"
34CFLAGS+=	-DHAVE_ICONV_H=1 -DAPU_HAVE_ICONV=1
35.endif
36
37.include <bsd.lib.mk>
38
39

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026