Makefile 43 KB

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