blob: 651d48890e91a5a68a36c32186cd322fadb12e9a [file] [log] [blame]
INCLUDES = @APR_INCLUDES@ @APU_INCLUDES@
LIBS = @APR_LTLIBS@ @APU_LTLIBS@
LDFLAGS = @APR_LDFLAGS@ @APU_LDFLAGS@
EXTRA_DIST = groups.dox.in
BUILT_SOURCES= @APR_LA@ @APU_LA@
lib_LTLIBRARIES = libapreq2.la
libapreq2_la_SOURCES = apreq.c apreq_version.c apreq_cookie.c \
apreq_params.c apreq_parsers.c apreq_env.c
pkginclude_HEADERS = apreq.h apreq_version.h apreq_cookie.h \
apreq_params.h apreq_env.h
libapreq2_la_LDFLAGS = -version-info @APREQ_LIBTOOL_VERSION@
pkgincludedir = $(includedir)/@APREQ_LIBNAME@
if ENABLE_PROFILE
AM_CFLAGS= -pg -fprofile-arcs -ftest-coverage
clean-local:
-rm *.bb *.bbg *.da *.gcov
else
clean-local:
endif
if BUILD_APR
@APR_LA@:
cd `@APR_CONFIG@ --srcdir` && $(MAKE)
endif
if BUILD_APU
@APU_LA@: @APR_LA@
cd `@APU_CONFIG@ --srcdir` && $(MAKE)
endif