诸暨麻将添加redis
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

653 righe
22 KiB

  1. # Makefile.in generated by automake 1.13.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2013 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  14. am__make_running_with_option = \
  15. case $${target_option-} in \
  16. ?) ;; \
  17. *) echo "am__make_running_with_option: internal error: invalid" \
  18. "target option '$${target_option-}' specified" >&2; \
  19. exit 1;; \
  20. esac; \
  21. has_opt=no; \
  22. sane_makeflags=$$MAKEFLAGS; \
  23. if $(am__is_gnu_make); then \
  24. sane_makeflags=$$MFLAGS; \
  25. else \
  26. case $$MAKEFLAGS in \
  27. *\\[\ \ ]*) \
  28. bs=\\; \
  29. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  30. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  31. esac; \
  32. fi; \
  33. skip_next=no; \
  34. strip_trailopt () \
  35. { \
  36. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  37. }; \
  38. for flg in $$sane_makeflags; do \
  39. test $$skip_next = yes && { skip_next=no; continue; }; \
  40. case $$flg in \
  41. *=*|--*) continue;; \
  42. -*I) strip_trailopt 'I'; skip_next=yes;; \
  43. -*I?*) strip_trailopt 'I';; \
  44. -*O) strip_trailopt 'O'; skip_next=yes;; \
  45. -*O?*) strip_trailopt 'O';; \
  46. -*l) strip_trailopt 'l'; skip_next=yes;; \
  47. -*l?*) strip_trailopt 'l';; \
  48. -[dEDm]) skip_next=yes;; \
  49. -[JT]) skip_next=yes;; \
  50. esac; \
  51. case $$flg in \
  52. *$$target_option*) has_opt=yes; break;; \
  53. esac; \
  54. done; \
  55. test $$has_opt = yes
  56. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  57. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  58. pkgdatadir = $(datadir)/@PACKAGE@
  59. pkgincludedir = $(includedir)/@PACKAGE@
  60. pkglibdir = $(libdir)/@PACKAGE@
  61. pkglibexecdir = $(libexecdir)/@PACKAGE@
  62. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  63. install_sh_DATA = $(install_sh) -c -m 644
  64. install_sh_PROGRAM = $(install_sh) -c
  65. install_sh_SCRIPT = $(install_sh) -c
  66. INSTALL_HEADER = $(INSTALL_DATA)
  67. transform = $(program_transform_name)
  68. NORMAL_INSTALL = :
  69. PRE_INSTALL = :
  70. POST_INSTALL = :
  71. NORMAL_UNINSTALL = :
  72. PRE_UNINSTALL = :
  73. POST_UNINSTALL = :
  74. build_triplet = @build@
  75. host_triplet = @host@
  76. subdir = tests/data
  77. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  78. $(top_srcdir)/mkinstalldirs
  79. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  80. am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
  81. $(top_srcdir)/m4/curl-confopts.m4 \
  82. $(top_srcdir)/m4/curl-functions.m4 \
  83. $(top_srcdir)/m4/curl-openssl.m4 \
  84. $(top_srcdir)/m4/curl-override.m4 \
  85. $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
  86. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  87. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  88. $(top_srcdir)/m4/xc-am-iface.m4 \
  89. $(top_srcdir)/m4/xc-cc-check.m4 \
  90. $(top_srcdir)/m4/xc-lt-iface.m4 \
  91. $(top_srcdir)/m4/xc-translit.m4 \
  92. $(top_srcdir)/m4/xc-val-flgs.m4 \
  93. $(top_srcdir)/m4/zz40-xc-ovr.m4 \
  94. $(top_srcdir)/m4/zz50-xc-ovr.m4 \
  95. $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  96. $(top_srcdir)/configure.ac
  97. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  98. $(ACLOCAL_M4)
  99. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  100. CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
  101. $(top_builddir)/include/curl/curlbuild.h
  102. CONFIG_CLEAN_FILES =
  103. CONFIG_CLEAN_VPATH_FILES =
  104. AM_V_P = $(am__v_P_@AM_V@)
  105. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  106. am__v_P_0 = false
  107. am__v_P_1 = :
  108. AM_V_GEN = $(am__v_GEN_@AM_V@)
  109. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  110. am__v_GEN_0 = @echo " GEN " $@;
  111. am__v_GEN_1 =
  112. AM_V_at = $(am__v_at_@AM_V@)
  113. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  114. am__v_at_0 = @
  115. am__v_at_1 =
  116. SOURCES =
  117. DIST_SOURCES =
  118. am__can_run_installinfo = \
  119. case $$AM_UPDATE_INFO_DIR in \
  120. n|no|NO) false;; \
  121. *) (install-info --version) >/dev/null 2>&1;; \
  122. esac
  123. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  124. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  125. ACLOCAL = @ACLOCAL@
  126. AMTAR = @AMTAR@
  127. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  128. AR = @AR@
  129. AS = @AS@
  130. AUTOCONF = @AUTOCONF@
  131. AUTOHEADER = @AUTOHEADER@
  132. AUTOMAKE = @AUTOMAKE@
  133. AWK = @AWK@
  134. BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
  135. CC = @CC@
  136. CCDEPMODE = @CCDEPMODE@
  137. CFLAGS = @CFLAGS@
  138. CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
  139. CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
  140. CPP = @CPP@
  141. CPPFLAGS = @CPPFLAGS@
  142. CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
  143. CURLVERSION = @CURLVERSION@
  144. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  145. CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
  146. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  147. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  148. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  149. CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
  150. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  151. CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
  152. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  153. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  154. CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
  155. CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
  156. CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
  157. CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
  158. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  159. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  160. CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
  161. CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
  162. CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
  163. CYGPATH_W = @CYGPATH_W@
  164. DEFS = @DEFS@
  165. DEPDIR = @DEPDIR@
  166. DLLTOOL = @DLLTOOL@
  167. DSYMUTIL = @DSYMUTIL@
  168. DUMPBIN = @DUMPBIN@
  169. ECHO_C = @ECHO_C@
  170. ECHO_N = @ECHO_N@
  171. ECHO_T = @ECHO_T@
  172. EGREP = @EGREP@
  173. ENABLE_SHARED = @ENABLE_SHARED@
  174. ENABLE_STATIC = @ENABLE_STATIC@
  175. EXEEXT = @EXEEXT@
  176. FGREP = @FGREP@
  177. GREP = @GREP@
  178. HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
  179. HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
  180. HAVE_LIBZ = @HAVE_LIBZ@
  181. HAVE_NSS_INITCONTEXT = @HAVE_NSS_INITCONTEXT@
  182. HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
  183. IDN_ENABLED = @IDN_ENABLED@
  184. INSTALL = @INSTALL@
  185. INSTALL_DATA = @INSTALL_DATA@
  186. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  187. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  188. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  189. IPV6_ENABLED = @IPV6_ENABLED@
  190. KRB4_ENABLED = @KRB4_ENABLED@
  191. LD = @LD@
  192. LDFLAGS = @LDFLAGS@
  193. LIBCURL_LIBS = @LIBCURL_LIBS@
  194. LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
  195. LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
  196. LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
  197. LIBOBJS = @LIBOBJS@
  198. LIBS = @LIBS@
  199. LIBTOOL = @LIBTOOL@
  200. LIPO = @LIPO@
  201. LN_S = @LN_S@
  202. LTLIBOBJS = @LTLIBOBJS@
  203. MAINT = @MAINT@
  204. MAKEINFO = @MAKEINFO@
  205. MANIFEST_TOOL = @MANIFEST_TOOL@
  206. MANOPT = @MANOPT@
  207. MKDIR_P = @MKDIR_P@
  208. NM = @NM@
  209. NMEDIT = @NMEDIT@
  210. NROFF = @NROFF@
  211. OBJDUMP = @OBJDUMP@
  212. OBJEXT = @OBJEXT@
  213. OTOOL = @OTOOL@
  214. OTOOL64 = @OTOOL64@
  215. PACKAGE = @PACKAGE@
  216. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  217. PACKAGE_NAME = @PACKAGE_NAME@
  218. PACKAGE_STRING = @PACKAGE_STRING@
  219. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  220. PACKAGE_URL = @PACKAGE_URL@
  221. PACKAGE_VERSION = @PACKAGE_VERSION@
  222. PATH_SEPARATOR = @PATH_SEPARATOR@
  223. PERL = @PERL@
  224. PKGADD_NAME = @PKGADD_NAME@
  225. PKGADD_PKG = @PKGADD_PKG@
  226. PKGADD_VENDOR = @PKGADD_VENDOR@
  227. PKGCONFIG = @PKGCONFIG@
  228. RANDOM_FILE = @RANDOM_FILE@
  229. RANLIB = @RANLIB@
  230. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  231. SED = @SED@
  232. SET_MAKE = @SET_MAKE@
  233. SHELL = @SHELL@
  234. SSL_ENABLED = @SSL_ENABLED@
  235. STRIP = @STRIP@
  236. SUPPORT_FEATURES = @SUPPORT_FEATURES@
  237. SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
  238. USE_ARES = @USE_ARES@
  239. USE_AXTLS = @USE_AXTLS@
  240. USE_CYASSL = @USE_CYASSL@
  241. USE_DARWINSSL = @USE_DARWINSSL@
  242. USE_GNUTLS = @USE_GNUTLS@
  243. USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
  244. USE_LIBRTMP = @USE_LIBRTMP@
  245. USE_LIBSSH2 = @USE_LIBSSH2@
  246. USE_NSS = @USE_NSS@
  247. USE_OPENLDAP = @USE_OPENLDAP@
  248. USE_POLARSSL = @USE_POLARSSL@
  249. USE_SCHANNEL = @USE_SCHANNEL@
  250. USE_SSLEAY = @USE_SSLEAY@
  251. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  252. VERSION = @VERSION@
  253. VERSIONNUM = @VERSIONNUM@
  254. ZLIB_LIBS = @ZLIB_LIBS@
  255. abs_builddir = @abs_builddir@
  256. abs_srcdir = @abs_srcdir@
  257. abs_top_builddir = @abs_top_builddir@
  258. abs_top_srcdir = @abs_top_srcdir@
  259. ac_ct_AR = @ac_ct_AR@
  260. ac_ct_CC = @ac_ct_CC@
  261. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  262. am__include = @am__include@
  263. am__leading_dot = @am__leading_dot@
  264. am__quote = @am__quote@
  265. am__tar = @am__tar@
  266. am__untar = @am__untar@
  267. bindir = @bindir@
  268. build = @build@
  269. build_alias = @build_alias@
  270. build_cpu = @build_cpu@
  271. build_os = @build_os@
  272. build_vendor = @build_vendor@
  273. builddir = @builddir@
  274. datadir = @datadir@
  275. datarootdir = @datarootdir@
  276. docdir = @docdir@
  277. dvidir = @dvidir@
  278. exec_prefix = @exec_prefix@
  279. host = @host@
  280. host_alias = @host_alias@
  281. host_cpu = @host_cpu@
  282. host_os = @host_os@
  283. host_vendor = @host_vendor@
  284. htmldir = @htmldir@
  285. includedir = @includedir@
  286. infodir = @infodir@
  287. install_sh = @install_sh@
  288. libdir = @libdir@
  289. libexecdir = @libexecdir@
  290. libext = @libext@
  291. localedir = @localedir@
  292. localstatedir = @localstatedir@
  293. mandir = @mandir@
  294. mkdir_p = @mkdir_p@
  295. oldincludedir = @oldincludedir@
  296. pdfdir = @pdfdir@
  297. prefix = @prefix@
  298. program_transform_name = @program_transform_name@
  299. psdir = @psdir@
  300. sbindir = @sbindir@
  301. sharedstatedir = @sharedstatedir@
  302. srcdir = @srcdir@
  303. subdirs = @subdirs@
  304. sysconfdir = @sysconfdir@
  305. target_alias = @target_alias@
  306. top_build_prefix = @top_build_prefix@
  307. top_builddir = @top_builddir@
  308. top_srcdir = @top_srcdir@
  309. # this list is in numerical order
  310. TESTCASES = test1 test2 test3 test4 test5 test6 test7 test8 test9 \
  311. test10 test11 test12 test13 test14 test15 test16 test17 test18 test19 \
  312. test20 test21 test22 test23 test24 test25 test26 test27 test28 test29 \
  313. test30 test31 test32 test33 test34 test35 test36 test37 test38 test39 \
  314. test40 test41 test42 test43 test44 test45 test46 test47 test48 test49 \
  315. test50 test51 test52 test53 test54 test55 test56 test57 test58 test59 \
  316. test60 test61 test62 test63 test64 test65 test66 test67 test68 test69 \
  317. test70 test71 test72 test73 test74 test75 test76 test77 test78 test79 \
  318. test80 test81 test82 test83 test84 test85 test86 test87 test88 test89 \
  319. test90 test91 test92 test93 test94 test95 test96 test97 test98 test99 \
  320. test100 test101 test102 test103 test104 test105 test106 test107 test108 \
  321. test109 test110 test111 test112 test113 test114 test115 test116 test117 \
  322. test118 test119 test120 test121 test122 test123 test124 test125 test126 \
  323. test127 test128 test129 test130 test131 test132 test133 test134 test135 \
  324. test136 test137 test138 test139 test140 test141 test142 test143 test144 \
  325. test145 test146 test147 test148 test149 test150 test151 test152 test153 \
  326. test154 test155 test156 test157 test158 test159 test160 test161 test162 \
  327. test163 test164 test165 test166 test167 test168 test169 test170 test171 \
  328. test172 test173 test174 test175 test176 test177 test178 test179 test180 \
  329. test181 test182 test183 test184 test185 test186 test187 test188 test189 \
  330. test190 test191 test192 test193 test194 test195 test196 test197 test198 \
  331. test199 test200 test201 test202 test203 test204 test205 test206 test207 \
  332. test208 test209 test210 test211 test212 test213 test214 test215 test216 \
  333. test217 test218 test220 test221 test222 test223 test224 test225 \
  334. test226 test227 test228 test229 test231 test233 test234 \
  335. test235 test236 test237 test238 test239 test240 test241 test242 test243 \
  336. test245 test246 test247 test248 test249 test250 test251 test252 \
  337. test253 test254 test255 test256 test257 test258 test259 test260 test261 \
  338. test262 test263 test264 test265 test266 test267 test268 test269 test270 \
  339. test271 test272 test273 test274 test275 test276 test277 test278 test279 \
  340. test280 test281 test282 test283 test284 test285 test286 test287 test288 \
  341. test289 test290 test291 test292 test293 test294 test295 test296 test297 \
  342. test298 test299 test300 test301 test302 test303 test304 test305 test306 \
  343. test307 test308 test309 test310 test311 test312 test313 \
  344. test320 test321 test322 test323 test324 \
  345. test350 test351 test352 test353 test354 \
  346. \
  347. test400 test401 test402 test403 test404 test405 test406 test407 test408 \
  348. test409 \
  349. \
  350. test500 test501 test502 test503 test504 test505 test506 test507 test508 \
  351. test509 test510 test511 test512 test513 test514 test515 test516 test517 \
  352. test518 test519 test520 test521 test522 test523 test524 test525 test526 \
  353. test527 test528 test529 test530 test531 test532 test533 test534 test535 \
  354. test536 test537 test538 test539 test540 test541 test542 test543 test544 \
  355. test545 test546 test547 test548 test549 test550 test551 test552 test553 \
  356. test554 test555 test556 test557 test558 test560 test561 test562 \
  357. test563 test564 test565 test566 test567 test568 test569 test570 test571 \
  358. test572 test573 test574 test575 test576 test578 test579 test580 \
  359. test581 test582 test583 test584 test585 test586 test587 test588 \
  360. test590 test591 test592 test593 test594 test595 test596 test597 test598 \
  361. test599 test600 test601 test602 test603 test604 test605 test606 test607 \
  362. test608 test609 test610 test611 test612 test613 test614 test615 test616 \
  363. test617 test618 test619 test620 test621 test622 test623 test624 test625 \
  364. test626 test627 test628 test629 test630 test631 test632 test633 test634 \
  365. test635 test636 test637 test638 test639 \
  366. \
  367. test700 test701 test702 test703 test704 test705 test706 test707 test708 \
  368. test709 test710 test711 test712 \
  369. \
  370. test800 test801 test802 test803 test804 test805 test806 test807 test808 \
  371. test809 \
  372. \
  373. test850 test851 test852 test853 test854 test855 test856 test857 \
  374. \
  375. test900 test901 test902 test903 test904 test905 test906 test907 test908 \
  376. test909 test910 test911 \
  377. \
  378. test1000 test1001 test1002 test1003 test1004 test1005 test1006 test1007 \
  379. test1008 test1009 test1010 test1011 test1012 test1013 test1014 test1015 \
  380. test1016 test1017 test1018 test1019 test1020 test1021 test1022 test1023 \
  381. test1024 test1025 test1026 test1027 test1028 test1029 test1030 test1031 \
  382. test1032 test1033 test1034 test1035 test1036 test1037 test1038 test1039 \
  383. test1040 test1041 test1042 test1043 test1044 test1045 test1046 test1047 \
  384. test1048 test1049 test1050 test1051 test1052 test1053 test1054 test1055 \
  385. test1056 test1057 test1058 test1059 test1060 test1061 test1062 test1063 \
  386. test1064 test1065 test1066 test1067 test1068 test1069 test1070 test1071 \
  387. test1072 test1073 test1074 test1075 test1076 test1077 test1078 test1079 \
  388. test1080 test1081 test1082 test1083 test1084 test1085 test1086 test1087 \
  389. test1088 test1089 test1090 test1091 test1092 test1093 test1094 test1095 \
  390. test1096 test1097 test1098 test1099 test1100 test1101 test1102 test1103 \
  391. test1104 test1105 test1106 test1107 test1108 test1109 test1110 test1111 \
  392. test1112 test1113 test1114 test1115 test1116 test1117 test1118 test1119 \
  393. test1120 test1121 test1122 test1123 test1124 test1125 test1126 test1127 \
  394. test1128 test1129 test1130 test1131 test1132 test1133 \
  395. \
  396. test1200 test1201 test1202 test1203 test1204 test1205 test1206 test1207 \
  397. test1208 test1209 test1210 test1211 test1212 test1213 test1214 test1215 \
  398. test1216 test1217 test1218 test1219 \
  399. test1220 test1221 test1222 test1223 test1224 test1225 test1226 test1227 \
  400. test1228 test1229 test1230 test1231 test1232 test1233 \
  401. \
  402. test1300 test1301 test1302 test1303 test1304 test1305 test1306 test1307 \
  403. test1308 test1309 test1310 test1311 test1312 test1313 test1314 test1315 \
  404. test1316 test1317 test1318 test1319 test1320 test1321 test1322 test1323 \
  405. test1324 test1325 test1326 test1327 test1328 test1329 test1330 test1331 \
  406. test1332 test1333 test1334 test1335 test1336 test1337 test1338 test1339 \
  407. test1340 test1341 test1342 test1343 test1344 test1345 test1346 test1347 \
  408. test1348 test1349 test1350 test1351 test1352 test1353 test1354 test1355 \
  409. test1356 test1357 test1358 test1359 test1360 test1361 test1362 test1363 \
  410. test1364 test1365 test1366 test1367 test1368 test1369 test1370 test1371 \
  411. test1372 test1373 test1374 test1375 test1376 test1377 test1378 test1379 \
  412. test1380 test1381 test1382 test1383 test1384 test1385 test1386 test1387 \
  413. test1388 test1389 test1390 test1391 test1392 test1393 test1394 test1395 \
  414. test1396 \
  415. \
  416. test1400 test1401 test1402 test1403 test1404 test1405 test1406 test1407 \
  417. test1408 test1409 test1410 test1412 test1413 test1414 \
  418. \
  419. test1500 test1501 test1502 test1503 test1504 test1505 test1506 test1507 \
  420. test1508 test1509 test1510 test1511 test1512 \
  421. \
  422. test1900 test1901 test1902 test1903 \
  423. \
  424. test2000 test2001 test2002 test2003 test2004 test2005 test2006 test2007 \
  425. test2008 test2009 test2010 test2011 test2012 test2013 test2014 test2015 \
  426. test2016 test2017 test2018 test2019 test2020 test2021 test2022 test2023 \
  427. test2024 test2025 test2026 test2027 test2028 test2029 test2030 test2031 \
  428. test2032 test2033
  429. EXTRA_DIST = $(TESTCASES) DISABLED
  430. all: all-am
  431. .SUFFIXES:
  432. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  433. @for dep in $?; do \
  434. case '$(am__configure_deps)' in \
  435. *$$dep*) \
  436. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  437. && { if test -f $@; then exit 0; else break; fi; }; \
  438. exit 1;; \
  439. esac; \
  440. done; \
  441. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/data/Makefile'; \
  442. $(am__cd) $(top_srcdir) && \
  443. $(AUTOMAKE) --foreign tests/data/Makefile
  444. .PRECIOUS: Makefile
  445. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  446. @case '$?' in \
  447. *config.status*) \
  448. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  449. *) \
  450. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  451. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  452. esac;
  453. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  454. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  455. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  456. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  457. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  458. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  459. $(am__aclocal_m4_deps):
  460. mostlyclean-libtool:
  461. -rm -f *.lo
  462. clean-libtool:
  463. -rm -rf .libs _libs
  464. tags TAGS:
  465. ctags CTAGS:
  466. cscope cscopelist:
  467. distdir: $(DISTFILES)
  468. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  469. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  470. list='$(DISTFILES)'; \
  471. dist_files=`for file in $$list; do echo $$file; done | \
  472. sed -e "s|^$$srcdirstrip/||;t" \
  473. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  474. case $$dist_files in \
  475. */*) $(MKDIR_P) `echo "$$dist_files" | \
  476. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  477. sort -u` ;; \
  478. esac; \
  479. for file in $$dist_files; do \
  480. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  481. if test -d $$d/$$file; then \
  482. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  483. if test -d "$(distdir)/$$file"; then \
  484. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  485. fi; \
  486. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  487. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  488. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  489. fi; \
  490. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  491. else \
  492. test -f "$(distdir)/$$file" \
  493. || cp -p $$d/$$file "$(distdir)/$$file" \
  494. || exit 1; \
  495. fi; \
  496. done
  497. check-am: all-am
  498. check: check-am
  499. all-am: Makefile
  500. installdirs:
  501. install-exec: install-exec-am
  502. install-data: install-data-am
  503. uninstall: uninstall-am
  504. install-am: all-am
  505. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  506. installcheck: installcheck-am
  507. install-strip:
  508. if test -z '$(STRIP)'; then \
  509. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  510. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  511. install; \
  512. else \
  513. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  514. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  515. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  516. fi
  517. mostlyclean-generic:
  518. clean-generic:
  519. distclean-generic:
  520. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  521. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  522. maintainer-clean-generic:
  523. @echo "This command is intended for maintainers to use"
  524. @echo "it deletes files that may require special tools to rebuild."
  525. clean: clean-am
  526. clean-am: clean-generic clean-libtool mostlyclean-am
  527. distclean: distclean-am
  528. -rm -f Makefile
  529. distclean-am: clean-am distclean-generic
  530. dvi: dvi-am
  531. dvi-am:
  532. html: html-am
  533. html-am:
  534. info: info-am
  535. info-am:
  536. install-data-am:
  537. install-dvi: install-dvi-am
  538. install-dvi-am:
  539. install-exec-am:
  540. install-html: install-html-am
  541. install-html-am:
  542. install-info: install-info-am
  543. install-info-am:
  544. install-man:
  545. install-pdf: install-pdf-am
  546. install-pdf-am:
  547. install-ps: install-ps-am
  548. install-ps-am:
  549. installcheck-am:
  550. maintainer-clean: maintainer-clean-am
  551. -rm -f Makefile
  552. maintainer-clean-am: distclean-am maintainer-clean-generic
  553. mostlyclean: mostlyclean-am
  554. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  555. pdf: pdf-am
  556. pdf-am:
  557. ps: ps-am
  558. ps-am:
  559. uninstall-am:
  560. .MAKE: install-am install-strip
  561. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  562. cscopelist-am ctags-am distclean distclean-generic \
  563. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  564. install install-am install-data install-data-am install-dvi \
  565. install-dvi-am install-exec install-exec-am install-html \
  566. install-html-am install-info install-info-am install-man \
  567. install-pdf install-pdf-am install-ps install-ps-am \
  568. install-strip installcheck installcheck-am installdirs \
  569. maintainer-clean maintainer-clean-generic mostlyclean \
  570. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  571. tags-am uninstall uninstall-am
  572. iall:
  573. install:
  574. test:
  575. filecheck:
  576. @mkdir test-place; \
  577. cp "$(top_srcdir)"/tests/data/test[0-9]* test-place/; \
  578. rm test-place/*~; \
  579. for f in $(EXTRA_DIST); do \
  580. if test -f "$(top_srcdir)/tests/data/$$f"; then \
  581. rm -f "test-place/$$f"; \
  582. else \
  583. echo "$$f is listed but missing!"; \
  584. fi \
  585. done; \
  586. echo "Local files not present in EXTRA_DIST:" ; \
  587. ls test-place; \
  588. ! ls test-place | grep . >/dev/null ; \
  589. RC=$$? ; \
  590. rm -rf test-place ; \
  591. exit $$RC
  592. show:
  593. @echo $(EXTRA_DIST)
  594. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  595. # Otherwise a system limit (for SysV at least) may be exceeded.
  596. .NOEXPORT: