| 95 |
# These files are to do with building for Virtual Pascal |
# These files are to do with building for Virtual Pascal |
| 96 |
EXTRA_DIST += \ |
EXTRA_DIST += \ |
| 97 |
makevp.bat \ |
makevp.bat \ |
| 98 |
makevp-compile.txt \ |
makevp-c.txt \ |
| 99 |
makevp-linklib.txt \ |
makevp-l.txt \ |
| 100 |
pcregexp.pas |
pcregexp.pas |
| 101 |
|
|
| 102 |
# These files are usable versions of pcre.h and config.h that are distributed |
# These files are usable versions of pcre.h and config.h that are distributed |
| 143 |
./dftables$(EXEEXT) $@ |
./dftables$(EXEEXT) $@ |
| 144 |
else |
else |
| 145 |
|
|
| 146 |
pcre_chartables.c: pcre_chartables.c.dist |
pcre_chartables.c: $(srcdir)/pcre_chartables.c.dist |
| 147 |
cp pcre_chartables.c.dist pcre_chartables.c |
cp -f $(srcdir)/pcre_chartables.c.dist pcre_chartables.c |
| 148 |
|
|
| 149 |
endif # WITH_REBUILD_CHARTABLES |
endif # WITH_REBUILD_CHARTABLES |
| 150 |
|
|
| 249 |
testdata/greplist \ |
testdata/greplist \ |
| 250 |
testdata/grepoutput \ |
testdata/grepoutput \ |
| 251 |
testdata/grepoutput8 \ |
testdata/grepoutput8 \ |
| 252 |
|
testdata/grepoutputN \ |
| 253 |
testdata/testinput1 \ |
testdata/testinput1 \ |
| 254 |
testdata/testinput2 \ |
testdata/testinput2 \ |
| 255 |
testdata/testinput3 \ |
testdata/testinput3 \ |