Home | History | Annotate | Download | only in dist

Lines Matching refs:pcre

6   doc/pcre.txt \
7 doc/pcre-config.txt \
23 doc/html/pcre-config.html \
24 doc/html/pcre.html \
131 # These files are usable versions of pcre.h and config.h that are distributed
132 # for the benefit of people who are building PCRE manually, without the
135 pcre.h.generic \
138 # The only difference between pcre.h.in and pcre.h is the setting of the PCRE
140 pcre.h.generic: pcre.h.in configure.ac
142 cp -p pcre.h $@
145 # from a default configuration so as to get all the default values for PCRE
174 MAINTAINERCLEANFILES += pcre.h.generic config.h.generic
176 # These are the header files we'll install. We do not distribute pcre.h because
177 # it is generated from pcre.h.in.
179 pcre.h
195 bin_SCRIPTS = pcre-config
199 ## PCRE, if --enable-rebuild-chartables is specified. It is not a user-visible
221 ## The main pcre library
429 ## A version of the main pcre library that has a posix re API.
630 # PCRE demonstration program. No longer built automatcally. The point is that
645 # A PCRE user submitted the following addition, saying that it "will allow
646 # anyone using the 'mingw32' compiler to simply type 'make pcre.dll' and get a
647 # nice DLL for Windows use". (It is used by the pcre.dll target.)
656 # A PCRE user submitted the following addition, saying that it "will allow
657 # anyone using the 'mingw32' compiler to simply type 'make pcre.dll' and get a
659 pcre.dll: $(DLL_OBJS)
660 $(CC) -shared -o pcre.dll -Wl,"--strip-all" -Wl,"--export-all-symbols" $(DLL_OBJS)
679 doc/pcre-config.1 \
680 doc/pcre.3 \