Searched refs:tre (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A DMakefile.am8 tre-ast.h \
9 tre-compile.h \
10 tre-internal.h \
11 tre-match-utils.h \
12 tre-mem.h \
13 tre-parse.h \
14 tre-stack.h \
18 tre-ast.c \
19 tre-compile.c \
20 tre
[all...]
H A DMakefile19 pkgdatadir = $(datadir)/tre
20 pkglibdir = $(libdir)/tre
21 pkgincludedir = $(includedir)/tre
37 am__append_1 = tre-match-approx.c
41 $(srcdir)/tre-config.h.in
57 CONFIG_HEADER = $(top_builddir)/config.h tre-config.h
71 am__libtre_la_SOURCES_DIST = tre-ast.c tre-compile.c \
72 tre-match-backtrack.c tre
[all...]
H A DMakefile.in37 @TRE_APPROX_TRUE@am__append_1 = tre-match-approx.c
41 $(srcdir)/tre-config.h.in
57 CONFIG_HEADER = $(top_builddir)/config.h tre-config.h
71 am__libtre_la_SOURCES_DIST = tre-ast.c tre-compile.c \
72 tre-match-backtrack.c tre-match-parallel.c tre-mem.c \
73 tre-parse.c tre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/doc/
H A DMakefile.am8 tre-api.html \
9 tre-syntax.html \
H A DMakefile17 pkgdatadir = $(datadir)/tre
18 pkglibdir = $(libdir)/tre
19 pkgincludedir = $(includedir)/tre
54 $(top_builddir)/lib/tre-config.h
63 ACLOCAL = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run aclocal-1.10
65 AMTAR = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run tar
68 AUTOCONF = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run autoconf
69 AUTOHEADER = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run autoheader
70 AUTOMAKE = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run automake-1.10
109 MAKEINFO = ${SHELL} $(SRC_PATH)/tre
[all...]
H A DMakefile.in54 $(top_builddir)/lib/tre-config.h
192 tre-api.html \
193 tre-syntax.html \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/python/
H A Dexample.py1 import tre namespace
3 fz = tre.Fuzzyness(maxerr = 3)
6 pt = tre.compile("Don(ald( Ervin)?)? Knuth", tre.EXTENDED)
H A Dtre-python.c2 tre-python.c - TRE Python language bindings
16 #include <tre/tre.h>
18 #define TRE_MODULE "tre"
436 TRE_MODULE ".pattern object holds compiled tre regex", /* tp_doc */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/
H A DMakefile.am13 win32/tre-config.h win32/config.h \
14 win32/tre.dsw \
15 win32/tre.dsp win32/tre.def \
17 python/tre-python.c \
25 pkgconfig_DATA = tre.pc
H A Dtre.spec1 Name: tre
6 Source0: http://laurikari.net/tre/tre-0.8.0.tar.bz2
8 Packager: Ville Laurikari <tre-general@lists.laurikari.net>
9 URL: http://laurikari.net/tre/
27 Requires: tre = 0.8.0
28 Summary: Development files for use with the tre package.
37 Requires: tre >= 0.8.0
110 - included in the TRE source tree as `tre.spec.in'.
H A DMakefile18 pkgdatadir = $(datadir)/tre
19 pkglibdir = $(libdir)/tre
20 pkgincludedir = $(includedir)/tre
39 $(srcdir)/tre.pc.in $(srcdir)/tre.spec.in \
59 CONFIG_HEADER = config.h $(top_builddir)/lib/tre-config.h
60 CONFIG_CLEAN_FILES = tre.pc tre.spec
95 ACLOCAL = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run aclocal-1.10
97 AMTAR = ${SHELL} $(SRC_PATH)/tre
[all...]
H A DMakefile.in39 $(srcdir)/tre.pc.in $(srcdir)/tre.spec.in \
59 CONFIG_HEADER = config.h $(top_builddir)/lib/tre-config.h
60 CONFIG_CLEAN_FILES = tre.pc tre.spec
226 win32/tre-config.h win32/config.h \
227 win32/tre.dsw \
228 win32/tre.dsp win32/tre.def \
230 python/tre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/utils/
H A Dbuild-rpm.sh21 gunzip tre-*.tar.gz
22 bzip2 tre-*.tar
23 mv tre-*.tar.bz2 ../SOURCES
28 rpmbuild --define "_topdir `pwd`" dist/tre.spec -ba
H A DMakefile17 pkgdatadir = $(datadir)/tre
18 pkglibdir = $(libdir)/tre
19 pkgincludedir = $(includedir)/tre
55 $(top_builddir)/lib/tre-config.h
60 ACLOCAL = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run aclocal-1.10
62 AMTAR = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run tar
65 AUTOCONF = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run autoconf
66 AUTOHEADER = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run autoheader
67 AUTOMAKE = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run automake-1.10
106 MAKEINFO = ${SHELL} $(SRC_PATH)/tre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A DMakefile.am36 ../lib/tre-mem.c \
37 ../lib/tre-stack.c \
38 ../lib/tre-ast.c \
39 ../lib/tre-parse.c \
40 ../lib/tre-compile.c \
41 ../lib/tre-match-parallel.c \
42 ../lib/tre-match-backtrack.c \
48 libxtre_la_SOURCES += ../lib/tre-match-approx.c
H A DMakefile17 pkgdatadir = $(datadir)/tre
18 pkglibdir = $(libdir)/tre
19 pkgincludedir = $(includedir)/tre
39 am__append_2 = ../lib/tre-match-approx.c
60 $(top_builddir)/lib/tre-config.h
63 am__libxtre_la_SOURCES_DIST = ../lib/tre-mem.c ../lib/tre-stack.c \
64 ../lib/tre-ast.c ../lib/tre-parse.c ../lib/tre
[all...]
H A DMakefile.in39 @TRE_APPROX_TRUE@@TRE_DEBUG_FALSE@am__append_2 = ../lib/tre-match-approx.c
60 $(top_builddir)/lib/tre-config.h
63 am__libxtre_la_SOURCES_DIST = ../lib/tre-mem.c ../lib/tre-stack.c \
64 ../lib/tre-ast.c ../lib/tre-parse.c ../lib/tre-compile.c \
65 ../lib/tre-match-parallel.c ../lib/tre-match-backtrack.c \
67 ../lib/xmalloc.c ../lib/tre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/src/
H A DMakefile18 pkgdatadir = $(datadir)/tre
19 pkglibdir = $(libdir)/tre
20 pkgincludedir = $(includedir)/tre
55 $(top_builddir)/lib/tre-config.h
86 ACLOCAL = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run aclocal-1.10
88 AMTAR = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run tar
91 AUTOCONF = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run autoconf
92 AUTOHEADER = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run autoheader
93 AUTOMAKE = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run automake-1.10
132 MAKEINFO = ${SHELL} $(SRC_PATH)/tre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/m4/
H A DMakefile17 pkgdatadir = $(datadir)/tre
18 pkglibdir = $(libdir)/tre
19 pkgincludedir = $(includedir)/tre
53 $(top_builddir)/lib/tre-config.h
58 ACLOCAL = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run aclocal-1.10
60 AMTAR = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run tar
63 AUTOCONF = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run autoconf
64 AUTOHEADER = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run autoheader
65 AUTOMAKE = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run automake-1.10
104 MAKEINFO = ${SHELL} $(SRC_PATH)/tre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/agrep/
H A DMakefile17 pkgdatadir = $(datadir)/tre
18 pkglibdir = $(libdir)/tre
19 pkgincludedir = $(includedir)/tre
53 $(top_builddir)/lib/tre-config.h
58 ACLOCAL = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run aclocal-1.10
60 AMTAR = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run tar
63 AUTOCONF = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run autoconf
64 AUTOHEADER = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run autoheader
65 AUTOMAKE = ${SHELL} $(SRC_PATH)/tre-0.8.0/utils/missing --run automake-1.10
104 MAKEINFO = ${SHELL} $(SRC_PATH)/tre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/
H A Dedit_makefile.sh33 sed -i 's/\/home\/tab\/r6300\/V1.0.0.88_1.0.14\/ap\/gpl\/iserver/$(SRC_PATH)/g' ./tre-0.8.0/tests/Makefile
34 sed -i 's/\/home\/tab\/r6300\/V1.0.0.88_1.0.14\/ap\/gpl\/iserver/$(SRC_PATH)/g' ./tre-0.8.0/tests/agrep/Makefile
35 sed -i 's/\/home\/tab\/r6300\/V1.0.0.88_1.0.14\/ap\/gpl\/iserver/$(SRC_PATH)/g' ./tre-0.8.0/doc/Makefile
36 sed -i 's/\/home\/tab\/r6300\/V1.0.0.88_1.0.14\/ap\/gpl\/iserver/$(SRC_PATH)/g' ./tre-0.8.0/m4/Makefile
37 sed -i 's/\/home\/tab\/r6300\/V1.0.0.88_1.0.14\/ap\/gpl\/iserver/$(SRC_PATH)/g' ./tre-0.8.0/Makefile
38 sed -i 's/\/home\/tab\/r6300\/V1.0.0.88_1.0.14\/ap\/gpl\/iserver/$(SRC_PATH)/g' ./tre-0.8.0/src/Makefile
39 sed -i 's/\/home\/tab\/r6300\/V1.0.0.88_1.0.14\/ap\/gpl\/iserver/$(SRC_PATH)/g' ./tre-0.8.0/utils/Makefile
40 sed -i 's/\/home\/tab\/r6300\/V1.0.0.88_1.0.14\/ap\/gpl\/iserver/$(SRC_PATH)/g' ./tre-0.8.0/lib/Makefile
41 sed -i 's/\/home\/tab\/r6300\/V1.0.0.88_1.0.14\/ap\/gpl\/iserver/$(SRC_PATH)/g' ./tre-0.8.0/po/Makefile
H A Dedit_config_status.sh15 sed -i 's/\/home\/tab\/r6300\/V1.0.0.88_1.0.14\/ap\/gpl\/iserver/$(SRC_PATH)/g' ./tre-0.8.0/config.status
H A DMakefile29 SUBDIRS += tre-0.8.0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/po/
H A DMakefile14 PACKAGE = tre
16 PACKAGE_BUGREPORT = tre-general@lists.laurikari.net
38 # $(SHELL) $(SRC_PATH)/tre-0.8.0/utils/install-sh does not start with $(SHELL), so we add it.
42 mkinstalldirs = $(SHELL) $(SHELL) $(SRC_PATH)/tre-0.8.0/utils/install-sh -d
43 install_sh = $(SHELL) $(SHELL) $(SRC_PATH)/tre-0.8.0/utils/install-sh
118 MSGID_BUGS_ADDRESS = tre-general@lists.laurikari.net
184 if LC_ALL=C grep 'GNU tre' $(top_srcdir)/* 2>/dev/null | grep -v 'libtool:' >/dev/null; then \
207 --package-name="$${package_gnu}tre" \
H A DMakefile.in14 PACKAGE = tre
16 PACKAGE_BUGREPORT = tre-general@lists.laurikari.net
38 # $(SHELL) $(SRC_PATH)/tre-0.8.0/utils/install-sh does not start with $(SHELL), so we add it.
42 mkinstalldirs = $(SHELL) $(SHELL) $(SRC_PATH)/tre-0.8.0/utils/install-sh -d
43 install_sh = $(SHELL) $(SHELL) $(SRC_PATH)/tre-0.8.0/utils/install-sh
141 if LC_ALL=C grep 'GNU tre' $(top_srcdir)/* 2>/dev/null | grep -v 'libtool:' >/dev/null; then \
164 --package-name="$${package_gnu}tre" \

Completed in 217 milliseconds

12