| 292 |
testtry \ |
testtry \ |
| 293 |
testNinput |
testNinput |
| 294 |
|
|
| 295 |
# PCRE demonstration program |
|
| 296 |
noinst_PROGRAMS += pcredemo |
# PCRE demonstration program. No longer built automatcally. The point is that |
| 297 |
pcredemo_SOURCES = pcredemo.c |
# the users should build it themselves. So just distribute the source. |
| 298 |
pcredemo_LDADD = libpcre.la |
# noinst_PROGRAMS += pcredemo |
| 299 |
|
# pcredemo_SOURCES = pcredemo.c |
| 300 |
|
# pcredemo_LDADD = libpcre.la |
| 301 |
|
|
| 302 |
|
EXTRA_DIST += pcredemo.c |
| 303 |
|
|
| 304 |
|
|
| 305 |
## Utility rules, documentation, etc. |
## Utility rules, documentation, etc. |
| 306 |
|
|