Implementation of connectivity abstraction feature Release v0.5
[platform/upstream/iotivity.git] / resource / csdk / connectivity / lib / android / glib-master / glib / pcre / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 INCLUDES = \
4         -DG_LOG_DOMAIN=\"GLib-GRegex\" \
5         -DSUPPORT_UCP \
6         -DSUPPORT_UTF8 \
7         -DNEWLINE=-1 \
8         -DMATCH_LIMIT=10000000 \
9         -DMATCH_LIMIT_RECURSION=8192 \
10         -DMAX_NAME_SIZE=32 \
11         -DMAX_NAME_COUNT=10000 \
12         -DMAX_DUPLENGTH=30000 \
13         -DLINK_SIZE=2 \
14         -DPOSIX_MALLOC_THRESHOLD=10 \
15         -DPCRE_STATIC \
16         $(glib_INCLUDES) \
17         @GLIB_DEBUG_FLAGS@ \
18         -DG_DISABLE_DEPRECATED \
19         -DGLIB_COMPILATION \
20         $(DEPRECATED_FLAGS)\
21         $(WARN_CFLAGS) \
22         $(PCRE_WARN_CFLAGS) \
23         $(DEP_CFLAGS)
24
25 noinst_LTLIBRARIES = libpcre.la
26
27 libpcre_headers =
28
29 libpcre_la_SOURCES = \
30         pcre_compile.c \
31         pcre_chartables.c \
32         pcre_config.c \
33         pcre_dfa_exec.c \
34         pcre_exec.c \
35         pcre_fullinfo.c \
36         pcre_get.c \
37         pcre_globals.c \
38         pcre_newline.c \
39         pcre_ord2utf8.c \
40         pcre_study.c \
41         pcre_tables.c \
42         pcre_try_flipped.c \
43         pcre_ucp_searchfuncs.c \
44         pcre_xclass.c \
45         pcre.h \
46         pcre_internal.h \
47         ucp.h \
48         $(libpcre_headers)
49
50 libpcre_la_LIBADD = $(DEP_LIBS)
51
52 libpcre_la_LDFLAGS = -no-undefined
53
54 EXTRA_DIST +=                           \
55                 COPYING                 \
56                 makefile.msc
57