| 159 |
# These files are detrailed; do not detrail the test data because there may be |
# These files are detrailed; do not detrail the test data because there may be |
| 160 |
# significant trailing spaces. Do not detrail RunTest.bat, because it has CRLF |
# significant trailing spaces. Do not detrail RunTest.bat, because it has CRLF |
| 161 |
# line endings and the detrail script removes all trailing white space. The |
# line endings and the detrail script removes all trailing white space. The |
| 162 |
# configure files are also omitted from the detrailing. |
# configure files are also omitted from the detrailing. We don't bother with |
| 163 |
|
# those pcre16_xx files that just define COMPILE_PCRE16 and then #include the |
| 164 |
|
# common file, because they aren't going to change. |
| 165 |
|
|
| 166 |
files="\ |
files="\ |
| 167 |
Makefile.am \ |
Makefile.am \ |
| 183 |
RunTest \ |
RunTest \ |
| 184 |
pcre-config.in \ |
pcre-config.in \ |
| 185 |
libpcre.pc.in \ |
libpcre.pc.in \ |
| 186 |
|
libpcre16.pc.in \ |
| 187 |
libpcreposix.pc.in \ |
libpcreposix.pc.in \ |
| 188 |
libpcrecpp.pc.in \ |
libpcrecpp.pc.in \ |
| 189 |
config.h.in \ |
config.h.in \ |
|
pcre_printint.src \ |
|
| 190 |
pcre_chartables.c.dist \ |
pcre_chartables.c.dist \ |
| 191 |
pcredemo.c \ |
pcredemo.c \ |
| 192 |
pcregrep.c \ |
pcregrep.c \ |
| 204 |
pcre_fullinfo.c \ |
pcre_fullinfo.c \ |
| 205 |
pcre_get.c \ |
pcre_get.c \ |
| 206 |
pcre_globals.c \ |
pcre_globals.c \ |
|
pcre_info.c \ |
|
| 207 |
pcre_jit_compile.c \ |
pcre_jit_compile.c \ |
| 208 |
pcre_jit_test.c \ |
pcre_jit_test.c \ |
| 209 |
pcre_maketables.c \ |
pcre_maketables.c \ |
| 210 |
pcre_newline.c \ |
pcre_newline.c \ |
| 211 |
pcre_ord2utf8.c \ |
pcre_ord2utf8.c \ |
| 212 |
|
pcre_ord2utf16.c \ |
| 213 |
|
pcre_printint.c \ |
| 214 |
pcre_refcount.c \ |
pcre_refcount.c \ |
| 215 |
|
pcre_stringutils.c \ |
| 216 |
pcre_study.c \ |
pcre_study.c \ |
| 217 |
pcre_tables.c \ |
pcre_tables.c \ |
| 218 |
pcre_ucp_searchfuncs.c \ |
pcre_ucp_searchfuncs.c \ |
| 219 |
pcre_valid_utf8.c \ |
pcre_valid_utf8.c \ |
| 220 |
pcre_version.c \ |
pcre_version.c \ |
| 221 |
pcre_xclass.c \ |
pcre_xclass.c \ |
| 222 |
|
pcre16_utf16_utils.c \ |
| 223 |
|
pcre16_valid_utf16.c \ |
| 224 |
pcre_scanner.cc \ |
pcre_scanner.cc \ |
| 225 |
pcre_scanner.h \ |
pcre_scanner.h \ |
| 226 |
pcre_scanner_unittest.cc \ |
pcre_scanner_unittest.cc \ |