diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-02 18:54:11 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-02 18:54:11 +0000 |
commit | 6f4f6b814e77eb882431f8049d8101e3de6a7f53 (patch) | |
tree | a6f3b8db54d126e41b9c687d464b5c7497e0f5ba /protocols/Sametime/src/glib/pcre/Makefile.am | |
parent | ac718403fd72a645f179aa778bc5752c405f5a10 (diff) |
use pcre16
git-svn-id: http://svn.miranda-ng.org/main/trunk@10038 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Sametime/src/glib/pcre/Makefile.am')
-rw-r--r-- | protocols/Sametime/src/glib/pcre/Makefile.am | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/protocols/Sametime/src/glib/pcre/Makefile.am b/protocols/Sametime/src/glib/pcre/Makefile.am deleted file mode 100644 index 07e8526ed7..0000000000 --- a/protocols/Sametime/src/glib/pcre/Makefile.am +++ /dev/null @@ -1,57 +0,0 @@ -include $(top_srcdir)/Makefile.decl - -INCLUDES = \ - -DG_LOG_DOMAIN=\"GLib-GRegex\" \ - -DSUPPORT_UCP \ - -DSUPPORT_UTF8 \ - -DNEWLINE=-1 \ - -DMATCH_LIMIT=10000000 \ - -DMATCH_LIMIT_RECURSION=8192 \ - -DMAX_NAME_SIZE=32 \ - -DMAX_NAME_COUNT=10000 \ - -DMAX_DUPLENGTH=30000 \ - -DLINK_SIZE=2 \ - -DPOSIX_MALLOC_THRESHOLD=10 \ - -DPCRE_STATIC \ - $(glib_INCLUDES) \ - @GLIB_DEBUG_FLAGS@ \ - -DG_DISABLE_DEPRECATED \ - -DGLIB_COMPILATION \ - $(DEPRECATED_FLAGS)\ - $(WARN_CFLAGS) \ - $(PCRE_WARN_CFLAGS) \ - $(DEP_CFLAGS) - -noinst_LTLIBRARIES = libpcre.la - -libpcre_headers = - -libpcre_la_SOURCES = \ - pcre_compile.c \ - pcre_chartables.c \ - pcre_config.c \ - pcre_dfa_exec.c \ - pcre_exec.c \ - pcre_fullinfo.c \ - pcre_get.c \ - pcre_globals.c \ - pcre_newline.c \ - pcre_ord2utf8.c \ - pcre_study.c \ - pcre_tables.c \ - pcre_try_flipped.c \ - pcre_ucp_searchfuncs.c \ - pcre_xclass.c \ - pcre.h \ - pcre_internal.h \ - ucp.h \ - $(libpcre_headers) - -libpcre_la_LIBADD = $(DEP_LIBS) - -libpcre_la_LDFLAGS = -no-undefined - -EXTRA_DIST += \ - COPYING \ - makefile.msc - |