3557 lines
221 KiB
Makefile
3557 lines
221 KiB
Makefile
# Makefile.in generated by automake 1.16.3 from Makefile.am.
|
||
# @configure_input@
|
||
|
||
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
|
||
|
||
# This Makefile.in is free software; the Free Software Foundation
|
||
# gives unlimited permission to copy and/or distribute it,
|
||
# with or without modifications, as long as this notice is preserved.
|
||
|
||
# This program is distributed in the hope that it will be useful,
|
||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||
# PARTICULAR PURPOSE.
|
||
|
||
@SET_MAKE@
|
||
|
||
|
||
|
||
|
||
|
||
VPATH = @srcdir@
|
||
am__is_gnu_make = { \
|
||
if test -z '$(MAKELEVEL)'; then \
|
||
false; \
|
||
elif test -n '$(MAKE_HOST)'; then \
|
||
true; \
|
||
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
||
true; \
|
||
else \
|
||
false; \
|
||
fi; \
|
||
}
|
||
am__make_running_with_option = \
|
||
case $${target_option-} in \
|
||
?) ;; \
|
||
*) echo "am__make_running_with_option: internal error: invalid" \
|
||
"target option '$${target_option-}' specified" >&2; \
|
||
exit 1;; \
|
||
esac; \
|
||
has_opt=no; \
|
||
sane_makeflags=$$MAKEFLAGS; \
|
||
if $(am__is_gnu_make); then \
|
||
sane_makeflags=$$MFLAGS; \
|
||
else \
|
||
case $$MAKEFLAGS in \
|
||
*\\[\ \ ]*) \
|
||
bs=\\; \
|
||
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
||
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
||
esac; \
|
||
fi; \
|
||
skip_next=no; \
|
||
strip_trailopt () \
|
||
{ \
|
||
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
||
}; \
|
||
for flg in $$sane_makeflags; do \
|
||
test $$skip_next = yes && { skip_next=no; continue; }; \
|
||
case $$flg in \
|
||
*=*|--*) continue;; \
|
||
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
||
-*I?*) strip_trailopt 'I';; \
|
||
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
||
-*O?*) strip_trailopt 'O';; \
|
||
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
||
-*l?*) strip_trailopt 'l';; \
|
||
-[dEDm]) skip_next=yes;; \
|
||
-[JT]) skip_next=yes;; \
|
||
esac; \
|
||
case $$flg in \
|
||
*$$target_option*) has_opt=yes; break;; \
|
||
esac; \
|
||
done; \
|
||
test $$has_opt = yes
|
||
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
||
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
||
pkgdatadir = $(datadir)/@PACKAGE@
|
||
pkgincludedir = $(includedir)/@PACKAGE@
|
||
pkglibdir = $(libdir)/@PACKAGE@
|
||
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||
install_sh_DATA = $(install_sh) -c -m 644
|
||
install_sh_PROGRAM = $(install_sh) -c
|
||
install_sh_SCRIPT = $(install_sh) -c
|
||
INSTALL_HEADER = $(INSTALL_DATA)
|
||
transform = $(program_transform_name)
|
||
NORMAL_INSTALL = :
|
||
PRE_INSTALL = :
|
||
POST_INSTALL = :
|
||
NORMAL_UNINSTALL = :
|
||
PRE_UNINSTALL = :
|
||
POST_UNINSTALL = :
|
||
build_triplet = @build@
|
||
host_triplet = @host@
|
||
TESTS = $(am__EXEEXT_3) $(am__EXEEXT_4) RunTest $(am__append_38)
|
||
bin_PROGRAMS = pcretest$(EXEEXT) $(am__EXEEXT_1)
|
||
noinst_PROGRAMS = $(am__EXEEXT_2) $(am__EXEEXT_3) $(am__EXEEXT_4)
|
||
|
||
# These additional headers will be be installed if C++ support is enabled. We
|
||
# do not distribute pcrecpparg.h or pcre_stringpiece.h, as these are generated
|
||
# from corresponding .h.in files (which we do distribute).
|
||
@WITH_PCRE_CPP_TRUE@am__append_1 = \
|
||
@WITH_PCRE_CPP_TRUE@ pcrecpparg.h \
|
||
@WITH_PCRE_CPP_TRUE@ pcre_stringpiece.h
|
||
|
||
@WITH_PCRE_CPP_TRUE@am__append_2 = \
|
||
@WITH_PCRE_CPP_TRUE@ pcrecpp.h \
|
||
@WITH_PCRE_CPP_TRUE@ pcre_scanner.h
|
||
|
||
@WITH_REBUILD_CHARTABLES_TRUE@am__append_3 = dftables
|
||
|
||
# Build the 8 bit library if it is enabled.
|
||
@WITH_PCRE8_TRUE@am__append_4 = libpcre.la
|
||
|
||
# Build the 16 bit library if it is enabled.
|
||
@WITH_PCRE16_TRUE@am__append_5 = libpcre16.la
|
||
|
||
# Build the 32 bit library if it is enabled.
|
||
@WITH_PCRE32_TRUE@am__append_6 = libpcre32.la
|
||
@WITH_PCRE8_TRUE@@WITH_VALGRIND_TRUE@am__append_7 = $(VALGRIND_CFLAGS)
|
||
@WITH_PCRE16_TRUE@@WITH_VALGRIND_TRUE@am__append_8 = $(VALGRIND_CFLAGS)
|
||
@WITH_PCRE32_TRUE@@WITH_VALGRIND_TRUE@am__append_9 = $(VALGRIND_CFLAGS)
|
||
@WITH_GCOV_TRUE@@WITH_PCRE8_TRUE@am__append_10 = $(GCOV_CFLAGS)
|
||
@WITH_GCOV_TRUE@@WITH_PCRE16_TRUE@am__append_11 = $(GCOV_CFLAGS)
|
||
@WITH_GCOV_TRUE@@WITH_PCRE32_TRUE@am__append_12 = $(GCOV_CFLAGS)
|
||
@WITH_JIT_TRUE@am__append_13 = pcre_jit_test
|
||
@WITH_JIT_TRUE@am__append_14 = pcre_jit_test
|
||
@WITH_JIT_TRUE@@WITH_PCRE8_TRUE@am__append_15 = libpcre.la
|
||
@WITH_JIT_TRUE@@WITH_PCRE16_TRUE@am__append_16 = libpcre16.la
|
||
@WITH_JIT_TRUE@@WITH_PCRE32_TRUE@am__append_17 = libpcre32.la
|
||
@WITH_GCOV_TRUE@@WITH_JIT_TRUE@am__append_18 = $(GCOV_CFLAGS)
|
||
@WITH_GCOV_TRUE@@WITH_JIT_TRUE@am__append_19 = $(GCOV_LIBS)
|
||
@WITH_PCRE8_TRUE@am__append_20 = libpcreposix.la
|
||
@WITH_GCOV_TRUE@@WITH_PCRE8_TRUE@am__append_21 = $(GCOV_CFLAGS)
|
||
@WITH_PCRE_CPP_TRUE@am__append_22 = libpcrecpp.la
|
||
@WITH_PCRE_CPP_TRUE@am__append_23 = pcrecpp_unittest \
|
||
@WITH_PCRE_CPP_TRUE@ pcre_scanner_unittest \
|
||
@WITH_PCRE_CPP_TRUE@ pcre_stringpiece_unittest
|
||
@WITH_PCRE_CPP_TRUE@am__append_24 = pcrecpp_unittest \
|
||
@WITH_PCRE_CPP_TRUE@ pcre_scanner_unittest \
|
||
@WITH_PCRE_CPP_TRUE@ pcre_stringpiece_unittest
|
||
@WITH_GCOV_TRUE@@WITH_PCRE_CPP_TRUE@am__append_25 = $(GCOV_CXXFLAGS)
|
||
@WITH_GCOV_TRUE@@WITH_PCRE_CPP_TRUE@am__append_26 = $(GCOV_LIBS)
|
||
@WITH_GCOV_TRUE@@WITH_PCRE_CPP_TRUE@am__append_27 = $(GCOV_LIBS)
|
||
@WITH_GCOV_TRUE@@WITH_PCRE_CPP_TRUE@am__append_28 = $(GCOV_LIBS)
|
||
@WITH_PCRE8_TRUE@am__append_29 = pcre_printint.c
|
||
@WITH_PCRE8_TRUE@am__append_30 = libpcre.la libpcreposix.la
|
||
@WITH_PCRE16_TRUE@am__append_31 = pcre16_printint.c
|
||
@WITH_PCRE16_TRUE@am__append_32 = libpcre16.la
|
||
@WITH_PCRE32_TRUE@am__append_33 = pcre32_printint.c
|
||
@WITH_PCRE32_TRUE@am__append_34 = libpcre32.la
|
||
@WITH_VALGRIND_TRUE@am__append_35 = $(VALGRIND_CFLAGS)
|
||
@WITH_GCOV_TRUE@am__append_36 = $(GCOV_CFLAGS)
|
||
@WITH_GCOV_TRUE@am__append_37 = $(GCOV_LIBS)
|
||
@WITH_PCRE8_TRUE@am__append_38 = RunGrepTest
|
||
@WITH_PCRE8_TRUE@am__append_39 = RunGrepTest
|
||
@WITH_PCRE8_TRUE@am__append_40 = pcregrep
|
||
@WITH_GCOV_TRUE@@WITH_PCRE8_TRUE@am__append_41 = $(GCOV_CFLAGS)
|
||
@WITH_GCOV_TRUE@@WITH_PCRE8_TRUE@am__append_42 = $(GCOV_LIBS)
|
||
@WITH_PCRE16_TRUE@am__append_43 = libpcre16.pc
|
||
@WITH_PCRE32_TRUE@am__append_44 = libpcre32.pc
|
||
@WITH_PCRE_CPP_TRUE@am__append_45 = libpcrecpp.pc
|
||
subdir = .
|
||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
|
||
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
|
||
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
|
||
$(top_srcdir)/m4/lt~obsolete.m4 \
|
||
$(top_srcdir)/m4/pcre_visibility.m4 $(top_srcdir)/configure.ac
|
||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||
$(ACLOCAL_M4)
|
||
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
|
||
$(am__configure_deps) $(am__dist_noinst_SCRIPTS_DIST) \
|
||
$(dist_doc_DATA) $(dist_html_DATA) $(dist_noinst_DATA) \
|
||
$(am__include_HEADERS_DIST) $(am__DIST_COMMON)
|
||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||
configure.lineno config.status.lineno
|
||
mkinstalldirs = $(install_sh) -d
|
||
CONFIG_HEADER = config.h
|
||
CONFIG_CLEAN_FILES = libpcre.pc libpcre16.pc libpcre32.pc \
|
||
libpcreposix.pc libpcrecpp.pc pcre-config pcre.h \
|
||
pcre_stringpiece.h pcrecpparg.h
|
||
CONFIG_CLEAN_VPATH_FILES =
|
||
@WITH_PCRE8_TRUE@am__EXEEXT_1 = pcregrep$(EXEEXT)
|
||
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" \
|
||
"$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
|
||
"$(DESTDIR)$(man3dir)" "$(DESTDIR)$(docdir)" \
|
||
"$(DESTDIR)$(htmldir)" "$(DESTDIR)$(htmldir)" \
|
||
"$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)" \
|
||
"$(DESTDIR)$(includedir)"
|
||
@WITH_REBUILD_CHARTABLES_TRUE@am__EXEEXT_2 = dftables$(EXEEXT)
|
||
@WITH_JIT_TRUE@am__EXEEXT_3 = pcre_jit_test$(EXEEXT)
|
||
@WITH_PCRE_CPP_TRUE@am__EXEEXT_4 = pcrecpp_unittest$(EXEEXT) \
|
||
@WITH_PCRE_CPP_TRUE@ pcre_scanner_unittest$(EXEEXT) \
|
||
@WITH_PCRE_CPP_TRUE@ pcre_stringpiece_unittest$(EXEEXT)
|
||
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
|
||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||
am__vpath_adj = case $$p in \
|
||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||
*) f=$$p;; \
|
||
esac;
|
||
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
||
am__install_max = 40
|
||
am__nobase_strip_setup = \
|
||
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
||
am__nobase_strip = \
|
||
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
||
am__nobase_list = $(am__nobase_strip_setup); \
|
||
for p in $$list; do echo "$$p $$p"; done | \
|
||
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
||
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
||
if (++n[$$2] == $(am__install_max)) \
|
||
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
||
END { for (dir in files) print dir, files[dir] }'
|
||
am__base_list = \
|
||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||
am__uninstall_files_from_dir = { \
|
||
test -z "$$files" \
|
||
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
||
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
||
$(am__cd) "$$dir" && rm -f $$files; }; \
|
||
}
|
||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||
libpcre_la_DEPENDENCIES =
|
||
am__libpcre_la_SOURCES_DIST = pcre_byte_order.c pcre_compile.c \
|
||
pcre_config.c pcre_dfa_exec.c pcre_exec.c pcre_fullinfo.c \
|
||
pcre_get.c pcre_globals.c pcre_internal.h pcre_jit_compile.c \
|
||
pcre_maketables.c pcre_newline.c pcre_ord2utf8.c \
|
||
pcre_refcount.c pcre_string_utils.c pcre_study.c pcre_tables.c \
|
||
pcre_ucd.c pcre_valid_utf8.c pcre_version.c pcre_xclass.c \
|
||
ucp.h
|
||
@WITH_PCRE8_TRUE@am_libpcre_la_OBJECTS = \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_byte_order.lo \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_compile.lo \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_config.lo \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_dfa_exec.lo \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_exec.lo \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_fullinfo.lo \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_get.lo \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_globals.lo \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_jit_compile.lo \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_maketables.lo \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_newline.lo \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_ord2utf8.lo \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_refcount.lo \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_string_utils.lo \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_study.lo \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_tables.lo \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_ucd.lo \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_valid_utf8.lo \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_version.lo \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_xclass.lo
|
||
@WITH_PCRE8_TRUE@nodist_libpcre_la_OBJECTS = \
|
||
@WITH_PCRE8_TRUE@ libpcre_la-pcre_chartables.lo
|
||
libpcre_la_OBJECTS = $(am_libpcre_la_OBJECTS) \
|
||
$(nodist_libpcre_la_OBJECTS)
|
||
AM_V_lt = $(am__v_lt_@AM_V@)
|
||
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
|
||
am__v_lt_0 = --silent
|
||
am__v_lt_1 =
|
||
libpcre_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libpcre_la_CFLAGS) \
|
||
$(CFLAGS) $(libpcre_la_LDFLAGS) $(LDFLAGS) -o $@
|
||
@WITH_PCRE8_TRUE@am_libpcre_la_rpath = -rpath $(libdir)
|
||
libpcre16_la_DEPENDENCIES =
|
||
am__libpcre16_la_SOURCES_DIST = pcre16_byte_order.c \
|
||
pcre16_chartables.c pcre16_compile.c pcre16_config.c \
|
||
pcre16_dfa_exec.c pcre16_exec.c pcre16_fullinfo.c pcre16_get.c \
|
||
pcre16_globals.c pcre16_jit_compile.c pcre16_maketables.c \
|
||
pcre16_newline.c pcre16_ord2utf16.c pcre16_refcount.c \
|
||
pcre16_string_utils.c pcre16_study.c pcre16_tables.c \
|
||
pcre16_ucd.c pcre16_utf16_utils.c pcre16_valid_utf16.c \
|
||
pcre16_version.c pcre16_xclass.c
|
||
@WITH_PCRE16_TRUE@am_libpcre16_la_OBJECTS = \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_byte_order.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_chartables.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_compile.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_config.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_dfa_exec.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_exec.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_fullinfo.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_get.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_globals.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_jit_compile.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_maketables.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_newline.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_ord2utf16.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_refcount.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_string_utils.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_study.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_tables.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_ucd.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_utf16_utils.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_valid_utf16.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_version.lo \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre16_xclass.lo
|
||
@WITH_PCRE16_TRUE@nodist_libpcre16_la_OBJECTS = \
|
||
@WITH_PCRE16_TRUE@ libpcre16_la-pcre_chartables.lo
|
||
libpcre16_la_OBJECTS = $(am_libpcre16_la_OBJECTS) \
|
||
$(nodist_libpcre16_la_OBJECTS)
|
||
libpcre16_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libpcre16_la_CFLAGS) \
|
||
$(CFLAGS) $(libpcre16_la_LDFLAGS) $(LDFLAGS) -o $@
|
||
@WITH_PCRE16_TRUE@am_libpcre16_la_rpath = -rpath $(libdir)
|
||
libpcre32_la_DEPENDENCIES =
|
||
am__libpcre32_la_SOURCES_DIST = pcre32_byte_order.c \
|
||
pcre32_chartables.c pcre32_compile.c pcre32_config.c \
|
||
pcre32_dfa_exec.c pcre32_exec.c pcre32_fullinfo.c pcre32_get.c \
|
||
pcre32_globals.c pcre32_jit_compile.c pcre32_maketables.c \
|
||
pcre32_newline.c pcre32_ord2utf32.c pcre32_refcount.c \
|
||
pcre32_string_utils.c pcre32_study.c pcre32_tables.c \
|
||
pcre32_ucd.c pcre32_utf32_utils.c pcre32_valid_utf32.c \
|
||
pcre32_version.c pcre32_xclass.c
|
||
@WITH_PCRE32_TRUE@am_libpcre32_la_OBJECTS = \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_byte_order.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_chartables.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_compile.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_config.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_dfa_exec.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_exec.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_fullinfo.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_get.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_globals.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_jit_compile.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_maketables.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_newline.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_ord2utf32.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_refcount.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_string_utils.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_study.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_tables.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_ucd.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_utf32_utils.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_valid_utf32.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_version.lo \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre32_xclass.lo
|
||
@WITH_PCRE32_TRUE@nodist_libpcre32_la_OBJECTS = \
|
||
@WITH_PCRE32_TRUE@ libpcre32_la-pcre_chartables.lo
|
||
libpcre32_la_OBJECTS = $(am_libpcre32_la_OBJECTS) \
|
||
$(nodist_libpcre32_la_OBJECTS)
|
||
libpcre32_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libpcre32_la_CFLAGS) \
|
||
$(CFLAGS) $(libpcre32_la_LDFLAGS) $(LDFLAGS) -o $@
|
||
@WITH_PCRE32_TRUE@am_libpcre32_la_rpath = -rpath $(libdir)
|
||
@WITH_PCRE_CPP_TRUE@libpcrecpp_la_DEPENDENCIES = libpcre.la
|
||
am__libpcrecpp_la_SOURCES_DIST = pcrecpp_internal.h pcrecpp.cc \
|
||
pcre_scanner.cc pcre_stringpiece.cc
|
||
@WITH_PCRE_CPP_TRUE@am_libpcrecpp_la_OBJECTS = \
|
||
@WITH_PCRE_CPP_TRUE@ libpcrecpp_la-pcrecpp.lo \
|
||
@WITH_PCRE_CPP_TRUE@ libpcrecpp_la-pcre_scanner.lo \
|
||
@WITH_PCRE_CPP_TRUE@ libpcrecpp_la-pcre_stringpiece.lo
|
||
libpcrecpp_la_OBJECTS = $(am_libpcrecpp_la_OBJECTS)
|
||
libpcrecpp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
|
||
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
|
||
$(libpcrecpp_la_CXXFLAGS) $(CXXFLAGS) $(libpcrecpp_la_LDFLAGS) \
|
||
$(LDFLAGS) -o $@
|
||
@WITH_PCRE_CPP_TRUE@am_libpcrecpp_la_rpath = -rpath $(libdir)
|
||
@WITH_PCRE8_TRUE@libpcreposix_la_DEPENDENCIES = libpcre.la
|
||
am__libpcreposix_la_SOURCES_DIST = pcreposix.c
|
||
@WITH_PCRE8_TRUE@am_libpcreposix_la_OBJECTS = \
|
||
@WITH_PCRE8_TRUE@ libpcreposix_la-pcreposix.lo
|
||
libpcreposix_la_OBJECTS = $(am_libpcreposix_la_OBJECTS)
|
||
libpcreposix_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
|
||
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
|
||
$(libpcreposix_la_CFLAGS) $(CFLAGS) $(libpcreposix_la_LDFLAGS) \
|
||
$(LDFLAGS) -o $@
|
||
@WITH_PCRE8_TRUE@am_libpcreposix_la_rpath = -rpath $(libdir)
|
||
am__dftables_SOURCES_DIST = dftables.c
|
||
@WITH_REBUILD_CHARTABLES_TRUE@am_dftables_OBJECTS = \
|
||
@WITH_REBUILD_CHARTABLES_TRUE@ dftables.$(OBJEXT)
|
||
dftables_OBJECTS = $(am_dftables_OBJECTS)
|
||
dftables_LDADD = $(LDADD)
|
||
am__pcre_jit_test_SOURCES_DIST = pcre_jit_test.c
|
||
@WITH_JIT_TRUE@am_pcre_jit_test_OBJECTS = \
|
||
@WITH_JIT_TRUE@ pcre_jit_test-pcre_jit_test.$(OBJEXT)
|
||
pcre_jit_test_OBJECTS = $(am_pcre_jit_test_OBJECTS)
|
||
am__DEPENDENCIES_1 =
|
||
@WITH_GCOV_TRUE@@WITH_JIT_TRUE@am__DEPENDENCIES_2 = \
|
||
@WITH_GCOV_TRUE@@WITH_JIT_TRUE@ $(am__DEPENDENCIES_1)
|
||
@WITH_JIT_TRUE@pcre_jit_test_DEPENDENCIES = $(am__append_15) \
|
||
@WITH_JIT_TRUE@ $(am__append_16) $(am__append_17) \
|
||
@WITH_JIT_TRUE@ $(am__DEPENDENCIES_2)
|
||
pcre_jit_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(pcre_jit_test_CFLAGS) \
|
||
$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||
am__pcre_scanner_unittest_SOURCES_DIST = pcre_scanner_unittest.cc
|
||
@WITH_PCRE_CPP_TRUE@am_pcre_scanner_unittest_OBJECTS = pcre_scanner_unittest-pcre_scanner_unittest.$(OBJEXT)
|
||
pcre_scanner_unittest_OBJECTS = $(am_pcre_scanner_unittest_OBJECTS)
|
||
@WITH_GCOV_TRUE@@WITH_PCRE_CPP_TRUE@am__DEPENDENCIES_3 = \
|
||
@WITH_GCOV_TRUE@@WITH_PCRE_CPP_TRUE@ $(am__DEPENDENCIES_1)
|
||
@WITH_PCRE_CPP_TRUE@pcre_scanner_unittest_DEPENDENCIES = \
|
||
@WITH_PCRE_CPP_TRUE@ libpcrecpp.la $(am__DEPENDENCIES_3)
|
||
pcre_scanner_unittest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
|
||
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
|
||
$(pcre_scanner_unittest_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
|
||
$(LDFLAGS) -o $@
|
||
am__pcre_stringpiece_unittest_SOURCES_DIST = \
|
||
pcre_stringpiece_unittest.cc
|
||
@WITH_PCRE_CPP_TRUE@am_pcre_stringpiece_unittest_OBJECTS = pcre_stringpiece_unittest-pcre_stringpiece_unittest.$(OBJEXT)
|
||
pcre_stringpiece_unittest_OBJECTS = \
|
||
$(am_pcre_stringpiece_unittest_OBJECTS)
|
||
@WITH_PCRE_CPP_TRUE@pcre_stringpiece_unittest_DEPENDENCIES = \
|
||
@WITH_PCRE_CPP_TRUE@ libpcrecpp.la $(am__DEPENDENCIES_3)
|
||
pcre_stringpiece_unittest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
|
||
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
|
||
$(pcre_stringpiece_unittest_CXXFLAGS) $(CXXFLAGS) \
|
||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||
am__pcrecpp_unittest_SOURCES_DIST = pcrecpp_unittest.cc
|
||
@WITH_PCRE_CPP_TRUE@am_pcrecpp_unittest_OBJECTS = pcrecpp_unittest-pcrecpp_unittest.$(OBJEXT)
|
||
pcrecpp_unittest_OBJECTS = $(am_pcrecpp_unittest_OBJECTS)
|
||
@WITH_PCRE_CPP_TRUE@pcrecpp_unittest_DEPENDENCIES = libpcrecpp.la \
|
||
@WITH_PCRE_CPP_TRUE@ $(am__DEPENDENCIES_3)
|
||
pcrecpp_unittest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
|
||
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
|
||
$(pcrecpp_unittest_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
|
||
$(LDFLAGS) -o $@
|
||
am__pcregrep_SOURCES_DIST = pcregrep.c
|
||
@WITH_PCRE8_TRUE@am_pcregrep_OBJECTS = pcregrep-pcregrep.$(OBJEXT)
|
||
pcregrep_OBJECTS = $(am_pcregrep_OBJECTS)
|
||
@WITH_GCOV_TRUE@@WITH_PCRE8_TRUE@am__DEPENDENCIES_4 = \
|
||
@WITH_GCOV_TRUE@@WITH_PCRE8_TRUE@ $(am__DEPENDENCIES_1)
|
||
@WITH_PCRE8_TRUE@pcregrep_DEPENDENCIES = $(am__DEPENDENCIES_1) \
|
||
@WITH_PCRE8_TRUE@ $(am__DEPENDENCIES_1) libpcre.la \
|
||
@WITH_PCRE8_TRUE@ libpcreposix.la $(am__DEPENDENCIES_4)
|
||
pcregrep_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(pcregrep_CFLAGS) \
|
||
$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||
am__pcretest_SOURCES_DIST = pcretest.c pcre_printint.c \
|
||
pcre16_printint.c pcre32_printint.c
|
||
@WITH_PCRE8_TRUE@am__objects_1 = pcretest-pcre_printint.$(OBJEXT)
|
||
@WITH_PCRE16_TRUE@am__objects_2 = pcretest-pcre16_printint.$(OBJEXT)
|
||
@WITH_PCRE32_TRUE@am__objects_3 = pcretest-pcre32_printint.$(OBJEXT)
|
||
am_pcretest_OBJECTS = pcretest-pcretest.$(OBJEXT) $(am__objects_1) \
|
||
$(am__objects_2) $(am__objects_3)
|
||
pcretest_OBJECTS = $(am_pcretest_OBJECTS)
|
||
@WITH_GCOV_TRUE@am__DEPENDENCIES_5 = $(am__DEPENDENCIES_1)
|
||
pcretest_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__append_30) \
|
||
$(am__append_32) $(am__append_34) $(am__DEPENDENCIES_5)
|
||
pcretest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(pcretest_CFLAGS) \
|
||
$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||
am__dist_noinst_SCRIPTS_DIST = RunTest RunGrepTest
|
||
SCRIPTS = $(bin_SCRIPTS) $(dist_noinst_SCRIPTS)
|
||
AM_V_P = $(am__v_P_@AM_V@)
|
||
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
||
am__v_P_0 = false
|
||
am__v_P_1 = :
|
||
AM_V_GEN = $(am__v_GEN_@AM_V@)
|
||
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
||
am__v_GEN_0 = @echo " GEN " $@;
|
||
am__v_GEN_1 =
|
||
AM_V_at = $(am__v_at_@AM_V@)
|
||
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
||
am__v_at_0 = @
|
||
am__v_at_1 =
|
||
DEFAULT_INCLUDES = -I.@am__isrc@
|
||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||
am__maybe_remake_depfiles = depfiles
|
||
am__depfiles_remade = ./$(DEPDIR)/dftables.Po \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_byte_order.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_chartables.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_compile.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_config.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_dfa_exec.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_exec.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_fullinfo.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_get.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_globals.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_jit_compile.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_maketables.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_newline.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_ord2utf16.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_refcount.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_string_utils.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_study.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_tables.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_ucd.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_utf16_utils.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_valid_utf16.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_version.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre16_xclass.Plo \
|
||
./$(DEPDIR)/libpcre16_la-pcre_chartables.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_byte_order.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_chartables.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_compile.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_config.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_dfa_exec.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_exec.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_fullinfo.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_get.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_globals.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_jit_compile.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_maketables.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_newline.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_ord2utf32.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_refcount.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_string_utils.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_study.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_tables.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_ucd.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_utf32_utils.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_valid_utf32.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_version.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre32_xclass.Plo \
|
||
./$(DEPDIR)/libpcre32_la-pcre_chartables.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_byte_order.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_chartables.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_compile.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_config.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_dfa_exec.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_exec.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_fullinfo.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_get.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_globals.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_jit_compile.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_maketables.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_newline.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_ord2utf8.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_refcount.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_string_utils.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_study.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_tables.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_ucd.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_valid_utf8.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_version.Plo \
|
||
./$(DEPDIR)/libpcre_la-pcre_xclass.Plo \
|
||
./$(DEPDIR)/libpcrecpp_la-pcre_scanner.Plo \
|
||
./$(DEPDIR)/libpcrecpp_la-pcre_stringpiece.Plo \
|
||
./$(DEPDIR)/libpcrecpp_la-pcrecpp.Plo \
|
||
./$(DEPDIR)/libpcreposix_la-pcreposix.Plo \
|
||
./$(DEPDIR)/pcre_jit_test-pcre_jit_test.Po \
|
||
./$(DEPDIR)/pcre_scanner_unittest-pcre_scanner_unittest.Po \
|
||
./$(DEPDIR)/pcre_stringpiece_unittest-pcre_stringpiece_unittest.Po \
|
||
./$(DEPDIR)/pcrecpp_unittest-pcrecpp_unittest.Po \
|
||
./$(DEPDIR)/pcregrep-pcregrep.Po \
|
||
./$(DEPDIR)/pcretest-pcre16_printint.Po \
|
||
./$(DEPDIR)/pcretest-pcre32_printint.Po \
|
||
./$(DEPDIR)/pcretest-pcre_printint.Po \
|
||
./$(DEPDIR)/pcretest-pcretest.Po
|
||
am__mv = mv -f
|
||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
|
||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||
$(AM_CFLAGS) $(CFLAGS)
|
||
AM_V_CC = $(am__v_CC_@AM_V@)
|
||
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
|
||
am__v_CC_0 = @echo " CC " $@;
|
||
am__v_CC_1 =
|
||
CCLD = $(CC)
|
||
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
|
||
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
|
||
am__v_CCLD_0 = @echo " CCLD " $@;
|
||
am__v_CCLD_1 =
|
||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
|
||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||
AM_V_CXX = $(am__v_CXX_@AM_V@)
|
||
am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
|
||
am__v_CXX_0 = @echo " CXX " $@;
|
||
am__v_CXX_1 =
|
||
CXXLD = $(CXX)
|
||
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
||
$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||
AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
|
||
am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
|
||
am__v_CXXLD_0 = @echo " CXXLD " $@;
|
||
am__v_CXXLD_1 =
|
||
SOURCES = $(libpcre_la_SOURCES) $(nodist_libpcre_la_SOURCES) \
|
||
$(libpcre16_la_SOURCES) $(nodist_libpcre16_la_SOURCES) \
|
||
$(libpcre32_la_SOURCES) $(nodist_libpcre32_la_SOURCES) \
|
||
$(libpcrecpp_la_SOURCES) $(libpcreposix_la_SOURCES) \
|
||
$(dftables_SOURCES) $(pcre_jit_test_SOURCES) \
|
||
$(pcre_scanner_unittest_SOURCES) \
|
||
$(pcre_stringpiece_unittest_SOURCES) \
|
||
$(pcrecpp_unittest_SOURCES) $(pcregrep_SOURCES) \
|
||
$(pcretest_SOURCES)
|
||
DIST_SOURCES = $(am__libpcre_la_SOURCES_DIST) \
|
||
$(am__libpcre16_la_SOURCES_DIST) \
|
||
$(am__libpcre32_la_SOURCES_DIST) \
|
||
$(am__libpcrecpp_la_SOURCES_DIST) \
|
||
$(am__libpcreposix_la_SOURCES_DIST) \
|
||
$(am__dftables_SOURCES_DIST) $(am__pcre_jit_test_SOURCES_DIST) \
|
||
$(am__pcre_scanner_unittest_SOURCES_DIST) \
|
||
$(am__pcre_stringpiece_unittest_SOURCES_DIST) \
|
||
$(am__pcrecpp_unittest_SOURCES_DIST) \
|
||
$(am__pcregrep_SOURCES_DIST) $(am__pcretest_SOURCES_DIST)
|
||
am__can_run_installinfo = \
|
||
case $$AM_UPDATE_INFO_DIR in \
|
||
n|no|NO) false;; \
|
||
*) (install-info --version) >/dev/null 2>&1;; \
|
||
esac
|
||
man1dir = $(mandir)/man1
|
||
man3dir = $(mandir)/man3
|
||
NROFF = nroff
|
||
MANS = $(dist_man_MANS) $(man_MANS)
|
||
DATA = $(dist_doc_DATA) $(dist_html_DATA) $(dist_noinst_DATA) \
|
||
$(html_DATA) $(pkgconfig_DATA)
|
||
am__include_HEADERS_DIST = pcreposix.h pcrecpp.h pcre_scanner.h
|
||
HEADERS = $(include_HEADERS) $(nodist_include_HEADERS)
|
||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
|
||
config.h.in
|
||
# Read a list of newline-separated strings from the standard input,
|
||
# and print each of them once, without duplicates. Input order is
|
||
# *not* preserved.
|
||
am__uniquify_input = $(AWK) '\
|
||
BEGIN { nonempty = 0; } \
|
||
{ items[$$0] = 1; nonempty = 1; } \
|
||
END { if (nonempty) { for (i in items) print i; }; } \
|
||
'
|
||
# Make sure the list of sources is unique. This is necessary because,
|
||
# e.g., the same source file might be shared among _SOURCES variables
|
||
# for different programs/libraries.
|
||
am__define_uniq_tagged_files = \
|
||
list='$(am__tagged_files)'; \
|
||
unique=`for i in $$list; do \
|
||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||
done | $(am__uniquify_input)`
|
||
ETAGS = etags
|
||
CTAGS = ctags
|
||
CSCOPE = cscope
|
||
AM_RECURSIVE_TARGETS = cscope check recheck
|
||
am__tty_colors_dummy = \
|
||
mgn= red= grn= lgn= blu= brg= std=; \
|
||
am__color_tests=no
|
||
am__tty_colors = { \
|
||
$(am__tty_colors_dummy); \
|
||
if test "X$(AM_COLOR_TESTS)" = Xno; then \
|
||
am__color_tests=no; \
|
||
elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
|
||
am__color_tests=yes; \
|
||
elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
|
||
am__color_tests=yes; \
|
||
fi; \
|
||
if test $$am__color_tests = yes; then \
|
||
red='[0;31m'; \
|
||
grn='[0;32m'; \
|
||
lgn='[1;32m'; \
|
||
blu='[1;34m'; \
|
||
mgn='[0;35m'; \
|
||
brg='[1m'; \
|
||
std='[m'; \
|
||
fi; \
|
||
}
|
||
am__recheck_rx = ^[ ]*:recheck:[ ]*
|
||
am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
|
||
am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
|
||
# A command that, given a newline-separated list of test names on the
|
||
# standard input, print the name of the tests that are to be re-run
|
||
# upon "make recheck".
|
||
am__list_recheck_tests = $(AWK) '{ \
|
||
recheck = 1; \
|
||
while ((rc = (getline line < ($$0 ".trs"))) != 0) \
|
||
{ \
|
||
if (rc < 0) \
|
||
{ \
|
||
if ((getline line2 < ($$0 ".log")) < 0) \
|
||
recheck = 0; \
|
||
break; \
|
||
} \
|
||
else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
|
||
{ \
|
||
recheck = 0; \
|
||
break; \
|
||
} \
|
||
else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
|
||
{ \
|
||
break; \
|
||
} \
|
||
}; \
|
||
if (recheck) \
|
||
print $$0; \
|
||
close ($$0 ".trs"); \
|
||
close ($$0 ".log"); \
|
||
}'
|
||
# A command that, given a newline-separated list of test names on the
|
||
# standard input, create the global log from their .trs and .log files.
|
||
am__create_global_log = $(AWK) ' \
|
||
function fatal(msg) \
|
||
{ \
|
||
print "fatal: making $@: " msg | "cat >&2"; \
|
||
exit 1; \
|
||
} \
|
||
function rst_section(header) \
|
||
{ \
|
||
print header; \
|
||
len = length(header); \
|
||
for (i = 1; i <= len; i = i + 1) \
|
||
printf "="; \
|
||
printf "\n\n"; \
|
||
} \
|
||
{ \
|
||
copy_in_global_log = 1; \
|
||
global_test_result = "RUN"; \
|
||
while ((rc = (getline line < ($$0 ".trs"))) != 0) \
|
||
{ \
|
||
if (rc < 0) \
|
||
fatal("failed to read from " $$0 ".trs"); \
|
||
if (line ~ /$(am__global_test_result_rx)/) \
|
||
{ \
|
||
sub("$(am__global_test_result_rx)", "", line); \
|
||
sub("[ ]*$$", "", line); \
|
||
global_test_result = line; \
|
||
} \
|
||
else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
|
||
copy_in_global_log = 0; \
|
||
}; \
|
||
if (copy_in_global_log) \
|
||
{ \
|
||
rst_section(global_test_result ": " $$0); \
|
||
while ((rc = (getline line < ($$0 ".log"))) != 0) \
|
||
{ \
|
||
if (rc < 0) \
|
||
fatal("failed to read from " $$0 ".log"); \
|
||
print line; \
|
||
}; \
|
||
printf "\n"; \
|
||
}; \
|
||
close ($$0 ".trs"); \
|
||
close ($$0 ".log"); \
|
||
}'
|
||
# Restructured Text title.
|
||
am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
|
||
# Solaris 10 'make', and several other traditional 'make' implementations,
|
||
# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
|
||
# by disabling -e (using the XSI extension "set +e") if it's set.
|
||
am__sh_e_setup = case $$- in *e*) set +e;; esac
|
||
# Default flags passed to test drivers.
|
||
am__common_driver_flags = \
|
||
--color-tests "$$am__color_tests" \
|
||
--enable-hard-errors "$$am__enable_hard_errors" \
|
||
--expect-failure "$$am__expect_failure"
|
||
# To be inserted before the command running the test. Creates the
|
||
# directory for the log if needed. Stores in $dir the directory
|
||
# containing $f, in $tst the test, in $log the log. Executes the
|
||
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
|
||
# passes TESTS_ENVIRONMENT. Set up options for the wrapper that
|
||
# will run the test scripts (or their associated LOG_COMPILER, if
|
||
# thy have one).
|
||
am__check_pre = \
|
||
$(am__sh_e_setup); \
|
||
$(am__vpath_adj_setup) $(am__vpath_adj) \
|
||
$(am__tty_colors); \
|
||
srcdir=$(srcdir); export srcdir; \
|
||
case "$@" in \
|
||
*/*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
|
||
*) am__odir=.;; \
|
||
esac; \
|
||
test "x$$am__odir" = x"." || test -d "$$am__odir" \
|
||
|| $(MKDIR_P) "$$am__odir" || exit $$?; \
|
||
if test -f "./$$f"; then dir=./; \
|
||
elif test -f "$$f"; then dir=; \
|
||
else dir="$(srcdir)/"; fi; \
|
||
tst=$$dir$$f; log='$@'; \
|
||
if test -n '$(DISABLE_HARD_ERRORS)'; then \
|
||
am__enable_hard_errors=no; \
|
||
else \
|
||
am__enable_hard_errors=yes; \
|
||
fi; \
|
||
case " $(XFAIL_TESTS) " in \
|
||
*[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
|
||
am__expect_failure=yes;; \
|
||
*) \
|
||
am__expect_failure=no;; \
|
||
esac; \
|
||
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
|
||
# A shell command to get the names of the tests scripts with any registered
|
||
# extension removed (i.e., equivalently, the names of the test logs, with
|
||
# the '.log' extension removed). The result is saved in the shell variable
|
||
# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
|
||
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
|
||
# since that might cause problem with VPATH rewrites for suffix-less tests.
|
||
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
|
||
am__set_TESTS_bases = \
|
||
bases='$(TEST_LOGS)'; \
|
||
bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
|
||
bases=`echo $$bases`
|
||
AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
|
||
RECHECK_LOGS = $(TEST_LOGS)
|
||
TEST_SUITE_LOG = test-suite.log
|
||
TEST_EXTENSIONS = @EXEEXT@ .test
|
||
LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
|
||
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
|
||
am__set_b = \
|
||
case '$@' in \
|
||
*/*) \
|
||
case '$*' in \
|
||
*/*) b='$*';; \
|
||
*) b=`echo '$@' | sed 's/\.log$$//'`; \
|
||
esac;; \
|
||
*) \
|
||
b='$*';; \
|
||
esac
|
||
am__test_logs1 = $(TESTS:=.log)
|
||
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
|
||
TEST_LOGS = $(am__test_logs2:.test.log=.log)
|
||
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
|
||
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
|
||
$(TEST_LOG_FLAGS)
|
||
am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
|
||
$(srcdir)/config.h.in $(srcdir)/libpcre.pc.in \
|
||
$(srcdir)/libpcre16.pc.in $(srcdir)/libpcre32.pc.in \
|
||
$(srcdir)/libpcrecpp.pc.in $(srcdir)/libpcreposix.pc.in \
|
||
$(srcdir)/pcre-config.in $(srcdir)/pcre.h.in \
|
||
$(srcdir)/pcre_stringpiece.h.in $(srcdir)/pcrecpparg.h.in \
|
||
AUTHORS COPYING ChangeLog INSTALL NEWS README ar-lib compile \
|
||
config.guess config.sub depcomp install-sh ltmain.sh missing \
|
||
test-driver
|
||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||
distdir = $(PACKAGE)-$(VERSION)
|
||
top_distdir = $(distdir)
|
||
am__remove_distdir = \
|
||
if test -d "$(distdir)"; then \
|
||
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
||
&& rm -rf "$(distdir)" \
|
||
|| { sleep 5 && rm -rf "$(distdir)"; }; \
|
||
else :; fi
|
||
am__post_remove_distdir = $(am__remove_distdir)
|
||
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).zip
|
||
GZIP_ENV = --best
|
||
DIST_TARGETS = dist-bzip2 dist-gzip dist-zip
|
||
# Exists only to be overridden by the user if desired.
|
||
AM_DISTCHECK_DVI_TARGET = dvi
|
||
distuninstallcheck_listfiles = find . -type f -print
|
||
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
|
||
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
|
||
distcleancheck_listfiles = find . -type f -print
|
||
ACLOCAL = @ACLOCAL@
|
||
AMTAR = @AMTAR@
|
||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
||
AR = @AR@
|
||
AS = @AS@
|
||
AUTOCONF = @AUTOCONF@
|
||
AUTOHEADER = @AUTOHEADER@
|
||
AUTOMAKE = @AUTOMAKE@
|
||
AWK = @AWK@
|
||
CC = @CC@
|
||
CCDEPMODE = @CCDEPMODE@
|
||
CFLAGS = @CFLAGS@
|
||
CPPFLAGS = @CPPFLAGS@
|
||
CXX = @CXX@
|
||
CXXCPP = @CXXCPP@
|
||
CXXDEPMODE = @CXXDEPMODE@
|
||
CXXFLAGS = @CXXFLAGS@
|
||
CYGPATH_W = @CYGPATH_W@
|
||
DEFS = @DEFS@
|
||
DEPDIR = @DEPDIR@
|
||
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
|
||
DLLTOOL = @DLLTOOL@
|
||
DSYMUTIL = @DSYMUTIL@
|
||
DUMPBIN = @DUMPBIN@
|
||
ECHO_C = @ECHO_C@
|
||
ECHO_N = @ECHO_N@
|
||
ECHO_T = @ECHO_T@
|
||
EGREP = @EGREP@
|
||
EXEEXT = @EXEEXT@
|
||
EXTRA_LIBPCRE16_LDFLAGS = @EXTRA_LIBPCRE16_LDFLAGS@
|
||
EXTRA_LIBPCRE32_LDFLAGS = @EXTRA_LIBPCRE32_LDFLAGS@
|
||
EXTRA_LIBPCRECPP_LDFLAGS = @EXTRA_LIBPCRECPP_LDFLAGS@
|
||
EXTRA_LIBPCREPOSIX_LDFLAGS = @EXTRA_LIBPCREPOSIX_LDFLAGS@
|
||
EXTRA_LIBPCRE_LDFLAGS = @EXTRA_LIBPCRE_LDFLAGS@
|
||
FGREP = @FGREP@
|
||
GCOV_CFLAGS = @GCOV_CFLAGS@
|
||
GCOV_CXXFLAGS = @GCOV_CXXFLAGS@
|
||
GCOV_LIBS = @GCOV_LIBS@
|
||
GENHTML = @GENHTML@
|
||
GREP = @GREP@
|
||
HAVE_VISIBILITY = @HAVE_VISIBILITY@
|
||
INSTALL = @INSTALL@
|
||
INSTALL_DATA = @INSTALL_DATA@
|
||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||
LCOV = @LCOV@
|
||
LD = @LD@
|
||
LDFLAGS = @LDFLAGS@
|
||
LIBBZ2 = @LIBBZ2@
|
||
LIBOBJS = @LIBOBJS@
|
||
LIBREADLINE = @LIBREADLINE@
|
||
LIBS = @LIBS@
|
||
LIBTOOL = @LIBTOOL@
|
||
LIBZ = @LIBZ@
|
||
LIPO = @LIPO@
|
||
LN_S = @LN_S@
|
||
LTLIBOBJS = @LTLIBOBJS@
|
||
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
||
MAKEINFO = @MAKEINFO@
|
||
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||
MKDIR_P = @MKDIR_P@
|
||
NM = @NM@
|
||
NMEDIT = @NMEDIT@
|
||
OBJDUMP = @OBJDUMP@
|
||
OBJEXT = @OBJEXT@
|
||
OTOOL = @OTOOL@
|
||
OTOOL64 = @OTOOL64@
|
||
PACKAGE = @PACKAGE@
|
||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||
PACKAGE_NAME = @PACKAGE_NAME@
|
||
PACKAGE_STRING = @PACKAGE_STRING@
|
||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||
PACKAGE_URL = @PACKAGE_URL@
|
||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||
PCRE_DATE = @PCRE_DATE@
|
||
PCRE_MAJOR = @PCRE_MAJOR@
|
||
PCRE_MINOR = @PCRE_MINOR@
|
||
PCRE_PRERELEASE = @PCRE_PRERELEASE@
|
||
PCRE_STATIC_CFLAG = @PCRE_STATIC_CFLAG@
|
||
PKG_CONFIG = @PKG_CONFIG@
|
||
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
|
||
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
||
PTHREAD_CC = @PTHREAD_CC@
|
||
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
||
PTHREAD_LIBS = @PTHREAD_LIBS@
|
||
RANLIB = @RANLIB@
|
||
SED = @SED@
|
||
SET_MAKE = @SET_MAKE@
|
||
SHELL = @SHELL@
|
||
SHTOOL = @SHTOOL@
|
||
STRIP = @STRIP@
|
||
VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
|
||
VALGRIND_LIBS = @VALGRIND_LIBS@
|
||
VERSION = @VERSION@
|
||
VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
|
||
VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
|
||
abs_builddir = @abs_builddir@
|
||
abs_srcdir = @abs_srcdir@
|
||
abs_top_builddir = @abs_top_builddir@
|
||
abs_top_srcdir = @abs_top_srcdir@
|
||
ac_ct_AR = @ac_ct_AR@
|
||
ac_ct_CC = @ac_ct_CC@
|
||
ac_ct_CXX = @ac_ct_CXX@
|
||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||
am__include = @am__include@
|
||
am__leading_dot = @am__leading_dot@
|
||
am__quote = @am__quote@
|
||
am__tar = @am__tar@
|
||
am__untar = @am__untar@
|
||
ax_pthread_config = @ax_pthread_config@
|
||
bindir = @bindir@
|
||
build = @build@
|
||
build_alias = @build_alias@
|
||
build_cpu = @build_cpu@
|
||
build_os = @build_os@
|
||
build_vendor = @build_vendor@
|
||
builddir = @builddir@
|
||
datadir = @datadir@
|
||
datarootdir = @datarootdir@
|
||
docdir = @docdir@
|
||
dvidir = @dvidir@
|
||
enable_cpp = @enable_cpp@
|
||
enable_pcre16 = @enable_pcre16@
|
||
enable_pcre32 = @enable_pcre32@
|
||
enable_pcre8 = @enable_pcre8@
|
||
exec_prefix = @exec_prefix@
|
||
host = @host@
|
||
host_alias = @host_alias@
|
||
host_cpu = @host_cpu@
|
||
host_os = @host_os@
|
||
host_vendor = @host_vendor@
|
||
htmldir = @htmldir@
|
||
includedir = @includedir@
|
||
infodir = @infodir@
|
||
install_sh = @install_sh@
|
||
libdir = @libdir@
|
||
libexecdir = @libexecdir@
|
||
localedir = @localedir@
|
||
localstatedir = @localstatedir@
|
||
mandir = @mandir@
|
||
mkdir_p = @mkdir_p@
|
||
oldincludedir = @oldincludedir@
|
||
pcre_have_bits_type_traits = @pcre_have_bits_type_traits@
|
||
pcre_have_long_long = @pcre_have_long_long@
|
||
pcre_have_type_traits = @pcre_have_type_traits@
|
||
pcre_have_ulong_long = @pcre_have_ulong_long@
|
||
pdfdir = @pdfdir@
|
||
prefix = @prefix@
|
||
program_transform_name = @program_transform_name@
|
||
psdir = @psdir@
|
||
runstatedir = @runstatedir@
|
||
sbindir = @sbindir@
|
||
sharedstatedir = @sharedstatedir@
|
||
srcdir = @srcdir@
|
||
sysconfdir = @sysconfdir@
|
||
target_alias = @target_alias@
|
||
top_build_prefix = @top_build_prefix@
|
||
top_builddir = @top_builddir@
|
||
top_srcdir = @top_srcdir@
|
||
ACLOCAL_AMFLAGS = -I m4
|
||
dist_doc_DATA = \
|
||
doc/pcre.txt \
|
||
doc/pcre-config.txt \
|
||
doc/pcregrep.txt \
|
||
doc/pcretest.txt \
|
||
AUTHORS \
|
||
COPYING \
|
||
ChangeLog \
|
||
LICENCE \
|
||
NEWS \
|
||
README
|
||
|
||
|
||
# Note that pcrecpp.html is not in this list; it is listed separately below.
|
||
dist_html_DATA = \
|
||
doc/html/NON-AUTOTOOLS-BUILD.txt \
|
||
doc/html/README.txt \
|
||
doc/html/index.html \
|
||
doc/html/pcre-config.html \
|
||
doc/html/pcre.html \
|
||
doc/html/pcre16.html \
|
||
doc/html/pcre32.html \
|
||
doc/html/pcre_assign_jit_stack.html \
|
||
doc/html/pcre_compile.html \
|
||
doc/html/pcre_compile2.html \
|
||
doc/html/pcre_config.html \
|
||
doc/html/pcre_copy_named_substring.html \
|
||
doc/html/pcre_copy_substring.html \
|
||
doc/html/pcre_dfa_exec.html \
|
||
doc/html/pcre_exec.html \
|
||
doc/html/pcre_free_study.html \
|
||
doc/html/pcre_free_substring.html \
|
||
doc/html/pcre_free_substring_list.html \
|
||
doc/html/pcre_fullinfo.html \
|
||
doc/html/pcre_get_named_substring.html \
|
||
doc/html/pcre_get_stringnumber.html \
|
||
doc/html/pcre_get_stringtable_entries.html \
|
||
doc/html/pcre_get_substring.html \
|
||
doc/html/pcre_get_substring_list.html \
|
||
doc/html/pcre_jit_exec.html \
|
||
doc/html/pcre_jit_stack_alloc.html \
|
||
doc/html/pcre_jit_stack_free.html \
|
||
doc/html/pcre_maketables.html \
|
||
doc/html/pcre_pattern_to_host_byte_order.html \
|
||
doc/html/pcre_refcount.html \
|
||
doc/html/pcre_study.html \
|
||
doc/html/pcre_utf16_to_host_byte_order.html \
|
||
doc/html/pcre_utf32_to_host_byte_order.html \
|
||
doc/html/pcre_version.html \
|
||
doc/html/pcreapi.html \
|
||
doc/html/pcrebuild.html \
|
||
doc/html/pcrecallout.html \
|
||
doc/html/pcrecompat.html \
|
||
doc/html/pcredemo.html \
|
||
doc/html/pcregrep.html \
|
||
doc/html/pcrejit.html \
|
||
doc/html/pcrelimits.html \
|
||
doc/html/pcrematching.html \
|
||
doc/html/pcrepartial.html \
|
||
doc/html/pcrepattern.html \
|
||
doc/html/pcreperform.html \
|
||
doc/html/pcreposix.html \
|
||
doc/html/pcreprecompile.html \
|
||
doc/html/pcresample.html \
|
||
doc/html/pcrestack.html \
|
||
doc/html/pcresyntax.html \
|
||
doc/html/pcretest.html \
|
||
doc/html/pcreunicode.html
|
||
|
||
pcrecpp_html = doc/html/pcrecpp.html
|
||
dist_noinst_DATA = $(pcrecpp_html)
|
||
@WITH_PCRE_CPP_TRUE@html_DATA = $(pcrecpp_html)
|
||
|
||
# The Libtool libraries to install. We'll add to this later.
|
||
lib_LTLIBRARIES = $(am__append_4) $(am__append_5) $(am__append_6) \
|
||
$(am__append_20) $(am__append_22)
|
||
check_SCRIPTS =
|
||
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 testtrygrep teststderrgrep testNinputgrep
|
||
MAINTAINERCLEANFILES = pcre.h.generic config.h.generic
|
||
|
||
# Additional files to bundle with the distribution, over and above what
|
||
# the Autotools include by default.
|
||
|
||
# These files contain additional m4 macros that are used by autoconf.
|
||
|
||
# These files contain maintenance information
|
||
|
||
# These files are used in the preparation of a release
|
||
|
||
# These files are to do with building for Virtual Pascal
|
||
|
||
# These files are usable versions of pcre.h and config.h that are distributed
|
||
# for the benefit of people who are building PCRE manually, without the
|
||
# Autotools support.
|
||
|
||
# The pcre_chartables.c.dist file is the default version of pcre_chartables.c,
|
||
# used unless --enable-rebuild-chartables is specified.
|
||
|
||
# The JIT compiler lives in a separate directory, but its files are #included
|
||
# when pcre_jit_compile.c is processed, so they must be distributed.
|
||
|
||
# PCRE demonstration program. No longer built automatcally. The point is that
|
||
# the users should build it themselves. So just distribute the source.
|
||
# noinst_PROGRAMS += pcredemo
|
||
# pcredemo_SOURCES = pcredemo.c
|
||
# pcredemo_LDADD = libpcre.la
|
||
EXTRA_DIST = m4/ax_pthread.m4 m4/pcre_visibility.m4 doc/perltest.txt \
|
||
NON-UNIX-USE NON-AUTOTOOLS-BUILD HACKING PrepareRelease \
|
||
CheckMan CleanTxt Detrail 132html doc/index.html.src \
|
||
makevp.bat makevp_c.txt makevp_l.txt pcregexp.pas \
|
||
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_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/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 \
|
||
testdata/grepinput8 testdata/grepinputv testdata/grepinputx \
|
||
testdata/greplist testdata/grepoutput testdata/grepoutput8 \
|
||
testdata/grepoutputN testdata/greppatN4 testdata/saved16 \
|
||
testdata/saved16BE-1 testdata/saved16BE-2 testdata/saved16LE-1 \
|
||
testdata/saved16LE-2 testdata/saved32 testdata/saved32BE-1 \
|
||
testdata/saved32BE-2 testdata/saved32LE-1 testdata/saved32LE-2 \
|
||
testdata/saved8 testdata/testinput1 testdata/testinput2 \
|
||
testdata/testinput3 testdata/testinput4 testdata/testinput5 \
|
||
testdata/testinput6 testdata/testinput7 testdata/testinput8 \
|
||
testdata/testinput9 testdata/testinput10 testdata/testinput11 \
|
||
testdata/testinput12 testdata/testinput13 testdata/testinput14 \
|
||
testdata/testinput15 testdata/testinput16 testdata/testinput17 \
|
||
testdata/testinput18 testdata/testinput19 testdata/testinput20 \
|
||
testdata/testinput21 testdata/testinput22 testdata/testinput23 \
|
||
testdata/testinput24 testdata/testinput25 testdata/testinput26 \
|
||
testdata/testinputEBC testdata/testoutput1 \
|
||
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 \
|
||
testdata/testoutput14 testdata/testoutput15 \
|
||
testdata/testoutput16 testdata/testoutput17 \
|
||
testdata/testoutput18-16 testdata/testoutput18-32 \
|
||
testdata/testoutput19 testdata/testoutput20 \
|
||
testdata/testoutput21-16 testdata/testoutput21-32 \
|
||
testdata/testoutput22-16 testdata/testoutput22-32 \
|
||
testdata/testoutput23 testdata/testoutput24 \
|
||
testdata/testoutput25 testdata/testoutput26 \
|
||
testdata/testoutputEBC testdata/valgrind-jit.supp \
|
||
testdata/wintestinput3 testdata/wintestoutput3 perltest.pl \
|
||
pcredemo.c $(pcrecpp_man) cmake/COPYING-CMAKE-SCRIPTS \
|
||
cmake/FindPackageHandleStandardArgs.cmake \
|
||
cmake/FindReadline.cmake cmake/FindEditline.cmake \
|
||
CMakeLists.txt config-cmake.h.in
|
||
|
||
# These are the header files we'll install. We do not distribute pcre.h because
|
||
# it is generated from pcre.h.in.
|
||
nodist_include_HEADERS = pcre.h $(am__append_1)
|
||
include_HEADERS = pcreposix.h $(am__append_2)
|
||
bin_SCRIPTS = pcre-config
|
||
@WITH_REBUILD_CHARTABLES_TRUE@dftables_SOURCES = dftables.c
|
||
BUILT_SOURCES = pcre_chartables.c
|
||
@WITH_PCRE8_TRUE@libpcre_la_SOURCES = \
|
||
@WITH_PCRE8_TRUE@ pcre_byte_order.c \
|
||
@WITH_PCRE8_TRUE@ pcre_compile.c \
|
||
@WITH_PCRE8_TRUE@ pcre_config.c \
|
||
@WITH_PCRE8_TRUE@ pcre_dfa_exec.c \
|
||
@WITH_PCRE8_TRUE@ pcre_exec.c \
|
||
@WITH_PCRE8_TRUE@ pcre_fullinfo.c \
|
||
@WITH_PCRE8_TRUE@ pcre_get.c \
|
||
@WITH_PCRE8_TRUE@ pcre_globals.c \
|
||
@WITH_PCRE8_TRUE@ pcre_internal.h \
|
||
@WITH_PCRE8_TRUE@ pcre_jit_compile.c \
|
||
@WITH_PCRE8_TRUE@ pcre_maketables.c \
|
||
@WITH_PCRE8_TRUE@ pcre_newline.c \
|
||
@WITH_PCRE8_TRUE@ pcre_ord2utf8.c \
|
||
@WITH_PCRE8_TRUE@ pcre_refcount.c \
|
||
@WITH_PCRE8_TRUE@ pcre_string_utils.c \
|
||
@WITH_PCRE8_TRUE@ pcre_study.c \
|
||
@WITH_PCRE8_TRUE@ pcre_tables.c \
|
||
@WITH_PCRE8_TRUE@ pcre_ucd.c \
|
||
@WITH_PCRE8_TRUE@ pcre_valid_utf8.c \
|
||
@WITH_PCRE8_TRUE@ pcre_version.c \
|
||
@WITH_PCRE8_TRUE@ pcre_xclass.c \
|
||
@WITH_PCRE8_TRUE@ ucp.h
|
||
|
||
@WITH_PCRE8_TRUE@libpcre_la_CFLAGS = $(VISIBILITY_CFLAGS) $(AM_CFLAGS) \
|
||
@WITH_PCRE8_TRUE@ $(am__append_7) $(am__append_10)
|
||
@WITH_PCRE8_TRUE@libpcre_la_LIBADD =
|
||
@WITH_PCRE8_TRUE@nodist_libpcre_la_SOURCES = \
|
||
@WITH_PCRE8_TRUE@ pcre_chartables.c
|
||
|
||
@WITH_PCRE16_TRUE@libpcre16_la_SOURCES = \
|
||
@WITH_PCRE16_TRUE@ pcre16_byte_order.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_chartables.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_compile.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_config.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_dfa_exec.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_exec.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_fullinfo.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_get.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_globals.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_jit_compile.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_maketables.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_newline.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_ord2utf16.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_refcount.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_string_utils.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_study.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_tables.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_ucd.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_utf16_utils.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_valid_utf16.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_version.c \
|
||
@WITH_PCRE16_TRUE@ pcre16_xclass.c
|
||
|
||
@WITH_PCRE16_TRUE@libpcre16_la_CFLAGS = $(VISIBILITY_CFLAGS) \
|
||
@WITH_PCRE16_TRUE@ $(AM_CFLAGS) $(am__append_8) \
|
||
@WITH_PCRE16_TRUE@ $(am__append_11)
|
||
@WITH_PCRE16_TRUE@libpcre16_la_LIBADD =
|
||
@WITH_PCRE16_TRUE@nodist_libpcre16_la_SOURCES = \
|
||
@WITH_PCRE16_TRUE@ pcre_chartables.c
|
||
|
||
@WITH_PCRE32_TRUE@libpcre32_la_SOURCES = \
|
||
@WITH_PCRE32_TRUE@ pcre32_byte_order.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_chartables.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_compile.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_config.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_dfa_exec.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_exec.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_fullinfo.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_get.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_globals.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_jit_compile.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_maketables.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_newline.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_ord2utf32.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_refcount.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_string_utils.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_study.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_tables.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_ucd.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_utf32_utils.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_valid_utf32.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_version.c \
|
||
@WITH_PCRE32_TRUE@ pcre32_xclass.c
|
||
|
||
@WITH_PCRE32_TRUE@libpcre32_la_CFLAGS = $(VISIBILITY_CFLAGS) \
|
||
@WITH_PCRE32_TRUE@ $(AM_CFLAGS) $(am__append_9) \
|
||
@WITH_PCRE32_TRUE@ $(am__append_12)
|
||
@WITH_PCRE32_TRUE@libpcre32_la_LIBADD =
|
||
@WITH_PCRE32_TRUE@nodist_libpcre32_la_SOURCES = \
|
||
@WITH_PCRE32_TRUE@ pcre_chartables.c
|
||
|
||
@WITH_PCRE8_TRUE@libpcre_la_LDFLAGS = $(EXTRA_LIBPCRE_LDFLAGS)
|
||
@WITH_PCRE16_TRUE@libpcre16_la_LDFLAGS = $(EXTRA_LIBPCRE16_LDFLAGS)
|
||
@WITH_PCRE32_TRUE@libpcre32_la_LDFLAGS = $(EXTRA_LIBPCRE32_LDFLAGS)
|
||
@WITH_JIT_TRUE@pcre_jit_test_SOURCES = pcre_jit_test.c
|
||
@WITH_JIT_TRUE@pcre_jit_test_CFLAGS = $(AM_CFLAGS) $(am__append_18)
|
||
@WITH_JIT_TRUE@pcre_jit_test_LDADD = $(am__append_15) $(am__append_16) \
|
||
@WITH_JIT_TRUE@ $(am__append_17) $(am__append_19)
|
||
@WITH_PCRE8_TRUE@libpcreposix_la_SOURCES = \
|
||
@WITH_PCRE8_TRUE@ pcreposix.c
|
||
|
||
@WITH_PCRE8_TRUE@libpcreposix_la_CFLAGS = $(VISIBILITY_CFLAGS) \
|
||
@WITH_PCRE8_TRUE@ $(AM_CFLAGS) $(am__append_21)
|
||
@WITH_PCRE8_TRUE@libpcreposix_la_LDFLAGS = $(EXTRA_LIBPCREPOSIX_LDFLAGS)
|
||
@WITH_PCRE8_TRUE@libpcreposix_la_LIBADD = libpcre.la
|
||
@WITH_PCRE_CPP_TRUE@libpcrecpp_la_SOURCES = \
|
||
@WITH_PCRE_CPP_TRUE@ pcrecpp_internal.h \
|
||
@WITH_PCRE_CPP_TRUE@ pcrecpp.cc \
|
||
@WITH_PCRE_CPP_TRUE@ pcre_scanner.cc \
|
||
@WITH_PCRE_CPP_TRUE@ pcre_stringpiece.cc
|
||
|
||
@WITH_PCRE_CPP_TRUE@libpcrecpp_la_CXXFLAGS = $(VISIBILITY_CXXFLAGS) \
|
||
@WITH_PCRE_CPP_TRUE@ $(AM_CXXFLAGS) $(am__append_25)
|
||
@WITH_PCRE_CPP_TRUE@libpcrecpp_la_LDFLAGS = $(EXTRA_LIBPCRECPP_LDFLAGS)
|
||
@WITH_PCRE_CPP_TRUE@libpcrecpp_la_LIBADD = libpcre.la
|
||
@WITH_PCRE_CPP_TRUE@pcrecpp_unittest_SOURCES = pcrecpp_unittest.cc
|
||
@WITH_PCRE_CPP_TRUE@pcrecpp_unittest_CXXFLAGS = $(AM_CXXFLAGS)
|
||
@WITH_PCRE_CPP_TRUE@pcrecpp_unittest_LDADD = libpcrecpp.la \
|
||
@WITH_PCRE_CPP_TRUE@ $(am__append_26)
|
||
@WITH_PCRE_CPP_TRUE@pcre_scanner_unittest_SOURCES = pcre_scanner_unittest.cc
|
||
@WITH_PCRE_CPP_TRUE@pcre_scanner_unittest_CXXFLAGS = $(AM_CXXFLAGS)
|
||
@WITH_PCRE_CPP_TRUE@pcre_scanner_unittest_LDADD = libpcrecpp.la \
|
||
@WITH_PCRE_CPP_TRUE@ $(am__append_27)
|
||
@WITH_PCRE_CPP_TRUE@pcre_stringpiece_unittest_SOURCES = pcre_stringpiece_unittest.cc
|
||
@WITH_PCRE_CPP_TRUE@pcre_stringpiece_unittest_CXXFLAGS = $(AM_CXXFLAGS)
|
||
@WITH_PCRE_CPP_TRUE@pcre_stringpiece_unittest_LDADD = libpcrecpp.la \
|
||
@WITH_PCRE_CPP_TRUE@ $(am__append_28)
|
||
pcretest_SOURCES = pcretest.c $(am__append_29) $(am__append_31) \
|
||
$(am__append_33)
|
||
pcretest_CFLAGS = $(AM_CFLAGS) $(am__append_35) $(am__append_36)
|
||
pcretest_LDADD = $(LIBREADLINE) $(am__append_30) $(am__append_32) \
|
||
$(am__append_34) $(am__append_37)
|
||
@WITH_PCRE8_TRUE@pcregrep_SOURCES = pcregrep.c
|
||
@WITH_PCRE8_TRUE@pcregrep_CFLAGS = $(AM_CFLAGS) $(am__append_41)
|
||
@WITH_PCRE8_TRUE@pcregrep_LDADD = $(LIBZ) $(LIBBZ2) libpcre.la \
|
||
@WITH_PCRE8_TRUE@ libpcreposix.la $(am__append_42)
|
||
|
||
# A PCRE user submitted the following addition, saying that it "will allow
|
||
# anyone using the 'mingw32' compiler to simply type 'make pcre.dll' and get a
|
||
# nice DLL for Windows use". (It is used by the pcre.dll target.)
|
||
DLL_OBJS = pcre_byte_order.o pcre_compile.o pcre_config.o \
|
||
pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o \
|
||
pcre_globals.o pcre_jit_compile.o pcre_maketables.o \
|
||
pcre_newline.o pcre_ord2utf8.o pcre_refcount.o \
|
||
pcre_study.o pcre_tables.o pcre_ucd.o \
|
||
pcre_valid_utf8.o pcre_version.o pcre_chartables.o \
|
||
pcre_xclass.o
|
||
|
||
|
||
# We have .pc files for pkg-config users.
|
||
pkgconfigdir = $(libdir)/pkgconfig
|
||
pkgconfig_DATA = libpcre.pc libpcreposix.pc $(am__append_43) \
|
||
$(am__append_44) $(am__append_45)
|
||
|
||
# Note that pcrecpp.3 is not in this list, but is included separately below.
|
||
dist_man_MANS = \
|
||
doc/pcre-config.1 \
|
||
doc/pcre.3 \
|
||
doc/pcre16.3 \
|
||
doc/pcre32.3 \
|
||
doc/pcre_assign_jit_stack.3 \
|
||
doc/pcre_compile.3 \
|
||
doc/pcre_compile2.3 \
|
||
doc/pcre_config.3 \
|
||
doc/pcre_copy_named_substring.3 \
|
||
doc/pcre_copy_substring.3 \
|
||
doc/pcre_dfa_exec.3 \
|
||
doc/pcre_exec.3 \
|
||
doc/pcre_free_study.3 \
|
||
doc/pcre_free_substring.3 \
|
||
doc/pcre_free_substring_list.3 \
|
||
doc/pcre_fullinfo.3 \
|
||
doc/pcre_get_named_substring.3 \
|
||
doc/pcre_get_stringnumber.3 \
|
||
doc/pcre_get_stringtable_entries.3 \
|
||
doc/pcre_get_substring.3 \
|
||
doc/pcre_get_substring_list.3 \
|
||
doc/pcre_jit_exec.3 \
|
||
doc/pcre_jit_stack_alloc.3 \
|
||
doc/pcre_jit_stack_free.3 \
|
||
doc/pcre_maketables.3 \
|
||
doc/pcre_pattern_to_host_byte_order.3 \
|
||
doc/pcre_refcount.3 \
|
||
doc/pcre_study.3 \
|
||
doc/pcre_utf16_to_host_byte_order.3 \
|
||
doc/pcre_utf32_to_host_byte_order.3 \
|
||
doc/pcre_version.3 \
|
||
doc/pcreapi.3 \
|
||
doc/pcrebuild.3 \
|
||
doc/pcrecallout.3 \
|
||
doc/pcrecompat.3 \
|
||
doc/pcredemo.3 \
|
||
doc/pcregrep.1 \
|
||
doc/pcrejit.3 \
|
||
doc/pcrelimits.3 \
|
||
doc/pcrematching.3 \
|
||
doc/pcrepartial.3 \
|
||
doc/pcrepattern.3 \
|
||
doc/pcreperform.3 \
|
||
doc/pcreposix.3 \
|
||
doc/pcreprecompile.3 \
|
||
doc/pcresample.3 \
|
||
doc/pcrestack.3 \
|
||
doc/pcresyntax.3 \
|
||
doc/pcretest.1 \
|
||
doc/pcreunicode.3
|
||
|
||
pcrecpp_man = doc/pcrecpp.3
|
||
@WITH_PCRE_CPP_TRUE@man_MANS = $(pcrecpp_man)
|
||
|
||
# gcov/lcov code coverage reporting
|
||
|
||
# Coverage reporting targets:
|
||
#
|
||
# coverage: Create a coverage report from 'make check'
|
||
# coverage-baseline: Capture baseline coverage information
|
||
# coverage-reset: This zeros the coverage counters only
|
||
# coverage-report: This creates the coverage report only
|
||
# coverage-clean-report: This removes the generated coverage report
|
||
# without cleaning the coverage data itself
|
||
# coverage-clean-data: This removes the captured coverage data without
|
||
# removing the coverage files created at compile time (*.gcno)
|
||
# coverage-clean: This cleans all coverage data including the generated
|
||
# coverage report.
|
||
@WITH_GCOV_TRUE@COVERAGE_TEST_NAME = $(PACKAGE)
|
||
@WITH_GCOV_TRUE@COVERAGE_NAME = $(PACKAGE)-$(VERSION)
|
||
@WITH_GCOV_TRUE@COVERAGE_OUTPUT_FILE = $(COVERAGE_NAME)-coverage.info
|
||
@WITH_GCOV_TRUE@COVERAGE_OUTPUT_DIR = $(COVERAGE_NAME)-coverage
|
||
@WITH_GCOV_TRUE@COVERAGE_LCOV_EXTRA_FLAGS =
|
||
@WITH_GCOV_TRUE@COVERAGE_GENHTML_EXTRA_FLAGS =
|
||
@WITH_GCOV_TRUE@coverage_quiet = $(coverage_quiet_$(V))
|
||
@WITH_GCOV_TRUE@coverage_quiet_ = $(coverage_quiet_$(AM_DEFAULT_VERBOSITY))
|
||
@WITH_GCOV_TRUE@coverage_quiet_0 = --quiet
|
||
all: $(BUILT_SOURCES) config.h
|
||
$(MAKE) $(AM_MAKEFLAGS) all-am
|
||
|
||
.SUFFIXES:
|
||
.SUFFIXES: .c .cc .lo .log .o .obj .test .test$(EXEEXT) .trs
|
||
am--refresh: Makefile
|
||
@:
|
||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||
@for dep in $?; do \
|
||
case '$(am__configure_deps)' in \
|
||
*$$dep*) \
|
||
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
|
||
$(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
|
||
&& exit 0; \
|
||
exit 1;; \
|
||
esac; \
|
||
done; \
|
||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
|
||
$(am__cd) $(top_srcdir) && \
|
||
$(AUTOMAKE) --gnu Makefile
|
||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||
@case '$?' in \
|
||
*config.status*) \
|
||
echo ' $(SHELL) ./config.status'; \
|
||
$(SHELL) ./config.status;; \
|
||
*) \
|
||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
|
||
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
|
||
esac;
|
||
|
||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||
$(SHELL) ./config.status --recheck
|
||
|
||
$(top_srcdir)/configure: $(am__configure_deps)
|
||
$(am__cd) $(srcdir) && $(AUTOCONF)
|
||
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
||
$(am__aclocal_m4_deps):
|
||
|
||
config.h: stamp-h1
|
||
@test -f $@ || rm -f stamp-h1
|
||
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
|
||
|
||
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
||
@rm -f stamp-h1
|
||
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
||
$(srcdir)/config.h.in: $(am__configure_deps)
|
||
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
||
rm -f stamp-h1
|
||
touch $@
|
||
|
||
distclean-hdr:
|
||
-rm -f config.h stamp-h1
|
||
libpcre.pc: $(top_builddir)/config.status $(srcdir)/libpcre.pc.in
|
||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||
libpcre16.pc: $(top_builddir)/config.status $(srcdir)/libpcre16.pc.in
|
||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||
libpcre32.pc: $(top_builddir)/config.status $(srcdir)/libpcre32.pc.in
|
||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||
libpcreposix.pc: $(top_builddir)/config.status $(srcdir)/libpcreposix.pc.in
|
||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||
libpcrecpp.pc: $(top_builddir)/config.status $(srcdir)/libpcrecpp.pc.in
|
||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||
pcre-config: $(top_builddir)/config.status $(srcdir)/pcre-config.in
|
||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||
pcre.h: $(top_builddir)/config.status $(srcdir)/pcre.h.in
|
||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||
pcre_stringpiece.h: $(top_builddir)/config.status $(srcdir)/pcre_stringpiece.h.in
|
||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||
pcrecpparg.h: $(top_builddir)/config.status $(srcdir)/pcrecpparg.h.in
|
||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||
install-binPROGRAMS: $(bin_PROGRAMS)
|
||
@$(NORMAL_INSTALL)
|
||
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
|
||
if test -n "$$list"; then \
|
||
echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
|
||
$(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
|
||
fi; \
|
||
for p in $$list; do echo "$$p $$p"; done | \
|
||
sed 's/$(EXEEXT)$$//' | \
|
||
while read p p1; do if test -f $$p \
|
||
|| test -f $$p1 \
|
||
; then echo "$$p"; echo "$$p"; else :; fi; \
|
||
done | \
|
||
sed -e 'p;s,.*/,,;n;h' \
|
||
-e 's|.*|.|' \
|
||
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
|
||
sed 'N;N;N;s,\n, ,g' | \
|
||
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
||
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
||
if ($$2 == $$4) files[d] = files[d] " " $$1; \
|
||
else { print "f", $$3 "/" $$4, $$1; } } \
|
||
END { for (d in files) print "f", d, files[d] }' | \
|
||
while read type dir files; do \
|
||
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
||
test -z "$$files" || { \
|
||
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
|
||
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
|
||
} \
|
||
; done
|
||
|
||
uninstall-binPROGRAMS:
|
||
@$(NORMAL_UNINSTALL)
|
||
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
|
||
files=`for p in $$list; do echo "$$p"; done | \
|
||
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
|
||
-e 's/$$/$(EXEEXT)/' \
|
||
`; \
|
||
test -n "$$list" || exit 0; \
|
||
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
|
||
cd "$(DESTDIR)$(bindir)" && rm -f $$files
|
||
|
||
clean-binPROGRAMS:
|
||
@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
|
||
echo " rm -f" $$list; \
|
||
rm -f $$list || exit $$?; \
|
||
test -n "$(EXEEXT)" || exit 0; \
|
||
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
||
echo " rm -f" $$list; \
|
||
rm -f $$list
|
||
|
||
clean-noinstPROGRAMS:
|
||
@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
|
||
echo " rm -f" $$list; \
|
||
rm -f $$list || exit $$?; \
|
||
test -n "$(EXEEXT)" || exit 0; \
|
||
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
||
echo " rm -f" $$list; \
|
||
rm -f $$list
|
||
|
||
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
||
@$(NORMAL_INSTALL)
|
||
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
||
list2=; for p in $$list; do \
|
||
if test -f $$p; then \
|
||
list2="$$list2 $$p"; \
|
||
else :; fi; \
|
||
done; \
|
||
test -z "$$list2" || { \
|
||
echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
|
||
$(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
|
||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
|
||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
|
||
}
|
||
|
||
uninstall-libLTLIBRARIES:
|
||
@$(NORMAL_UNINSTALL)
|
||
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
||
for p in $$list; do \
|
||
$(am__strip_dir) \
|
||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
|
||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
|
||
done
|
||
|
||
clean-libLTLIBRARIES:
|
||
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
||
@list='$(lib_LTLIBRARIES)'; \
|
||
locs=`for p in $$list; do echo $$p; done | \
|
||
sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
|
||
sort -u`; \
|
||
test -z "$$locs" || { \
|
||
echo rm -f $${locs}; \
|
||
rm -f $${locs}; \
|
||
}
|
||
|
||
libpcre.la: $(libpcre_la_OBJECTS) $(libpcre_la_DEPENDENCIES) $(EXTRA_libpcre_la_DEPENDENCIES)
|
||
$(AM_V_CCLD)$(libpcre_la_LINK) $(am_libpcre_la_rpath) $(libpcre_la_OBJECTS) $(libpcre_la_LIBADD) $(LIBS)
|
||
|
||
libpcre16.la: $(libpcre16_la_OBJECTS) $(libpcre16_la_DEPENDENCIES) $(EXTRA_libpcre16_la_DEPENDENCIES)
|
||
$(AM_V_CCLD)$(libpcre16_la_LINK) $(am_libpcre16_la_rpath) $(libpcre16_la_OBJECTS) $(libpcre16_la_LIBADD) $(LIBS)
|
||
|
||
libpcre32.la: $(libpcre32_la_OBJECTS) $(libpcre32_la_DEPENDENCIES) $(EXTRA_libpcre32_la_DEPENDENCIES)
|
||
$(AM_V_CCLD)$(libpcre32_la_LINK) $(am_libpcre32_la_rpath) $(libpcre32_la_OBJECTS) $(libpcre32_la_LIBADD) $(LIBS)
|
||
|
||
libpcrecpp.la: $(libpcrecpp_la_OBJECTS) $(libpcrecpp_la_DEPENDENCIES) $(EXTRA_libpcrecpp_la_DEPENDENCIES)
|
||
$(AM_V_CXXLD)$(libpcrecpp_la_LINK) $(am_libpcrecpp_la_rpath) $(libpcrecpp_la_OBJECTS) $(libpcrecpp_la_LIBADD) $(LIBS)
|
||
|
||
libpcreposix.la: $(libpcreposix_la_OBJECTS) $(libpcreposix_la_DEPENDENCIES) $(EXTRA_libpcreposix_la_DEPENDENCIES)
|
||
$(AM_V_CCLD)$(libpcreposix_la_LINK) $(am_libpcreposix_la_rpath) $(libpcreposix_la_OBJECTS) $(libpcreposix_la_LIBADD) $(LIBS)
|
||
|
||
dftables$(EXEEXT): $(dftables_OBJECTS) $(dftables_DEPENDENCIES) $(EXTRA_dftables_DEPENDENCIES)
|
||
@rm -f dftables$(EXEEXT)
|
||
$(AM_V_CCLD)$(LINK) $(dftables_OBJECTS) $(dftables_LDADD) $(LIBS)
|
||
|
||
pcre_jit_test$(EXEEXT): $(pcre_jit_test_OBJECTS) $(pcre_jit_test_DEPENDENCIES) $(EXTRA_pcre_jit_test_DEPENDENCIES)
|
||
@rm -f pcre_jit_test$(EXEEXT)
|
||
$(AM_V_CCLD)$(pcre_jit_test_LINK) $(pcre_jit_test_OBJECTS) $(pcre_jit_test_LDADD) $(LIBS)
|
||
|
||
pcre_scanner_unittest$(EXEEXT): $(pcre_scanner_unittest_OBJECTS) $(pcre_scanner_unittest_DEPENDENCIES) $(EXTRA_pcre_scanner_unittest_DEPENDENCIES)
|
||
@rm -f pcre_scanner_unittest$(EXEEXT)
|
||
$(AM_V_CXXLD)$(pcre_scanner_unittest_LINK) $(pcre_scanner_unittest_OBJECTS) $(pcre_scanner_unittest_LDADD) $(LIBS)
|
||
|
||
pcre_stringpiece_unittest$(EXEEXT): $(pcre_stringpiece_unittest_OBJECTS) $(pcre_stringpiece_unittest_DEPENDENCIES) $(EXTRA_pcre_stringpiece_unittest_DEPENDENCIES)
|
||
@rm -f pcre_stringpiece_unittest$(EXEEXT)
|
||
$(AM_V_CXXLD)$(pcre_stringpiece_unittest_LINK) $(pcre_stringpiece_unittest_OBJECTS) $(pcre_stringpiece_unittest_LDADD) $(LIBS)
|
||
|
||
pcrecpp_unittest$(EXEEXT): $(pcrecpp_unittest_OBJECTS) $(pcrecpp_unittest_DEPENDENCIES) $(EXTRA_pcrecpp_unittest_DEPENDENCIES)
|
||
@rm -f pcrecpp_unittest$(EXEEXT)
|
||
$(AM_V_CXXLD)$(pcrecpp_unittest_LINK) $(pcrecpp_unittest_OBJECTS) $(pcrecpp_unittest_LDADD) $(LIBS)
|
||
|
||
pcregrep$(EXEEXT): $(pcregrep_OBJECTS) $(pcregrep_DEPENDENCIES) $(EXTRA_pcregrep_DEPENDENCIES)
|
||
@rm -f pcregrep$(EXEEXT)
|
||
$(AM_V_CCLD)$(pcregrep_LINK) $(pcregrep_OBJECTS) $(pcregrep_LDADD) $(LIBS)
|
||
|
||
pcretest$(EXEEXT): $(pcretest_OBJECTS) $(pcretest_DEPENDENCIES) $(EXTRA_pcretest_DEPENDENCIES)
|
||
@rm -f pcretest$(EXEEXT)
|
||
$(AM_V_CCLD)$(pcretest_LINK) $(pcretest_OBJECTS) $(pcretest_LDADD) $(LIBS)
|
||
install-binSCRIPTS: $(bin_SCRIPTS)
|
||
@$(NORMAL_INSTALL)
|
||
@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
|
||
if test -n "$$list"; then \
|
||
echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
|
||
$(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
|
||
fi; \
|
||
for p in $$list; do \
|
||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||
if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
|
||
done | \
|
||
sed -e 'p;s,.*/,,;n' \
|
||
-e 'h;s|.*|.|' \
|
||
-e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
|
||
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
|
||
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
||
if ($$2 == $$4) { files[d] = files[d] " " $$1; \
|
||
if (++n[d] == $(am__install_max)) { \
|
||
print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
|
||
else { print "f", d "/" $$4, $$1 } } \
|
||
END { for (d in files) print "f", d, files[d] }' | \
|
||
while read type dir files; do \
|
||
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
||
test -z "$$files" || { \
|
||
echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
|
||
$(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
|
||
} \
|
||
; done
|
||
|
||
uninstall-binSCRIPTS:
|
||
@$(NORMAL_UNINSTALL)
|
||
@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
|
||
files=`for p in $$list; do echo "$$p"; done | \
|
||
sed -e 's,.*/,,;$(transform)'`; \
|
||
dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
|
||
|
||
mostlyclean-compile:
|
||
-rm -f *.$(OBJEXT)
|
||
|
||
distclean-compile:
|
||
-rm -f *.tab.c
|
||
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dftables.Po@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_byte_order.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_chartables.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_compile.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_config.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_dfa_exec.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_exec.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_fullinfo.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_get.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_globals.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_jit_compile.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_maketables.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_newline.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_ord2utf16.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_refcount.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_string_utils.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_study.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_tables.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_ucd.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_utf16_utils.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_valid_utf16.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_version.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre16_xclass.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre16_la-pcre_chartables.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_byte_order.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_chartables.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_compile.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_config.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_dfa_exec.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_exec.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_fullinfo.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_get.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_globals.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_jit_compile.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_maketables.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_newline.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_ord2utf32.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_refcount.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_string_utils.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_study.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_tables.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_ucd.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_utf32_utils.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_valid_utf32.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_version.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre32_xclass.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre32_la-pcre_chartables.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_byte_order.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_chartables.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_compile.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_config.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_dfa_exec.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_exec.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_fullinfo.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_get.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_globals.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_jit_compile.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_maketables.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_newline.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_ord2utf8.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_refcount.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_string_utils.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_study.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_tables.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_ucd.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_valid_utf8.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_version.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_xclass.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcrecpp_la-pcre_scanner.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcrecpp_la-pcre_stringpiece.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcrecpp_la-pcrecpp.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcreposix_la-pcreposix.Plo@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_jit_test-pcre_jit_test.Po@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_scanner_unittest-pcre_scanner_unittest.Po@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcre_stringpiece_unittest-pcre_stringpiece_unittest.Po@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcrecpp_unittest-pcrecpp_unittest.Po@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcregrep-pcregrep.Po@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcretest-pcre16_printint.Po@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcretest-pcre32_printint.Po@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcretest-pcre_printint.Po@am__quote@ # am--include-marker
|
||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcretest-pcretest.Po@am__quote@ # am--include-marker
|
||
|
||
$(am__depfiles_remade):
|
||
@$(MKDIR_P) $(@D)
|
||
@echo '# dummy' >$@-t && $(am__mv) $@-t $@
|
||
|
||
am--depfiles: $(am__depfiles_remade)
|
||
|
||
.c.o:
|
||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
|
||
|
||
.c.obj:
|
||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
||
|
||
.c.lo:
|
||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
|
||
|
||
libpcre_la-pcre_byte_order.lo: pcre_byte_order.c
|
||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_byte_order.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_byte_order.Tpo -c -o libpcre_la-pcre_byte_order.lo `test -f 'pcre_byte_order.c' || echo '$(srcdir)/'`pcre_byte_order.c
|
||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_byte_order.Tpo $(DEPDIR)/libpcre_la-pcre_byte_order.Plo
|
||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pcre_byte_order.c' object='libpcre_la-pcre_byte_order.lo' libtool=yes @AMDEPBACKSLASH@
|
||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_byte_order.lo `test -f 'pcre_byte_order.c' || echo '$(srcdir)/'`pcre_byte_order.c
|
||
|
||
libpcre_la-pcre_compile.lo: pcre_compile.c
|
||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_compile.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_compile.Tpo -c -o libpcre_la-pcre_compile.lo `test -f 'pcre_compile.c' || echo '$(srcdir)/'`pcre_compile.c
|
||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_compile.Tpo $(DEPDIR)/libpcre_la-pcre_compile.Plo
|
||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pcre_compile.c' object='libpcre_la-pcre_compile.lo' libtool=yes @AMDEPBACKSLASH@
|
||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -c -o libpcre_la-pcre_compile.lo `test -f 'pcre_compile.c' || echo '$(srcdir)/'`pcre_compile.c
|
||
|
||
libpcre_la-pcre_config.lo: pcre_config.c
|
||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpcre_la_CFLAGS) $(CFLAGS) -MT libpcre_la-pcre_config.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_config.Tpo -c -o libpcre_la-pcre_config.lo `test -f 'pcre_config.c' || echo '$(srcdir)/'`pcre_config.c
|
||
@am__fastde |