Makefile.in 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268
  1. # Makefile.in generated by automake 1.14.1 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. TESTS = check_csv$(EXEEXT)
  77. check_PROGRAMS = check_csv$(EXEEXT)
  78. subdir = .
  79. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  80. $(top_srcdir)/configure $(am__configure_deps) depcomp \
  81. $(dist_man_MANS) $(nobase_libcsv_include_HEADERS) test-driver \
  82. COPYING COPYING.LESSER ChangeLog INSTALL README compile \
  83. config.guess config.sub install-sh missing ltmain.sh
  84. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  85. am__aclocal_m4_deps = $(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)/configure.ac
  89. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  90. $(ACLOCAL_M4)
  91. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  92. configure.lineno config.status.lineno
  93. mkinstalldirs = $(install_sh) -d
  94. CONFIG_CLEAN_FILES =
  95. CONFIG_CLEAN_VPATH_FILES =
  96. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  97. am__vpath_adj = case $$p in \
  98. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  99. *) f=$$p;; \
  100. esac;
  101. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  102. am__install_max = 40
  103. am__nobase_strip_setup = \
  104. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  105. am__nobase_strip = \
  106. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  107. am__nobase_list = $(am__nobase_strip_setup); \
  108. for p in $$list; do echo "$$p $$p"; done | \
  109. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  110. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  111. if (++n[$$2] == $(am__install_max)) \
  112. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  113. END { for (dir in files) print dir, files[dir] }'
  114. am__base_list = \
  115. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  116. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  117. am__uninstall_files_from_dir = { \
  118. test -z "$$files" \
  119. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  120. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  121. $(am__cd) "$$dir" && rm -f $$files; }; \
  122. }
  123. am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" \
  124. "$(DESTDIR)$(libcsv_includedir)"
  125. LTLIBRARIES = $(lib_LTLIBRARIES)
  126. libcsv_la_LIBADD =
  127. am_libcsv_la_OBJECTS = libcsv_la-libcsv.lo
  128. libcsv_la_OBJECTS = $(am_libcsv_la_OBJECTS)
  129. AM_V_lt = $(am__v_lt_@AM_V@)
  130. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  131. am__v_lt_0 = --silent
  132. am__v_lt_1 =
  133. libcsv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  134. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libcsv_la_CFLAGS) \
  135. $(CFLAGS) $(libcsv_la_LDFLAGS) $(LDFLAGS) -o $@
  136. am_check_csv_OBJECTS = test_csv.$(OBJEXT)
  137. check_csv_OBJECTS = $(am_check_csv_OBJECTS)
  138. check_csv_DEPENDENCIES =
  139. AM_V_P = $(am__v_P_@AM_V@)
  140. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  141. am__v_P_0 = false
  142. am__v_P_1 = :
  143. AM_V_GEN = $(am__v_GEN_@AM_V@)
  144. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  145. am__v_GEN_0 = @echo " GEN " $@;
  146. am__v_GEN_1 =
  147. AM_V_at = $(am__v_at_@AM_V@)
  148. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  149. am__v_at_0 = @
  150. am__v_at_1 =
  151. DEFAULT_INCLUDES = -I.@am__isrc@
  152. depcomp = $(SHELL) $(top_srcdir)/depcomp
  153. am__depfiles_maybe = depfiles
  154. am__mv = mv -f
  155. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  156. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  157. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  158. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  159. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  160. $(AM_CFLAGS) $(CFLAGS)
  161. AM_V_CC = $(am__v_CC_@AM_V@)
  162. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  163. am__v_CC_0 = @echo " CC " $@;
  164. am__v_CC_1 =
  165. CCLD = $(CC)
  166. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  167. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  168. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  169. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  170. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  171. am__v_CCLD_0 = @echo " CCLD " $@;
  172. am__v_CCLD_1 =
  173. SOURCES = $(libcsv_la_SOURCES) $(check_csv_SOURCES)
  174. DIST_SOURCES = $(libcsv_la_SOURCES) $(check_csv_SOURCES)
  175. am__can_run_installinfo = \
  176. case $$AM_UPDATE_INFO_DIR in \
  177. n|no|NO) false;; \
  178. *) (install-info --version) >/dev/null 2>&1;; \
  179. esac
  180. man3dir = $(mandir)/man3
  181. NROFF = nroff
  182. MANS = $(dist_man_MANS)
  183. HEADERS = $(nobase_libcsv_include_HEADERS)
  184. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  185. # Read a list of newline-separated strings from the standard input,
  186. # and print each of them once, without duplicates. Input order is
  187. # *not* preserved.
  188. am__uniquify_input = $(AWK) '\
  189. BEGIN { nonempty = 0; } \
  190. { items[$$0] = 1; nonempty = 1; } \
  191. END { if (nonempty) { for (i in items) print i; }; } \
  192. '
  193. # Make sure the list of sources is unique. This is necessary because,
  194. # e.g., the same source file might be shared among _SOURCES variables
  195. # for different programs/libraries.
  196. am__define_uniq_tagged_files = \
  197. list='$(am__tagged_files)'; \
  198. unique=`for i in $$list; do \
  199. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  200. done | $(am__uniquify_input)`
  201. ETAGS = etags
  202. CTAGS = ctags
  203. CSCOPE = cscope
  204. AM_RECURSIVE_TARGETS = cscope check recheck
  205. am__tty_colors_dummy = \
  206. mgn= red= grn= lgn= blu= brg= std=; \
  207. am__color_tests=no
  208. am__tty_colors = { \
  209. $(am__tty_colors_dummy); \
  210. if test "X$(AM_COLOR_TESTS)" = Xno; then \
  211. am__color_tests=no; \
  212. elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
  213. am__color_tests=yes; \
  214. elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
  215. am__color_tests=yes; \
  216. fi; \
  217. if test $$am__color_tests = yes; then \
  218. red=''; \
  219. grn=''; \
  220. lgn=''; \
  221. blu=''; \
  222. mgn=''; \
  223. brg=''; \
  224. std=''; \
  225. fi; \
  226. }
  227. am__recheck_rx = ^[ ]*:recheck:[ ]*
  228. am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
  229. am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
  230. # A command that, given a newline-separated list of test names on the
  231. # standard input, print the name of the tests that are to be re-run
  232. # upon "make recheck".
  233. am__list_recheck_tests = $(AWK) '{ \
  234. recheck = 1; \
  235. while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  236. { \
  237. if (rc < 0) \
  238. { \
  239. if ((getline line2 < ($$0 ".log")) < 0) \
  240. recheck = 0; \
  241. break; \
  242. } \
  243. else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
  244. { \
  245. recheck = 0; \
  246. break; \
  247. } \
  248. else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
  249. { \
  250. break; \
  251. } \
  252. }; \
  253. if (recheck) \
  254. print $$0; \
  255. close ($$0 ".trs"); \
  256. close ($$0 ".log"); \
  257. }'
  258. # A command that, given a newline-separated list of test names on the
  259. # standard input, create the global log from their .trs and .log files.
  260. am__create_global_log = $(AWK) ' \
  261. function fatal(msg) \
  262. { \
  263. print "fatal: making $@: " msg | "cat >&2"; \
  264. exit 1; \
  265. } \
  266. function rst_section(header) \
  267. { \
  268. print header; \
  269. len = length(header); \
  270. for (i = 1; i <= len; i = i + 1) \
  271. printf "="; \
  272. printf "\n\n"; \
  273. } \
  274. { \
  275. copy_in_global_log = 1; \
  276. global_test_result = "RUN"; \
  277. while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  278. { \
  279. if (rc < 0) \
  280. fatal("failed to read from " $$0 ".trs"); \
  281. if (line ~ /$(am__global_test_result_rx)/) \
  282. { \
  283. sub("$(am__global_test_result_rx)", "", line); \
  284. sub("[ ]*$$", "", line); \
  285. global_test_result = line; \
  286. } \
  287. else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
  288. copy_in_global_log = 0; \
  289. }; \
  290. if (copy_in_global_log) \
  291. { \
  292. rst_section(global_test_result ": " $$0); \
  293. while ((rc = (getline line < ($$0 ".log"))) != 0) \
  294. { \
  295. if (rc < 0) \
  296. fatal("failed to read from " $$0 ".log"); \
  297. print line; \
  298. }; \
  299. printf "\n"; \
  300. }; \
  301. close ($$0 ".trs"); \
  302. close ($$0 ".log"); \
  303. }'
  304. # Restructured Text title.
  305. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
  306. # Solaris 10 'make', and several other traditional 'make' implementations,
  307. # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
  308. # by disabling -e (using the XSI extension "set +e") if it's set.
  309. am__sh_e_setup = case $$- in *e*) set +e;; esac
  310. # Default flags passed to test drivers.
  311. am__common_driver_flags = \
  312. --color-tests "$$am__color_tests" \
  313. --enable-hard-errors "$$am__enable_hard_errors" \
  314. --expect-failure "$$am__expect_failure"
  315. # To be inserted before the command running the test. Creates the
  316. # directory for the log if needed. Stores in $dir the directory
  317. # containing $f, in $tst the test, in $log the log. Executes the
  318. # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
  319. # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
  320. # will run the test scripts (or their associated LOG_COMPILER, if
  321. # thy have one).
  322. am__check_pre = \
  323. $(am__sh_e_setup); \
  324. $(am__vpath_adj_setup) $(am__vpath_adj) \
  325. $(am__tty_colors); \
  326. srcdir=$(srcdir); export srcdir; \
  327. case "$@" in \
  328. */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
  329. *) am__odir=.;; \
  330. esac; \
  331. test "x$$am__odir" = x"." || test -d "$$am__odir" \
  332. || $(MKDIR_P) "$$am__odir" || exit $$?; \
  333. if test -f "./$$f"; then dir=./; \
  334. elif test -f "$$f"; then dir=; \
  335. else dir="$(srcdir)/"; fi; \
  336. tst=$$dir$$f; log='$@'; \
  337. if test -n '$(DISABLE_HARD_ERRORS)'; then \
  338. am__enable_hard_errors=no; \
  339. else \
  340. am__enable_hard_errors=yes; \
  341. fi; \
  342. case " $(XFAIL_TESTS) " in \
  343. *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
  344. am__expect_failure=yes;; \
  345. *) \
  346. am__expect_failure=no;; \
  347. esac; \
  348. $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
  349. # A shell command to get the names of the tests scripts with any registered
  350. # extension removed (i.e., equivalently, the names of the test logs, with
  351. # the '.log' extension removed). The result is saved in the shell variable
  352. # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
  353. # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
  354. # since that might cause problem with VPATH rewrites for suffix-less tests.
  355. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
  356. am__set_TESTS_bases = \
  357. bases='$(TEST_LOGS)'; \
  358. bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
  359. bases=`echo $$bases`
  360. RECHECK_LOGS = $(TEST_LOGS)
  361. TEST_SUITE_LOG = test-suite.log
  362. TEST_EXTENSIONS = @EXEEXT@ .test
  363. LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
  364. LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
  365. am__set_b = \
  366. case '$@' in \
  367. */*) \
  368. case '$*' in \
  369. */*) b='$*';; \
  370. *) b=`echo '$@' | sed 's/\.log$$//'`; \
  371. esac;; \
  372. *) \
  373. b='$*';; \
  374. esac
  375. am__test_logs1 = $(TESTS:=.log)
  376. am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
  377. TEST_LOGS = $(am__test_logs2:.test.log=.log)
  378. TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
  379. TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
  380. $(TEST_LOG_FLAGS)
  381. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  382. distdir = $(PACKAGE)-$(VERSION)
  383. top_distdir = $(distdir)
  384. am__remove_distdir = \
  385. if test -d "$(distdir)"; then \
  386. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  387. && rm -rf "$(distdir)" \
  388. || { sleep 5 && rm -rf "$(distdir)"; }; \
  389. else :; fi
  390. am__post_remove_distdir = $(am__remove_distdir)
  391. DIST_ARCHIVES = $(distdir).tar.gz
  392. GZIP_ENV = --best
  393. DIST_TARGETS = dist-gzip
  394. distuninstallcheck_listfiles = find . -type f -print
  395. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  396. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  397. distcleancheck_listfiles = find . -type f -print
  398. ACLOCAL = @ACLOCAL@
  399. AMTAR = @AMTAR@
  400. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  401. AR = @AR@
  402. AUTOCONF = @AUTOCONF@
  403. AUTOHEADER = @AUTOHEADER@
  404. AUTOMAKE = @AUTOMAKE@
  405. AWK = @AWK@
  406. CC = @CC@
  407. CCDEPMODE = @CCDEPMODE@
  408. CFLAGS = @CFLAGS@
  409. CPP = @CPP@
  410. CPPFLAGS = @CPPFLAGS@
  411. CYGPATH_W = @CYGPATH_W@
  412. DEFS = @DEFS@
  413. DEPDIR = @DEPDIR@
  414. DLLTOOL = @DLLTOOL@
  415. DSYMUTIL = @DSYMUTIL@
  416. DUMPBIN = @DUMPBIN@
  417. ECHO_C = @ECHO_C@
  418. ECHO_N = @ECHO_N@
  419. ECHO_T = @ECHO_T@
  420. EGREP = @EGREP@
  421. EXEEXT = @EXEEXT@
  422. FGREP = @FGREP@
  423. GREP = @GREP@
  424. INSTALL = @INSTALL@
  425. INSTALL_DATA = @INSTALL_DATA@
  426. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  427. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  428. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  429. LD = @LD@
  430. LDFLAGS = @LDFLAGS@
  431. LIBOBJS = @LIBOBJS@
  432. LIBS = @LIBS@
  433. LIBTOOL = @LIBTOOL@
  434. LIPO = @LIPO@
  435. LN_S = @LN_S@
  436. LTLIBOBJS = @LTLIBOBJS@
  437. MAKEINFO = @MAKEINFO@
  438. MANIFEST_TOOL = @MANIFEST_TOOL@
  439. MKDIR_P = @MKDIR_P@
  440. NM = @NM@
  441. NMEDIT = @NMEDIT@
  442. OBJDUMP = @OBJDUMP@
  443. OBJEXT = @OBJEXT@
  444. OTOOL = @OTOOL@
  445. OTOOL64 = @OTOOL64@
  446. PACKAGE = @PACKAGE@
  447. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  448. PACKAGE_NAME = @PACKAGE_NAME@
  449. PACKAGE_STRING = @PACKAGE_STRING@
  450. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  451. PACKAGE_URL = @PACKAGE_URL@
  452. PACKAGE_VERSION = @PACKAGE_VERSION@
  453. PATH_SEPARATOR = @PATH_SEPARATOR@
  454. RANLIB = @RANLIB@
  455. SED = @SED@
  456. SET_MAKE = @SET_MAKE@
  457. SHELL = @SHELL@
  458. STRIP = @STRIP@
  459. VERSION = @VERSION@
  460. abs_builddir = @abs_builddir@
  461. abs_srcdir = @abs_srcdir@
  462. abs_top_builddir = @abs_top_builddir@
  463. abs_top_srcdir = @abs_top_srcdir@
  464. ac_ct_AR = @ac_ct_AR@
  465. ac_ct_CC = @ac_ct_CC@
  466. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  467. am__include = @am__include@
  468. am__leading_dot = @am__leading_dot@
  469. am__quote = @am__quote@
  470. am__tar = @am__tar@
  471. am__untar = @am__untar@
  472. bindir = @bindir@
  473. build = @build@
  474. build_alias = @build_alias@
  475. build_cpu = @build_cpu@
  476. build_os = @build_os@
  477. build_vendor = @build_vendor@
  478. builddir = @builddir@
  479. datadir = @datadir@
  480. datarootdir = @datarootdir@
  481. docdir = @docdir@
  482. dvidir = @dvidir@
  483. exec_prefix = @exec_prefix@
  484. host = @host@
  485. host_alias = @host_alias@
  486. host_cpu = @host_cpu@
  487. host_os = @host_os@
  488. host_vendor = @host_vendor@
  489. htmldir = @htmldir@
  490. includedir = @includedir@
  491. infodir = @infodir@
  492. install_sh = @install_sh@
  493. libdir = @libdir@
  494. libexecdir = @libexecdir@
  495. localedir = @localedir@
  496. localstatedir = @localstatedir@
  497. mandir = @mandir@
  498. mkdir_p = @mkdir_p@
  499. oldincludedir = @oldincludedir@
  500. pdfdir = @pdfdir@
  501. prefix = @prefix@
  502. program_transform_name = @program_transform_name@
  503. psdir = @psdir@
  504. sbindir = @sbindir@
  505. sharedstatedir = @sharedstatedir@
  506. srcdir = @srcdir@
  507. sysconfdir = @sysconfdir@
  508. target_alias = @target_alias@
  509. top_build_prefix = @top_build_prefix@
  510. top_builddir = @top_builddir@
  511. top_srcdir = @top_srcdir@
  512. lib_LTLIBRARIES = libcsv.la
  513. libcsv_la_SOURCES = libcsv.c
  514. libcsv_la_LDFLAGS = -version-info 3:3:0
  515. libcsv_la_CFLAGS = -Wall -Wextra
  516. libcsv_includedir = $(includedir)
  517. nobase_libcsv_include_HEADERS = csv.h
  518. dist_man_MANS = csv.3
  519. EXTRA_DIST = FAQ \
  520. README \
  521. test_csv.c \
  522. tests \
  523. examples \
  524. csv.pdf \
  525. COPYING.LESSER
  526. check_csv_SOURCES = test_csv.c
  527. check_csv_LDADD = -lcsv
  528. ACLOCAL_AMFLAGS = -I m4
  529. all: all-am
  530. .SUFFIXES:
  531. .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
  532. am--refresh: Makefile
  533. @:
  534. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  535. @for dep in $?; do \
  536. case '$(am__configure_deps)' in \
  537. *$$dep*) \
  538. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  539. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  540. && exit 0; \
  541. exit 1;; \
  542. esac; \
  543. done; \
  544. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  545. $(am__cd) $(top_srcdir) && \
  546. $(AUTOMAKE) --foreign Makefile
  547. .PRECIOUS: Makefile
  548. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  549. @case '$?' in \
  550. *config.status*) \
  551. echo ' $(SHELL) ./config.status'; \
  552. $(SHELL) ./config.status;; \
  553. *) \
  554. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  555. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  556. esac;
  557. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  558. $(SHELL) ./config.status --recheck
  559. $(top_srcdir)/configure: $(am__configure_deps)
  560. $(am__cd) $(srcdir) && $(AUTOCONF)
  561. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  562. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  563. $(am__aclocal_m4_deps):
  564. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  565. @$(NORMAL_INSTALL)
  566. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  567. list2=; for p in $$list; do \
  568. if test -f $$p; then \
  569. list2="$$list2 $$p"; \
  570. else :; fi; \
  571. done; \
  572. test -z "$$list2" || { \
  573. echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  574. $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  575. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  576. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  577. }
  578. uninstall-libLTLIBRARIES:
  579. @$(NORMAL_UNINSTALL)
  580. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  581. for p in $$list; do \
  582. $(am__strip_dir) \
  583. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  584. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  585. done
  586. clean-libLTLIBRARIES:
  587. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  588. @list='$(lib_LTLIBRARIES)'; \
  589. locs=`for p in $$list; do echo $$p; done | \
  590. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  591. sort -u`; \
  592. test -z "$$locs" || { \
  593. echo rm -f $${locs}; \
  594. rm -f $${locs}; \
  595. }
  596. libcsv.la: $(libcsv_la_OBJECTS) $(libcsv_la_DEPENDENCIES) $(EXTRA_libcsv_la_DEPENDENCIES)
  597. $(AM_V_CCLD)$(libcsv_la_LINK) -rpath $(libdir) $(libcsv_la_OBJECTS) $(libcsv_la_LIBADD) $(LIBS)
  598. clean-checkPROGRAMS:
  599. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  600. echo " rm -f" $$list; \
  601. rm -f $$list || exit $$?; \
  602. test -n "$(EXEEXT)" || exit 0; \
  603. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  604. echo " rm -f" $$list; \
  605. rm -f $$list
  606. check_csv$(EXEEXT): $(check_csv_OBJECTS) $(check_csv_DEPENDENCIES) $(EXTRA_check_csv_DEPENDENCIES)
  607. @rm -f check_csv$(EXEEXT)
  608. $(AM_V_CCLD)$(LINK) $(check_csv_OBJECTS) $(check_csv_LDADD) $(LIBS)
  609. mostlyclean-compile:
  610. -rm -f *.$(OBJEXT)
  611. distclean-compile:
  612. -rm -f *.tab.c
  613. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcsv_la-libcsv.Plo@am__quote@
  614. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_csv.Po@am__quote@
  615. .c.o:
  616. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  617. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  618. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  619. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  620. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  621. .c.obj:
  622. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  623. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  624. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  625. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  626. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  627. .c.lo:
  628. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  629. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  630. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  631. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  632. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  633. libcsv_la-libcsv.lo: libcsv.c
  634. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcsv_la_CFLAGS) $(CFLAGS) -MT libcsv_la-libcsv.lo -MD -MP -MF $(DEPDIR)/libcsv_la-libcsv.Tpo -c -o libcsv_la-libcsv.lo `test -f 'libcsv.c' || echo '$(srcdir)/'`libcsv.c
  635. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcsv_la-libcsv.Tpo $(DEPDIR)/libcsv_la-libcsv.Plo
  636. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libcsv.c' object='libcsv_la-libcsv.lo' libtool=yes @AMDEPBACKSLASH@
  637. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  638. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcsv_la_CFLAGS) $(CFLAGS) -c -o libcsv_la-libcsv.lo `test -f 'libcsv.c' || echo '$(srcdir)/'`libcsv.c
  639. mostlyclean-libtool:
  640. -rm -f *.lo
  641. clean-libtool:
  642. -rm -rf .libs _libs
  643. distclean-libtool:
  644. -rm -f libtool config.lt
  645. install-man3: $(dist_man_MANS)
  646. @$(NORMAL_INSTALL)
  647. @list1=''; \
  648. list2='$(dist_man_MANS)'; \
  649. test -n "$(man3dir)" \
  650. && test -n "`echo $$list1$$list2`" \
  651. || exit 0; \
  652. echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
  653. $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
  654. { for i in $$list1; do echo "$$i"; done; \
  655. if test -n "$$list2"; then \
  656. for i in $$list2; do echo "$$i"; done \
  657. | sed -n '/\.3[a-z]*$$/p'; \
  658. fi; \
  659. } | while read p; do \
  660. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  661. echo "$$d$$p"; echo "$$p"; \
  662. done | \
  663. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
  664. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  665. sed 'N;N;s,\n, ,g' | { \
  666. list=; while read file base inst; do \
  667. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  668. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
  669. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
  670. fi; \
  671. done; \
  672. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  673. while read files; do \
  674. test -z "$$files" || { \
  675. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
  676. $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
  677. done; }
  678. uninstall-man3:
  679. @$(NORMAL_UNINSTALL)
  680. @list=''; test -n "$(man3dir)" || exit 0; \
  681. files=`{ for i in $$list; do echo "$$i"; done; \
  682. l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  683. sed -n '/\.3[a-z]*$$/p'; \
  684. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
  685. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  686. dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
  687. install-nobase_libcsv_includeHEADERS: $(nobase_libcsv_include_HEADERS)
  688. @$(NORMAL_INSTALL)
  689. @list='$(nobase_libcsv_include_HEADERS)'; test -n "$(libcsv_includedir)" || list=; \
  690. if test -n "$$list"; then \
  691. echo " $(MKDIR_P) '$(DESTDIR)$(libcsv_includedir)'"; \
  692. $(MKDIR_P) "$(DESTDIR)$(libcsv_includedir)" || exit 1; \
  693. fi; \
  694. $(am__nobase_list) | while read dir files; do \
  695. xfiles=; for file in $$files; do \
  696. if test -f "$$file"; then xfiles="$$xfiles $$file"; \
  697. else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
  698. test -z "$$xfiles" || { \
  699. test "x$$dir" = x. || { \
  700. echo " $(MKDIR_P) '$(DESTDIR)$(libcsv_includedir)/$$dir'"; \
  701. $(MKDIR_P) "$(DESTDIR)$(libcsv_includedir)/$$dir"; }; \
  702. echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(libcsv_includedir)/$$dir'"; \
  703. $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(libcsv_includedir)/$$dir" || exit $$?; }; \
  704. done
  705. uninstall-nobase_libcsv_includeHEADERS:
  706. @$(NORMAL_UNINSTALL)
  707. @list='$(nobase_libcsv_include_HEADERS)'; test -n "$(libcsv_includedir)" || list=; \
  708. $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
  709. dir='$(DESTDIR)$(libcsv_includedir)'; $(am__uninstall_files_from_dir)
  710. ID: $(am__tagged_files)
  711. $(am__define_uniq_tagged_files); mkid -fID $$unique
  712. tags: tags-am
  713. TAGS: tags
  714. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  715. set x; \
  716. here=`pwd`; \
  717. $(am__define_uniq_tagged_files); \
  718. shift; \
  719. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  720. test -n "$$unique" || unique=$$empty_fix; \
  721. if test $$# -gt 0; then \
  722. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  723. "$$@" $$unique; \
  724. else \
  725. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  726. $$unique; \
  727. fi; \
  728. fi
  729. ctags: ctags-am
  730. CTAGS: ctags
  731. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  732. $(am__define_uniq_tagged_files); \
  733. test -z "$(CTAGS_ARGS)$$unique" \
  734. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  735. $$unique
  736. GTAGS:
  737. here=`$(am__cd) $(top_builddir) && pwd` \
  738. && $(am__cd) $(top_srcdir) \
  739. && gtags -i $(GTAGS_ARGS) "$$here"
  740. cscope: cscope.files
  741. test ! -s cscope.files \
  742. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  743. clean-cscope:
  744. -rm -f cscope.files
  745. cscope.files: clean-cscope cscopelist
  746. cscopelist: cscopelist-am
  747. cscopelist-am: $(am__tagged_files)
  748. list='$(am__tagged_files)'; \
  749. case "$(srcdir)" in \
  750. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  751. *) sdir=$(subdir)/$(srcdir) ;; \
  752. esac; \
  753. for i in $$list; do \
  754. if test -f "$$i"; then \
  755. echo "$(subdir)/$$i"; \
  756. else \
  757. echo "$$sdir/$$i"; \
  758. fi; \
  759. done >> $(top_builddir)/cscope.files
  760. distclean-tags:
  761. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  762. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  763. # Recover from deleted '.trs' file; this should ensure that
  764. # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
  765. # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
  766. # to avoid problems with "make -n".
  767. .log.trs:
  768. rm -f $< $@
  769. $(MAKE) $(AM_MAKEFLAGS) $<
  770. # Leading 'am--fnord' is there to ensure the list of targets does not
  771. # expand to empty, as could happen e.g. with make check TESTS=''.
  772. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
  773. am--force-recheck:
  774. @:
  775. $(TEST_SUITE_LOG): $(TEST_LOGS)
  776. @$(am__set_TESTS_bases); \
  777. am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
  778. redo_bases=`for i in $$bases; do \
  779. am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
  780. done`; \
  781. if test -n "$$redo_bases"; then \
  782. redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
  783. redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
  784. if $(am__make_dryrun); then :; else \
  785. rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
  786. fi; \
  787. fi; \
  788. if test -n "$$am__remaking_logs"; then \
  789. echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
  790. "recursion detected" >&2; \
  791. else \
  792. am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
  793. fi; \
  794. if $(am__make_dryrun); then :; else \
  795. st=0; \
  796. errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
  797. for i in $$redo_bases; do \
  798. test -f $$i.trs && test -r $$i.trs \
  799. || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
  800. test -f $$i.log && test -r $$i.log \
  801. || { echo "$$errmsg $$i.log" >&2; st=1; }; \
  802. done; \
  803. test $$st -eq 0 || exit 1; \
  804. fi
  805. @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
  806. ws='[ ]'; \
  807. results=`for b in $$bases; do echo $$b.trs; done`; \
  808. test -n "$$results" || results=/dev/null; \
  809. all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
  810. pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
  811. fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
  812. skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
  813. xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
  814. xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
  815. error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
  816. if test `expr $$fail + $$xpass + $$error` -eq 0; then \
  817. success=true; \
  818. else \
  819. success=false; \
  820. fi; \
  821. br='==================='; br=$$br$$br$$br$$br; \
  822. result_count () \
  823. { \
  824. if test x"$$1" = x"--maybe-color"; then \
  825. maybe_colorize=yes; \
  826. elif test x"$$1" = x"--no-color"; then \
  827. maybe_colorize=no; \
  828. else \
  829. echo "$@: invalid 'result_count' usage" >&2; exit 4; \
  830. fi; \
  831. shift; \
  832. desc=$$1 count=$$2; \
  833. if test $$maybe_colorize = yes && test $$count -gt 0; then \
  834. color_start=$$3 color_end=$$std; \
  835. else \
  836. color_start= color_end=; \
  837. fi; \
  838. echo "$${color_start}# $$desc $$count$${color_end}"; \
  839. }; \
  840. create_testsuite_report () \
  841. { \
  842. result_count $$1 "TOTAL:" $$all "$$brg"; \
  843. result_count $$1 "PASS: " $$pass "$$grn"; \
  844. result_count $$1 "SKIP: " $$skip "$$blu"; \
  845. result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
  846. result_count $$1 "FAIL: " $$fail "$$red"; \
  847. result_count $$1 "XPASS:" $$xpass "$$red"; \
  848. result_count $$1 "ERROR:" $$error "$$mgn"; \
  849. }; \
  850. { \
  851. echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
  852. $(am__rst_title); \
  853. create_testsuite_report --no-color; \
  854. echo; \
  855. echo ".. contents:: :depth: 2"; \
  856. echo; \
  857. for b in $$bases; do echo $$b; done \
  858. | $(am__create_global_log); \
  859. } >$(TEST_SUITE_LOG).tmp || exit 1; \
  860. mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
  861. if $$success; then \
  862. col="$$grn"; \
  863. else \
  864. col="$$red"; \
  865. test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
  866. fi; \
  867. echo "$${col}$$br$${std}"; \
  868. echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
  869. echo "$${col}$$br$${std}"; \
  870. create_testsuite_report --maybe-color; \
  871. echo "$$col$$br$$std"; \
  872. if $$success; then :; else \
  873. echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
  874. if test -n "$(PACKAGE_BUGREPORT)"; then \
  875. echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
  876. fi; \
  877. echo "$$col$$br$$std"; \
  878. fi; \
  879. $$success || exit 1
  880. check-TESTS:
  881. @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
  882. @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
  883. @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  884. @set +e; $(am__set_TESTS_bases); \
  885. log_list=`for i in $$bases; do echo $$i.log; done`; \
  886. trs_list=`for i in $$bases; do echo $$i.trs; done`; \
  887. log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
  888. $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
  889. exit $$?;
  890. recheck: all $(check_PROGRAMS)
  891. @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  892. @set +e; $(am__set_TESTS_bases); \
  893. bases=`for i in $$bases; do echo $$i; done \
  894. | $(am__list_recheck_tests)` || exit 1; \
  895. log_list=`for i in $$bases; do echo $$i.log; done`; \
  896. log_list=`echo $$log_list`; \
  897. $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
  898. am__force_recheck=am--force-recheck \
  899. TEST_LOGS="$$log_list"; \
  900. exit $$?
  901. check_csv.log: check_csv$(EXEEXT)
  902. @p='check_csv$(EXEEXT)'; \
  903. b='check_csv'; \
  904. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  905. --log-file $$b.log --trs-file $$b.trs \
  906. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  907. "$$tst" $(AM_TESTS_FD_REDIRECT)
  908. .test.log:
  909. @p='$<'; \
  910. $(am__set_b); \
  911. $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  912. --log-file $$b.log --trs-file $$b.trs \
  913. $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  914. "$$tst" $(AM_TESTS_FD_REDIRECT)
  915. @am__EXEEXT_TRUE@.test$(EXEEXT).log:
  916. @am__EXEEXT_TRUE@ @p='$<'; \
  917. @am__EXEEXT_TRUE@ $(am__set_b); \
  918. @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  919. @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
  920. @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  921. @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
  922. distdir: $(DISTFILES)
  923. $(am__remove_distdir)
  924. test -d "$(distdir)" || mkdir "$(distdir)"
  925. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  926. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  927. list='$(DISTFILES)'; \
  928. dist_files=`for file in $$list; do echo $$file; done | \
  929. sed -e "s|^$$srcdirstrip/||;t" \
  930. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  931. case $$dist_files in \
  932. */*) $(MKDIR_P) `echo "$$dist_files" | \
  933. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  934. sort -u` ;; \
  935. esac; \
  936. for file in $$dist_files; do \
  937. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  938. if test -d $$d/$$file; then \
  939. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  940. if test -d "$(distdir)/$$file"; then \
  941. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  942. fi; \
  943. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  944. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  945. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  946. fi; \
  947. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  948. else \
  949. test -f "$(distdir)/$$file" \
  950. || cp -p $$d/$$file "$(distdir)/$$file" \
  951. || exit 1; \
  952. fi; \
  953. done
  954. -test -n "$(am__skip_mode_fix)" \
  955. || find "$(distdir)" -type d ! -perm -755 \
  956. -exec chmod u+rwx,go+rx {} \; -o \
  957. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  958. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  959. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  960. || chmod -R a+r "$(distdir)"
  961. dist-gzip: distdir
  962. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  963. $(am__post_remove_distdir)
  964. dist-bzip2: distdir
  965. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  966. $(am__post_remove_distdir)
  967. dist-lzip: distdir
  968. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  969. $(am__post_remove_distdir)
  970. dist-xz: distdir
  971. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  972. $(am__post_remove_distdir)
  973. dist-tarZ: distdir
  974. @echo WARNING: "Support for shar distribution archives is" \
  975. "deprecated." >&2
  976. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  977. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  978. $(am__post_remove_distdir)
  979. dist-shar: distdir
  980. @echo WARNING: "Support for distribution archives compressed with" \
  981. "legacy program 'compress' is deprecated." >&2
  982. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  983. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  984. $(am__post_remove_distdir)
  985. dist-zip: distdir
  986. -rm -f $(distdir).zip
  987. zip -rq $(distdir).zip $(distdir)
  988. $(am__post_remove_distdir)
  989. dist dist-all:
  990. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  991. $(am__post_remove_distdir)
  992. # This target untars the dist file and tries a VPATH configuration. Then
  993. # it guarantees that the distribution is self-contained by making another
  994. # tarfile.
  995. distcheck: dist
  996. case '$(DIST_ARCHIVES)' in \
  997. *.tar.gz*) \
  998. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  999. *.tar.bz2*) \
  1000. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  1001. *.tar.lz*) \
  1002. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  1003. *.tar.xz*) \
  1004. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  1005. *.tar.Z*) \
  1006. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  1007. *.shar.gz*) \
  1008. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  1009. *.zip*) \
  1010. unzip $(distdir).zip ;;\
  1011. esac
  1012. chmod -R a-w $(distdir)
  1013. chmod u+w $(distdir)
  1014. mkdir $(distdir)/_build $(distdir)/_inst
  1015. chmod a-w $(distdir)
  1016. test -d $(distdir)/_build || exit 0; \
  1017. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  1018. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  1019. && am__cwd=`pwd` \
  1020. && $(am__cd) $(distdir)/_build \
  1021. && ../configure \
  1022. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  1023. $(DISTCHECK_CONFIGURE_FLAGS) \
  1024. --srcdir=.. --prefix="$$dc_install_base" \
  1025. && $(MAKE) $(AM_MAKEFLAGS) \
  1026. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  1027. && $(MAKE) $(AM_MAKEFLAGS) check \
  1028. && $(MAKE) $(AM_MAKEFLAGS) install \
  1029. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  1030. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  1031. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  1032. distuninstallcheck \
  1033. && chmod -R a-w "$$dc_install_base" \
  1034. && ({ \
  1035. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  1036. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  1037. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  1038. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  1039. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  1040. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  1041. && rm -rf "$$dc_destdir" \
  1042. && $(MAKE) $(AM_MAKEFLAGS) dist \
  1043. && rm -rf $(DIST_ARCHIVES) \
  1044. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  1045. && cd "$$am__cwd" \
  1046. || exit 1
  1047. $(am__post_remove_distdir)
  1048. @(echo "$(distdir) archives ready for distribution: "; \
  1049. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  1050. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  1051. distuninstallcheck:
  1052. @test -n '$(distuninstallcheck_dir)' || { \
  1053. echo 'ERROR: trying to run $@ with an empty' \
  1054. '$$(distuninstallcheck_dir)' >&2; \
  1055. exit 1; \
  1056. }; \
  1057. $(am__cd) '$(distuninstallcheck_dir)' || { \
  1058. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  1059. exit 1; \
  1060. }; \
  1061. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  1062. || { echo "ERROR: files left after uninstall:" ; \
  1063. if test -n "$(DESTDIR)"; then \
  1064. echo " (check DESTDIR support)"; \
  1065. fi ; \
  1066. $(distuninstallcheck_listfiles) ; \
  1067. exit 1; } >&2
  1068. distcleancheck: distclean
  1069. @if test '$(srcdir)' = . ; then \
  1070. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  1071. exit 1 ; \
  1072. fi
  1073. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  1074. || { echo "ERROR: files left in build directory after distclean:" ; \
  1075. $(distcleancheck_listfiles) ; \
  1076. exit 1; } >&2
  1077. check-am: all-am
  1078. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  1079. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  1080. check: check-am
  1081. all-am: Makefile $(LTLIBRARIES) $(MANS) $(HEADERS)
  1082. installdirs:
  1083. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(libcsv_includedir)"; do \
  1084. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  1085. done
  1086. install: install-am
  1087. install-exec: install-exec-am
  1088. install-data: install-data-am
  1089. uninstall: uninstall-am
  1090. install-am: all-am
  1091. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  1092. installcheck: installcheck-am
  1093. install-strip:
  1094. if test -z '$(STRIP)'; then \
  1095. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1096. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1097. install; \
  1098. else \
  1099. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1100. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1101. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  1102. fi
  1103. mostlyclean-generic:
  1104. -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
  1105. -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
  1106. -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  1107. clean-generic:
  1108. distclean-generic:
  1109. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  1110. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  1111. maintainer-clean-generic:
  1112. @echo "This command is intended for maintainers to use"
  1113. @echo "it deletes files that may require special tools to rebuild."
  1114. clean: clean-am
  1115. clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
  1116. clean-libtool mostlyclean-am
  1117. distclean: distclean-am
  1118. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1119. -rm -rf ./$(DEPDIR)
  1120. -rm -f Makefile
  1121. distclean-am: clean-am distclean-compile distclean-generic \
  1122. distclean-libtool distclean-tags
  1123. dvi: dvi-am
  1124. dvi-am:
  1125. html: html-am
  1126. html-am:
  1127. info: info-am
  1128. info-am:
  1129. install-data-am: install-man install-nobase_libcsv_includeHEADERS
  1130. install-dvi: install-dvi-am
  1131. install-dvi-am:
  1132. install-exec-am: install-libLTLIBRARIES
  1133. install-html: install-html-am
  1134. install-html-am:
  1135. install-info: install-info-am
  1136. install-info-am:
  1137. install-man: install-man3
  1138. install-pdf: install-pdf-am
  1139. install-pdf-am:
  1140. install-ps: install-ps-am
  1141. install-ps-am:
  1142. installcheck-am:
  1143. maintainer-clean: maintainer-clean-am
  1144. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1145. -rm -rf $(top_srcdir)/autom4te.cache
  1146. -rm -rf ./$(DEPDIR)
  1147. -rm -f Makefile
  1148. maintainer-clean-am: distclean-am maintainer-clean-generic
  1149. mostlyclean: mostlyclean-am
  1150. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  1151. mostlyclean-libtool
  1152. pdf: pdf-am
  1153. pdf-am:
  1154. ps: ps-am
  1155. ps-am:
  1156. uninstall-am: uninstall-libLTLIBRARIES uninstall-man \
  1157. uninstall-nobase_libcsv_includeHEADERS
  1158. uninstall-man: uninstall-man3
  1159. .MAKE: check-am install-am install-strip
  1160. .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \
  1161. check-am clean clean-checkPROGRAMS clean-cscope clean-generic \
  1162. clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
  1163. ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
  1164. dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
  1165. distclean-compile distclean-generic distclean-libtool \
  1166. distclean-tags distcleancheck distdir distuninstallcheck dvi \
  1167. dvi-am html html-am info info-am install install-am \
  1168. install-data install-data-am install-dvi install-dvi-am \
  1169. install-exec install-exec-am install-html install-html-am \
  1170. install-info install-info-am install-libLTLIBRARIES \
  1171. install-man install-man3 install-nobase_libcsv_includeHEADERS \
  1172. install-pdf install-pdf-am install-ps install-ps-am \
  1173. install-strip installcheck installcheck-am installdirs \
  1174. maintainer-clean maintainer-clean-generic mostlyclean \
  1175. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  1176. pdf pdf-am ps ps-am recheck tags tags-am uninstall \
  1177. uninstall-am uninstall-libLTLIBRARIES uninstall-man \
  1178. uninstall-man3 uninstall-nobase_libcsv_includeHEADERS
  1179. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1180. # Otherwise a system limit (for SysV at least) may be exceeded.
  1181. .NOEXPORT: