| 228 |
|
|
| 229 |
CLEANFILES += pcre_chartables.c |
CLEANFILES += pcre_chartables.c |
| 230 |
|
|
| 231 |
## If JIT support and UTF-8 is enabled, arrange for the JIT test program to run. |
## If JIT support is enabled, arrange for the JIT test program to run. |
| 232 |
if WITH_JIT |
if WITH_JIT |
|
if WITH_UTF8 |
|
| 233 |
TESTS += pcre_jit_test |
TESTS += pcre_jit_test |
| 234 |
noinst_PROGRAMS += pcre_jit_test |
noinst_PROGRAMS += pcre_jit_test |
| 235 |
pcre_jit_test_SOURCES = pcre_jit_test.c |
pcre_jit_test_SOURCES = pcre_jit_test.c |
| 236 |
pcre_jit_test_LDADD = libpcre.la |
pcre_jit_test_LDADD = libpcre.la |
|
endif # WITH_UTF8 |
|
| 237 |
endif # WITH_JIT |
endif # WITH_JIT |
| 238 |
|
|
| 239 |
## A version of the main pcre library that has a posix re API. |
## A version of the main pcre library that has a posix re API. |