Merge branch 'g-clear-pointer-no-side-effects' into 'master'
[glib.git] / glib / pcre / Makefile.am
blob8f0bae66b6e187f2bfb6a72be90c215a26435065
1 include $(top_srcdir)/glib.mk
3 noinst_LTLIBRARIES += libpcre.la
5 libpcre_la_CPPFLAGS = \
6         -DG_LOG_DOMAIN=\"GLib-GRegex\" \
7         -DHAVE_MEMMOVE \
8         -DSUPPORT_UCP \
9         -DSUPPORT_UTF \
10         -DSUPPORT_UTF8 \
11         -DNEWLINE=-1 \
12         -DMATCH_LIMIT=10000000 \
13         -DMATCH_LIMIT_RECURSION=8192 \
14         -DMAX_NAME_SIZE=32 \
15         -DMAX_NAME_COUNT=10000 \
16         -DMAX_DUPLENGTH=30000 \
17         -DLINK_SIZE=2 \
18         -DPOSIX_MALLOC_THRESHOLD=10 \
19         -DPCRE_STATIC \
20         -UBSR_ANYCRLF \
21         -UEBCDIC \
22         $(glib_INCLUDES) \
23         @GLIB_DEBUG_FLAGS@ \
24         -DGLIB_COMPILATION \
25         $(AM_CPPFLAGS)
27 libpcre_la_CFLAGS = \
28         $(GLIB_HIDDEN_VISIBILITY_CFLAGS) \
29         $(PCRE_WARN_CFLAGS) \
30         $(DEP_CFLAGS) \
31         $(AM_CFLAGS)
33 libpcre_la_LDFLAGS = \
34         -no-undefined \
35         $(AM_LDFLAGS)
37 libpcre_la_SOURCES = \
38         pcre_byte_order.c \
39         pcre_chartables.c \
40         pcre_compile.c \
41         pcre_config.c \
42         pcre_dfa_exec.c \
43         pcre_exec.c \
44         pcre_fullinfo.c \
45         pcre_get.c \
46         pcre_globals.c \
47         pcre_jit_compile.c \
48         pcre_newline.c \
49         pcre_ord2utf8.c \
50         pcre_string_utils.c \
51         pcre_study.c \
52         pcre_tables.c \
53         pcre_valid_utf8.c \
54         pcre_version.c \
55         pcre_xclass.c \
56         pcre.h \
57         pcre_internal.h \
58         ucp.h
60 libpcre_la_LIBADD = $(DEP_LIBS)
62 EXTRA_DIST += COPYING