regex: Remove obsolete makefile fragments

The update.sh script doesn't work with current PCRE, so these are obsolete.
This commit is contained in:
Christian Persch 2012-02-12 19:44:31 +01:00 committed by Matthias Clasen
parent afa3375210
commit 735e4a6a6a
3 changed files with 0 additions and 40 deletions

View File

@ -2,7 +2,5 @@ include $(top_srcdir)/Makefile.decl
EXTRA_DIST += \
update.sh \
Makefile.am-1 \
Makefile.am-2 \
digitab.patch \
memory.patch

View File

@ -1,28 +0,0 @@
INCLUDES = \
-DG_LOG_DOMAIN=\"GLib-GRegex\" \
-DSUPPORT_UCP \
-DSUPPORT_UTF8 \
-DNEWLINE=-1 \
-DMATCH_LIMIT=10000000 \
-DMATCH_LIMIT_RECURSION=10000000 \
-DMAX_NAME_SIZE=32 \
-DMAX_NAME_COUNT=10000 \
-DMAX_DUPLENGTH=30000 \
-DLINK_SIZE=2 \
-DEBCDIC=0 \
-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 = \

View File

@ -1,10 +0,0 @@
$(libpcre_headers)
libpcre_la_LIBADD = $(DEP_LIBS)
libpcre_la_LDFLAGS = -no-undefined
EXTRA_DIST = \
COPYING \
makefile.msc