blob: 8d542caf78184ee387c6b77347b7c87157aad7a8 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001# 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
17#***************************************************************************
18# _ _ ____ _
19# Project ___| | | | _ \| |
20# / __| | | | |_) | |
21# | (__| |_| | _ <| |___
22# \___|\___/|_| \_\_____|
23#
24# Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
25#
26# This software is licensed as described in the file COPYING, which
27# you should have received as part of this distribution. The terms
28# are also available at https://curl.haxx.se/docs/copyright.html.
29#
30# You may opt to use, copy, modify, merge, publish, distribute and/or sell
31# copies of the Software, and permit persons to whom the Software is
32# furnished to do so, under the terms of the COPYING file.
33#
34# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
35# KIND, either express or implied.
36#
37###########################################################################
38VPATH = @srcdir@
39am__is_gnu_make = { \
40 if test -z '$(MAKELEVEL)'; then \
41 false; \
42 elif test -n '$(MAKE_HOST)'; then \
43 true; \
44 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
45 true; \
46 else \
47 false; \
48 fi; \
49}
50am__make_running_with_option = \
51 case $${target_option-} in \
52 ?) ;; \
53 *) echo "am__make_running_with_option: internal error: invalid" \
54 "target option '$${target_option-}' specified" >&2; \
55 exit 1;; \
56 esac; \
57 has_opt=no; \
58 sane_makeflags=$$MAKEFLAGS; \
59 if $(am__is_gnu_make); then \
60 sane_makeflags=$$MFLAGS; \
61 else \
62 case $$MAKEFLAGS in \
63 *\\[\ \ ]*) \
64 bs=\\; \
65 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
66 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
67 esac; \
68 fi; \
69 skip_next=no; \
70 strip_trailopt () \
71 { \
72 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
73 }; \
74 for flg in $$sane_makeflags; do \
75 test $$skip_next = yes && { skip_next=no; continue; }; \
76 case $$flg in \
77 *=*|--*) continue;; \
78 -*I) strip_trailopt 'I'; skip_next=yes;; \
79 -*I?*) strip_trailopt 'I';; \
80 -*O) strip_trailopt 'O'; skip_next=yes;; \
81 -*O?*) strip_trailopt 'O';; \
82 -*l) strip_trailopt 'l'; skip_next=yes;; \
83 -*l?*) strip_trailopt 'l';; \
84 -[dEDm]) skip_next=yes;; \
85 -[JT]) skip_next=yes;; \
86 esac; \
87 case $$flg in \
88 *$$target_option*) has_opt=yes; break;; \
89 esac; \
90 done; \
91 test $$has_opt = yes
92am__make_dryrun = (target_option=n; $(am__make_running_with_option))
93am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
94pkgdatadir = $(datadir)/@PACKAGE@
95pkgincludedir = $(includedir)/@PACKAGE@
96pkglibdir = $(libdir)/@PACKAGE@
97pkglibexecdir = $(libexecdir)/@PACKAGE@
98am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
99install_sh_DATA = $(install_sh) -c -m 644
100install_sh_PROGRAM = $(install_sh) -c
101install_sh_SCRIPT = $(install_sh) -c
102INSTALL_HEADER = $(INSTALL_DATA)
103transform = $(program_transform_name)
104NORMAL_INSTALL = :
105PRE_INSTALL = :
106POST_INSTALL = :
107NORMAL_UNINSTALL = :
108PRE_UNINSTALL = :
109POST_UNINSTALL = :
110build_triplet = @build@
111host_triplet = @host@
112subdir = tests/data
113ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
114am__aclocal_m4_deps = $(top_srcdir)/m4/ax_code_coverage.m4 \
115 $(top_srcdir)/m4/curl-compilers.m4 \
116 $(top_srcdir)/m4/curl-confopts.m4 \
117 $(top_srcdir)/m4/curl-functions.m4 \
118 $(top_srcdir)/m4/curl-openssl.m4 \
119 $(top_srcdir)/m4/curl-override.m4 \
120 $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
121 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
122 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
123 $(top_srcdir)/m4/xc-am-iface.m4 \
124 $(top_srcdir)/m4/xc-cc-check.m4 \
125 $(top_srcdir)/m4/xc-lt-iface.m4 \
126 $(top_srcdir)/m4/xc-translit.m4 \
127 $(top_srcdir)/m4/xc-val-flgs.m4 \
128 $(top_srcdir)/m4/zz40-xc-ovr.m4 \
129 $(top_srcdir)/m4/zz50-xc-ovr.m4 \
130 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
131 $(top_srcdir)/configure.ac
132am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
133 $(ACLOCAL_M4)
134DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
135mkinstalldirs = $(install_sh) -d
136CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
137 $(top_builddir)/include/curl/curlbuild.h
138CONFIG_CLEAN_FILES =
139CONFIG_CLEAN_VPATH_FILES =
140AM_V_P = $(am__v_P_@AM_V@)
141am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
142am__v_P_0 = false
143am__v_P_1 = :
144AM_V_GEN = $(am__v_GEN_@AM_V@)
145am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
146am__v_GEN_0 = @echo " GEN " $@;
147am__v_GEN_1 =
148AM_V_at = $(am__v_at_@AM_V@)
149am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
150am__v_at_0 = @
151am__v_at_1 =
152SOURCES =
153DIST_SOURCES =
154am__can_run_installinfo = \
155 case $$AM_UPDATE_INFO_DIR in \
156 n|no|NO) false;; \
157 *) (install-info --version) >/dev/null 2>&1;; \
158 esac
159am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
160am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc
161DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
162ACLOCAL = @ACLOCAL@
163AMTAR = @AMTAR@
164AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
165AR = @AR@
166AS = @AS@
167AUTOCONF = @AUTOCONF@
168AUTOHEADER = @AUTOHEADER@
169AUTOMAKE = @AUTOMAKE@
170AWK = @AWK@
171BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
172CC = @CC@
173CCDEPMODE = @CCDEPMODE@
174CFLAGS = @CFLAGS@
175CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
176CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
177CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
178CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
179CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
180CPP = @CPP@
181CPPFLAGS = @CPPFLAGS@
182CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
183CURLVERSION = @CURLVERSION@
184CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
185CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
186CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
187CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
188CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
189CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
190CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
191CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
192CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
193CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
194CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
195CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
196CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
197CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
198CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
199CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
200CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
201CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
202CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
203CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
204CYGPATH_W = @CYGPATH_W@
205DEFS = @DEFS@
206DEPDIR = @DEPDIR@
207DLLTOOL = @DLLTOOL@
208DSYMUTIL = @DSYMUTIL@
209DUMPBIN = @DUMPBIN@
210ECHO_C = @ECHO_C@
211ECHO_N = @ECHO_N@
212ECHO_T = @ECHO_T@
213EGREP = @EGREP@
214ENABLE_SHARED = @ENABLE_SHARED@
215ENABLE_STATIC = @ENABLE_STATIC@
216EXEEXT = @EXEEXT@
217FGREP = @FGREP@
218GCOV = @GCOV@
219GENHTML = @GENHTML@
220GREP = @GREP@
221HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
222HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
223HAVE_LIBZ = @HAVE_LIBZ@
224HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
225IDN_ENABLED = @IDN_ENABLED@
226INSTALL = @INSTALL@
227INSTALL_DATA = @INSTALL_DATA@
228INSTALL_PROGRAM = @INSTALL_PROGRAM@
229INSTALL_SCRIPT = @INSTALL_SCRIPT@
230INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
231IPV6_ENABLED = @IPV6_ENABLED@
232LCOV = @LCOV@
233LD = @LD@
234LDFLAGS = @LDFLAGS@
235LIBCURL_LIBS = @LIBCURL_LIBS@
236LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
237LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
238LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
239LIBOBJS = @LIBOBJS@
240LIBS = @LIBS@
241LIBTOOL = @LIBTOOL@
242LIPO = @LIPO@
243LN_S = @LN_S@
244LTLIBOBJS = @LTLIBOBJS@
245LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
246MAINT = @MAINT@
247MAKEINFO = @MAKEINFO@
248MANIFEST_TOOL = @MANIFEST_TOOL@
249MANOPT = @MANOPT@
250MKDIR_P = @MKDIR_P@
251NM = @NM@
252NMEDIT = @NMEDIT@
253NROFF = @NROFF@
254NSS_LIBS = @NSS_LIBS@
255OBJDUMP = @OBJDUMP@
256OBJEXT = @OBJEXT@
257OTOOL = @OTOOL@
258OTOOL64 = @OTOOL64@
259PACKAGE = @PACKAGE@
260PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
261PACKAGE_NAME = @PACKAGE_NAME@
262PACKAGE_STRING = @PACKAGE_STRING@
263PACKAGE_TARNAME = @PACKAGE_TARNAME@
264PACKAGE_URL = @PACKAGE_URL@
265PACKAGE_VERSION = @PACKAGE_VERSION@
266PATH_SEPARATOR = @PATH_SEPARATOR@
267PERL = @PERL@
268PKGADD_NAME = @PKGADD_NAME@
269PKGADD_PKG = @PKGADD_PKG@
270PKGADD_VENDOR = @PKGADD_VENDOR@
271PKGCONFIG = @PKGCONFIG@
272RANDOM_FILE = @RANDOM_FILE@
273RANLIB = @RANLIB@
274REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
275SED = @SED@
276SET_MAKE = @SET_MAKE@
277SHELL = @SHELL@
278SSL_ENABLED = @SSL_ENABLED@
279SSL_LIBS = @SSL_LIBS@
280STRIP = @STRIP@
281SUPPORT_FEATURES = @SUPPORT_FEATURES@
282SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
283USE_ARES = @USE_ARES@
284USE_AXTLS = @USE_AXTLS@
285USE_CYASSL = @USE_CYASSL@
286USE_DARWINSSL = @USE_DARWINSSL@
287USE_GNUTLS = @USE_GNUTLS@
288USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
289USE_LIBRTMP = @USE_LIBRTMP@
290USE_LIBSSH2 = @USE_LIBSSH2@
291USE_MBEDTLS = @USE_MBEDTLS@
292USE_NGHTTP2 = @USE_NGHTTP2@
293USE_NSS = @USE_NSS@
294USE_OPENLDAP = @USE_OPENLDAP@
295USE_POLARSSL = @USE_POLARSSL@
296USE_SCHANNEL = @USE_SCHANNEL@
297USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
298USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
299VERSION = @VERSION@
300VERSIONNUM = @VERSIONNUM@
301ZLIB_LIBS = @ZLIB_LIBS@
302ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
303abs_builddir = @abs_builddir@
304abs_srcdir = @abs_srcdir@
305abs_top_builddir = @abs_top_builddir@
306abs_top_srcdir = @abs_top_srcdir@
307ac_ct_AR = @ac_ct_AR@
308ac_ct_CC = @ac_ct_CC@
309ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
310am__include = @am__include@
311am__leading_dot = @am__leading_dot@
312am__quote = @am__quote@
313am__tar = @am__tar@
314am__untar = @am__untar@
315bindir = @bindir@
316build = @build@
317build_alias = @build_alias@
318build_cpu = @build_cpu@
319build_os = @build_os@
320build_vendor = @build_vendor@
321builddir = @builddir@
322datadir = @datadir@
323datarootdir = @datarootdir@
324docdir = @docdir@
325dvidir = @dvidir@
326exec_prefix = @exec_prefix@
327host = @host@
328host_alias = @host_alias@
329host_cpu = @host_cpu@
330host_os = @host_os@
331host_vendor = @host_vendor@
332htmldir = @htmldir@
333includedir = @includedir@
334infodir = @infodir@
335install_sh = @install_sh@
336libdir = @libdir@
337libexecdir = @libexecdir@
338libext = @libext@
339localedir = @localedir@
340localstatedir = @localstatedir@
341mandir = @mandir@
342mkdir_p = @mkdir_p@
343oldincludedir = @oldincludedir@
344pdfdir = @pdfdir@
345prefix = @prefix@
346program_transform_name = @program_transform_name@
347psdir = @psdir@
348runstatedir = @runstatedir@
349sbindir = @sbindir@
350sharedstatedir = @sharedstatedir@
351srcdir = @srcdir@
352subdirs = @subdirs@
353sysconfdir = @sysconfdir@
354target_alias = @target_alias@
355top_build_prefix = @top_build_prefix@
356top_builddir = @top_builddir@
357top_srcdir = @top_srcdir@
358
359# this list is in numerical order
360TESTCASES = test1 test2 test3 test4 test5 test6 test7 test8 test9 \
361test10 test11 test12 test13 test14 test15 test16 test17 test18 test19 \
362test20 test21 test22 test23 test24 test25 test26 test27 test28 test29 \
363test30 test31 test32 test33 test34 test35 test36 test37 test38 test39 \
364test40 test41 test42 test43 test44 test45 test46 test47 test48 test49 \
365test50 test51 test52 test53 test54 test55 test56 test57 test58 test59 \
366test60 test61 test62 test63 test64 test65 test66 test67 test68 test69 \
367test70 test71 test72 test73 test74 test75 test76 test77 test78 test79 \
368test80 test81 test82 test83 test84 test85 test86 test87 test88 test89 \
369test90 test91 test92 test93 test94 test95 test96 test97 test98 test99 \
370test100 test101 test102 test103 test104 test105 test106 test107 test108 \
371test109 test110 test111 test112 test113 test114 test115 test116 test117 \
372test118 test119 test120 test121 test122 test123 test124 test125 test126 \
373test127 test128 test129 test130 test131 test132 test133 test134 test135 \
374test136 test137 test138 test139 test140 test141 test142 test143 test144 \
375test145 test146 test147 test148 test149 test150 test151 test152 test153 \
376test154 test155 test156 test157 test158 test159 test160 test161 test162 \
377test163 test164 test165 test166 test167 test168 test169 test170 test171 \
378test172 test173 test174 test175 test176 test177 test178 test179 test180 \
379test181 test182 test183 test184 test185 test186 test187 test188 test189 \
380test190 test191 test192 test193 test194 test195 test196 test197 test198 \
381test199 test200 test201 test202 test203 test204 test205 test206 test207 \
382test208 test209 test210 test211 test212 test213 test214 test215 test216 \
383test217 test218 test219 test220 test221 test222 test223 test224 test225 \
384test226 test227 test228 test229 test231 test233 test234 \
385test235 test236 test237 test238 test239 test240 test241 test242 test243 \
386 test245 test246 test247 test248 test249 test250 test251 test252 \
387test253 test254 test255 test256 test257 test258 test259 test260 test261 \
388test262 test263 test264 test265 test266 test267 test268 test269 test270 \
389test271 test272 test273 test274 test275 test276 test277 test278 test279 \
390test280 test281 test282 test283 test284 test285 test286 test287 test288 \
391test289 test290 test291 test292 test293 test294 test295 test296 test297 \
392test298 test299 test300 test301 test302 test303 test304 test305 test306 \
393test307 test308 test309 test310 test311 test312 test313 \
394 test320 test321 test322 test323 test324 \
395test325 \
396test350 test351 test352 test353 test354 \
397\
398test400 test401 test402 test403 test404 test405 test406 test407 test408 \
399test409 \
400\
401test500 test501 test502 test503 test504 test505 test506 test507 test508 \
402test509 test510 test511 test512 test513 test514 test515 test516 test517 \
403test518 test519 test520 test521 test522 test523 test524 test525 test526 \
404test527 test528 test529 test530 test531 test532 test533 test534 test535 \
405test536 test537 test538 test539 test540 test541 test542 test543 test544 \
406test545 test546 test547 test548 test549 test550 test551 test552 test553 \
407test554 test555 test556 test557 test558 test559 test560 test561 test562 \
408test563 test564 test565 test566 test567 test568 test569 test570 test571 \
409test572 test573 test574 test575 test576 test578 test579 test580 \
410test581 test582 test583 test584 test585 test586 test587 test588 \
411test590 test591 test592 test593 test594 test595 test596 test597 test598 \
412test599 test600 test601 test602 test603 test604 test605 test606 test607 \
413test608 test609 test610 test611 test612 test613 test614 test615 test616 \
414test617 test618 test619 test620 test621 test622 test623 test624 test625 \
415test626 test627 test628 test629 test630 test631 test632 test633 test634 \
416test635 test636 test637 test638 test639 test640 test641 \
417\
418test700 test701 test702 test703 test704 test705 test706 test707 test708 \
419test709 test710 test711 test712 test713 test714 test715 \
420\
421test800 test801 test802 test803 test804 test805 test806 test807 test808 \
422test809 test810 test811 test812 test813 test814 test815 test816 test817 \
423test818 test819 test820 test821 test822 test823 test824 test825 test826 \
424test827 test828 test829 test830 test831 test832 test833 test834 test835 \
425test836 test837 test838 test839 test840 test841 test842 test843 test844 \
426test845 \
427\
428test850 test851 test852 test853 test854 test855 test856 test857 test858 \
429test859 test860 test861 test862 test863 test864 test865 test866 test867 \
430test868 test869 test870 test871 test872 test873 test874 test875 test876 \
431test877 test878 test879 test880 test881 test882 test883 test884 test885 \
432test886 test887 test888 test889 test890 \
433\
434test900 test901 test902 test903 test904 test905 test906 test907 test908 \
435test909 test910 test911 test912 test913 test914 test915 test916 test917 \
436test918 test919 test920 test921 test922 test923 test924 test925 test926 \
437test927 test928 test929 test930 test931 test932 test933 test934 test935 \
438test936 test937 test938 test939 test940 test941 test942 test943 test944 \
439test945 test946 test947 test948 test949 \
440\
441test1000 test1001 test1002 test1003 test1004 test1005 test1006 test1007 \
442test1008 test1009 test1010 test1011 test1012 test1013 test1014 test1015 \
443test1016 test1017 test1018 test1019 test1020 test1021 test1022 test1023 \
444test1024 test1025 test1026 test1027 test1028 test1029 test1030 test1031 \
445test1032 test1033 test1034 test1035 test1036 test1037 test1038 test1039 \
446test1040 test1041 test1042 test1043 test1044 test1045 test1046 test1047 \
447test1048 test1049 test1050 test1051 test1052 test1053 test1054 test1055 \
448test1056 test1057 test1058 test1059 test1060 test1061 test1062 test1063 \
449test1064 test1065 test1066 test1067 test1068 test1069 test1070 test1071 \
450test1072 test1073 test1074 test1075 test1076 test1077 test1078 test1079 \
451test1080 test1081 test1082 test1083 test1084 test1085 test1086 test1087 \
452test1088 test1089 test1090 test1091 test1092 test1093 test1094 test1095 \
453test1096 test1097 test1098 test1099 test1100 test1101 test1102 test1103 \
454test1104 test1105 test1106 test1107 test1108 test1109 test1110 test1111 \
455test1112 test1113 test1114 test1115 test1116 test1117 test1118 test1119 \
456test1120 test1121 test1122 test1123 test1124 test1125 test1126 test1127 \
457test1128 test1129 test1130 test1131 test1132 test1133 test1134 test1135 \
458test1136 test1137 test1138 test1139 test1140 test1141 test1142 test1143 \
459test1144 test1145 test1146 \
460test1200 test1201 test1202 test1203 test1204 test1205 test1206 test1207 \
461test1208 test1209 test1210 test1211 test1212 test1213 test1214 test1215 \
462test1216 test1217 test1218 test1219 \
463test1220 test1221 test1222 test1223 test1224 test1225 test1226 test1227 \
464test1228 test1229 test1230 test1231 test1232 test1233 test1234 test1235 \
465test1236 test1237 test1238 test1239 test1240 test1241 test1242 test1243 \
466test1244 test1245 test1246 test1247 test1248 test1249 test1250 test1251 \
467test1252 test1253 test1254 test1255 test1256 test1257 test1258 test1259 \
468test1260 test1261 test1262 \
469\
470test1280 test1281 test1282 test1283 test1284 test1285 test1286 test1287 \
471test1288 \
472\
473test1300 test1301 test1302 test1303 test1304 test1305 test1306 test1307 \
474test1308 test1309 test1310 test1311 test1312 test1313 test1314 test1315 \
475test1316 test1317 test1318 test1319 test1320 test1321 test1322 \
476 test1325 test1326 test1327 test1328 test1329 test1330 test1331 \
477test1332 test1333 test1334 test1335 test1336 test1337 test1338 test1339 \
478test1340 test1341 test1342 test1343 test1344 test1345 test1346 test1347 \
479test1348 test1349 test1350 test1351 test1352 test1353 test1354 test1355 \
480test1356 test1357 test1358 test1359 test1360 test1361 test1362 test1363 \
481test1364 test1365 test1366 test1367 test1368 test1369 test1370 test1371 \
482test1372 test1373 test1374 test1375 test1376 test1377 test1378 test1379 \
483test1380 test1381 test1382 test1383 test1384 test1385 test1386 test1387 \
484test1388 test1389 test1390 test1391 test1392 test1393 test1394 test1395 \
485test1396 test1397 test1398 \
486\
487test1400 test1401 test1402 test1403 test1404 test1405 test1406 test1407 \
488test1408 test1409 test1410 test1411 test1412 test1413 test1414 test1415 \
489test1416 test1417 test1418 test1419 test1420 test1421 test1422 test1423 \
490test1424 \
491test1428 test1429 test1430 test1431 test1432 test1433 test1434 test1435 \
492test1436 test1437 test1438 test1439 test1440 test1441 test1442 test1443 \
493test1444 test1445 test1446 \
494\
495test1500 test1501 test1502 test1503 test1504 test1505 test1506 test1507 \
496test1508 test1509 test1510 test1511 test1512 test1513 test1514 test1515 \
497test1516 test1517 \
498\
499test1520 test1521 \
500\
501test1525 test1526 test1527 test1528 test1529 test1530 test1531 test1532 \
502test1533 test1534 test1535 test1536 test1537 test1538 \
503test1540 test1541 \
504\
505test1600 test1601 test1602 test1603 test1604 test1605 test1606 \
506\
507test1700 test1701 test1702 \
508\
509test1800 test1801 \
510\
511test1900 test1901 test1902 test1903 \
512\
513test2000 test2001 test2002 test2003 test2004 test2005 test2006 test2007 \
514test2008 test2009 test2010 test2011 test2012 test2013 test2014 test2015 \
515test2016 test2017 test2018 test2019 test2020 test2021 test2022 test2023 \
516test2024 test2025 test2026 test2027 test2028 test2029 test2030 test2031 \
517test2032 test2033 test2034 test2035 test2036 test2037 test2038 test2039 \
518test2040 test2041 test2042 test2043 test2044 test2045 test2046 test2047 \
519test2048 test2049 test2050 test2051 test2052 test2053 test2054 test2055
520
521
522# TESTCASES are taken from Makefile.inc
523EXTRA_DIST = $(TESTCASES) DISABLED CMakeLists.txt
524all: all-am
525
526.SUFFIXES:
527$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
528 @for dep in $?; do \
529 case '$(am__configure_deps)' in \
530 *$$dep*) \
531 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
532 && { if test -f $@; then exit 0; else break; fi; }; \
533 exit 1;; \
534 esac; \
535 done; \
536 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/data/Makefile'; \
537 $(am__cd) $(top_srcdir) && \
538 $(AUTOMAKE) --foreign tests/data/Makefile
539Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
540 @case '$?' in \
541 *config.status*) \
542 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
543 *) \
544 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
545 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
546 esac;
547$(srcdir)/Makefile.inc $(am__empty):
548
549$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
550 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
551
552$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
553 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
554$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
555 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
556$(am__aclocal_m4_deps):
557
558mostlyclean-libtool:
559 -rm -f *.lo
560
561clean-libtool:
562 -rm -rf .libs _libs
563tags TAGS:
564
565ctags CTAGS:
566
567cscope cscopelist:
568
569
570distdir: $(DISTFILES)
571 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
572 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
573 list='$(DISTFILES)'; \
574 dist_files=`for file in $$list; do echo $$file; done | \
575 sed -e "s|^$$srcdirstrip/||;t" \
576 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
577 case $$dist_files in \
578 */*) $(MKDIR_P) `echo "$$dist_files" | \
579 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
580 sort -u` ;; \
581 esac; \
582 for file in $$dist_files; do \
583 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
584 if test -d $$d/$$file; then \
585 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
586 if test -d "$(distdir)/$$file"; then \
587 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
588 fi; \
589 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
590 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
591 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
592 fi; \
593 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
594 else \
595 test -f "$(distdir)/$$file" \
596 || cp -p $$d/$$file "$(distdir)/$$file" \
597 || exit 1; \
598 fi; \
599 done
600check-am: all-am
601check: check-am
602all-am: Makefile
603installdirs:
604install-exec: install-exec-am
605install-data: install-data-am
606uninstall: uninstall-am
607
608install-am: all-am
609 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
610
611installcheck: installcheck-am
612install-strip:
613 if test -z '$(STRIP)'; then \
614 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
615 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
616 install; \
617 else \
618 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
619 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
620 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
621 fi
622mostlyclean-generic:
623
624clean-generic:
625
626distclean-generic:
627 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
628 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
629
630maintainer-clean-generic:
631 @echo "This command is intended for maintainers to use"
632 @echo "it deletes files that may require special tools to rebuild."
633clean: clean-am
634
635clean-am: clean-generic clean-libtool mostlyclean-am
636
637distclean: distclean-am
638 -rm -f Makefile
639distclean-am: clean-am distclean-generic
640
641dvi: dvi-am
642
643dvi-am:
644
645html: html-am
646
647html-am:
648
649info: info-am
650
651info-am:
652
653install-data-am:
654
655install-dvi: install-dvi-am
656
657install-dvi-am:
658
659install-exec-am:
660
661install-html: install-html-am
662
663install-html-am:
664
665install-info: install-info-am
666
667install-info-am:
668
669install-man:
670
671install-pdf: install-pdf-am
672
673install-pdf-am:
674
675install-ps: install-ps-am
676
677install-ps-am:
678
679installcheck-am:
680
681maintainer-clean: maintainer-clean-am
682 -rm -f Makefile
683maintainer-clean-am: distclean-am maintainer-clean-generic
684
685mostlyclean: mostlyclean-am
686
687mostlyclean-am: mostlyclean-generic mostlyclean-libtool
688
689pdf: pdf-am
690
691pdf-am:
692
693ps: ps-am
694
695ps-am:
696
697uninstall-am:
698
699.MAKE: install-am install-strip
700
701.PHONY: all all-am check check-am clean clean-generic clean-libtool \
702 cscopelist-am ctags-am distclean distclean-generic \
703 distclean-libtool distdir dvi dvi-am html html-am info info-am \
704 install install-am install-data install-data-am install-dvi \
705 install-dvi-am install-exec install-exec-am install-html \
706 install-html-am install-info install-info-am install-man \
707 install-pdf install-pdf-am install-ps install-ps-am \
708 install-strip installcheck installcheck-am installdirs \
709 maintainer-clean maintainer-clean-generic mostlyclean \
710 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
711 tags-am uninstall uninstall-am
712
713.PRECIOUS: Makefile
714
715iall:
716install:
717test:
718
719filecheck:
720 @mkdir test-place; \
721 cp "$(top_srcdir)"/tests/data/test[0-9]* test-place/; \
722 rm test-place/*~; \
723 for f in $(EXTRA_DIST); do \
724 if test -f "$(top_srcdir)/tests/data/$$f"; then \
725 rm -f "test-place/$$f"; \
726 else \
727 echo "$$f is listed but missing!"; \
728 fi \
729 done; \
730 echo "Local files not present in EXTRA_DIST:" ; \
731 ls test-place; \
732 ! ls test-place | grep . >/dev/null ; \
733 RC=$$? ; \
734 rm -rf test-place ; \
735 exit $$RC
736
737show:
738 @echo $(EXTRA_DIST)
739
740# Tell versions [3.59,3.63) of GNU make to not export all variables.
741# Otherwise a system limit (for SysV at least) may be exceeded.
742.NOEXPORT: