1 | # Makefile.in generated by automake 1.15 from Makefile.am. |
---|
2 | # @configure_input@ |
---|
3 | |
---|
4 | # Copyright (C) 1994-2014 Free Software Foundation, Inc. |
---|
5 | |
---|
6 | # This Makefile.in is free software; the Free Software Foundation |
---|
7 | # gives unlimited permission to copy and/or distribute it, |
---|
8 | # with or without modifications, as long as this notice is preserved. |
---|
9 | |
---|
10 | # This program is distributed in the hope that it will be useful, |
---|
11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
---|
12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
---|
13 | # PARTICULAR PURPOSE. |
---|
14 | |
---|
15 | @SET_MAKE@ |
---|
16 | VPATH = @srcdir@ |
---|
17 | am__is_gnu_make = { \ |
---|
18 | if test -z '$(MAKELEVEL)'; then \ |
---|
19 | false; \ |
---|
20 | elif test -n '$(MAKE_HOST)'; then \ |
---|
21 | true; \ |
---|
22 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
---|
23 | true; \ |
---|
24 | else \ |
---|
25 | false; \ |
---|
26 | fi; \ |
---|
27 | } |
---|
28 | am__make_running_with_option = \ |
---|
29 | case $${target_option-} in \ |
---|
30 | ?) ;; \ |
---|
31 | *) echo "am__make_running_with_option: internal error: invalid" \ |
---|
32 | "target option '$${target_option-}' specified" >&2; \ |
---|
33 | exit 1;; \ |
---|
34 | esac; \ |
---|
35 | has_opt=no; \ |
---|
36 | sane_makeflags=$$MAKEFLAGS; \ |
---|
37 | if $(am__is_gnu_make); then \ |
---|
38 | sane_makeflags=$$MFLAGS; \ |
---|
39 | else \ |
---|
40 | case $$MAKEFLAGS in \ |
---|
41 | *\\[\ \ ]*) \ |
---|
42 | bs=\\; \ |
---|
43 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
---|
44 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
---|
45 | esac; \ |
---|
46 | fi; \ |
---|
47 | skip_next=no; \ |
---|
48 | strip_trailopt () \ |
---|
49 | { \ |
---|
50 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
---|
51 | }; \ |
---|
52 | for flg in $$sane_makeflags; do \ |
---|
53 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
---|
54 | case $$flg in \ |
---|
55 | *=*|--*) continue;; \ |
---|
56 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
---|
57 | -*I?*) strip_trailopt 'I';; \ |
---|
58 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
---|
59 | -*O?*) strip_trailopt 'O';; \ |
---|
60 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
---|
61 | -*l?*) strip_trailopt 'l';; \ |
---|
62 | -[dEDm]) skip_next=yes;; \ |
---|
63 | -[JT]) skip_next=yes;; \ |
---|
64 | esac; \ |
---|
65 | case $$flg in \ |
---|
66 | *$$target_option*) has_opt=yes; break;; \ |
---|
67 | esac; \ |
---|
68 | done; \ |
---|
69 | test $$has_opt = yes |
---|
70 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
---|
71 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
---|
72 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
73 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
74 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
75 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
---|
76 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
77 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
78 | install_sh_PROGRAM = $(install_sh) -c |
---|
79 | install_sh_SCRIPT = $(install_sh) -c |
---|
80 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
81 | transform = $(program_transform_name) |
---|
82 | NORMAL_INSTALL = : |
---|
83 | PRE_INSTALL = : |
---|
84 | POST_INSTALL = : |
---|
85 | NORMAL_UNINSTALL = : |
---|
86 | PRE_UNINSTALL = : |
---|
87 | POST_UNINSTALL = : |
---|
88 | build_triplet = @build@ |
---|
89 | host_triplet = @host@ |
---|
90 | check_PROGRAMS = test_ccl$(EXEEXT) test_comstack$(EXEEXT) \ |
---|
91 | test_cql2ccl$(EXEEXT) test_embed_record$(EXEEXT) \ |
---|
92 | test_filepath$(EXEEXT) test_file_glob$(EXEEXT) \ |
---|
93 | test_iconv$(EXEEXT) test_icu$(EXEEXT) test_json$(EXEEXT) \ |
---|
94 | test_libstemmer$(EXEEXT) test_log$(EXEEXT) \ |
---|
95 | test_log_thread$(EXEEXT) test_match_glob$(EXEEXT) \ |
---|
96 | test_matchstr$(EXEEXT) test_mutex$(EXEEXT) test_nmem$(EXEEXT) \ |
---|
97 | test_odr$(EXEEXT) test_odrstack$(EXEEXT) test_oid$(EXEEXT) \ |
---|
98 | test_options$(EXEEXT) test_pquery$(EXEEXT) \ |
---|
99 | test_query_charset$(EXEEXT) test_record_conv$(EXEEXT) \ |
---|
100 | test_rpn2cql$(EXEEXT) test_rpn2solr$(EXEEXT) \ |
---|
101 | test_retrieval$(EXEEXT) test_shared_ptr$(EXEEXT) \ |
---|
102 | test_soap1$(EXEEXT) test_soap2$(EXEEXT) test_solr$(EXEEXT) \ |
---|
103 | test_sortspec$(EXEEXT) test_timing$(EXEEXT) \ |
---|
104 | test_tpath$(EXEEXT) test_wrbuf$(EXEEXT) test_xmalloc$(EXEEXT) \ |
---|
105 | test_xml_include$(EXEEXT) test_xmlquery$(EXEEXT) \ |
---|
106 | test_zgdu$(EXEEXT) |
---|
107 | subdir = test |
---|
108 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
109 | am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_icu.m4 \ |
---|
110 | $(top_srcdir)/m4/acx_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ |
---|
111 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
---|
112 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
---|
113 | $(top_srcdir)/m4/yaz.m4 $(top_srcdir)/m4/yaz_libxml2.m4 \ |
---|
114 | $(top_srcdir)/configure.ac |
---|
115 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
116 | $(ACLOCAL_M4) |
---|
117 | DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
---|
118 | mkinstalldirs = $(install_sh) -d |
---|
119 | CONFIG_HEADER = $(top_builddir)/include/config.h |
---|
120 | CONFIG_CLEAN_VPATH_FILES = |
---|
121 | am_test_ccl_OBJECTS = test_ccl.$(OBJEXT) |
---|
122 | test_ccl_OBJECTS = $(am_test_ccl_OBJECTS) |
---|
123 | test_ccl_LDADD = $(LDADD) |
---|
124 | test_ccl_DEPENDENCIES = ../src/libyaz.la |
---|
125 | AM_V_lt = $(am__v_lt_@AM_V@) |
---|
126 | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
---|
127 | am__v_lt_0 = --silent |
---|
128 | am__v_lt_1 = |
---|
129 | am_test_comstack_OBJECTS = test_comstack.$(OBJEXT) |
---|
130 | test_comstack_OBJECTS = $(am_test_comstack_OBJECTS) |
---|
131 | test_comstack_LDADD = $(LDADD) |
---|
132 | test_comstack_DEPENDENCIES = ../src/libyaz.la |
---|
133 | am_test_cql2ccl_OBJECTS = test_cql2ccl.$(OBJEXT) |
---|
134 | test_cql2ccl_OBJECTS = $(am_test_cql2ccl_OBJECTS) |
---|
135 | test_cql2ccl_LDADD = $(LDADD) |
---|
136 | test_cql2ccl_DEPENDENCIES = ../src/libyaz.la |
---|
137 | am_test_embed_record_OBJECTS = test_embed_record.$(OBJEXT) |
---|
138 | test_embed_record_OBJECTS = $(am_test_embed_record_OBJECTS) |
---|
139 | test_embed_record_LDADD = $(LDADD) |
---|
140 | test_embed_record_DEPENDENCIES = ../src/libyaz.la |
---|
141 | am_test_file_glob_OBJECTS = test_file_glob.$(OBJEXT) |
---|
142 | test_file_glob_OBJECTS = $(am_test_file_glob_OBJECTS) |
---|
143 | test_file_glob_LDADD = $(LDADD) |
---|
144 | test_file_glob_DEPENDENCIES = ../src/libyaz.la |
---|
145 | am_test_filepath_OBJECTS = test_filepath.$(OBJEXT) |
---|
146 | test_filepath_OBJECTS = $(am_test_filepath_OBJECTS) |
---|
147 | test_filepath_LDADD = $(LDADD) |
---|
148 | test_filepath_DEPENDENCIES = ../src/libyaz.la |
---|
149 | am_test_iconv_OBJECTS = test_iconv.$(OBJEXT) |
---|
150 | test_iconv_OBJECTS = $(am_test_iconv_OBJECTS) |
---|
151 | test_iconv_LDADD = $(LDADD) |
---|
152 | test_iconv_DEPENDENCIES = ../src/libyaz.la |
---|
153 | am_test_icu_OBJECTS = test_icu.$(OBJEXT) |
---|
154 | test_icu_OBJECTS = $(am_test_icu_OBJECTS) |
---|
155 | am__DEPENDENCIES_1 = |
---|
156 | test_icu_DEPENDENCIES = ../src/libyaz_icu.la ../src/libyaz.la \ |
---|
157 | $(am__DEPENDENCIES_1) |
---|
158 | am_test_json_OBJECTS = test_json.$(OBJEXT) |
---|
159 | test_json_OBJECTS = $(am_test_json_OBJECTS) |
---|
160 | test_json_LDADD = $(LDADD) |
---|
161 | test_json_DEPENDENCIES = ../src/libyaz.la |
---|
162 | am_test_libstemmer_OBJECTS = test_libstemmer.$(OBJEXT) |
---|
163 | test_libstemmer_OBJECTS = $(am_test_libstemmer_OBJECTS) |
---|
164 | test_libstemmer_DEPENDENCIES = ../src/libyaz_icu.la ../src/libyaz.la \ |
---|
165 | $(am__DEPENDENCIES_1) |
---|
166 | am_test_log_OBJECTS = test_log.$(OBJEXT) |
---|
167 | test_log_OBJECTS = $(am_test_log_OBJECTS) |
---|
168 | test_log_LDADD = $(LDADD) |
---|
169 | test_log_DEPENDENCIES = ../src/libyaz.la |
---|
170 | am_test_log_thread_OBJECTS = test_log_thread.$(OBJEXT) |
---|
171 | test_log_thread_OBJECTS = $(am_test_log_thread_OBJECTS) |
---|
172 | test_log_thread_LDADD = $(LDADD) |
---|
173 | test_log_thread_DEPENDENCIES = ../src/libyaz.la |
---|
174 | am_test_match_glob_OBJECTS = test_match_glob.$(OBJEXT) |
---|
175 | test_match_glob_OBJECTS = $(am_test_match_glob_OBJECTS) |
---|
176 | test_match_glob_LDADD = $(LDADD) |
---|
177 | test_match_glob_DEPENDENCIES = ../src/libyaz.la |
---|
178 | am_test_matchstr_OBJECTS = test_matchstr.$(OBJEXT) |
---|
179 | test_matchstr_OBJECTS = $(am_test_matchstr_OBJECTS) |
---|
180 | test_matchstr_LDADD = $(LDADD) |
---|
181 | test_matchstr_DEPENDENCIES = ../src/libyaz.la |
---|
182 | am_test_mutex_OBJECTS = test_mutex.$(OBJEXT) |
---|
183 | test_mutex_OBJECTS = $(am_test_mutex_OBJECTS) |
---|
184 | test_mutex_LDADD = $(LDADD) |
---|
185 | test_mutex_DEPENDENCIES = ../src/libyaz.la |
---|
186 | am_test_nmem_OBJECTS = test_nmem.$(OBJEXT) |
---|
187 | test_nmem_OBJECTS = $(am_test_nmem_OBJECTS) |
---|
188 | test_nmem_LDADD = $(LDADD) |
---|
189 | test_nmem_DEPENDENCIES = ../src/libyaz.la |
---|
190 | am_test_odr_OBJECTS = test_odrcodec.$(OBJEXT) test_odr.$(OBJEXT) |
---|
191 | test_odr_OBJECTS = $(am_test_odr_OBJECTS) |
---|
192 | test_odr_LDADD = $(LDADD) |
---|
193 | test_odr_DEPENDENCIES = ../src/libyaz.la |
---|
194 | am_test_odrstack_OBJECTS = test_odrstack.$(OBJEXT) |
---|
195 | test_odrstack_OBJECTS = $(am_test_odrstack_OBJECTS) |
---|
196 | test_odrstack_LDADD = $(LDADD) |
---|
197 | test_odrstack_DEPENDENCIES = ../src/libyaz.la |
---|
198 | am_test_oid_OBJECTS = test_oid.$(OBJEXT) |
---|
199 | test_oid_OBJECTS = $(am_test_oid_OBJECTS) |
---|
200 | test_oid_LDADD = $(LDADD) |
---|
201 | test_oid_DEPENDENCIES = ../src/libyaz.la |
---|
202 | am_test_options_OBJECTS = test_options.$(OBJEXT) |
---|
203 | test_options_OBJECTS = $(am_test_options_OBJECTS) |
---|
204 | test_options_LDADD = $(LDADD) |
---|
205 | test_options_DEPENDENCIES = ../src/libyaz.la |
---|
206 | am_test_pquery_OBJECTS = test_pquery.$(OBJEXT) |
---|
207 | test_pquery_OBJECTS = $(am_test_pquery_OBJECTS) |
---|
208 | test_pquery_LDADD = $(LDADD) |
---|
209 | test_pquery_DEPENDENCIES = ../src/libyaz.la |
---|
210 | am_test_query_charset_OBJECTS = test_query_charset.$(OBJEXT) |
---|
211 | test_query_charset_OBJECTS = $(am_test_query_charset_OBJECTS) |
---|
212 | test_query_charset_LDADD = $(LDADD) |
---|
213 | test_query_charset_DEPENDENCIES = ../src/libyaz.la |
---|
214 | am_test_record_conv_OBJECTS = test_record_conv.$(OBJEXT) |
---|
215 | test_record_conv_OBJECTS = $(am_test_record_conv_OBJECTS) |
---|
216 | test_record_conv_LDADD = $(LDADD) |
---|
217 | test_record_conv_DEPENDENCIES = ../src/libyaz.la |
---|
218 | am_test_retrieval_OBJECTS = test_retrieval.$(OBJEXT) |
---|
219 | test_retrieval_OBJECTS = $(am_test_retrieval_OBJECTS) |
---|
220 | test_retrieval_LDADD = $(LDADD) |
---|
221 | test_retrieval_DEPENDENCIES = ../src/libyaz.la |
---|
222 | am_test_rpn2cql_OBJECTS = test_rpn2cql.$(OBJEXT) |
---|
223 | test_rpn2cql_OBJECTS = $(am_test_rpn2cql_OBJECTS) |
---|
224 | test_rpn2cql_LDADD = $(LDADD) |
---|
225 | test_rpn2cql_DEPENDENCIES = ../src/libyaz.la |
---|
226 | am_test_rpn2solr_OBJECTS = test_rpn2solr.$(OBJEXT) |
---|
227 | test_rpn2solr_OBJECTS = $(am_test_rpn2solr_OBJECTS) |
---|
228 | test_rpn2solr_LDADD = $(LDADD) |
---|
229 | test_rpn2solr_DEPENDENCIES = ../src/libyaz.la |
---|
230 | am_test_shared_ptr_OBJECTS = test_shared_ptr.$(OBJEXT) |
---|
231 | test_shared_ptr_OBJECTS = $(am_test_shared_ptr_OBJECTS) |
---|
232 | test_shared_ptr_LDADD = $(LDADD) |
---|
233 | test_shared_ptr_DEPENDENCIES = ../src/libyaz.la |
---|
234 | am_test_soap1_OBJECTS = test_soap1.$(OBJEXT) |
---|
235 | test_soap1_OBJECTS = $(am_test_soap1_OBJECTS) |
---|
236 | test_soap1_LDADD = $(LDADD) |
---|
237 | test_soap1_DEPENDENCIES = ../src/libyaz.la |
---|
238 | am_test_soap2_OBJECTS = test_soap2.$(OBJEXT) |
---|
239 | test_soap2_OBJECTS = $(am_test_soap2_OBJECTS) |
---|
240 | test_soap2_LDADD = $(LDADD) |
---|
241 | test_soap2_DEPENDENCIES = ../src/libyaz.la |
---|
242 | am_test_solr_OBJECTS = test_solr.$(OBJEXT) |
---|
243 | test_solr_OBJECTS = $(am_test_solr_OBJECTS) |
---|
244 | test_solr_LDADD = $(LDADD) |
---|
245 | test_solr_DEPENDENCIES = ../src/libyaz.la |
---|
246 | am_test_sortspec_OBJECTS = test_sortspec.$(OBJEXT) |
---|
247 | test_sortspec_OBJECTS = $(am_test_sortspec_OBJECTS) |
---|
248 | test_sortspec_LDADD = $(LDADD) |
---|
249 | test_sortspec_DEPENDENCIES = ../src/libyaz.la |
---|
250 | am_test_timing_OBJECTS = test_timing.$(OBJEXT) |
---|
251 | test_timing_OBJECTS = $(am_test_timing_OBJECTS) |
---|
252 | test_timing_LDADD = $(LDADD) |
---|
253 | test_timing_DEPENDENCIES = ../src/libyaz.la |
---|
254 | am_test_tpath_OBJECTS = test_tpath.$(OBJEXT) |
---|
255 | test_tpath_OBJECTS = $(am_test_tpath_OBJECTS) |
---|
256 | test_tpath_LDADD = $(LDADD) |
---|
257 | test_tpath_DEPENDENCIES = ../src/libyaz.la |
---|
258 | am_test_wrbuf_OBJECTS = test_wrbuf.$(OBJEXT) |
---|
259 | test_wrbuf_OBJECTS = $(am_test_wrbuf_OBJECTS) |
---|
260 | test_wrbuf_LDADD = $(LDADD) |
---|
261 | test_wrbuf_DEPENDENCIES = ../src/libyaz.la |
---|
262 | am_test_xmalloc_OBJECTS = test_xmalloc.$(OBJEXT) |
---|
263 | test_xmalloc_OBJECTS = $(am_test_xmalloc_OBJECTS) |
---|
264 | test_xmalloc_LDADD = $(LDADD) |
---|
265 | test_xmalloc_DEPENDENCIES = ../src/libyaz.la |
---|
266 | am_test_xml_include_OBJECTS = test_xml_include.$(OBJEXT) |
---|
267 | test_xml_include_OBJECTS = $(am_test_xml_include_OBJECTS) |
---|
268 | test_xml_include_LDADD = $(LDADD) |
---|
269 | test_xml_include_DEPENDENCIES = ../src/libyaz.la |
---|
270 | am_test_xmlquery_OBJECTS = test_xmlquery.$(OBJEXT) |
---|
271 | test_xmlquery_OBJECTS = $(am_test_xmlquery_OBJECTS) |
---|
272 | test_xmlquery_LDADD = $(LDADD) |
---|
273 | test_xmlquery_DEPENDENCIES = ../src/libyaz.la |
---|
274 | am_test_zgdu_OBJECTS = test_zgdu.$(OBJEXT) |
---|
275 | test_zgdu_OBJECTS = $(am_test_zgdu_OBJECTS) |
---|
276 | test_zgdu_LDADD = $(LDADD) |
---|
277 | test_zgdu_DEPENDENCIES = ../src/libyaz.la |
---|
278 | AM_V_P = $(am__v_P_@AM_V@) |
---|
279 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
---|
280 | am__v_P_0 = false |
---|
281 | am__v_P_1 = : |
---|
282 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
---|
283 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
---|
284 | am__v_GEN_0 = @echo " GEN " $@; |
---|
285 | am__v_GEN_1 = |
---|
286 | AM_V_at = $(am__v_at_@AM_V@) |
---|
287 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
---|
288 | am__v_at_0 = @ |
---|
289 | am__v_at_1 = |
---|
290 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include |
---|
291 | depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
---|
292 | am__depfiles_maybe = depfiles |
---|
293 | am__mv = mv -f |
---|
294 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
---|
295 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
296 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
---|
297 | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ |
---|
298 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
---|
299 | $(AM_CFLAGS) $(CFLAGS) |
---|
300 | AM_V_CC = $(am__v_CC_@AM_V@) |
---|
301 | am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
---|
302 | am__v_CC_0 = @echo " CC " $@; |
---|
303 | am__v_CC_1 = |
---|
304 | CCLD = $(CC) |
---|
305 | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
---|
306 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
---|
307 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
---|
308 | AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
---|
309 | am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
---|
310 | am__v_CCLD_0 = @echo " CCLD " $@; |
---|
311 | am__v_CCLD_1 = |
---|
312 | SOURCES = $(test_ccl_SOURCES) $(test_comstack_SOURCES) \ |
---|
313 | $(test_cql2ccl_SOURCES) $(test_embed_record_SOURCES) \ |
---|
314 | $(test_file_glob_SOURCES) $(test_filepath_SOURCES) \ |
---|
315 | $(test_iconv_SOURCES) $(test_icu_SOURCES) $(test_json_SOURCES) \ |
---|
316 | $(test_libstemmer_SOURCES) $(test_log_SOURCES) \ |
---|
317 | $(test_log_thread_SOURCES) $(test_match_glob_SOURCES) \ |
---|
318 | $(test_matchstr_SOURCES) $(test_mutex_SOURCES) \ |
---|
319 | $(test_nmem_SOURCES) $(test_odr_SOURCES) \ |
---|
320 | $(test_odrstack_SOURCES) $(test_oid_SOURCES) \ |
---|
321 | $(test_options_SOURCES) $(test_pquery_SOURCES) \ |
---|
322 | $(test_query_charset_SOURCES) $(test_record_conv_SOURCES) \ |
---|
323 | $(test_retrieval_SOURCES) $(test_rpn2cql_SOURCES) \ |
---|
324 | $(test_rpn2solr_SOURCES) $(test_shared_ptr_SOURCES) \ |
---|
325 | $(test_soap1_SOURCES) $(test_soap2_SOURCES) \ |
---|
326 | $(test_solr_SOURCES) $(test_sortspec_SOURCES) \ |
---|
327 | $(test_timing_SOURCES) $(test_tpath_SOURCES) \ |
---|
328 | $(test_wrbuf_SOURCES) $(test_xmalloc_SOURCES) \ |
---|
329 | $(test_xml_include_SOURCES) $(test_xmlquery_SOURCES) \ |
---|
330 | $(test_zgdu_SOURCES) |
---|
331 | DIST_SOURCES = $(test_ccl_SOURCES) $(test_comstack_SOURCES) \ |
---|
332 | $(test_cql2ccl_SOURCES) $(test_embed_record_SOURCES) \ |
---|
333 | $(test_file_glob_SOURCES) $(test_filepath_SOURCES) \ |
---|
334 | $(test_iconv_SOURCES) $(test_icu_SOURCES) $(test_json_SOURCES) \ |
---|
335 | $(test_libstemmer_SOURCES) $(test_log_SOURCES) \ |
---|
336 | $(test_log_thread_SOURCES) $(test_match_glob_SOURCES) \ |
---|
337 | $(test_matchstr_SOURCES) $(test_mutex_SOURCES) \ |
---|
338 | $(test_nmem_SOURCES) $(test_odr_SOURCES) \ |
---|
339 | $(test_odrstack_SOURCES) $(test_oid_SOURCES) \ |
---|
340 | $(test_options_SOURCES) $(test_pquery_SOURCES) \ |
---|
341 | $(test_query_charset_SOURCES) $(test_record_conv_SOURCES) \ |
---|
342 | $(test_retrieval_SOURCES) $(test_rpn2cql_SOURCES) \ |
---|
343 | $(test_rpn2solr_SOURCES) $(test_shared_ptr_SOURCES) \ |
---|
344 | $(test_soap1_SOURCES) $(test_soap2_SOURCES) \ |
---|
345 | $(test_solr_SOURCES) $(test_sortspec_SOURCES) \ |
---|
346 | $(test_timing_SOURCES) $(test_tpath_SOURCES) \ |
---|
347 | $(test_wrbuf_SOURCES) $(test_xmalloc_SOURCES) \ |
---|
348 | $(test_xml_include_SOURCES) $(test_xmlquery_SOURCES) \ |
---|
349 | $(test_zgdu_SOURCES) |
---|
350 | am__can_run_installinfo = \ |
---|
351 | case $$AM_UPDATE_INFO_DIR in \ |
---|
352 | n|no|NO) false;; \ |
---|
353 | *) (install-info --version) >/dev/null 2>&1;; \ |
---|
354 | esac |
---|
355 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
---|
356 | # Read a list of newline-separated strings from the standard input, |
---|
357 | # and print each of them once, without duplicates. Input order is |
---|
358 | # *not* preserved. |
---|
359 | am__uniquify_input = $(AWK) '\ |
---|
360 | BEGIN { nonempty = 0; } \ |
---|
361 | { items[$$0] = 1; nonempty = 1; } \ |
---|
362 | END { if (nonempty) { for (i in items) print i; }; } \ |
---|
363 | ' |
---|
364 | # Make sure the list of sources is unique. This is necessary because, |
---|
365 | # e.g., the same source file might be shared among _SOURCES variables |
---|
366 | # for different programs/libraries. |
---|
367 | am__define_uniq_tagged_files = \ |
---|
368 | list='$(am__tagged_files)'; \ |
---|
369 | unique=`for i in $$list; do \ |
---|
370 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
371 | done | $(am__uniquify_input)` |
---|
372 | ETAGS = etags |
---|
373 | CTAGS = ctags |
---|
374 | am__tty_colors_dummy = \ |
---|
375 | mgn= red= grn= lgn= blu= brg= std=; \ |
---|
376 | am__color_tests=no |
---|
377 | am__tty_colors = { \ |
---|
378 | $(am__tty_colors_dummy); \ |
---|
379 | if test "X$(AM_COLOR_TESTS)" = Xno; then \ |
---|
380 | am__color_tests=no; \ |
---|
381 | elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ |
---|
382 | am__color_tests=yes; \ |
---|
383 | elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ |
---|
384 | am__color_tests=yes; \ |
---|
385 | fi; \ |
---|
386 | if test $$am__color_tests = yes; then \ |
---|
387 | red='[0;31m'; \ |
---|
388 | grn='[0;32m'; \ |
---|
389 | lgn='[1;32m'; \ |
---|
390 | blu='[1;34m'; \ |
---|
391 | mgn='[0;35m'; \ |
---|
392 | brg='[1m'; \ |
---|
393 | std='[m'; \ |
---|
394 | fi; \ |
---|
395 | } |
---|
396 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
---|
397 | am__vpath_adj = case $$p in \ |
---|
398 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
399 | *) f=$$p;; \ |
---|
400 | esac; |
---|
401 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
---|
402 | am__install_max = 40 |
---|
403 | am__nobase_strip_setup = \ |
---|
404 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
---|
405 | am__nobase_strip = \ |
---|
406 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
---|
407 | am__nobase_list = $(am__nobase_strip_setup); \ |
---|
408 | for p in $$list; do echo "$$p $$p"; done | \ |
---|
409 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
---|
410 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
---|
411 | if (++n[$$2] == $(am__install_max)) \ |
---|
412 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
---|
413 | END { for (dir in files) print dir, files[dir] }' |
---|
414 | am__base_list = \ |
---|
415 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
---|
416 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
---|
417 | am__uninstall_files_from_dir = { \ |
---|
418 | test -z "$$files" \ |
---|
419 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
---|
420 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
---|
421 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
---|
422 | } |
---|
423 | am__recheck_rx = ^[ ]*:recheck:[ ]* |
---|
424 | am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* |
---|
425 | am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* |
---|
426 | # A command that, given a newline-separated list of test names on the |
---|
427 | # standard input, print the name of the tests that are to be re-run |
---|
428 | # upon "make recheck". |
---|
429 | am__list_recheck_tests = $(AWK) '{ \ |
---|
430 | recheck = 1; \ |
---|
431 | while ((rc = (getline line < ($$0 ".trs"))) != 0) \ |
---|
432 | { \ |
---|
433 | if (rc < 0) \ |
---|
434 | { \ |
---|
435 | if ((getline line2 < ($$0 ".log")) < 0) \ |
---|
436 | recheck = 0; \ |
---|
437 | break; \ |
---|
438 | } \ |
---|
439 | else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ |
---|
440 | { \ |
---|
441 | recheck = 0; \ |
---|
442 | break; \ |
---|
443 | } \ |
---|
444 | else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ |
---|
445 | { \ |
---|
446 | break; \ |
---|
447 | } \ |
---|
448 | }; \ |
---|
449 | if (recheck) \ |
---|
450 | print $$0; \ |
---|
451 | close ($$0 ".trs"); \ |
---|
452 | close ($$0 ".log"); \ |
---|
453 | }' |
---|
454 | # A command that, given a newline-separated list of test names on the |
---|
455 | # standard input, create the global log from their .trs and .log files. |
---|
456 | am__create_global_log = $(AWK) ' \ |
---|
457 | function fatal(msg) \ |
---|
458 | { \ |
---|
459 | print "fatal: making $@: " msg | "cat >&2"; \ |
---|
460 | exit 1; \ |
---|
461 | } \ |
---|
462 | function rst_section(header) \ |
---|
463 | { \ |
---|
464 | print header; \ |
---|
465 | len = length(header); \ |
---|
466 | for (i = 1; i <= len; i = i + 1) \ |
---|
467 | printf "="; \ |
---|
468 | printf "\n\n"; \ |
---|
469 | } \ |
---|
470 | { \ |
---|
471 | copy_in_global_log = 1; \ |
---|
472 | global_test_result = "RUN"; \ |
---|
473 | while ((rc = (getline line < ($$0 ".trs"))) != 0) \ |
---|
474 | { \ |
---|
475 | if (rc < 0) \ |
---|
476 | fatal("failed to read from " $$0 ".trs"); \ |
---|
477 | if (line ~ /$(am__global_test_result_rx)/) \ |
---|
478 | { \ |
---|
479 | sub("$(am__global_test_result_rx)", "", line); \ |
---|
480 | sub("[ ]*$$", "", line); \ |
---|
481 | global_test_result = line; \ |
---|
482 | } \ |
---|
483 | else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ |
---|
484 | copy_in_global_log = 0; \ |
---|
485 | }; \ |
---|
486 | if (copy_in_global_log) \ |
---|
487 | { \ |
---|
488 | rst_section(global_test_result ": " $$0); \ |
---|
489 | while ((rc = (getline line < ($$0 ".log"))) != 0) \ |
---|
490 | { \ |
---|
491 | if (rc < 0) \ |
---|
492 | fatal("failed to read from " $$0 ".log"); \ |
---|
493 | print line; \ |
---|
494 | }; \ |
---|
495 | printf "\n"; \ |
---|
496 | }; \ |
---|
497 | close ($$0 ".trs"); \ |
---|
498 | close ($$0 ".log"); \ |
---|
499 | }' |
---|
500 | # Restructured Text title. |
---|
501 | am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } |
---|
502 | # Solaris 10 'make', and several other traditional 'make' implementations, |
---|
503 | # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it |
---|
504 | # by disabling -e (using the XSI extension "set +e") if it's set. |
---|
505 | am__sh_e_setup = case $$- in *e*) set +e;; esac |
---|
506 | # Default flags passed to test drivers. |
---|
507 | am__common_driver_flags = \ |
---|
508 | --color-tests "$$am__color_tests" \ |
---|
509 | --enable-hard-errors "$$am__enable_hard_errors" \ |
---|
510 | --expect-failure "$$am__expect_failure" |
---|
511 | # To be inserted before the command running the test. Creates the |
---|
512 | # directory for the log if needed. Stores in $dir the directory |
---|
513 | # containing $f, in $tst the test, in $log the log. Executes the |
---|
514 | # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and |
---|
515 | # passes TESTS_ENVIRONMENT. Set up options for the wrapper that |
---|
516 | # will run the test scripts (or their associated LOG_COMPILER, if |
---|
517 | # thy have one). |
---|
518 | am__check_pre = \ |
---|
519 | $(am__sh_e_setup); \ |
---|
520 | $(am__vpath_adj_setup) $(am__vpath_adj) \ |
---|
521 | $(am__tty_colors); \ |
---|
522 | srcdir=$(srcdir); export srcdir; \ |
---|
523 | case "$@" in \ |
---|
524 | */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ |
---|
525 | *) am__odir=.;; \ |
---|
526 | esac; \ |
---|
527 | test "x$$am__odir" = x"." || test -d "$$am__odir" \ |
---|
528 | || $(MKDIR_P) "$$am__odir" || exit $$?; \ |
---|
529 | if test -f "./$$f"; then dir=./; \ |
---|
530 | elif test -f "$$f"; then dir=; \ |
---|
531 | else dir="$(srcdir)/"; fi; \ |
---|
532 | tst=$$dir$$f; log='$@'; \ |
---|
533 | if test -n '$(DISABLE_HARD_ERRORS)'; then \ |
---|
534 | am__enable_hard_errors=no; \ |
---|
535 | else \ |
---|
536 | am__enable_hard_errors=yes; \ |
---|
537 | fi; \ |
---|
538 | case " $(XFAIL_TESTS) " in \ |
---|
539 | *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ |
---|
540 | am__expect_failure=yes;; \ |
---|
541 | *) \ |
---|
542 | am__expect_failure=no;; \ |
---|
543 | esac; \ |
---|
544 | $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) |
---|
545 | # A shell command to get the names of the tests scripts with any registered |
---|
546 | # extension removed (i.e., equivalently, the names of the test logs, with |
---|
547 | # the '.log' extension removed). The result is saved in the shell variable |
---|
548 | # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, |
---|
549 | # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", |
---|
550 | # since that might cause problem with VPATH rewrites for suffix-less tests. |
---|
551 | # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. |
---|
552 | am__set_TESTS_bases = \ |
---|
553 | bases='$(TEST_LOGS)'; \ |
---|
554 | bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ |
---|
555 | bases=`echo $$bases` |
---|
556 | RECHECK_LOGS = $(TEST_LOGS) |
---|
557 | AM_RECURSIVE_TARGETS = check recheck |
---|
558 | TEST_SUITE_LOG = test-suite.log |
---|
559 | TEST_EXTENSIONS = @EXEEXT@ .test |
---|
560 | LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver |
---|
561 | LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) |
---|
562 | am__set_b = \ |
---|
563 | case '$@' in \ |
---|
564 | */*) \ |
---|
565 | case '$*' in \ |
---|
566 | */*) b='$*';; \ |
---|
567 | *) b=`echo '$@' | sed 's/\.log$$//'`; \ |
---|
568 | esac;; \ |
---|
569 | *) \ |
---|
570 | b='$*';; \ |
---|
571 | esac |
---|
572 | am__test_logs1 = $(TESTS:=.log) |
---|
573 | am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) |
---|
574 | TEST_LOGS = $(am__test_logs2:.test.log=.log) |
---|
575 | TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver |
---|
576 | TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ |
---|
577 | $(TEST_LOG_FLAGS) |
---|
578 | am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \ |
---|
579 | $(top_srcdir)/config/test-driver |
---|
580 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
581 | ACLOCAL = @ACLOCAL@ |
---|
582 | AMTAR = @AMTAR@ |
---|
583 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
---|
584 | AR = @AR@ |
---|
585 | AUTOCONF = @AUTOCONF@ |
---|
586 | AUTOHEADER = @AUTOHEADER@ |
---|
587 | AUTOMAKE = @AUTOMAKE@ |
---|
588 | AWK = @AWK@ |
---|
589 | CC = @CC@ |
---|
590 | CCDEPMODE = @CCDEPMODE@ |
---|
591 | CFLAGS = @CFLAGS@ |
---|
592 | CPP = @CPP@ |
---|
593 | CPPFLAGS = @CPPFLAGS@ |
---|
594 | CYGPATH_W = @CYGPATH_W@ |
---|
595 | DEFS = @DEFS@ |
---|
596 | DEPDIR = @DEPDIR@ |
---|
597 | DLLTOOL = @DLLTOOL@ |
---|
598 | DSSSL_DIR = @DSSSL_DIR@ |
---|
599 | DSYMUTIL = @DSYMUTIL@ |
---|
600 | DTD_DIR = @DTD_DIR@ |
---|
601 | DUMPBIN = @DUMPBIN@ |
---|
602 | ECHO_C = @ECHO_C@ |
---|
603 | ECHO_N = @ECHO_N@ |
---|
604 | ECHO_T = @ECHO_T@ |
---|
605 | EGREP = @EGREP@ |
---|
606 | EXEEXT = @EXEEXT@ |
---|
607 | FGREP = @FGREP@ |
---|
608 | GREP = @GREP@ |
---|
609 | HIREDIS_LIBS = @HIREDIS_LIBS@ |
---|
610 | HTML_COMPILE = @HTML_COMPILE@ |
---|
611 | ICU_CFLAGS = @ICU_CFLAGS@ |
---|
612 | ICU_CONFIG = @ICU_CONFIG@ |
---|
613 | ICU_CPPFLAGS = @ICU_CPPFLAGS@ |
---|
614 | ICU_CXXFLAGS = @ICU_CXXFLAGS@ |
---|
615 | ICU_LIBS = @ICU_LIBS@ |
---|
616 | INSTALL = @INSTALL@ |
---|
617 | INSTALL_DATA = @INSTALL_DATA@ |
---|
618 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
619 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
620 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
621 | LD = @LD@ |
---|
622 | LDFLAGS = @LDFLAGS@ |
---|
623 | LIBOBJS = @LIBOBJS@ |
---|
624 | LIBS = @LIBS@ |
---|
625 | LIBTOOL = @LIBTOOL@ |
---|
626 | LIPO = @LIPO@ |
---|
627 | LN_S = @LN_S@ |
---|
628 | LTLIBOBJS = @LTLIBOBJS@ |
---|
629 | MAKEINFO = @MAKEINFO@ |
---|
630 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
---|
631 | MAN_COMPILE = @MAN_COMPILE@ |
---|
632 | MEMCACHED_LIBS = @MEMCACHED_LIBS@ |
---|
633 | MKDIR_P = @MKDIR_P@ |
---|
634 | NM = @NM@ |
---|
635 | NMEDIT = @NMEDIT@ |
---|
636 | OBJDUMP = @OBJDUMP@ |
---|
637 | OBJEXT = @OBJEXT@ |
---|
638 | OTOOL = @OTOOL@ |
---|
639 | OTOOL64 = @OTOOL64@ |
---|
640 | PACKAGE = @PACKAGE@ |
---|
641 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
642 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
643 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
644 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
645 | PACKAGE_URL = @PACKAGE_URL@ |
---|
646 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
647 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
648 | PDF_COMPILE = @PDF_COMPILE@ |
---|
649 | PTHREAD_CC = @PTHREAD_CC@ |
---|
650 | PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ |
---|
651 | PTHREAD_LIBS = @PTHREAD_LIBS@ |
---|
652 | RANLIB = @RANLIB@ |
---|
653 | READLINE_LIBS = @READLINE_LIBS@ |
---|
654 | SED = @SED@ |
---|
655 | SET_MAKE = @SET_MAKE@ |
---|
656 | SHELL = @SHELL@ |
---|
657 | SSL_CFLAGS = @SSL_CFLAGS@ |
---|
658 | SSL_LIBS = @SSL_LIBS@ |
---|
659 | STRIP = @STRIP@ |
---|
660 | TCLSH = @TCLSH@ |
---|
661 | TCPD_LIBS = @TCPD_LIBS@ |
---|
662 | TKL_COMPILE = @TKL_COMPILE@ |
---|
663 | VERSION = @VERSION@ |
---|
664 | VERSION_HEX = @VERSION_HEX@ |
---|
665 | VERSION_SHA1 = @VERSION_SHA1@ |
---|
666 | WIN_FILEVERSION = @WIN_FILEVERSION@ |
---|
667 | XML2_CFLAGS = @XML2_CFLAGS@ |
---|
668 | XSLTPROC_COMPILE = @XSLTPROC_COMPILE@ |
---|
669 | XSL_DIR = @XSL_DIR@ |
---|
670 | YACC = @YACC@ |
---|
671 | YAZ_CONFIG_CFLAGS = @YAZ_CONFIG_CFLAGS@ |
---|
672 | YAZ_CONF_CFLAGS = @YAZ_CONF_CFLAGS@ |
---|
673 | abs_builddir = @abs_builddir@ |
---|
674 | abs_srcdir = @abs_srcdir@ |
---|
675 | abs_top_builddir = @abs_top_builddir@ |
---|
676 | abs_top_srcdir = @abs_top_srcdir@ |
---|
677 | ac_ct_AR = @ac_ct_AR@ |
---|
678 | ac_ct_CC = @ac_ct_CC@ |
---|
679 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
---|
680 | acx_pthread_config = @acx_pthread_config@ |
---|
681 | am__include = @am__include@ |
---|
682 | am__leading_dot = @am__leading_dot@ |
---|
683 | am__quote = @am__quote@ |
---|
684 | am__tar = @am__tar@ |
---|
685 | am__untar = @am__untar@ |
---|
686 | bindir = @bindir@ |
---|
687 | build = @build@ |
---|
688 | build_alias = @build_alias@ |
---|
689 | build_cpu = @build_cpu@ |
---|
690 | build_os = @build_os@ |
---|
691 | build_vendor = @build_vendor@ |
---|
692 | builddir = @builddir@ |
---|
693 | datadir = @datadir@ |
---|
694 | datarootdir = @datarootdir@ |
---|
695 | docdir = @docdir@ |
---|
696 | dvidir = @dvidir@ |
---|
697 | exec_prefix = @exec_prefix@ |
---|
698 | host = @host@ |
---|
699 | host_alias = @host_alias@ |
---|
700 | host_cpu = @host_cpu@ |
---|
701 | host_os = @host_os@ |
---|
702 | host_vendor = @host_vendor@ |
---|
703 | htmldir = @htmldir@ |
---|
704 | includedir = @includedir@ |
---|
705 | infodir = @infodir@ |
---|
706 | install_sh = @install_sh@ |
---|
707 | libdir = @libdir@ |
---|
708 | libexecdir = @libexecdir@ |
---|
709 | localedir = @localedir@ |
---|
710 | localstatedir = @localstatedir@ |
---|
711 | mandir = @mandir@ |
---|
712 | mkdir_p = @mkdir_p@ |
---|
713 | oldincludedir = @oldincludedir@ |
---|
714 | pdfdir = @pdfdir@ |
---|
715 | pkgconfigpath = @pkgconfigpath@ |
---|
716 | prefix = @prefix@ |
---|
717 | program_transform_name = @program_transform_name@ |
---|
718 | psdir = @psdir@ |
---|
719 | runstatedir = @runstatedir@ |
---|
720 | sbindir = @sbindir@ |
---|
721 | sharedstatedir = @sharedstatedir@ |
---|
722 | srcdir = @srcdir@ |
---|
723 | sysconfdir = @sysconfdir@ |
---|
724 | target_alias = @target_alias@ |
---|
725 | top_build_prefix = @top_build_prefix@ |
---|
726 | top_builddir = @top_builddir@ |
---|
727 | top_srcdir = @top_srcdir@ |
---|
728 | check_SCRIPTS = test_marc.sh test_marccol.sh test_cql2xcql.sh \ |
---|
729 | test_cql2pqf.sh test_icu.sh |
---|
730 | |
---|
731 | TESTS = $(check_PROGRAMS) $(check_SCRIPTS) |
---|
732 | EXTRA_DIST = tstodr.asn test_odrcodec.c test_odrcodec.h cql2xcqlsample \ |
---|
733 | cql2pqf-order.txt cql2pqfsample \ |
---|
734 | $(check_SCRIPTS) \ |
---|
735 | marccol1.u8.marc marccol1.u8.1.lst marccol1.u8.2.lst \ |
---|
736 | marccol2.u8.marc marccol2.u8.1.lst marccol2.u8.2.lst \ |
---|
737 | marccol3.u8.marc marccol3.u8.1.lst marccol3.u8.2.lst \ |
---|
738 | marccol4.u8.marc marccol4.u8.1.lst marccol4.u8.2.lst \ |
---|
739 | marccol5.u8.marc marccol5.u8.1.lst marccol5.u8.2.lst \ |
---|
740 | test_icu.0.xml test_icu.0.input test_icu.0.output \ |
---|
741 | test_icu.1.xml test_icu.1.input test_icu.1.output \ |
---|
742 | test_icu.2.xml test_icu.2.input test_icu.2.output \ |
---|
743 | test_icu.3.xml test_icu.3.input test_icu.3.output \ |
---|
744 | test_icu.4.xml test_icu.4.input test_icu.4.output \ |
---|
745 | test_record_conv.xsl test_xml_include.xml |
---|
746 | |
---|
747 | YAZCOMP = ../util/yaz-asncomp |
---|
748 | YAZCOMPLINE = $(YAZCOMP) -d z.tcl -i yaz -I../include $(YCFLAGS) |
---|
749 | AM_CPPFLAGS = -I$(top_srcdir)/include $(XML2_CFLAGS) $(ICU_CPPFLAGS) |
---|
750 | LDADD = ../src/libyaz.la |
---|
751 | test_icu_LDADD = ../src/libyaz_icu.la ../src/libyaz.la $(ICU_LIBS) |
---|
752 | test_libstemmer_LDADD = ../src/libyaz_icu.la ../src/libyaz.la $(ICU_LIBS) |
---|
753 | CONFIG_CLEAN_FILES = *.log |
---|
754 | test_cql2ccl_SOURCES = test_cql2ccl.c |
---|
755 | test_xmalloc_SOURCES = test_xmalloc.c |
---|
756 | test_iconv_SOURCES = test_iconv.c |
---|
757 | test_nmem_SOURCES = test_nmem.c |
---|
758 | test_matchstr_SOURCES = test_matchstr.c |
---|
759 | test_wrbuf_SOURCES = test_wrbuf.c |
---|
760 | test_odr_SOURCES = test_odrcodec.c test_odrcodec.h test_odr.c |
---|
761 | test_odrstack_SOURCES = test_odrstack.c |
---|
762 | test_ccl_SOURCES = test_ccl.c |
---|
763 | test_log_SOURCES = test_log.c |
---|
764 | test_mutex_SOURCES = test_mutex.c |
---|
765 | test_soap1_SOURCES = test_soap1.c |
---|
766 | test_soap2_SOURCES = test_soap2.c |
---|
767 | test_solr_SOURCES = test_solr.c |
---|
768 | test_sortspec_SOURCES = test_sortspec.c |
---|
769 | test_log_thread_SOURCES = test_log_thread.c |
---|
770 | test_xmlquery_SOURCES = test_xmlquery.c |
---|
771 | test_options_SOURCES = test_options.c |
---|
772 | test_pquery_SOURCES = test_pquery.c |
---|
773 | test_comstack_SOURCES = test_comstack.c |
---|
774 | test_filepath_SOURCES = test_filepath.c |
---|
775 | test_oid_SOURCES = test_oid.c |
---|
776 | test_record_conv_SOURCES = test_record_conv.c |
---|
777 | test_retrieval_SOURCES = test_retrieval.c |
---|
778 | test_tpath_SOURCES = test_tpath.c |
---|
779 | test_timing_SOURCES = test_timing.c |
---|
780 | test_query_charset_SOURCES = test_query_charset.c |
---|
781 | test_icu_SOURCES = test_icu.c |
---|
782 | test_match_glob_SOURCES = test_match_glob.c |
---|
783 | test_rpn2cql_SOURCES = test_rpn2cql.c |
---|
784 | test_rpn2solr_SOURCES = test_rpn2solr.c |
---|
785 | test_json_SOURCES = test_json.c |
---|
786 | test_xml_include_SOURCES = test_xml_include.c |
---|
787 | test_file_glob_SOURCES = test_file_glob.c |
---|
788 | test_shared_ptr_SOURCES = test_shared_ptr.c |
---|
789 | test_libstemmer_SOURCES = test_libstemmer.c |
---|
790 | test_embed_record_SOURCES = test_embed_record.c |
---|
791 | test_zgdu_SOURCES = test_zgdu.c |
---|
792 | all: all-am |
---|
793 | |
---|
794 | .SUFFIXES: |
---|
795 | .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs |
---|
796 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
---|
797 | @for dep in $?; do \ |
---|
798 | case '$(am__configure_deps)' in \ |
---|
799 | *$$dep*) \ |
---|
800 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
---|
801 | && { if test -f $@; then exit 0; else break; fi; }; \ |
---|
802 | exit 1;; \ |
---|
803 | esac; \ |
---|
804 | done; \ |
---|
805 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \ |
---|
806 | $(am__cd) $(top_srcdir) && \ |
---|
807 | $(AUTOMAKE) --foreign test/Makefile |
---|
808 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
809 | @case '$?' in \ |
---|
810 | *config.status*) \ |
---|
811 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
---|
812 | *) \ |
---|
813 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
---|
814 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
---|
815 | esac; |
---|
816 | |
---|
817 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
818 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
819 | |
---|
820 | $(top_srcdir)/configure: $(am__configure_deps) |
---|
821 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
822 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
---|
823 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
824 | $(am__aclocal_m4_deps): |
---|
825 | |
---|
826 | clean-checkPROGRAMS: |
---|
827 | @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ |
---|
828 | echo " rm -f" $$list; \ |
---|
829 | rm -f $$list || exit $$?; \ |
---|
830 | test -n "$(EXEEXT)" || exit 0; \ |
---|
831 | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
---|
832 | echo " rm -f" $$list; \ |
---|
833 | rm -f $$list |
---|
834 | |
---|
835 | test_ccl$(EXEEXT): $(test_ccl_OBJECTS) $(test_ccl_DEPENDENCIES) $(EXTRA_test_ccl_DEPENDENCIES) |
---|
836 | @rm -f test_ccl$(EXEEXT) |
---|
837 | $(AM_V_CCLD)$(LINK) $(test_ccl_OBJECTS) $(test_ccl_LDADD) $(LIBS) |
---|
838 | |
---|
839 | test_comstack$(EXEEXT): $(test_comstack_OBJECTS) $(test_comstack_DEPENDENCIES) $(EXTRA_test_comstack_DEPENDENCIES) |
---|
840 | @rm -f test_comstack$(EXEEXT) |
---|
841 | $(AM_V_CCLD)$(LINK) $(test_comstack_OBJECTS) $(test_comstack_LDADD) $(LIBS) |
---|
842 | |
---|
843 | test_cql2ccl$(EXEEXT): $(test_cql2ccl_OBJECTS) $(test_cql2ccl_DEPENDENCIES) $(EXTRA_test_cql2ccl_DEPENDENCIES) |
---|
844 | @rm -f test_cql2ccl$(EXEEXT) |
---|
845 | $(AM_V_CCLD)$(LINK) $(test_cql2ccl_OBJECTS) $(test_cql2ccl_LDADD) $(LIBS) |
---|
846 | |
---|
847 | test_embed_record$(EXEEXT): $(test_embed_record_OBJECTS) $(test_embed_record_DEPENDENCIES) $(EXTRA_test_embed_record_DEPENDENCIES) |
---|
848 | @rm -f test_embed_record$(EXEEXT) |
---|
849 | $(AM_V_CCLD)$(LINK) $(test_embed_record_OBJECTS) $(test_embed_record_LDADD) $(LIBS) |
---|
850 | |
---|
851 | test_file_glob$(EXEEXT): $(test_file_glob_OBJECTS) $(test_file_glob_DEPENDENCIES) $(EXTRA_test_file_glob_DEPENDENCIES) |
---|
852 | @rm -f test_file_glob$(EXEEXT) |
---|
853 | $(AM_V_CCLD)$(LINK) $(test_file_glob_OBJECTS) $(test_file_glob_LDADD) $(LIBS) |
---|
854 | |
---|
855 | test_filepath$(EXEEXT): $(test_filepath_OBJECTS) $(test_filepath_DEPENDENCIES) $(EXTRA_test_filepath_DEPENDENCIES) |
---|
856 | @rm -f test_filepath$(EXEEXT) |
---|
857 | $(AM_V_CCLD)$(LINK) $(test_filepath_OBJECTS) $(test_filepath_LDADD) $(LIBS) |
---|
858 | |
---|
859 | test_iconv$(EXEEXT): $(test_iconv_OBJECTS) $(test_iconv_DEPENDENCIES) $(EXTRA_test_iconv_DEPENDENCIES) |
---|
860 | @rm -f test_iconv$(EXEEXT) |
---|
861 | $(AM_V_CCLD)$(LINK) $(test_iconv_OBJECTS) $(test_iconv_LDADD) $(LIBS) |
---|
862 | |
---|
863 | test_icu$(EXEEXT): $(test_icu_OBJECTS) $(test_icu_DEPENDENCIES) $(EXTRA_test_icu_DEPENDENCIES) |
---|
864 | @rm -f test_icu$(EXEEXT) |
---|
865 | $(AM_V_CCLD)$(LINK) $(test_icu_OBJECTS) $(test_icu_LDADD) $(LIBS) |
---|
866 | |
---|
867 | test_json$(EXEEXT): $(test_json_OBJECTS) $(test_json_DEPENDENCIES) $(EXTRA_test_json_DEPENDENCIES) |
---|
868 | @rm -f test_json$(EXEEXT) |
---|
869 | $(AM_V_CCLD)$(LINK) $(test_json_OBJECTS) $(test_json_LDADD) $(LIBS) |
---|
870 | |
---|
871 | test_libstemmer$(EXEEXT): $(test_libstemmer_OBJECTS) $(test_libstemmer_DEPENDENCIES) $(EXTRA_test_libstemmer_DEPENDENCIES) |
---|
872 | @rm -f test_libstemmer$(EXEEXT) |
---|
873 | $(AM_V_CCLD)$(LINK) $(test_libstemmer_OBJECTS) $(test_libstemmer_LDADD) $(LIBS) |
---|
874 | |
---|
875 | test_log$(EXEEXT): $(test_log_OBJECTS) $(test_log_DEPENDENCIES) $(EXTRA_test_log_DEPENDENCIES) |
---|
876 | @rm -f test_log$(EXEEXT) |
---|
877 | $(AM_V_CCLD)$(LINK) $(test_log_OBJECTS) $(test_log_LDADD) $(LIBS) |
---|
878 | |
---|
879 | test_log_thread$(EXEEXT): $(test_log_thread_OBJECTS) $(test_log_thread_DEPENDENCIES) $(EXTRA_test_log_thread_DEPENDENCIES) |
---|
880 | @rm -f test_log_thread$(EXEEXT) |
---|
881 | $(AM_V_CCLD)$(LINK) $(test_log_thread_OBJECTS) $(test_log_thread_LDADD) $(LIBS) |
---|
882 | |
---|
883 | test_match_glob$(EXEEXT): $(test_match_glob_OBJECTS) $(test_match_glob_DEPENDENCIES) $(EXTRA_test_match_glob_DEPENDENCIES) |
---|
884 | @rm -f test_match_glob$(EXEEXT) |
---|
885 | $(AM_V_CCLD)$(LINK) $(test_match_glob_OBJECTS) $(test_match_glob_LDADD) $(LIBS) |
---|
886 | |
---|
887 | test_matchstr$(EXEEXT): $(test_matchstr_OBJECTS) $(test_matchstr_DEPENDENCIES) $(EXTRA_test_matchstr_DEPENDENCIES) |
---|
888 | @rm -f test_matchstr$(EXEEXT) |
---|
889 | $(AM_V_CCLD)$(LINK) $(test_matchstr_OBJECTS) $(test_matchstr_LDADD) $(LIBS) |
---|
890 | |
---|
891 | test_mutex$(EXEEXT): $(test_mutex_OBJECTS) $(test_mutex_DEPENDENCIES) $(EXTRA_test_mutex_DEPENDENCIES) |
---|
892 | @rm -f test_mutex$(EXEEXT) |
---|
893 | $(AM_V_CCLD)$(LINK) $(test_mutex_OBJECTS) $(test_mutex_LDADD) $(LIBS) |
---|
894 | |
---|
895 | test_nmem$(EXEEXT): $(test_nmem_OBJECTS) $(test_nmem_DEPENDENCIES) $(EXTRA_test_nmem_DEPENDENCIES) |
---|
896 | @rm -f test_nmem$(EXEEXT) |
---|
897 | $(AM_V_CCLD)$(LINK) $(test_nmem_OBJECTS) $(test_nmem_LDADD) $(LIBS) |
---|
898 | |
---|
899 | test_odr$(EXEEXT): $(test_odr_OBJECTS) $(test_odr_DEPENDENCIES) $(EXTRA_test_odr_DEPENDENCIES) |
---|
900 | @rm -f test_odr$(EXEEXT) |
---|
901 | $(AM_V_CCLD)$(LINK) $(test_odr_OBJECTS) $(test_odr_LDADD) $(LIBS) |
---|
902 | |
---|
903 | test_odrstack$(EXEEXT): $(test_odrstack_OBJECTS) $(test_odrstack_DEPENDENCIES) $(EXTRA_test_odrstack_DEPENDENCIES) |
---|
904 | @rm -f test_odrstack$(EXEEXT) |
---|
905 | $(AM_V_CCLD)$(LINK) $(test_odrstack_OBJECTS) $(test_odrstack_LDADD) $(LIBS) |
---|
906 | |
---|
907 | test_oid$(EXEEXT): $(test_oid_OBJECTS) $(test_oid_DEPENDENCIES) $(EXTRA_test_oid_DEPENDENCIES) |
---|
908 | @rm -f test_oid$(EXEEXT) |
---|
909 | $(AM_V_CCLD)$(LINK) $(test_oid_OBJECTS) $(test_oid_LDADD) $(LIBS) |
---|
910 | |
---|
911 | test_options$(EXEEXT): $(test_options_OBJECTS) $(test_options_DEPENDENCIES) $(EXTRA_test_options_DEPENDENCIES) |
---|
912 | @rm -f test_options$(EXEEXT) |
---|
913 | $(AM_V_CCLD)$(LINK) $(test_options_OBJECTS) $(test_options_LDADD) $(LIBS) |
---|
914 | |
---|
915 | test_pquery$(EXEEXT): $(test_pquery_OBJECTS) $(test_pquery_DEPENDENCIES) $(EXTRA_test_pquery_DEPENDENCIES) |
---|
916 | @rm -f test_pquery$(EXEEXT) |
---|
917 | $(AM_V_CCLD)$(LINK) $(test_pquery_OBJECTS) $(test_pquery_LDADD) $(LIBS) |
---|
918 | |
---|
919 | test_query_charset$(EXEEXT): $(test_query_charset_OBJECTS) $(test_query_charset_DEPENDENCIES) $(EXTRA_test_query_charset_DEPENDENCIES) |
---|
920 | @rm -f test_query_charset$(EXEEXT) |
---|
921 | $(AM_V_CCLD)$(LINK) $(test_query_charset_OBJECTS) $(test_query_charset_LDADD) $(LIBS) |
---|
922 | |
---|
923 | test_record_conv$(EXEEXT): $(test_record_conv_OBJECTS) $(test_record_conv_DEPENDENCIES) $(EXTRA_test_record_conv_DEPENDENCIES) |
---|
924 | @rm -f test_record_conv$(EXEEXT) |
---|
925 | $(AM_V_CCLD)$(LINK) $(test_record_conv_OBJECTS) $(test_record_conv_LDADD) $(LIBS) |
---|
926 | |
---|
927 | test_retrieval$(EXEEXT): $(test_retrieval_OBJECTS) $(test_retrieval_DEPENDENCIES) $(EXTRA_test_retrieval_DEPENDENCIES) |
---|
928 | @rm -f test_retrieval$(EXEEXT) |
---|
929 | $(AM_V_CCLD)$(LINK) $(test_retrieval_OBJECTS) $(test_retrieval_LDADD) $(LIBS) |
---|
930 | |
---|
931 | test_rpn2cql$(EXEEXT): $(test_rpn2cql_OBJECTS) $(test_rpn2cql_DEPENDENCIES) $(EXTRA_test_rpn2cql_DEPENDENCIES) |
---|
932 | @rm -f test_rpn2cql$(EXEEXT) |
---|
933 | $(AM_V_CCLD)$(LINK) $(test_rpn2cql_OBJECTS) $(test_rpn2cql_LDADD) $(LIBS) |
---|
934 | |
---|
935 | test_rpn2solr$(EXEEXT): $(test_rpn2solr_OBJECTS) $(test_rpn2solr_DEPENDENCIES) $(EXTRA_test_rpn2solr_DEPENDENCIES) |
---|
936 | @rm -f test_rpn2solr$(EXEEXT) |
---|
937 | $(AM_V_CCLD)$(LINK) $(test_rpn2solr_OBJECTS) $(test_rpn2solr_LDADD) $(LIBS) |
---|
938 | |
---|
939 | test_shared_ptr$(EXEEXT): $(test_shared_ptr_OBJECTS) $(test_shared_ptr_DEPENDENCIES) $(EXTRA_test_shared_ptr_DEPENDENCIES) |
---|
940 | @rm -f test_shared_ptr$(EXEEXT) |
---|
941 | $(AM_V_CCLD)$(LINK) $(test_shared_ptr_OBJECTS) $(test_shared_ptr_LDADD) $(LIBS) |
---|
942 | |
---|
943 | test_soap1$(EXEEXT): $(test_soap1_OBJECTS) $(test_soap1_DEPENDENCIES) $(EXTRA_test_soap1_DEPENDENCIES) |
---|
944 | @rm -f test_soap1$(EXEEXT) |
---|
945 | $(AM_V_CCLD)$(LINK) $(test_soap1_OBJECTS) $(test_soap1_LDADD) $(LIBS) |
---|
946 | |
---|
947 | test_soap2$(EXEEXT): $(test_soap2_OBJECTS) $(test_soap2_DEPENDENCIES) $(EXTRA_test_soap2_DEPENDENCIES) |
---|
948 | @rm -f test_soap2$(EXEEXT) |
---|
949 | $(AM_V_CCLD)$(LINK) $(test_soap2_OBJECTS) $(test_soap2_LDADD) $(LIBS) |
---|
950 | |
---|
951 | test_solr$(EXEEXT): $(test_solr_OBJECTS) $(test_solr_DEPENDENCIES) $(EXTRA_test_solr_DEPENDENCIES) |
---|
952 | @rm -f test_solr$(EXEEXT) |
---|
953 | $(AM_V_CCLD)$(LINK) $(test_solr_OBJECTS) $(test_solr_LDADD) $(LIBS) |
---|
954 | |
---|
955 | test_sortspec$(EXEEXT): $(test_sortspec_OBJECTS) $(test_sortspec_DEPENDENCIES) $(EXTRA_test_sortspec_DEPENDENCIES) |
---|
956 | @rm -f test_sortspec$(EXEEXT) |
---|
957 | $(AM_V_CCLD)$(LINK) $(test_sortspec_OBJECTS) $(test_sortspec_LDADD) $(LIBS) |
---|
958 | |
---|
959 | test_timing$(EXEEXT): $(test_timing_OBJECTS) $(test_timing_DEPENDENCIES) $(EXTRA_test_timing_DEPENDENCIES) |
---|
960 | @rm -f test_timing$(EXEEXT) |
---|
961 | $(AM_V_CCLD)$(LINK) $(test_timing_OBJECTS) $(test_timing_LDADD) $(LIBS) |
---|
962 | |
---|
963 | test_tpath$(EXEEXT): $(test_tpath_OBJECTS) $(test_tpath_DEPENDENCIES) $(EXTRA_test_tpath_DEPENDENCIES) |
---|
964 | @rm -f test_tpath$(EXEEXT) |
---|
965 | $(AM_V_CCLD)$(LINK) $(test_tpath_OBJECTS) $(test_tpath_LDADD) $(LIBS) |
---|
966 | |
---|
967 | test_wrbuf$(EXEEXT): $(test_wrbuf_OBJECTS) $(test_wrbuf_DEPENDENCIES) $(EXTRA_test_wrbuf_DEPENDENCIES) |
---|
968 | @rm -f test_wrbuf$(EXEEXT) |
---|
969 | $(AM_V_CCLD)$(LINK) $(test_wrbuf_OBJECTS) $(test_wrbuf_LDADD) $(LIBS) |
---|
970 | |
---|
971 | test_xmalloc$(EXEEXT): $(test_xmalloc_OBJECTS) $(test_xmalloc_DEPENDENCIES) $(EXTRA_test_xmalloc_DEPENDENCIES) |
---|
972 | @rm -f test_xmalloc$(EXEEXT) |
---|
973 | $(AM_V_CCLD)$(LINK) $(test_xmalloc_OBJECTS) $(test_xmalloc_LDADD) $(LIBS) |
---|
974 | |
---|
975 | test_xml_include$(EXEEXT): $(test_xml_include_OBJECTS) $(test_xml_include_DEPENDENCIES) $(EXTRA_test_xml_include_DEPENDENCIES) |
---|
976 | @rm -f test_xml_include$(EXEEXT) |
---|
977 | $(AM_V_CCLD)$(LINK) $(test_xml_include_OBJECTS) $(test_xml_include_LDADD) $(LIBS) |
---|
978 | |
---|
979 | test_xmlquery$(EXEEXT): $(test_xmlquery_OBJECTS) $(test_xmlquery_DEPENDENCIES) $(EXTRA_test_xmlquery_DEPENDENCIES) |
---|
980 | @rm -f test_xmlquery$(EXEEXT) |
---|
981 | $(AM_V_CCLD)$(LINK) $(test_xmlquery_OBJECTS) $(test_xmlquery_LDADD) $(LIBS) |
---|
982 | |
---|
983 | test_zgdu$(EXEEXT): $(test_zgdu_OBJECTS) $(test_zgdu_DEPENDENCIES) $(EXTRA_test_zgdu_DEPENDENCIES) |
---|
984 | @rm -f test_zgdu$(EXEEXT) |
---|
985 | $(AM_V_CCLD)$(LINK) $(test_zgdu_OBJECTS) $(test_zgdu_LDADD) $(LIBS) |
---|
986 | |
---|
987 | mostlyclean-compile: |
---|
988 | -rm -f *.$(OBJEXT) |
---|
989 | |
---|
990 | distclean-compile: |
---|
991 | -rm -f *.tab.c |
---|
992 | |
---|
993 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ccl.Po@am__quote@ |
---|
994 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_comstack.Po@am__quote@ |
---|
995 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_cql2ccl.Po@am__quote@ |
---|
996 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_embed_record.Po@am__quote@ |
---|
997 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_file_glob.Po@am__quote@ |
---|
998 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_filepath.Po@am__quote@ |
---|
999 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_iconv.Po@am__quote@ |
---|
1000 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_icu.Po@am__quote@ |
---|
1001 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_json.Po@am__quote@ |
---|
1002 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_libstemmer.Po@am__quote@ |
---|
1003 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_log.Po@am__quote@ |
---|
1004 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_log_thread.Po@am__quote@ |
---|
1005 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_match_glob.Po@am__quote@ |
---|
1006 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_matchstr.Po@am__quote@ |
---|
1007 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_mutex.Po@am__quote@ |
---|
1008 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_nmem.Po@am__quote@ |
---|
1009 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_odr.Po@am__quote@ |
---|
1010 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_odrcodec.Po@am__quote@ |
---|
1011 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_odrstack.Po@am__quote@ |
---|
1012 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_oid.Po@am__quote@ |
---|
1013 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_options.Po@am__quote@ |
---|
1014 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pquery.Po@am__quote@ |
---|
1015 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_query_charset.Po@am__quote@ |
---|
1016 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_record_conv.Po@am__quote@ |
---|
1017 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_retrieval.Po@am__quote@ |
---|
1018 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_rpn2cql.Po@am__quote@ |
---|
1019 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_rpn2solr.Po@am__quote@ |
---|
1020 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_shared_ptr.Po@am__quote@ |
---|
1021 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_soap1.Po@am__quote@ |
---|
1022 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_soap2.Po@am__quote@ |
---|
1023 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_solr.Po@am__quote@ |
---|
1024 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_sortspec.Po@am__quote@ |
---|
1025 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_timing.Po@am__quote@ |
---|
1026 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_tpath.Po@am__quote@ |
---|
1027 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_wrbuf.Po@am__quote@ |
---|
1028 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_xmalloc.Po@am__quote@ |
---|
1029 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_xml_include.Po@am__quote@ |
---|
1030 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_xmlquery.Po@am__quote@ |
---|
1031 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_zgdu.Po@am__quote@ |
---|
1032 | |
---|
1033 | .c.o: |
---|
1034 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
---|
1035 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
---|
1036 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
---|
1037 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
1038 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
1039 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
---|
1040 | |
---|
1041 | .c.obj: |
---|
1042 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ |
---|
1043 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ |
---|
1044 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
---|
1045 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
1046 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
1047 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
---|
1048 | |
---|
1049 | .c.lo: |
---|
1050 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ |
---|
1051 | @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
---|
1052 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo |
---|
1053 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
---|
1054 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
1055 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< |
---|
1056 | |
---|
1057 | mostlyclean-libtool: |
---|
1058 | -rm -f *.lo |
---|
1059 | |
---|
1060 | clean-libtool: |
---|
1061 | -rm -rf .libs _libs |
---|
1062 | |
---|
1063 | ID: $(am__tagged_files) |
---|
1064 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
---|
1065 | tags: tags-am |
---|
1066 | TAGS: tags |
---|
1067 | |
---|
1068 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
---|
1069 | set x; \ |
---|
1070 | here=`pwd`; \ |
---|
1071 | $(am__define_uniq_tagged_files); \ |
---|
1072 | shift; \ |
---|
1073 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
---|
1074 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
1075 | if test $$# -gt 0; then \ |
---|
1076 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
1077 | "$$@" $$unique; \ |
---|
1078 | else \ |
---|
1079 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
1080 | $$unique; \ |
---|
1081 | fi; \ |
---|
1082 | fi |
---|
1083 | ctags: ctags-am |
---|
1084 | |
---|
1085 | CTAGS: ctags |
---|
1086 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
---|
1087 | $(am__define_uniq_tagged_files); \ |
---|
1088 | test -z "$(CTAGS_ARGS)$$unique" \ |
---|
1089 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
1090 | $$unique |
---|
1091 | |
---|
1092 | GTAGS: |
---|
1093 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
1094 | && $(am__cd) $(top_srcdir) \ |
---|
1095 | && gtags -i $(GTAGS_ARGS) "$$here" |
---|
1096 | cscopelist: cscopelist-am |
---|
1097 | |
---|
1098 | cscopelist-am: $(am__tagged_files) |
---|
1099 | list='$(am__tagged_files)'; \ |
---|
1100 | case "$(srcdir)" in \ |
---|
1101 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
---|
1102 | *) sdir=$(subdir)/$(srcdir) ;; \ |
---|
1103 | esac; \ |
---|
1104 | for i in $$list; do \ |
---|
1105 | if test -f "$$i"; then \ |
---|
1106 | echo "$(subdir)/$$i"; \ |
---|
1107 | else \ |
---|
1108 | echo "$$sdir/$$i"; \ |
---|
1109 | fi; \ |
---|
1110 | done >> $(top_builddir)/cscope.files |
---|
1111 | |
---|
1112 | distclean-tags: |
---|
1113 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
1114 | |
---|
1115 | # Recover from deleted '.trs' file; this should ensure that |
---|
1116 | # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create |
---|
1117 | # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells |
---|
1118 | # to avoid problems with "make -n". |
---|
1119 | .log.trs: |
---|
1120 | rm -f $< $@ |
---|
1121 | $(MAKE) $(AM_MAKEFLAGS) $< |
---|
1122 | |
---|
1123 | # Leading 'am--fnord' is there to ensure the list of targets does not |
---|
1124 | # expand to empty, as could happen e.g. with make check TESTS=''. |
---|
1125 | am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) |
---|
1126 | am--force-recheck: |
---|
1127 | @: |
---|
1128 | |
---|
1129 | $(TEST_SUITE_LOG): $(TEST_LOGS) |
---|
1130 | @$(am__set_TESTS_bases); \ |
---|
1131 | am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ |
---|
1132 | redo_bases=`for i in $$bases; do \ |
---|
1133 | am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ |
---|
1134 | done`; \ |
---|
1135 | if test -n "$$redo_bases"; then \ |
---|
1136 | redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ |
---|
1137 | redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ |
---|
1138 | if $(am__make_dryrun); then :; else \ |
---|
1139 | rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ |
---|
1140 | fi; \ |
---|
1141 | fi; \ |
---|
1142 | if test -n "$$am__remaking_logs"; then \ |
---|
1143 | echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ |
---|
1144 | "recursion detected" >&2; \ |
---|
1145 | elif test -n "$$redo_logs"; then \ |
---|
1146 | am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ |
---|
1147 | fi; \ |
---|
1148 | if $(am__make_dryrun); then :; else \ |
---|
1149 | st=0; \ |
---|
1150 | errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ |
---|
1151 | for i in $$redo_bases; do \ |
---|
1152 | test -f $$i.trs && test -r $$i.trs \ |
---|
1153 | || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ |
---|
1154 | test -f $$i.log && test -r $$i.log \ |
---|
1155 | || { echo "$$errmsg $$i.log" >&2; st=1; }; \ |
---|
1156 | done; \ |
---|
1157 | test $$st -eq 0 || exit 1; \ |
---|
1158 | fi |
---|
1159 | @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ |
---|
1160 | ws='[ ]'; \ |
---|
1161 | results=`for b in $$bases; do echo $$b.trs; done`; \ |
---|
1162 | test -n "$$results" || results=/dev/null; \ |
---|
1163 | all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ |
---|
1164 | pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ |
---|
1165 | fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ |
---|
1166 | skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ |
---|
1167 | xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ |
---|
1168 | xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ |
---|
1169 | error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ |
---|
1170 | if test `expr $$fail + $$xpass + $$error` -eq 0; then \ |
---|
1171 | success=true; \ |
---|
1172 | else \ |
---|
1173 | success=false; \ |
---|
1174 | fi; \ |
---|
1175 | br='==================='; br=$$br$$br$$br$$br; \ |
---|
1176 | result_count () \ |
---|
1177 | { \ |
---|
1178 | if test x"$$1" = x"--maybe-color"; then \ |
---|
1179 | maybe_colorize=yes; \ |
---|
1180 | elif test x"$$1" = x"--no-color"; then \ |
---|
1181 | maybe_colorize=no; \ |
---|
1182 | else \ |
---|
1183 | echo "$@: invalid 'result_count' usage" >&2; exit 4; \ |
---|
1184 | fi; \ |
---|
1185 | shift; \ |
---|
1186 | desc=$$1 count=$$2; \ |
---|
1187 | if test $$maybe_colorize = yes && test $$count -gt 0; then \ |
---|
1188 | color_start=$$3 color_end=$$std; \ |
---|
1189 | else \ |
---|
1190 | color_start= color_end=; \ |
---|
1191 | fi; \ |
---|
1192 | echo "$${color_start}# $$desc $$count$${color_end}"; \ |
---|
1193 | }; \ |
---|
1194 | create_testsuite_report () \ |
---|
1195 | { \ |
---|
1196 | result_count $$1 "TOTAL:" $$all "$$brg"; \ |
---|
1197 | result_count $$1 "PASS: " $$pass "$$grn"; \ |
---|
1198 | result_count $$1 "SKIP: " $$skip "$$blu"; \ |
---|
1199 | result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ |
---|
1200 | result_count $$1 "FAIL: " $$fail "$$red"; \ |
---|
1201 | result_count $$1 "XPASS:" $$xpass "$$red"; \ |
---|
1202 | result_count $$1 "ERROR:" $$error "$$mgn"; \ |
---|
1203 | }; \ |
---|
1204 | { \ |
---|
1205 | echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ |
---|
1206 | $(am__rst_title); \ |
---|
1207 | create_testsuite_report --no-color; \ |
---|
1208 | echo; \ |
---|
1209 | echo ".. contents:: :depth: 2"; \ |
---|
1210 | echo; \ |
---|
1211 | for b in $$bases; do echo $$b; done \ |
---|
1212 | | $(am__create_global_log); \ |
---|
1213 | } >$(TEST_SUITE_LOG).tmp || exit 1; \ |
---|
1214 | mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ |
---|
1215 | if $$success; then \ |
---|
1216 | col="$$grn"; \ |
---|
1217 | else \ |
---|
1218 | col="$$red"; \ |
---|
1219 | test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ |
---|
1220 | fi; \ |
---|
1221 | echo "$${col}$$br$${std}"; \ |
---|
1222 | echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ |
---|
1223 | echo "$${col}$$br$${std}"; \ |
---|
1224 | create_testsuite_report --maybe-color; \ |
---|
1225 | echo "$$col$$br$$std"; \ |
---|
1226 | if $$success; then :; else \ |
---|
1227 | echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ |
---|
1228 | if test -n "$(PACKAGE_BUGREPORT)"; then \ |
---|
1229 | echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ |
---|
1230 | fi; \ |
---|
1231 | echo "$$col$$br$$std"; \ |
---|
1232 | fi; \ |
---|
1233 | $$success || exit 1 |
---|
1234 | |
---|
1235 | check-TESTS: |
---|
1236 | @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list |
---|
1237 | @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list |
---|
1238 | @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
---|
1239 | @set +e; $(am__set_TESTS_bases); \ |
---|
1240 | log_list=`for i in $$bases; do echo $$i.log; done`; \ |
---|
1241 | trs_list=`for i in $$bases; do echo $$i.trs; done`; \ |
---|
1242 | log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ |
---|
1243 | $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ |
---|
1244 | exit $$?; |
---|
1245 | recheck: all $(check_PROGRAMS) $(check_SCRIPTS) |
---|
1246 | @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
---|
1247 | @set +e; $(am__set_TESTS_bases); \ |
---|
1248 | bases=`for i in $$bases; do echo $$i; done \ |
---|
1249 | | $(am__list_recheck_tests)` || exit 1; \ |
---|
1250 | log_list=`for i in $$bases; do echo $$i.log; done`; \ |
---|
1251 | log_list=`echo $$log_list`; \ |
---|
1252 | $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ |
---|
1253 | am__force_recheck=am--force-recheck \ |
---|
1254 | TEST_LOGS="$$log_list"; \ |
---|
1255 | exit $$? |
---|
1256 | test_ccl.log: test_ccl$(EXEEXT) |
---|
1257 | @p='test_ccl$(EXEEXT)'; \ |
---|
1258 | b='test_ccl'; \ |
---|
1259 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1260 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1261 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1262 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1263 | test_comstack.log: test_comstack$(EXEEXT) |
---|
1264 | @p='test_comstack$(EXEEXT)'; \ |
---|
1265 | b='test_comstack'; \ |
---|
1266 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1267 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1268 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1269 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1270 | test_cql2ccl.log: test_cql2ccl$(EXEEXT) |
---|
1271 | @p='test_cql2ccl$(EXEEXT)'; \ |
---|
1272 | b='test_cql2ccl'; \ |
---|
1273 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1274 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1275 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1276 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1277 | test_embed_record.log: test_embed_record$(EXEEXT) |
---|
1278 | @p='test_embed_record$(EXEEXT)'; \ |
---|
1279 | b='test_embed_record'; \ |
---|
1280 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1281 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1282 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1283 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1284 | test_filepath.log: test_filepath$(EXEEXT) |
---|
1285 | @p='test_filepath$(EXEEXT)'; \ |
---|
1286 | b='test_filepath'; \ |
---|
1287 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1288 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1289 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1290 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1291 | test_file_glob.log: test_file_glob$(EXEEXT) |
---|
1292 | @p='test_file_glob$(EXEEXT)'; \ |
---|
1293 | b='test_file_glob'; \ |
---|
1294 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1295 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1296 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1297 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1298 | test_iconv.log: test_iconv$(EXEEXT) |
---|
1299 | @p='test_iconv$(EXEEXT)'; \ |
---|
1300 | b='test_iconv'; \ |
---|
1301 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1302 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1303 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1304 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1305 | test_icu.log: test_icu$(EXEEXT) |
---|
1306 | @p='test_icu$(EXEEXT)'; \ |
---|
1307 | b='test_icu'; \ |
---|
1308 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1309 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1310 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1311 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1312 | test_json.log: test_json$(EXEEXT) |
---|
1313 | @p='test_json$(EXEEXT)'; \ |
---|
1314 | b='test_json'; \ |
---|
1315 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1316 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1317 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1318 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1319 | test_libstemmer.log: test_libstemmer$(EXEEXT) |
---|
1320 | @p='test_libstemmer$(EXEEXT)'; \ |
---|
1321 | b='test_libstemmer'; \ |
---|
1322 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1323 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1324 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1325 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1326 | test_log.log: test_log$(EXEEXT) |
---|
1327 | @p='test_log$(EXEEXT)'; \ |
---|
1328 | b='test_log'; \ |
---|
1329 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1330 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1331 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1332 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1333 | test_log_thread.log: test_log_thread$(EXEEXT) |
---|
1334 | @p='test_log_thread$(EXEEXT)'; \ |
---|
1335 | b='test_log_thread'; \ |
---|
1336 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1337 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1338 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1339 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1340 | test_match_glob.log: test_match_glob$(EXEEXT) |
---|
1341 | @p='test_match_glob$(EXEEXT)'; \ |
---|
1342 | b='test_match_glob'; \ |
---|
1343 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1344 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1345 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1346 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1347 | test_matchstr.log: test_matchstr$(EXEEXT) |
---|
1348 | @p='test_matchstr$(EXEEXT)'; \ |
---|
1349 | b='test_matchstr'; \ |
---|
1350 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1351 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1352 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1353 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1354 | test_mutex.log: test_mutex$(EXEEXT) |
---|
1355 | @p='test_mutex$(EXEEXT)'; \ |
---|
1356 | b='test_mutex'; \ |
---|
1357 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1358 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1359 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1360 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1361 | test_nmem.log: test_nmem$(EXEEXT) |
---|
1362 | @p='test_nmem$(EXEEXT)'; \ |
---|
1363 | b='test_nmem'; \ |
---|
1364 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1365 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1366 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1367 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1368 | test_odr.log: test_odr$(EXEEXT) |
---|
1369 | @p='test_odr$(EXEEXT)'; \ |
---|
1370 | b='test_odr'; \ |
---|
1371 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1372 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1373 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1374 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1375 | test_odrstack.log: test_odrstack$(EXEEXT) |
---|
1376 | @p='test_odrstack$(EXEEXT)'; \ |
---|
1377 | b='test_odrstack'; \ |
---|
1378 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1379 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1380 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1381 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1382 | test_oid.log: test_oid$(EXEEXT) |
---|
1383 | @p='test_oid$(EXEEXT)'; \ |
---|
1384 | b='test_oid'; \ |
---|
1385 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1386 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1387 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1388 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1389 | test_options.log: test_options$(EXEEXT) |
---|
1390 | @p='test_options$(EXEEXT)'; \ |
---|
1391 | b='test_options'; \ |
---|
1392 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1393 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1394 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1395 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1396 | test_pquery.log: test_pquery$(EXEEXT) |
---|
1397 | @p='test_pquery$(EXEEXT)'; \ |
---|
1398 | b='test_pquery'; \ |
---|
1399 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1400 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1401 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1402 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1403 | test_query_charset.log: test_query_charset$(EXEEXT) |
---|
1404 | @p='test_query_charset$(EXEEXT)'; \ |
---|
1405 | b='test_query_charset'; \ |
---|
1406 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1407 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1408 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1409 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1410 | test_record_conv.log: test_record_conv$(EXEEXT) |
---|
1411 | @p='test_record_conv$(EXEEXT)'; \ |
---|
1412 | b='test_record_conv'; \ |
---|
1413 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1414 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1415 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1416 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1417 | test_rpn2cql.log: test_rpn2cql$(EXEEXT) |
---|
1418 | @p='test_rpn2cql$(EXEEXT)'; \ |
---|
1419 | b='test_rpn2cql'; \ |
---|
1420 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1421 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1422 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1423 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1424 | test_rpn2solr.log: test_rpn2solr$(EXEEXT) |
---|
1425 | @p='test_rpn2solr$(EXEEXT)'; \ |
---|
1426 | b='test_rpn2solr'; \ |
---|
1427 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1428 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1429 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1430 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1431 | test_retrieval.log: test_retrieval$(EXEEXT) |
---|
1432 | @p='test_retrieval$(EXEEXT)'; \ |
---|
1433 | b='test_retrieval'; \ |
---|
1434 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1435 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1436 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1437 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1438 | test_shared_ptr.log: test_shared_ptr$(EXEEXT) |
---|
1439 | @p='test_shared_ptr$(EXEEXT)'; \ |
---|
1440 | b='test_shared_ptr'; \ |
---|
1441 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1442 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1443 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1444 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1445 | test_soap1.log: test_soap1$(EXEEXT) |
---|
1446 | @p='test_soap1$(EXEEXT)'; \ |
---|
1447 | b='test_soap1'; \ |
---|
1448 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1449 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1450 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1451 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1452 | test_soap2.log: test_soap2$(EXEEXT) |
---|
1453 | @p='test_soap2$(EXEEXT)'; \ |
---|
1454 | b='test_soap2'; \ |
---|
1455 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1456 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1457 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1458 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1459 | test_solr.log: test_solr$(EXEEXT) |
---|
1460 | @p='test_solr$(EXEEXT)'; \ |
---|
1461 | b='test_solr'; \ |
---|
1462 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1463 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1464 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1465 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1466 | test_sortspec.log: test_sortspec$(EXEEXT) |
---|
1467 | @p='test_sortspec$(EXEEXT)'; \ |
---|
1468 | b='test_sortspec'; \ |
---|
1469 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1470 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1471 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1472 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1473 | test_timing.log: test_timing$(EXEEXT) |
---|
1474 | @p='test_timing$(EXEEXT)'; \ |
---|
1475 | b='test_timing'; \ |
---|
1476 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1477 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1478 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1479 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1480 | test_tpath.log: test_tpath$(EXEEXT) |
---|
1481 | @p='test_tpath$(EXEEXT)'; \ |
---|
1482 | b='test_tpath'; \ |
---|
1483 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1484 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1485 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1486 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1487 | test_wrbuf.log: test_wrbuf$(EXEEXT) |
---|
1488 | @p='test_wrbuf$(EXEEXT)'; \ |
---|
1489 | b='test_wrbuf'; \ |
---|
1490 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1491 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1492 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1493 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1494 | test_xmalloc.log: test_xmalloc$(EXEEXT) |
---|
1495 | @p='test_xmalloc$(EXEEXT)'; \ |
---|
1496 | b='test_xmalloc'; \ |
---|
1497 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1498 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1499 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1500 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1501 | test_xml_include.log: test_xml_include$(EXEEXT) |
---|
1502 | @p='test_xml_include$(EXEEXT)'; \ |
---|
1503 | b='test_xml_include'; \ |
---|
1504 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1505 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1506 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1507 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1508 | test_xmlquery.log: test_xmlquery$(EXEEXT) |
---|
1509 | @p='test_xmlquery$(EXEEXT)'; \ |
---|
1510 | b='test_xmlquery'; \ |
---|
1511 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1512 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1513 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1514 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1515 | test_zgdu.log: test_zgdu$(EXEEXT) |
---|
1516 | @p='test_zgdu$(EXEEXT)'; \ |
---|
1517 | b='test_zgdu'; \ |
---|
1518 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1519 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1520 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1521 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1522 | test_marc.sh.log: test_marc.sh |
---|
1523 | @p='test_marc.sh'; \ |
---|
1524 | b='test_marc.sh'; \ |
---|
1525 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1526 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1527 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1528 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1529 | test_marccol.sh.log: test_marccol.sh |
---|
1530 | @p='test_marccol.sh'; \ |
---|
1531 | b='test_marccol.sh'; \ |
---|
1532 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1533 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1534 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1535 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1536 | test_cql2xcql.sh.log: test_cql2xcql.sh |
---|
1537 | @p='test_cql2xcql.sh'; \ |
---|
1538 | b='test_cql2xcql.sh'; \ |
---|
1539 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1540 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1541 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1542 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1543 | test_cql2pqf.sh.log: test_cql2pqf.sh |
---|
1544 | @p='test_cql2pqf.sh'; \ |
---|
1545 | b='test_cql2pqf.sh'; \ |
---|
1546 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1547 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1548 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1549 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1550 | test_icu.sh.log: test_icu.sh |
---|
1551 | @p='test_icu.sh'; \ |
---|
1552 | b='test_icu.sh'; \ |
---|
1553 | $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
---|
1554 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1555 | $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
---|
1556 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1557 | .test.log: |
---|
1558 | @p='$<'; \ |
---|
1559 | $(am__set_b); \ |
---|
1560 | $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ |
---|
1561 | --log-file $$b.log --trs-file $$b.trs \ |
---|
1562 | $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ |
---|
1563 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1564 | @am__EXEEXT_TRUE@.test$(EXEEXT).log: |
---|
1565 | @am__EXEEXT_TRUE@ @p='$<'; \ |
---|
1566 | @am__EXEEXT_TRUE@ $(am__set_b); \ |
---|
1567 | @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ |
---|
1568 | @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ |
---|
1569 | @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ |
---|
1570 | @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) |
---|
1571 | |
---|
1572 | distdir: $(DISTFILES) |
---|
1573 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
1574 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
1575 | list='$(DISTFILES)'; \ |
---|
1576 | dist_files=`for file in $$list; do echo $$file; done | \ |
---|
1577 | sed -e "s|^$$srcdirstrip/||;t" \ |
---|
1578 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
---|
1579 | case $$dist_files in \ |
---|
1580 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
---|
1581 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
---|
1582 | sort -u` ;; \ |
---|
1583 | esac; \ |
---|
1584 | for file in $$dist_files; do \ |
---|
1585 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
1586 | if test -d $$d/$$file; then \ |
---|
1587 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
1588 | if test -d "$(distdir)/$$file"; then \ |
---|
1589 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
---|
1590 | fi; \ |
---|
1591 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
1592 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
---|
1593 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
---|
1594 | fi; \ |
---|
1595 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
---|
1596 | else \ |
---|
1597 | test -f "$(distdir)/$$file" \ |
---|
1598 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
---|
1599 | || exit 1; \ |
---|
1600 | fi; \ |
---|
1601 | done |
---|
1602 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
1603 | top_distdir="$(top_distdir)" distdir="$(distdir)" \ |
---|
1604 | dist-hook |
---|
1605 | check-am: all-am |
---|
1606 | $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_SCRIPTS) |
---|
1607 | $(MAKE) $(AM_MAKEFLAGS) check-TESTS |
---|
1608 | check: check-am |
---|
1609 | all-am: Makefile |
---|
1610 | installdirs: |
---|
1611 | install: install-am |
---|
1612 | install-exec: install-exec-am |
---|
1613 | install-data: install-data-am |
---|
1614 | uninstall: uninstall-am |
---|
1615 | |
---|
1616 | install-am: all-am |
---|
1617 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
1618 | |
---|
1619 | installcheck: installcheck-am |
---|
1620 | install-strip: |
---|
1621 | if test -z '$(STRIP)'; then \ |
---|
1622 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
1623 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
1624 | install; \ |
---|
1625 | else \ |
---|
1626 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
1627 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
1628 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
---|
1629 | fi |
---|
1630 | mostlyclean-generic: |
---|
1631 | -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) |
---|
1632 | -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) |
---|
1633 | -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
---|
1634 | |
---|
1635 | clean-generic: |
---|
1636 | |
---|
1637 | distclean-generic: |
---|
1638 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
1639 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
---|
1640 | |
---|
1641 | maintainer-clean-generic: |
---|
1642 | @echo "This command is intended for maintainers to use" |
---|
1643 | @echo "it deletes files that may require special tools to rebuild." |
---|
1644 | clean: clean-am |
---|
1645 | |
---|
1646 | clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ |
---|
1647 | mostlyclean-am |
---|
1648 | |
---|
1649 | distclean: distclean-am |
---|
1650 | -rm -rf ./$(DEPDIR) |
---|
1651 | -rm -f Makefile |
---|
1652 | distclean-am: clean-am distclean-compile distclean-generic \ |
---|
1653 | distclean-tags |
---|
1654 | |
---|
1655 | dvi: dvi-am |
---|
1656 | |
---|
1657 | dvi-am: |
---|
1658 | |
---|
1659 | html: html-am |
---|
1660 | |
---|
1661 | html-am: |
---|
1662 | |
---|
1663 | info: info-am |
---|
1664 | |
---|
1665 | info-am: |
---|
1666 | |
---|
1667 | install-data-am: |
---|
1668 | |
---|
1669 | install-dvi: install-dvi-am |
---|
1670 | |
---|
1671 | install-dvi-am: |
---|
1672 | |
---|
1673 | install-exec-am: |
---|
1674 | |
---|
1675 | install-html: install-html-am |
---|
1676 | |
---|
1677 | install-html-am: |
---|
1678 | |
---|
1679 | install-info: install-info-am |
---|
1680 | |
---|
1681 | install-info-am: |
---|
1682 | |
---|
1683 | install-man: |
---|
1684 | |
---|
1685 | install-pdf: install-pdf-am |
---|
1686 | |
---|
1687 | install-pdf-am: |
---|
1688 | |
---|
1689 | install-ps: install-ps-am |
---|
1690 | |
---|
1691 | install-ps-am: |
---|
1692 | |
---|
1693 | installcheck-am: |
---|
1694 | |
---|
1695 | maintainer-clean: maintainer-clean-am |
---|
1696 | -rm -rf ./$(DEPDIR) |
---|
1697 | -rm -f Makefile |
---|
1698 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
1699 | |
---|
1700 | mostlyclean: mostlyclean-am |
---|
1701 | |
---|
1702 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
---|
1703 | mostlyclean-libtool |
---|
1704 | |
---|
1705 | pdf: pdf-am |
---|
1706 | |
---|
1707 | pdf-am: |
---|
1708 | |
---|
1709 | ps: ps-am |
---|
1710 | |
---|
1711 | ps-am: |
---|
1712 | |
---|
1713 | uninstall-am: |
---|
1714 | |
---|
1715 | .MAKE: check-am install-am install-strip |
---|
1716 | |
---|
1717 | .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ |
---|
1718 | clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ |
---|
1719 | ctags ctags-am dist-hook distclean distclean-compile \ |
---|
1720 | distclean-generic distclean-libtool distclean-tags distdir dvi \ |
---|
1721 | dvi-am html html-am info info-am install install-am \ |
---|
1722 | install-data install-data-am install-dvi install-dvi-am \ |
---|
1723 | install-exec install-exec-am install-html install-html-am \ |
---|
1724 | install-info install-info-am install-man install-pdf \ |
---|
1725 | install-pdf-am install-ps install-ps-am install-strip \ |
---|
1726 | installcheck installcheck-am installdirs maintainer-clean \ |
---|
1727 | maintainer-clean-generic mostlyclean mostlyclean-compile \ |
---|
1728 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
---|
1729 | recheck tags tags-am uninstall uninstall-am |
---|
1730 | |
---|
1731 | .PRECIOUS: Makefile |
---|
1732 | |
---|
1733 | |
---|
1734 | dist-hook: |
---|
1735 | mkdir -p $(distdir)/cql |
---|
1736 | cp $(srcdir)/cql/*.err $(srcdir)/cql/*.out $(distdir)/cql |
---|
1737 | mkdir -p $(distdir)/cql2pqf |
---|
1738 | cp $(srcdir)/cql2pqf/*.err $(srcdir)/cql2pqf/*.out $(distdir)/cql2pqf |
---|
1739 | cp $(srcdir)/marc?.chr $(distdir) |
---|
1740 | cp $(srcdir)/marc?.marc $(distdir) |
---|
1741 | cp $(srcdir)/marc?.xml $(distdir) |
---|
1742 | cp $(srcdir)/marc?.json $(distdir) |
---|
1743 | cp $(srcdir)/marc?.json.marc $(distdir) |
---|
1744 | cp $(srcdir)/*.xml.marc $(distdir) |
---|
1745 | cp $(srcdir)/xml2marc?.xml $(distdir) |
---|
1746 | cp $(srcdir)/tmarc?.xml $(distdir) |
---|
1747 | cp $(srcdir)/xml2tmarc?.xml $(distdir) |
---|
1748 | |
---|
1749 | # Rule for generating codecs for our small ASN.1 spec |
---|
1750 | test_odrcodec.c test_odrcodec.h: tstodr.asn $(YAZCOMP) |
---|
1751 | cd $(srcdir); $(YAZCOMP) tstodr.asn |
---|
1752 | |
---|
1753 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
1754 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
1755 | .NOEXPORT: |
---|