blob: a3b36bf935eb3454ad1e9176fbc5faa2803f38b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
|
include/pathan/Pathan.hpp
include/pathan/XPathEvaluator.hpp
include/pathan/XPathException.hpp
include/pathan/XPathExpression.hpp
include/pathan/XPathNSResolver.hpp
include/pathan/XPathNamespace.hpp
include/pathan/XPathResult.hpp
include/pathan/ext/XPathEvaluatorExt.hpp
@dirrm include/pathan/ext
@dirrm include/pathan
lib/libpathan.la
lib/libpathan.so.%%PATHAN_LIB_VERSION%%
@exec ln -sf libpathen.so.%%PATHAN_LIB_VERSION%% %D/lib/libpathan.so
@unexec if test ! -r %D/lib/libpathan.so; then rm -f %D/lib/libpathan.so; fi
@unexec if test ! -r %D/lib/libpathan.so.%%PATHAN_LIB_VERSION%%; then rm -f %D/lib/libpathan.so.%%PATHAN_LIB_VERSION%%; fi
@comment --- PATHAN EXAMPLES ---
%%NO_EXAMPLES%%share/examples/pathan/Makefile
%%NO_EXAMPLES%%share/examples/pathan/basic/Makefile
%%NO_EXAMPLES%%share/examples/pathan/basic/Makefile.win
%%NO_EXAMPLES%%share/examples/pathan/basic/basicInterfaceTest.cpp
%%NO_EXAMPLES%%share/examples/pathan/basic/data.xml
%%NO_EXAMPLES%%share/examples/pathan/common/DOMSerialise.cpp
%%NO_EXAMPLES%%share/examples/pathan/common/DOMSerialise.hpp
%%NO_EXAMPLES%%share/examples/pathan/tests/001-NamespaceNodes.cpp
%%NO_EXAMPLES%%share/examples/pathan/tests/001-base
%%NO_EXAMPLES%%share/examples/pathan/tests/001-out
%%NO_EXAMPLES%%share/examples/pathan/tests/002-SingleNodeFromList.cpp
%%NO_EXAMPLES%%share/examples/pathan/tests/002-base
%%NO_EXAMPLES%%share/examples/pathan/tests/002-out
%%NO_EXAMPLES%%share/examples/pathan/tests/003-SetTests.cpp
%%NO_EXAMPLES%%share/examples/pathan/tests/003-base
%%NO_EXAMPLES%%share/examples/pathan/tests/003-out
%%NO_EXAMPLES%%share/examples/pathan/tests/004-SetMultiples.cpp
%%NO_EXAMPLES%%share/examples/pathan/tests/004-base
%%NO_EXAMPLES%%share/examples/pathan/tests/004-out
%%NO_EXAMPLES%%share/examples/pathan/tests/005-SetAfterTreeMod.cpp
%%NO_EXAMPLES%%share/examples/pathan/tests/005-base
%%NO_EXAMPLES%%share/examples/pathan/tests/005-out
%%NO_EXAMPLES%%share/examples/pathan/tests/006-NSLookupTests.cpp
%%NO_EXAMPLES%%share/examples/pathan/tests/006-base
%%NO_EXAMPLES%%share/examples/pathan/tests/006-out
%%NO_EXAMPLES%%share/examples/pathan/tests/007-TextSelectTest.cpp
%%NO_EXAMPLES%%share/examples/pathan/tests/007-base
%%NO_EXAMPLES%%share/examples/pathan/tests/007-out
%%NO_EXAMPLES%%share/examples/pathan/tests/008-XPathEvaluatorNulls.cpp
%%NO_EXAMPLES%%share/examples/pathan/tests/008-base
%%NO_EXAMPLES%%share/examples/pathan/tests/008-out
%%NO_EXAMPLES%%share/examples/pathan/tests/009-ResultBadType.cpp
%%NO_EXAMPLES%%share/examples/pathan/tests/009-base
%%NO_EXAMPLES%%share/examples/pathan/tests/009-out
%%NO_EXAMPLES%%share/examples/pathan/tests/010-WholeTextTest.cpp
%%NO_EXAMPLES%%share/examples/pathan/tests/010-base
%%NO_EXAMPLES%%share/examples/pathan/tests/010-out
%%NO_EXAMPLES%%share/examples/pathan/tests/011-SingleNodeOptimizationTest.cpp
%%NO_EXAMPLES%%share/examples/pathan/tests/011-base
%%NO_EXAMPLES%%share/examples/pathan/tests/011-out
%%NO_EXAMPLES%%share/examples/pathan/tests/Makefile
%%NO_EXAMPLES%%share/examples/pathan/tests/Makefile.bak
%%NO_EXAMPLES%%share/examples/pathan/tests/Makefile.win
%%NO_EXAMPLES%%share/examples/pathan/tests/TOUCH
%%NO_EXAMPLES%%share/examples/pathan/tests/checkDiffs
%%NO_EXAMPLES%%share/examples/pathan/tests/checkDiffs.bat
%%NO_EXAMPLES%%share/examples/pathan/tests/data.xml
%%NO_EXAMPLES%%share/examples/pathan/timing/Makefile
%%NO_EXAMPLES%%share/examples/pathan/xgrep/DOMTreeErrorReporter.cpp
%%NO_EXAMPLES%%share/examples/pathan/xgrep/DOMTreeErrorReporter.hpp
%%NO_EXAMPLES%%share/examples/pathan/xgrep/Makefile
%%NO_EXAMPLES%%share/examples/pathan/xgrep/Makefile.orig
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-regressionTester.pl
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test01.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test01.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test02.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test02.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test03.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test03.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test04.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test04.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test05.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test05.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test06.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test06.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test07.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test07.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test08.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test08.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test09.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test09.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test1.xml
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test10.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test10.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test11.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test11.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test12.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test12.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test13.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test13.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test14.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test14.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test15.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test15.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test16.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test16.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test17.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test17.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test18.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test18.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test19.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test19.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test20.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test20.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test21.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test21.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test22.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test22.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test23.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test23.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test24.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test24.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test25.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test25.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test26.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test26.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test27.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test27.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test28.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test28.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test29.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test29.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test30.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test30.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test31.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test31.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test32.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test32.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test33.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test33.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test34.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test34.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test35.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test35.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test36.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test36.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test37.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test37.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test38.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test38.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test39.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test39.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test40.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test40.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test41.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test41.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test42.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test42.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test43.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test43.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test44.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test44.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test45.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test45.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test46.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test46.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test47.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test47.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test48.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test48.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test49.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test49.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test50.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test50.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test51.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test51.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test52.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test52.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test53.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test53.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test54.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test54.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test55.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test55.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test56.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test56.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test56.xml
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test57.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test57.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test58.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test58.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test59.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test59.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test60.base
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test60.sh
%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test60.xml
%%NO_EXAMPLES%%share/examples/pathan/xgrep/xgrep.cpp
%%NO_EXAMPLES%%@dirrm share/examples/pathan/xgrep/tests
%%NO_EXAMPLES%%@dirrm share/examples/pathan/xgrep
%%NO_EXAMPLES%%@dirrm share/examples/pathan/timing
%%NO_EXAMPLES%%@dirrm share/examples/pathan/tests
%%NO_EXAMPLES%%@dirrm share/examples/pathan/basic
%%NO_EXAMPLES%%@dirrm share/examples/pathan/common
%%NO_EXAMPLES%%@dirrm share/examples/pathan/
|