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