summaryrefslogtreecommitdiff
path: root/pcre/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'pcre/Makefile.in')
-rw-r--r--pcre/Makefile.in24
1 files changed, 14 insertions, 10 deletions
diff --git a/pcre/Makefile.in b/pcre/Makefile.in
index be2fb296b43..75cfe6da135 100644
--- a/pcre/Makefile.in
+++ b/pcre/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -981,7 +981,7 @@ dist_noinst_SCRIPTS = RunTest $(am__append_39)
# Additional files to delete on 'make clean' and 'make maintainer-clean'.
CLEANFILES = pcre_chartables.c testsavedregex teststderr testtemp* \
- testtry testNinput
+ testtry testNinput testtrygrep teststderrgrep testNinputgrep
MAINTAINERCLEANFILES = pcre.h.generic config.h.generic
# Additional files to bundle with the distribution, over and above what
@@ -1017,11 +1017,13 @@ EXTRA_DIST = m4/ax_pthread.m4 m4/pcre_visibility.m4 doc/perltest.txt \
pcre.h.generic config.h.generic pcre_chartables.c.dist \
sljit/sljitConfig.h sljit/sljitConfigInternal.h \
sljit/sljitExecAllocator.c sljit/sljitLir.c sljit/sljitLir.h \
- sljit/sljitNativeARM_Thumb2.c sljit/sljitNativeARM_v5.c \
- sljit/sljitNativeMIPS_32.c sljit/sljitNativeMIPS_common.c \
+ sljit/sljitNativeARM_32.c sljit/sljitNativeARM_64.c \
+ sljit/sljitNativeARM_T2_32.c sljit/sljitNativeMIPS_32.c \
+ sljit/sljitNativeMIPS_64.c sljit/sljitNativeMIPS_common.c \
sljit/sljitNativePPC_32.c sljit/sljitNativePPC_64.c \
sljit/sljitNativePPC_common.c sljit/sljitNativeSPARC_32.c \
- sljit/sljitNativeSPARC_common.c sljit/sljitNativeX86_32.c \
+ sljit/sljitNativeSPARC_common.c sljit/sljitNativeTILEGX_64.c \
+ sljit/sljitNativeTILEGX-encoder.c sljit/sljitNativeX86_32.c \
sljit/sljitNativeX86_64.c sljit/sljitNativeX86_common.c \
sljit/sljitUtils.c RunTest.bat testdata/grepbinary \
testdata/grepfilelist testdata/grepinput testdata/grepinput3 \
@@ -1041,9 +1043,10 @@ EXTRA_DIST = m4/ax_pthread.m4 m4/pcre_visibility.m4 doc/perltest.txt \
testdata/testinput21 testdata/testinput22 testdata/testinput23 \
testdata/testinput24 testdata/testinput25 testdata/testinput26 \
testdata/testinputEBC testdata/testoutput1 \
- testdata/testoutput2 testdata/testoutput3 testdata/testoutput4 \
- testdata/testoutput5 testdata/testoutput6 testdata/testoutput7 \
- testdata/testoutput8 testdata/testoutput9 \
+ testdata/testoutput2 testdata/testoutput3 \
+ testdata/testoutput3A testdata/testoutput3B \
+ testdata/testoutput4 testdata/testoutput5 testdata/testoutput6 \
+ testdata/testoutput7 testdata/testoutput8 testdata/testoutput9 \
testdata/testoutput10 testdata/testoutput11-8 \
testdata/testoutput11-16 testdata/testoutput11-32 \
testdata/testoutput12 testdata/testoutput13 \
@@ -2883,9 +2886,10 @@ distcheck: dist
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
&& am__cwd=`pwd` \
&& $(am__cd) $(distdir)/_build \
- && ../configure --srcdir=.. --prefix="$$dc_install_base" \
+ && ../configure \
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
$(DISTCHECK_CONFIGURE_FLAGS) \
+ --srcdir=.. --prefix="$$dc_install_base" \
&& $(MAKE) $(AM_MAKEFLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
&& $(MAKE) $(AM_MAKEFLAGS) check \
@@ -2988,8 +2992,8 @@ maintainer-clean-generic:
@echo "it deletes files that may require special tools to rebuild."
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
-@WITH_GCOV_FALSE@distclean-local:
@WITH_GCOV_FALSE@clean-local:
+@WITH_GCOV_FALSE@distclean-local:
clean: clean-am
clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \