Tizen 2.1 base
[platform/upstream/glib2.0.git] / glib / pcre / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 noinst_LTLIBRARIES = libpcre.la
4
5 libpcre_la_CPPFLAGS = \
6         -DG_LOG_DOMAIN=\"GLib-GRegex\" \
7         -DHAVE_CONFIG_H \
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)
26
27 libpcre_la_CFLAGS = \
28         $(PCRE_WARN_CFLAGS) \
29         $(DEP_CFLAGS) \
30         $(AM_CFLAGS)
31
32 libpcre_la_LDFLAGS = \
33         -no-undefined \
34         $(AM_LDFLAGS)
35
36 libpcre_la_SOURCES = \
37         pcre_byte_order.c \
38         pcre_chartables.c \
39         pcre_compile.c \
40         pcre_config.c \
41         pcre_dfa_exec.c \
42         pcre_exec.c \
43         pcre_fullinfo.c \
44         pcre_get.c \
45         pcre_globals.c \
46         pcre_jit_compile.c \
47         pcre_newline.c \
48         pcre_ord2utf8.c \
49         pcre_string_utils.c \
50         pcre_study.c \
51         pcre_tables.c \
52         pcre_valid_utf8.c \
53         pcre_xclass.c \
54         pcre.h \
55         pcre_internal.h \
56         ucp.h
57
58 libpcre_la_LIBADD = $(DEP_LIBS)
59
60 EXTRA_DIST +=                           \
61                 COPYING                 \
62                 makefile.msc