Add GRegex for regular expression matching. (#50075)
[platform/upstream/glib.git] / glib / update-pcre / Makefile.am-1
1 INCLUDES = \
2         -DG_LOG_DOMAIN=\"GLib-GRegex\" \
3         -DSUPPORT_UCP \
4         -DSUPPORT_UTF8 \
5         -DNEWLINE=-1 \
6         -DMATCH_LIMIT=10000000 \
7         -DMATCH_LIMIT_RECURSION=10000000 \
8         -DMAX_NAME_SIZE=32 \
9         -DMAX_NAME_COUNT=10000 \
10         -DMAX_DUPLENGTH=30000 \
11         -DLINK_SIZE=2 \
12         -DEBCDIC=0 \
13         -DPOSIX_MALLOC_THRESHOLD=10 \
14         -I$(top_srcdir) \
15         -I$(srcdir) \
16         -I$(top_srcdir)/glib \
17         @GLIB_DEBUG_FLAGS@ \
18         -DG_DISABLE_DEPRECATED \
19         $(DEPRECATED_FLAGS)\
20         $(WARN_CFLAGS) \
21         $(PCRE_WARN_CFLAGS) \
22         $(DEP_CFLAGS)
23
24 noinst_LTLIBRARIES = libpcre.la
25
26 libpcre_headers =
27
28 libpcre_la_SOURCES = \