Makefile.in 41 KB

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