Makefile.in 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302
  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. # ##############################################################################
  13. # AUTOMATICALLY GENERATED FILE -- DO NOT EDIT.
  14. #
  15. # This file is generated automatically by libpqxx's template2mak.py script, and
  16. # will be rewritten from time to time.
  17. #
  18. # If you modify this file, chances are your modifications will be lost.
  19. #
  20. # The template2mak.py script should be available in the tools directory of the
  21. # libpqxx source archive.
  22. #
  23. # Generated from template './test/Makefile.am.template'.
  24. # ##############################################################################
  25. # Makefile.am is generated automatically for automake whenever test programs are
  26. # added to libpqxx.
  27. VPATH = @srcdir@
  28. am__is_gnu_make = { \
  29. if test -z '$(MAKELEVEL)'; then \
  30. false; \
  31. elif test -n '$(MAKE_HOST)'; then \
  32. true; \
  33. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  34. true; \
  35. else \
  36. false; \
  37. fi; \
  38. }
  39. am__make_running_with_option = \
  40. case $${target_option-} in \
  41. ?) ;; \
  42. *) echo "am__make_running_with_option: internal error: invalid" \
  43. "target option '$${target_option-}' specified" >&2; \
  44. exit 1;; \
  45. esac; \
  46. has_opt=no; \
  47. sane_makeflags=$$MAKEFLAGS; \
  48. if $(am__is_gnu_make); then \
  49. sane_makeflags=$$MFLAGS; \
  50. else \
  51. case $$MAKEFLAGS in \
  52. *\\[\ \ ]*) \
  53. bs=\\; \
  54. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  55. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  56. esac; \
  57. fi; \
  58. skip_next=no; \
  59. strip_trailopt () \
  60. { \
  61. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  62. }; \
  63. for flg in $$sane_makeflags; do \
  64. test $$skip_next = yes && { skip_next=no; continue; }; \
  65. case $$flg in \
  66. *=*|--*) continue;; \
  67. -*I) strip_trailopt 'I'; skip_next=yes;; \
  68. -*I?*) strip_trailopt 'I';; \
  69. -*O) strip_trailopt 'O'; skip_next=yes;; \
  70. -*O?*) strip_trailopt 'O';; \
  71. -*l) strip_trailopt 'l'; skip_next=yes;; \
  72. -*l?*) strip_trailopt 'l';; \
  73. -[dEDm]) skip_next=yes;; \
  74. -[JT]) skip_next=yes;; \
  75. esac; \
  76. case $$flg in \
  77. *$$target_option*) has_opt=yes; break;; \
  78. esac; \
  79. done; \
  80. test $$has_opt = yes
  81. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  82. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  83. pkgdatadir = $(datadir)/@PACKAGE@
  84. pkgincludedir = $(includedir)/@PACKAGE@
  85. pkglibdir = $(libdir)/@PACKAGE@
  86. pkglibexecdir = $(libexecdir)/@PACKAGE@
  87. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  88. install_sh_DATA = $(install_sh) -c -m 644
  89. install_sh_PROGRAM = $(install_sh) -c
  90. install_sh_SCRIPT = $(install_sh) -c
  91. INSTALL_HEADER = $(INSTALL_DATA)
  92. transform = $(program_transform_name)
  93. NORMAL_INSTALL = :
  94. PRE_INSTALL = :
  95. POST_INSTALL = :
  96. NORMAL_UNINSTALL = :
  97. PRE_UNINSTALL = :
  98. POST_UNINSTALL = :
  99. build_triplet = @build@
  100. host_triplet = @host@
  101. TESTS = runner$(EXEEXT)
  102. check_PROGRAMS = $(am__EXEEXT_1)
  103. subdir = test
  104. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  105. am__aclocal_m4_deps = $(top_srcdir)/config/m4/libtool.m4 \
  106. $(top_srcdir)/config/m4/ltoptions.m4 \
  107. $(top_srcdir)/config/m4/ltsugar.m4 \
  108. $(top_srcdir)/config/m4/ltversion.m4 \
  109. $(top_srcdir)/config/m4/lt~obsolete.m4 \
  110. $(top_srcdir)/configure.ac
  111. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  112. $(ACLOCAL_M4)
  113. DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
  114. $(am__DIST_COMMON)
  115. mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
  116. CONFIG_HEADER = $(top_builddir)/include/pqxx/config.h
  117. CONFIG_CLEAN_FILES =
  118. CONFIG_CLEAN_VPATH_FILES =
  119. am__EXEEXT_1 = runner$(EXEEXT)
  120. am__dirstamp = $(am__leading_dot)dirstamp
  121. am_runner_OBJECTS = test00.$(OBJEXT) test01.$(OBJEXT) test02.$(OBJEXT) \
  122. test04.$(OBJEXT) test07.$(OBJEXT) test10.$(OBJEXT) \
  123. test11.$(OBJEXT) test13.$(OBJEXT) test14.$(OBJEXT) \
  124. test16.$(OBJEXT) test17.$(OBJEXT) test18.$(OBJEXT) \
  125. test20.$(OBJEXT) test21.$(OBJEXT) test26.$(OBJEXT) \
  126. test29.$(OBJEXT) test30.$(OBJEXT) test32.$(OBJEXT) \
  127. test37.$(OBJEXT) test39.$(OBJEXT) test46.$(OBJEXT) \
  128. test56.$(OBJEXT) test60.$(OBJEXT) test61.$(OBJEXT) \
  129. test62.$(OBJEXT) test69.$(OBJEXT) test70.$(OBJEXT) \
  130. test71.$(OBJEXT) test72.$(OBJEXT) test74.$(OBJEXT) \
  131. test75.$(OBJEXT) test76.$(OBJEXT) test77.$(OBJEXT) \
  132. test78.$(OBJEXT) test79.$(OBJEXT) test82.$(OBJEXT) \
  133. test84.$(OBJEXT) test87.$(OBJEXT) test88.$(OBJEXT) \
  134. test89.$(OBJEXT) test90.$(OBJEXT) unit/test_array.$(OBJEXT) \
  135. unit/test_binarystring.$(OBJEXT) unit/test_blob.$(OBJEXT) \
  136. unit/test_cancel_query.$(OBJEXT) unit/test_column.$(OBJEXT) \
  137. unit/test_composite.$(OBJEXT) unit/test_connection.$(OBJEXT) \
  138. unit/test_cursor.$(OBJEXT) unit/test_encodings.$(OBJEXT) \
  139. unit/test_error_verbosity.$(OBJEXT) \
  140. unit/test_errorhandler.$(OBJEXT) unit/test_escape.$(OBJEXT) \
  141. unit/test_exceptions.$(OBJEXT) unit/test_field.$(OBJEXT) \
  142. unit/test_float.$(OBJEXT) unit/test_largeobject.$(OBJEXT) \
  143. unit/test_nonblocking_connect.$(OBJEXT) \
  144. unit/test_notification.$(OBJEXT) unit/test_pipeline.$(OBJEXT) \
  145. unit/test_prepared_statement.$(OBJEXT) \
  146. unit/test_range.$(OBJEXT) unit/test_read_transaction.$(OBJEXT) \
  147. unit/test_result_iteration.$(OBJEXT) \
  148. unit/test_result_slicing.$(OBJEXT) unit/test_row.$(OBJEXT) \
  149. unit/test_separated_list.$(OBJEXT) \
  150. unit/test_simultaneous_transactions.$(OBJEXT) \
  151. unit/test_sql_cursor.$(OBJEXT) \
  152. unit/test_stateless_cursor.$(OBJEXT) \
  153. unit/test_strconv.$(OBJEXT) unit/test_stream_from.$(OBJEXT) \
  154. unit/test_stream_to.$(OBJEXT) \
  155. unit/test_string_conversion.$(OBJEXT) \
  156. unit/test_subtransaction.$(OBJEXT) \
  157. unit/test_test_helpers.$(OBJEXT) \
  158. unit/test_thread_safety_model.$(OBJEXT) \
  159. unit/test_time.$(OBJEXT) unit/test_transaction.$(OBJEXT) \
  160. unit/test_transaction_base.$(OBJEXT) \
  161. unit/test_transaction_focus.$(OBJEXT) \
  162. unit/test_transactor.$(OBJEXT) unit/test_type_name.$(OBJEXT) \
  163. unit/test_zview.$(OBJEXT) runner.$(OBJEXT)
  164. runner_OBJECTS = $(am_runner_OBJECTS)
  165. runner_DEPENDENCIES = $(top_builddir)/src/libpqxx.la
  166. AM_V_lt = $(am__v_lt_@AM_V@)
  167. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  168. am__v_lt_0 = --silent
  169. am__v_lt_1 =
  170. AM_V_P = $(am__v_P_@AM_V@)
  171. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  172. am__v_P_0 = false
  173. am__v_P_1 = :
  174. AM_V_GEN = $(am__v_GEN_@AM_V@)
  175. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  176. am__v_GEN_0 = @echo " GEN " $@;
  177. am__v_GEN_1 =
  178. AM_V_at = $(am__v_at_@AM_V@)
  179. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  180. am__v_at_0 = @
  181. am__v_at_1 =
  182. depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  183. am__maybe_remake_depfiles = depfiles
  184. am__depfiles_remade = ./$(DEPDIR)/runner.Po ./$(DEPDIR)/test00.Po \
  185. ./$(DEPDIR)/test01.Po ./$(DEPDIR)/test02.Po \
  186. ./$(DEPDIR)/test04.Po ./$(DEPDIR)/test07.Po \
  187. ./$(DEPDIR)/test10.Po ./$(DEPDIR)/test11.Po \
  188. ./$(DEPDIR)/test13.Po ./$(DEPDIR)/test14.Po \
  189. ./$(DEPDIR)/test16.Po ./$(DEPDIR)/test17.Po \
  190. ./$(DEPDIR)/test18.Po ./$(DEPDIR)/test20.Po \
  191. ./$(DEPDIR)/test21.Po ./$(DEPDIR)/test26.Po \
  192. ./$(DEPDIR)/test29.Po ./$(DEPDIR)/test30.Po \
  193. ./$(DEPDIR)/test32.Po ./$(DEPDIR)/test37.Po \
  194. ./$(DEPDIR)/test39.Po ./$(DEPDIR)/test46.Po \
  195. ./$(DEPDIR)/test56.Po ./$(DEPDIR)/test60.Po \
  196. ./$(DEPDIR)/test61.Po ./$(DEPDIR)/test62.Po \
  197. ./$(DEPDIR)/test69.Po ./$(DEPDIR)/test70.Po \
  198. ./$(DEPDIR)/test71.Po ./$(DEPDIR)/test72.Po \
  199. ./$(DEPDIR)/test74.Po ./$(DEPDIR)/test75.Po \
  200. ./$(DEPDIR)/test76.Po ./$(DEPDIR)/test77.Po \
  201. ./$(DEPDIR)/test78.Po ./$(DEPDIR)/test79.Po \
  202. ./$(DEPDIR)/test82.Po ./$(DEPDIR)/test84.Po \
  203. ./$(DEPDIR)/test87.Po ./$(DEPDIR)/test88.Po \
  204. ./$(DEPDIR)/test89.Po ./$(DEPDIR)/test90.Po \
  205. unit/$(DEPDIR)/test_array.Po \
  206. unit/$(DEPDIR)/test_binarystring.Po \
  207. unit/$(DEPDIR)/test_blob.Po \
  208. unit/$(DEPDIR)/test_cancel_query.Po \
  209. unit/$(DEPDIR)/test_column.Po unit/$(DEPDIR)/test_composite.Po \
  210. unit/$(DEPDIR)/test_connection.Po \
  211. unit/$(DEPDIR)/test_cursor.Po unit/$(DEPDIR)/test_encodings.Po \
  212. unit/$(DEPDIR)/test_error_verbosity.Po \
  213. unit/$(DEPDIR)/test_errorhandler.Po \
  214. unit/$(DEPDIR)/test_escape.Po \
  215. unit/$(DEPDIR)/test_exceptions.Po unit/$(DEPDIR)/test_field.Po \
  216. unit/$(DEPDIR)/test_float.Po \
  217. unit/$(DEPDIR)/test_largeobject.Po \
  218. unit/$(DEPDIR)/test_nonblocking_connect.Po \
  219. unit/$(DEPDIR)/test_notification.Po \
  220. unit/$(DEPDIR)/test_pipeline.Po \
  221. unit/$(DEPDIR)/test_prepared_statement.Po \
  222. unit/$(DEPDIR)/test_range.Po \
  223. unit/$(DEPDIR)/test_read_transaction.Po \
  224. unit/$(DEPDIR)/test_result_iteration.Po \
  225. unit/$(DEPDIR)/test_result_slicing.Po \
  226. unit/$(DEPDIR)/test_row.Po \
  227. unit/$(DEPDIR)/test_separated_list.Po \
  228. unit/$(DEPDIR)/test_simultaneous_transactions.Po \
  229. unit/$(DEPDIR)/test_sql_cursor.Po \
  230. unit/$(DEPDIR)/test_stateless_cursor.Po \
  231. unit/$(DEPDIR)/test_strconv.Po \
  232. unit/$(DEPDIR)/test_stream_from.Po \
  233. unit/$(DEPDIR)/test_stream_to.Po \
  234. unit/$(DEPDIR)/test_string_conversion.Po \
  235. unit/$(DEPDIR)/test_subtransaction.Po \
  236. unit/$(DEPDIR)/test_test_helpers.Po \
  237. unit/$(DEPDIR)/test_thread_safety_model.Po \
  238. unit/$(DEPDIR)/test_time.Po unit/$(DEPDIR)/test_transaction.Po \
  239. unit/$(DEPDIR)/test_transaction_base.Po \
  240. unit/$(DEPDIR)/test_transaction_focus.Po \
  241. unit/$(DEPDIR)/test_transactor.Po \
  242. unit/$(DEPDIR)/test_type_name.Po unit/$(DEPDIR)/test_zview.Po
  243. am__mv = mv -f
  244. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  245. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  246. LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  247. $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
  248. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  249. $(AM_CXXFLAGS) $(CXXFLAGS)
  250. AM_V_CXX = $(am__v_CXX_@AM_V@)
  251. am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
  252. am__v_CXX_0 = @echo " CXX " $@;
  253. am__v_CXX_1 =
  254. CXXLD = $(CXX)
  255. CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  256. $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
  257. $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  258. AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
  259. am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
  260. am__v_CXXLD_0 = @echo " CXXLD " $@;
  261. am__v_CXXLD_1 =
  262. SOURCES = $(runner_SOURCES)
  263. DIST_SOURCES = $(runner_SOURCES)
  264. am__can_run_installinfo = \
  265. case $$AM_UPDATE_INFO_DIR in \
  266. n|no|NO) false;; \
  267. *) (install-info --version) >/dev/null 2>&1;; \
  268. esac
  269. HEADERS = $(noinst_HEADERS)
  270. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  271. # Read a list of newline-separated strings from the standard input,
  272. # and print each of them once, without duplicates. Input order is
  273. # *not* preserved.
  274. am__uniquify_input = $(AWK) '\
  275. BEGIN { nonempty = 0; } \
  276. { items[$$0] = 1; nonempty = 1; } \
  277. END { if (nonempty) { for (i in items) print i; }; } \
  278. '
  279. # Make sure the list of sources is unique. This is necessary because,
  280. # e.g., the same source file might be shared among _SOURCES variables
  281. # for different programs/libraries.
  282. am__define_uniq_tagged_files = \
  283. list='$(am__tagged_files)'; \
  284. unique=`for i in $$list; do \
  285. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  286. done | $(am__uniquify_input)`
  287. am__tty_colors_dummy = \
  288. mgn= red= grn= lgn= blu= brg= std=; \
  289. am__color_tests=no
  290. am__tty_colors = { \
  291. $(am__tty_colors_dummy); \
  292. if test "X$(AM_COLOR_TESTS)" = Xno; then \
  293. am__color_tests=no; \
  294. elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
  295. am__color_tests=yes; \
  296. elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
  297. am__color_tests=yes; \
  298. fi; \
  299. if test $$am__color_tests = yes; then \
  300. red=''; \
  301. grn=''; \
  302. lgn=''; \
  303. blu=''; \
  304. mgn=''; \
  305. brg=''; \
  306. std=''; \
  307. fi; \
  308. }
  309. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \
  310. $(top_srcdir)/config/mkinstalldirs
  311. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  312. ACLOCAL = @ACLOCAL@
  313. AMTAR = @AMTAR@
  314. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  315. AR = @AR@
  316. AUTOCONF = @AUTOCONF@
  317. AUTOHEADER = @AUTOHEADER@
  318. AUTOMAKE = @AUTOMAKE@
  319. AWK = @AWK@
  320. CC = @CC@
  321. CCDEPMODE = @CCDEPMODE@
  322. CFLAGS = @CFLAGS@
  323. CPP = @CPP@
  324. CPPFLAGS = @CPPFLAGS@
  325. CSCOPE = @CSCOPE@
  326. CTAGS = @CTAGS@
  327. CXX = @CXX@
  328. CXXCPP = @CXXCPP@
  329. CXXDEPMODE = @CXXDEPMODE@
  330. CXXFLAGS = @CXXFLAGS@
  331. CYGPATH_W = @CYGPATH_W@
  332. DEFS = @DEFS@
  333. DEPDIR = @DEPDIR@
  334. DLLTOOL = @DLLTOOL@
  335. DOXYGEN = @DOXYGEN@
  336. DSYMUTIL = @DSYMUTIL@
  337. DUMPBIN = @DUMPBIN@
  338. ECHO_C = @ECHO_C@
  339. ECHO_N = @ECHO_N@
  340. ECHO_T = @ECHO_T@
  341. EGREP = @EGREP@
  342. ETAGS = @ETAGS@
  343. EXEEXT = @EXEEXT@
  344. FGREP = @FGREP@
  345. GREP = @GREP@
  346. HAVE_DOT = @HAVE_DOT@
  347. INSTALL = @INSTALL@
  348. INSTALL_DATA = @INSTALL_DATA@
  349. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  350. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  351. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  352. LD = @LD@
  353. LDFLAGS = @LDFLAGS@
  354. LIBOBJS = @LIBOBJS@
  355. LIBS = @LIBS@
  356. LIBTOOL = @LIBTOOL@
  357. LIPO = @LIPO@
  358. LN_S = @LN_S@
  359. LTLIBOBJS = @LTLIBOBJS@
  360. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  361. MAINT = @MAINT@
  362. MAKEINFO = @MAKEINFO@
  363. MANIFEST_TOOL = @MANIFEST_TOOL@
  364. MKDIR = @MKDIR@
  365. MKDIR_P = @MKDIR_P@
  366. NM = @NM@
  367. NMEDIT = @NMEDIT@
  368. OBJDUMP = @OBJDUMP@
  369. OBJEXT = @OBJEXT@
  370. OTOOL = @OTOOL@
  371. OTOOL64 = @OTOOL64@
  372. PACKAGE = @PACKAGE@
  373. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  374. PACKAGE_NAME = @PACKAGE_NAME@
  375. PACKAGE_STRING = @PACKAGE_STRING@
  376. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  377. PACKAGE_URL = @PACKAGE_URL@
  378. PACKAGE_VERSION = @PACKAGE_VERSION@
  379. PATH_SEPARATOR = @PATH_SEPARATOR@
  380. PG_CONFIG = @PG_CONFIG@
  381. PKG_CONFIG = @PKG_CONFIG@
  382. POSTGRES_INCLUDE = @POSTGRES_INCLUDE@
  383. PQXXVERSION = @PQXXVERSION@
  384. PQXX_ABI = @PQXX_ABI@
  385. RANLIB = @RANLIB@
  386. SED = @SED@
  387. SET_MAKE = @SET_MAKE@
  388. SHELL = @SHELL@
  389. STRIP = @STRIP@
  390. VERSION = @VERSION@
  391. abs_builddir = @abs_builddir@
  392. abs_srcdir = @abs_srcdir@
  393. abs_top_builddir = @abs_top_builddir@
  394. abs_top_srcdir = @abs_top_srcdir@
  395. ac_ct_AR = @ac_ct_AR@
  396. ac_ct_CC = @ac_ct_CC@
  397. ac_ct_CXX = @ac_ct_CXX@
  398. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  399. am__include = @am__include@
  400. am__leading_dot = @am__leading_dot@
  401. am__quote = @am__quote@
  402. am__tar = @am__tar@
  403. am__untar = @am__untar@
  404. bindir = @bindir@
  405. build = @build@
  406. build_alias = @build_alias@
  407. build_cpu = @build_cpu@
  408. build_os = @build_os@
  409. build_vendor = @build_vendor@
  410. builddir = @builddir@
  411. datadir = @datadir@
  412. datarootdir = @datarootdir@
  413. docdir = @docdir@
  414. dvidir = @dvidir@
  415. exec_prefix = @exec_prefix@
  416. host = @host@
  417. host_alias = @host_alias@
  418. host_cpu = @host_cpu@
  419. host_os = @host_os@
  420. host_vendor = @host_vendor@
  421. htmldir = @htmldir@
  422. includedir = @includedir@
  423. infodir = @infodir@
  424. install_sh = @install_sh@
  425. libdir = @libdir@
  426. libexecdir = @libexecdir@
  427. localedir = @localedir@
  428. localstatedir = @localstatedir@
  429. mandir = @mandir@
  430. mkdir_p = @mkdir_p@
  431. oldincludedir = @oldincludedir@
  432. pdfdir = @pdfdir@
  433. prefix = @prefix@
  434. program_transform_name = @program_transform_name@
  435. psdir = @psdir@
  436. runstatedir = @runstatedir@
  437. sbindir = @sbindir@
  438. sharedstatedir = @sharedstatedir@
  439. srcdir = @srcdir@
  440. sysconfdir = @sysconfdir@
  441. target_alias = @target_alias@
  442. top_build_prefix = @top_build_prefix@
  443. top_builddir = @top_builddir@
  444. top_srcdir = @top_srcdir@
  445. with_postgres_lib = @with_postgres_lib@
  446. EXTRA_DIST = Makefile.am.template
  447. # Use the serial test runner, so tests don't get run in parallel. Otherwise,
  448. # output from test failures will be hidden away in log files where we can't
  449. # see them when running in a build slave.
  450. AUTOMAKE_OPTIONS = serial-tests
  451. AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
  452. # Override automatically generated list of default includes. It contains only
  453. # unnecessary entries, and incorrectly mentions include/pqxx directly.
  454. DEFAULT_INCLUDES =
  455. noinst_HEADERS = test_helpers.hxx
  456. CLEANFILES = pqxxlo.txt
  457. MAINTAINERCLEANFILES = Makefile.in
  458. #TESTS_ENVIRONMENT=PGDATABASE=libpqxx
  459. # PGDATABASE, PGHOST, PGPORT, PGUSER
  460. runner_SOURCES = \
  461. test00.cxx \
  462. test01.cxx \
  463. test02.cxx \
  464. test04.cxx \
  465. test07.cxx \
  466. test10.cxx \
  467. test11.cxx \
  468. test13.cxx \
  469. test14.cxx \
  470. test16.cxx \
  471. test17.cxx \
  472. test18.cxx \
  473. test20.cxx \
  474. test21.cxx \
  475. test26.cxx \
  476. test29.cxx \
  477. test30.cxx \
  478. test32.cxx \
  479. test37.cxx \
  480. test39.cxx \
  481. test46.cxx \
  482. test56.cxx \
  483. test60.cxx \
  484. test61.cxx \
  485. test62.cxx \
  486. test69.cxx \
  487. test70.cxx \
  488. test71.cxx \
  489. test72.cxx \
  490. test74.cxx \
  491. test75.cxx \
  492. test76.cxx \
  493. test77.cxx \
  494. test78.cxx \
  495. test79.cxx \
  496. test82.cxx \
  497. test84.cxx \
  498. test87.cxx \
  499. test88.cxx \
  500. test89.cxx \
  501. test90.cxx \
  502. unit/test_array.cxx \
  503. unit/test_binarystring.cxx \
  504. unit/test_blob.cxx \
  505. unit/test_cancel_query.cxx \
  506. unit/test_column.cxx \
  507. unit/test_composite.cxx \
  508. unit/test_connection.cxx \
  509. unit/test_cursor.cxx \
  510. unit/test_encodings.cxx \
  511. unit/test_error_verbosity.cxx \
  512. unit/test_errorhandler.cxx \
  513. unit/test_escape.cxx \
  514. unit/test_exceptions.cxx \
  515. unit/test_field.cxx \
  516. unit/test_float.cxx \
  517. unit/test_largeobject.cxx \
  518. unit/test_nonblocking_connect.cxx \
  519. unit/test_notification.cxx \
  520. unit/test_pipeline.cxx \
  521. unit/test_prepared_statement.cxx \
  522. unit/test_range.cxx \
  523. unit/test_read_transaction.cxx \
  524. unit/test_result_iteration.cxx \
  525. unit/test_result_slicing.cxx \
  526. unit/test_row.cxx \
  527. unit/test_separated_list.cxx \
  528. unit/test_simultaneous_transactions.cxx \
  529. unit/test_sql_cursor.cxx \
  530. unit/test_stateless_cursor.cxx \
  531. unit/test_strconv.cxx \
  532. unit/test_stream_from.cxx \
  533. unit/test_stream_to.cxx \
  534. unit/test_string_conversion.cxx \
  535. unit/test_subtransaction.cxx \
  536. unit/test_test_helpers.cxx \
  537. unit/test_thread_safety_model.cxx \
  538. unit/test_time.cxx \
  539. unit/test_transaction.cxx \
  540. unit/test_transaction_base.cxx \
  541. unit/test_transaction_focus.cxx \
  542. unit/test_transactor.cxx \
  543. unit/test_type_name.cxx \
  544. unit/test_zview.cxx \
  545. runner.cxx
  546. runner_LDADD = $(top_builddir)/src/libpqxx.la ${POSTGRES_LIB}
  547. all: all-am
  548. .SUFFIXES:
  549. .SUFFIXES: .cxx .lo .o .obj
  550. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  551. @for dep in $?; do \
  552. case '$(am__configure_deps)' in \
  553. *$$dep*) \
  554. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  555. && { if test -f $@; then exit 0; else break; fi; }; \
  556. exit 1;; \
  557. esac; \
  558. done; \
  559. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile'; \
  560. $(am__cd) $(top_srcdir) && \
  561. $(AUTOMAKE) --gnu test/Makefile
  562. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  563. @case '$?' in \
  564. *config.status*) \
  565. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  566. *) \
  567. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  568. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  569. esac;
  570. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  571. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  572. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  573. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  574. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  575. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  576. $(am__aclocal_m4_deps):
  577. clean-checkPROGRAMS:
  578. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  579. echo " rm -f" $$list; \
  580. rm -f $$list || exit $$?; \
  581. test -n "$(EXEEXT)" || exit 0; \
  582. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  583. echo " rm -f" $$list; \
  584. rm -f $$list
  585. unit/$(am__dirstamp):
  586. @$(MKDIR_P) unit
  587. @: > unit/$(am__dirstamp)
  588. unit/$(DEPDIR)/$(am__dirstamp):
  589. @$(MKDIR_P) unit/$(DEPDIR)
  590. @: > unit/$(DEPDIR)/$(am__dirstamp)
  591. unit/test_array.$(OBJEXT): unit/$(am__dirstamp) \
  592. unit/$(DEPDIR)/$(am__dirstamp)
  593. unit/test_binarystring.$(OBJEXT): unit/$(am__dirstamp) \
  594. unit/$(DEPDIR)/$(am__dirstamp)
  595. unit/test_blob.$(OBJEXT): unit/$(am__dirstamp) \
  596. unit/$(DEPDIR)/$(am__dirstamp)
  597. unit/test_cancel_query.$(OBJEXT): unit/$(am__dirstamp) \
  598. unit/$(DEPDIR)/$(am__dirstamp)
  599. unit/test_column.$(OBJEXT): unit/$(am__dirstamp) \
  600. unit/$(DEPDIR)/$(am__dirstamp)
  601. unit/test_composite.$(OBJEXT): unit/$(am__dirstamp) \
  602. unit/$(DEPDIR)/$(am__dirstamp)
  603. unit/test_connection.$(OBJEXT): unit/$(am__dirstamp) \
  604. unit/$(DEPDIR)/$(am__dirstamp)
  605. unit/test_cursor.$(OBJEXT): unit/$(am__dirstamp) \
  606. unit/$(DEPDIR)/$(am__dirstamp)
  607. unit/test_encodings.$(OBJEXT): unit/$(am__dirstamp) \
  608. unit/$(DEPDIR)/$(am__dirstamp)
  609. unit/test_error_verbosity.$(OBJEXT): unit/$(am__dirstamp) \
  610. unit/$(DEPDIR)/$(am__dirstamp)
  611. unit/test_errorhandler.$(OBJEXT): unit/$(am__dirstamp) \
  612. unit/$(DEPDIR)/$(am__dirstamp)
  613. unit/test_escape.$(OBJEXT): unit/$(am__dirstamp) \
  614. unit/$(DEPDIR)/$(am__dirstamp)
  615. unit/test_exceptions.$(OBJEXT): unit/$(am__dirstamp) \
  616. unit/$(DEPDIR)/$(am__dirstamp)
  617. unit/test_field.$(OBJEXT): unit/$(am__dirstamp) \
  618. unit/$(DEPDIR)/$(am__dirstamp)
  619. unit/test_float.$(OBJEXT): unit/$(am__dirstamp) \
  620. unit/$(DEPDIR)/$(am__dirstamp)
  621. unit/test_largeobject.$(OBJEXT): unit/$(am__dirstamp) \
  622. unit/$(DEPDIR)/$(am__dirstamp)
  623. unit/test_nonblocking_connect.$(OBJEXT): unit/$(am__dirstamp) \
  624. unit/$(DEPDIR)/$(am__dirstamp)
  625. unit/test_notification.$(OBJEXT): unit/$(am__dirstamp) \
  626. unit/$(DEPDIR)/$(am__dirstamp)
  627. unit/test_pipeline.$(OBJEXT): unit/$(am__dirstamp) \
  628. unit/$(DEPDIR)/$(am__dirstamp)
  629. unit/test_prepared_statement.$(OBJEXT): unit/$(am__dirstamp) \
  630. unit/$(DEPDIR)/$(am__dirstamp)
  631. unit/test_range.$(OBJEXT): unit/$(am__dirstamp) \
  632. unit/$(DEPDIR)/$(am__dirstamp)
  633. unit/test_read_transaction.$(OBJEXT): unit/$(am__dirstamp) \
  634. unit/$(DEPDIR)/$(am__dirstamp)
  635. unit/test_result_iteration.$(OBJEXT): unit/$(am__dirstamp) \
  636. unit/$(DEPDIR)/$(am__dirstamp)
  637. unit/test_result_slicing.$(OBJEXT): unit/$(am__dirstamp) \
  638. unit/$(DEPDIR)/$(am__dirstamp)
  639. unit/test_row.$(OBJEXT): unit/$(am__dirstamp) \
  640. unit/$(DEPDIR)/$(am__dirstamp)
  641. unit/test_separated_list.$(OBJEXT): unit/$(am__dirstamp) \
  642. unit/$(DEPDIR)/$(am__dirstamp)
  643. unit/test_simultaneous_transactions.$(OBJEXT): unit/$(am__dirstamp) \
  644. unit/$(DEPDIR)/$(am__dirstamp)
  645. unit/test_sql_cursor.$(OBJEXT): unit/$(am__dirstamp) \
  646. unit/$(DEPDIR)/$(am__dirstamp)
  647. unit/test_stateless_cursor.$(OBJEXT): unit/$(am__dirstamp) \
  648. unit/$(DEPDIR)/$(am__dirstamp)
  649. unit/test_strconv.$(OBJEXT): unit/$(am__dirstamp) \
  650. unit/$(DEPDIR)/$(am__dirstamp)
  651. unit/test_stream_from.$(OBJEXT): unit/$(am__dirstamp) \
  652. unit/$(DEPDIR)/$(am__dirstamp)
  653. unit/test_stream_to.$(OBJEXT): unit/$(am__dirstamp) \
  654. unit/$(DEPDIR)/$(am__dirstamp)
  655. unit/test_string_conversion.$(OBJEXT): unit/$(am__dirstamp) \
  656. unit/$(DEPDIR)/$(am__dirstamp)
  657. unit/test_subtransaction.$(OBJEXT): unit/$(am__dirstamp) \
  658. unit/$(DEPDIR)/$(am__dirstamp)
  659. unit/test_test_helpers.$(OBJEXT): unit/$(am__dirstamp) \
  660. unit/$(DEPDIR)/$(am__dirstamp)
  661. unit/test_thread_safety_model.$(OBJEXT): unit/$(am__dirstamp) \
  662. unit/$(DEPDIR)/$(am__dirstamp)
  663. unit/test_time.$(OBJEXT): unit/$(am__dirstamp) \
  664. unit/$(DEPDIR)/$(am__dirstamp)
  665. unit/test_transaction.$(OBJEXT): unit/$(am__dirstamp) \
  666. unit/$(DEPDIR)/$(am__dirstamp)
  667. unit/test_transaction_base.$(OBJEXT): unit/$(am__dirstamp) \
  668. unit/$(DEPDIR)/$(am__dirstamp)
  669. unit/test_transaction_focus.$(OBJEXT): unit/$(am__dirstamp) \
  670. unit/$(DEPDIR)/$(am__dirstamp)
  671. unit/test_transactor.$(OBJEXT): unit/$(am__dirstamp) \
  672. unit/$(DEPDIR)/$(am__dirstamp)
  673. unit/test_type_name.$(OBJEXT): unit/$(am__dirstamp) \
  674. unit/$(DEPDIR)/$(am__dirstamp)
  675. unit/test_zview.$(OBJEXT): unit/$(am__dirstamp) \
  676. unit/$(DEPDIR)/$(am__dirstamp)
  677. runner$(EXEEXT): $(runner_OBJECTS) $(runner_DEPENDENCIES) $(EXTRA_runner_DEPENDENCIES)
  678. @rm -f runner$(EXEEXT)
  679. $(AM_V_CXXLD)$(CXXLINK) $(runner_OBJECTS) $(runner_LDADD) $(LIBS)
  680. mostlyclean-compile:
  681. -rm -f *.$(OBJEXT)
  682. -rm -f unit/*.$(OBJEXT)
  683. distclean-compile:
  684. -rm -f *.tab.c
  685. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runner.Po@am__quote@ # am--include-marker
  686. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test00.Po@am__quote@ # am--include-marker
  687. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test01.Po@am__quote@ # am--include-marker
  688. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test02.Po@am__quote@ # am--include-marker
  689. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test04.Po@am__quote@ # am--include-marker
  690. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test07.Po@am__quote@ # am--include-marker
  691. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test10.Po@am__quote@ # am--include-marker
  692. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test11.Po@am__quote@ # am--include-marker
  693. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test13.Po@am__quote@ # am--include-marker
  694. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test14.Po@am__quote@ # am--include-marker
  695. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test16.Po@am__quote@ # am--include-marker
  696. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test17.Po@am__quote@ # am--include-marker
  697. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test18.Po@am__quote@ # am--include-marker
  698. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test20.Po@am__quote@ # am--include-marker
  699. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test21.Po@am__quote@ # am--include-marker
  700. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test26.Po@am__quote@ # am--include-marker
  701. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test29.Po@am__quote@ # am--include-marker
  702. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test30.Po@am__quote@ # am--include-marker
  703. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test32.Po@am__quote@ # am--include-marker
  704. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test37.Po@am__quote@ # am--include-marker
  705. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test39.Po@am__quote@ # am--include-marker
  706. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test46.Po@am__quote@ # am--include-marker
  707. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test56.Po@am__quote@ # am--include-marker
  708. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test60.Po@am__quote@ # am--include-marker
  709. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test61.Po@am__quote@ # am--include-marker
  710. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test62.Po@am__quote@ # am--include-marker
  711. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test69.Po@am__quote@ # am--include-marker
  712. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test70.Po@am__quote@ # am--include-marker
  713. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test71.Po@am__quote@ # am--include-marker
  714. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test72.Po@am__quote@ # am--include-marker
  715. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test74.Po@am__quote@ # am--include-marker
  716. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test75.Po@am__quote@ # am--include-marker
  717. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test76.Po@am__quote@ # am--include-marker
  718. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test77.Po@am__quote@ # am--include-marker
  719. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test78.Po@am__quote@ # am--include-marker
  720. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test79.Po@am__quote@ # am--include-marker
  721. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test82.Po@am__quote@ # am--include-marker
  722. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test84.Po@am__quote@ # am--include-marker
  723. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test87.Po@am__quote@ # am--include-marker
  724. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test88.Po@am__quote@ # am--include-marker
  725. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test89.Po@am__quote@ # am--include-marker
  726. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test90.Po@am__quote@ # am--include-marker
  727. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_array.Po@am__quote@ # am--include-marker
  728. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_binarystring.Po@am__quote@ # am--include-marker
  729. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_blob.Po@am__quote@ # am--include-marker
  730. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_cancel_query.Po@am__quote@ # am--include-marker
  731. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_column.Po@am__quote@ # am--include-marker
  732. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_composite.Po@am__quote@ # am--include-marker
  733. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_connection.Po@am__quote@ # am--include-marker
  734. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_cursor.Po@am__quote@ # am--include-marker
  735. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_encodings.Po@am__quote@ # am--include-marker
  736. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_error_verbosity.Po@am__quote@ # am--include-marker
  737. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_errorhandler.Po@am__quote@ # am--include-marker
  738. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_escape.Po@am__quote@ # am--include-marker
  739. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_exceptions.Po@am__quote@ # am--include-marker
  740. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_field.Po@am__quote@ # am--include-marker
  741. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_float.Po@am__quote@ # am--include-marker
  742. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_largeobject.Po@am__quote@ # am--include-marker
  743. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_nonblocking_connect.Po@am__quote@ # am--include-marker
  744. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_notification.Po@am__quote@ # am--include-marker
  745. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_pipeline.Po@am__quote@ # am--include-marker
  746. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_prepared_statement.Po@am__quote@ # am--include-marker
  747. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_range.Po@am__quote@ # am--include-marker
  748. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_read_transaction.Po@am__quote@ # am--include-marker
  749. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_result_iteration.Po@am__quote@ # am--include-marker
  750. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_result_slicing.Po@am__quote@ # am--include-marker
  751. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_row.Po@am__quote@ # am--include-marker
  752. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_separated_list.Po@am__quote@ # am--include-marker
  753. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_simultaneous_transactions.Po@am__quote@ # am--include-marker
  754. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_sql_cursor.Po@am__quote@ # am--include-marker
  755. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_stateless_cursor.Po@am__quote@ # am--include-marker
  756. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_strconv.Po@am__quote@ # am--include-marker
  757. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_stream_from.Po@am__quote@ # am--include-marker
  758. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_stream_to.Po@am__quote@ # am--include-marker
  759. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_string_conversion.Po@am__quote@ # am--include-marker
  760. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_subtransaction.Po@am__quote@ # am--include-marker
  761. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_test_helpers.Po@am__quote@ # am--include-marker
  762. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_thread_safety_model.Po@am__quote@ # am--include-marker
  763. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_time.Po@am__quote@ # am--include-marker
  764. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_transaction.Po@am__quote@ # am--include-marker
  765. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_transaction_base.Po@am__quote@ # am--include-marker
  766. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_transaction_focus.Po@am__quote@ # am--include-marker
  767. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_transactor.Po@am__quote@ # am--include-marker
  768. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_type_name.Po@am__quote@ # am--include-marker
  769. @AMDEP_TRUE@@am__include@ @am__quote@unit/$(DEPDIR)/test_zview.Po@am__quote@ # am--include-marker
  770. $(am__depfiles_remade):
  771. @$(MKDIR_P) $(@D)
  772. @echo '# dummy' >$@-t && $(am__mv) $@-t $@
  773. am--depfiles: $(am__depfiles_remade)
  774. .cxx.o:
  775. @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  776. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  777. @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  778. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  779. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  780. @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
  781. .cxx.obj:
  782. @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  783. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  784. @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  785. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  786. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  787. @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  788. .cxx.lo:
  789. @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  790. @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  791. @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  792. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  793. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  794. @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
  795. mostlyclean-libtool:
  796. -rm -f *.lo
  797. clean-libtool:
  798. -rm -rf .libs _libs
  799. ID: $(am__tagged_files)
  800. $(am__define_uniq_tagged_files); mkid -fID $$unique
  801. tags: tags-am
  802. TAGS: tags
  803. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  804. set x; \
  805. here=`pwd`; \
  806. $(am__define_uniq_tagged_files); \
  807. shift; \
  808. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  809. test -n "$$unique" || unique=$$empty_fix; \
  810. if test $$# -gt 0; then \
  811. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  812. "$$@" $$unique; \
  813. else \
  814. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  815. $$unique; \
  816. fi; \
  817. fi
  818. ctags: ctags-am
  819. CTAGS: ctags
  820. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  821. $(am__define_uniq_tagged_files); \
  822. test -z "$(CTAGS_ARGS)$$unique" \
  823. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  824. $$unique
  825. GTAGS:
  826. here=`$(am__cd) $(top_builddir) && pwd` \
  827. && $(am__cd) $(top_srcdir) \
  828. && gtags -i $(GTAGS_ARGS) "$$here"
  829. cscopelist: cscopelist-am
  830. cscopelist-am: $(am__tagged_files)
  831. list='$(am__tagged_files)'; \
  832. case "$(srcdir)" in \
  833. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  834. *) sdir=$(subdir)/$(srcdir) ;; \
  835. esac; \
  836. for i in $$list; do \
  837. if test -f "$$i"; then \
  838. echo "$(subdir)/$$i"; \
  839. else \
  840. echo "$$sdir/$$i"; \
  841. fi; \
  842. done >> $(top_builddir)/cscope.files
  843. distclean-tags:
  844. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  845. check-TESTS: $(TESTS)
  846. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  847. srcdir=$(srcdir); export srcdir; \
  848. list=' $(TESTS) '; \
  849. $(am__tty_colors); \
  850. if test -n "$$list"; then \
  851. for tst in $$list; do \
  852. if test -f ./$$tst; then dir=./; \
  853. elif test -f $$tst; then dir=; \
  854. else dir="$(srcdir)/"; fi; \
  855. if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
  856. all=`expr $$all + 1`; \
  857. case " $(XFAIL_TESTS) " in \
  858. *[\ \ ]$$tst[\ \ ]*) \
  859. xpass=`expr $$xpass + 1`; \
  860. failed=`expr $$failed + 1`; \
  861. col=$$red; res=XPASS; \
  862. ;; \
  863. *) \
  864. col=$$grn; res=PASS; \
  865. ;; \
  866. esac; \
  867. elif test $$? -ne 77; then \
  868. all=`expr $$all + 1`; \
  869. case " $(XFAIL_TESTS) " in \
  870. *[\ \ ]$$tst[\ \ ]*) \
  871. xfail=`expr $$xfail + 1`; \
  872. col=$$lgn; res=XFAIL; \
  873. ;; \
  874. *) \
  875. failed=`expr $$failed + 1`; \
  876. col=$$red; res=FAIL; \
  877. ;; \
  878. esac; \
  879. else \
  880. skip=`expr $$skip + 1`; \
  881. col=$$blu; res=SKIP; \
  882. fi; \
  883. echo "$${col}$$res$${std}: $$tst"; \
  884. done; \
  885. if test "$$all" -eq 1; then \
  886. tests="test"; \
  887. All=""; \
  888. else \
  889. tests="tests"; \
  890. All="All "; \
  891. fi; \
  892. if test "$$failed" -eq 0; then \
  893. if test "$$xfail" -eq 0; then \
  894. banner="$$All$$all $$tests passed"; \
  895. else \
  896. if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
  897. banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
  898. fi; \
  899. else \
  900. if test "$$xpass" -eq 0; then \
  901. banner="$$failed of $$all $$tests failed"; \
  902. else \
  903. if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
  904. banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
  905. fi; \
  906. fi; \
  907. dashes="$$banner"; \
  908. skipped=""; \
  909. if test "$$skip" -ne 0; then \
  910. if test "$$skip" -eq 1; then \
  911. skipped="($$skip test was not run)"; \
  912. else \
  913. skipped="($$skip tests were not run)"; \
  914. fi; \
  915. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  916. dashes="$$skipped"; \
  917. fi; \
  918. report=""; \
  919. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  920. report="Please report to $(PACKAGE_BUGREPORT)"; \
  921. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  922. dashes="$$report"; \
  923. fi; \
  924. dashes=`echo "$$dashes" | sed s/./=/g`; \
  925. if test "$$failed" -eq 0; then \
  926. col="$$grn"; \
  927. else \
  928. col="$$red"; \
  929. fi; \
  930. echo "$${col}$$dashes$${std}"; \
  931. echo "$${col}$$banner$${std}"; \
  932. test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
  933. test -z "$$report" || echo "$${col}$$report$${std}"; \
  934. echo "$${col}$$dashes$${std}"; \
  935. test "$$failed" -eq 0; \
  936. else :; fi
  937. distdir: $(BUILT_SOURCES)
  938. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  939. distdir-am: $(DISTFILES)
  940. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  941. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  942. list='$(DISTFILES)'; \
  943. dist_files=`for file in $$list; do echo $$file; done | \
  944. sed -e "s|^$$srcdirstrip/||;t" \
  945. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  946. case $$dist_files in \
  947. */*) $(MKDIR_P) `echo "$$dist_files" | \
  948. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  949. sort -u` ;; \
  950. esac; \
  951. for file in $$dist_files; do \
  952. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  953. if test -d $$d/$$file; then \
  954. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  955. if test -d "$(distdir)/$$file"; then \
  956. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  957. fi; \
  958. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  959. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  960. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  961. fi; \
  962. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  963. else \
  964. test -f "$(distdir)/$$file" \
  965. || cp -p $$d/$$file "$(distdir)/$$file" \
  966. || exit 1; \
  967. fi; \
  968. done
  969. check-am: all-am
  970. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  971. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  972. check: check-am
  973. all-am: Makefile $(HEADERS)
  974. installdirs:
  975. install: install-am
  976. install-exec: install-exec-am
  977. install-data: install-data-am
  978. uninstall: uninstall-am
  979. install-am: all-am
  980. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  981. installcheck: installcheck-am
  982. install-strip:
  983. if test -z '$(STRIP)'; then \
  984. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  985. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  986. install; \
  987. else \
  988. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  989. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  990. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  991. fi
  992. mostlyclean-generic:
  993. clean-generic:
  994. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  995. distclean-generic:
  996. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  997. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  998. -rm -f unit/$(DEPDIR)/$(am__dirstamp)
  999. -rm -f unit/$(am__dirstamp)
  1000. maintainer-clean-generic:
  1001. @echo "This command is intended for maintainers to use"
  1002. @echo "it deletes files that may require special tools to rebuild."
  1003. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  1004. clean: clean-am
  1005. clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  1006. mostlyclean-am
  1007. distclean: distclean-am
  1008. -rm -f ./$(DEPDIR)/runner.Po
  1009. -rm -f ./$(DEPDIR)/test00.Po
  1010. -rm -f ./$(DEPDIR)/test01.Po
  1011. -rm -f ./$(DEPDIR)/test02.Po
  1012. -rm -f ./$(DEPDIR)/test04.Po
  1013. -rm -f ./$(DEPDIR)/test07.Po
  1014. -rm -f ./$(DEPDIR)/test10.Po
  1015. -rm -f ./$(DEPDIR)/test11.Po
  1016. -rm -f ./$(DEPDIR)/test13.Po
  1017. -rm -f ./$(DEPDIR)/test14.Po
  1018. -rm -f ./$(DEPDIR)/test16.Po
  1019. -rm -f ./$(DEPDIR)/test17.Po
  1020. -rm -f ./$(DEPDIR)/test18.Po
  1021. -rm -f ./$(DEPDIR)/test20.Po
  1022. -rm -f ./$(DEPDIR)/test21.Po
  1023. -rm -f ./$(DEPDIR)/test26.Po
  1024. -rm -f ./$(DEPDIR)/test29.Po
  1025. -rm -f ./$(DEPDIR)/test30.Po
  1026. -rm -f ./$(DEPDIR)/test32.Po
  1027. -rm -f ./$(DEPDIR)/test37.Po
  1028. -rm -f ./$(DEPDIR)/test39.Po
  1029. -rm -f ./$(DEPDIR)/test46.Po
  1030. -rm -f ./$(DEPDIR)/test56.Po
  1031. -rm -f ./$(DEPDIR)/test60.Po
  1032. -rm -f ./$(DEPDIR)/test61.Po
  1033. -rm -f ./$(DEPDIR)/test62.Po
  1034. -rm -f ./$(DEPDIR)/test69.Po
  1035. -rm -f ./$(DEPDIR)/test70.Po
  1036. -rm -f ./$(DEPDIR)/test71.Po
  1037. -rm -f ./$(DEPDIR)/test72.Po
  1038. -rm -f ./$(DEPDIR)/test74.Po
  1039. -rm -f ./$(DEPDIR)/test75.Po
  1040. -rm -f ./$(DEPDIR)/test76.Po
  1041. -rm -f ./$(DEPDIR)/test77.Po
  1042. -rm -f ./$(DEPDIR)/test78.Po
  1043. -rm -f ./$(DEPDIR)/test79.Po
  1044. -rm -f ./$(DEPDIR)/test82.Po
  1045. -rm -f ./$(DEPDIR)/test84.Po
  1046. -rm -f ./$(DEPDIR)/test87.Po
  1047. -rm -f ./$(DEPDIR)/test88.Po
  1048. -rm -f ./$(DEPDIR)/test89.Po
  1049. -rm -f ./$(DEPDIR)/test90.Po
  1050. -rm -f unit/$(DEPDIR)/test_array.Po
  1051. -rm -f unit/$(DEPDIR)/test_binarystring.Po
  1052. -rm -f unit/$(DEPDIR)/test_blob.Po
  1053. -rm -f unit/$(DEPDIR)/test_cancel_query.Po
  1054. -rm -f unit/$(DEPDIR)/test_column.Po
  1055. -rm -f unit/$(DEPDIR)/test_composite.Po
  1056. -rm -f unit/$(DEPDIR)/test_connection.Po
  1057. -rm -f unit/$(DEPDIR)/test_cursor.Po
  1058. -rm -f unit/$(DEPDIR)/test_encodings.Po
  1059. -rm -f unit/$(DEPDIR)/test_error_verbosity.Po
  1060. -rm -f unit/$(DEPDIR)/test_errorhandler.Po
  1061. -rm -f unit/$(DEPDIR)/test_escape.Po
  1062. -rm -f unit/$(DEPDIR)/test_exceptions.Po
  1063. -rm -f unit/$(DEPDIR)/test_field.Po
  1064. -rm -f unit/$(DEPDIR)/test_float.Po
  1065. -rm -f unit/$(DEPDIR)/test_largeobject.Po
  1066. -rm -f unit/$(DEPDIR)/test_nonblocking_connect.Po
  1067. -rm -f unit/$(DEPDIR)/test_notification.Po
  1068. -rm -f unit/$(DEPDIR)/test_pipeline.Po
  1069. -rm -f unit/$(DEPDIR)/test_prepared_statement.Po
  1070. -rm -f unit/$(DEPDIR)/test_range.Po
  1071. -rm -f unit/$(DEPDIR)/test_read_transaction.Po
  1072. -rm -f unit/$(DEPDIR)/test_result_iteration.Po
  1073. -rm -f unit/$(DEPDIR)/test_result_slicing.Po
  1074. -rm -f unit/$(DEPDIR)/test_row.Po
  1075. -rm -f unit/$(DEPDIR)/test_separated_list.Po
  1076. -rm -f unit/$(DEPDIR)/test_simultaneous_transactions.Po
  1077. -rm -f unit/$(DEPDIR)/test_sql_cursor.Po
  1078. -rm -f unit/$(DEPDIR)/test_stateless_cursor.Po
  1079. -rm -f unit/$(DEPDIR)/test_strconv.Po
  1080. -rm -f unit/$(DEPDIR)/test_stream_from.Po
  1081. -rm -f unit/$(DEPDIR)/test_stream_to.Po
  1082. -rm -f unit/$(DEPDIR)/test_string_conversion.Po
  1083. -rm -f unit/$(DEPDIR)/test_subtransaction.Po
  1084. -rm -f unit/$(DEPDIR)/test_test_helpers.Po
  1085. -rm -f unit/$(DEPDIR)/test_thread_safety_model.Po
  1086. -rm -f unit/$(DEPDIR)/test_time.Po
  1087. -rm -f unit/$(DEPDIR)/test_transaction.Po
  1088. -rm -f unit/$(DEPDIR)/test_transaction_base.Po
  1089. -rm -f unit/$(DEPDIR)/test_transaction_focus.Po
  1090. -rm -f unit/$(DEPDIR)/test_transactor.Po
  1091. -rm -f unit/$(DEPDIR)/test_type_name.Po
  1092. -rm -f unit/$(DEPDIR)/test_zview.Po
  1093. -rm -f Makefile
  1094. distclean-am: clean-am distclean-compile distclean-generic \
  1095. distclean-tags
  1096. dvi: dvi-am
  1097. dvi-am:
  1098. html: html-am
  1099. html-am:
  1100. info: info-am
  1101. info-am:
  1102. install-data-am:
  1103. install-dvi: install-dvi-am
  1104. install-dvi-am:
  1105. install-exec-am:
  1106. install-html: install-html-am
  1107. install-html-am:
  1108. install-info: install-info-am
  1109. install-info-am:
  1110. install-man:
  1111. install-pdf: install-pdf-am
  1112. install-pdf-am:
  1113. install-ps: install-ps-am
  1114. install-ps-am:
  1115. installcheck-am:
  1116. maintainer-clean: maintainer-clean-am
  1117. -rm -f ./$(DEPDIR)/runner.Po
  1118. -rm -f ./$(DEPDIR)/test00.Po
  1119. -rm -f ./$(DEPDIR)/test01.Po
  1120. -rm -f ./$(DEPDIR)/test02.Po
  1121. -rm -f ./$(DEPDIR)/test04.Po
  1122. -rm -f ./$(DEPDIR)/test07.Po
  1123. -rm -f ./$(DEPDIR)/test10.Po
  1124. -rm -f ./$(DEPDIR)/test11.Po
  1125. -rm -f ./$(DEPDIR)/test13.Po
  1126. -rm -f ./$(DEPDIR)/test14.Po
  1127. -rm -f ./$(DEPDIR)/test16.Po
  1128. -rm -f ./$(DEPDIR)/test17.Po
  1129. -rm -f ./$(DEPDIR)/test18.Po
  1130. -rm -f ./$(DEPDIR)/test20.Po
  1131. -rm -f ./$(DEPDIR)/test21.Po
  1132. -rm -f ./$(DEPDIR)/test26.Po
  1133. -rm -f ./$(DEPDIR)/test29.Po
  1134. -rm -f ./$(DEPDIR)/test30.Po
  1135. -rm -f ./$(DEPDIR)/test32.Po
  1136. -rm -f ./$(DEPDIR)/test37.Po
  1137. -rm -f ./$(DEPDIR)/test39.Po
  1138. -rm -f ./$(DEPDIR)/test46.Po
  1139. -rm -f ./$(DEPDIR)/test56.Po
  1140. -rm -f ./$(DEPDIR)/test60.Po
  1141. -rm -f ./$(DEPDIR)/test61.Po
  1142. -rm -f ./$(DEPDIR)/test62.Po
  1143. -rm -f ./$(DEPDIR)/test69.Po
  1144. -rm -f ./$(DEPDIR)/test70.Po
  1145. -rm -f ./$(DEPDIR)/test71.Po
  1146. -rm -f ./$(DEPDIR)/test72.Po
  1147. -rm -f ./$(DEPDIR)/test74.Po
  1148. -rm -f ./$(DEPDIR)/test75.Po
  1149. -rm -f ./$(DEPDIR)/test76.Po
  1150. -rm -f ./$(DEPDIR)/test77.Po
  1151. -rm -f ./$(DEPDIR)/test78.Po
  1152. -rm -f ./$(DEPDIR)/test79.Po
  1153. -rm -f ./$(DEPDIR)/test82.Po
  1154. -rm -f ./$(DEPDIR)/test84.Po
  1155. -rm -f ./$(DEPDIR)/test87.Po
  1156. -rm -f ./$(DEPDIR)/test88.Po
  1157. -rm -f ./$(DEPDIR)/test89.Po
  1158. -rm -f ./$(DEPDIR)/test90.Po
  1159. -rm -f unit/$(DEPDIR)/test_array.Po
  1160. -rm -f unit/$(DEPDIR)/test_binarystring.Po
  1161. -rm -f unit/$(DEPDIR)/test_blob.Po
  1162. -rm -f unit/$(DEPDIR)/test_cancel_query.Po
  1163. -rm -f unit/$(DEPDIR)/test_column.Po
  1164. -rm -f unit/$(DEPDIR)/test_composite.Po
  1165. -rm -f unit/$(DEPDIR)/test_connection.Po
  1166. -rm -f unit/$(DEPDIR)/test_cursor.Po
  1167. -rm -f unit/$(DEPDIR)/test_encodings.Po
  1168. -rm -f unit/$(DEPDIR)/test_error_verbosity.Po
  1169. -rm -f unit/$(DEPDIR)/test_errorhandler.Po
  1170. -rm -f unit/$(DEPDIR)/test_escape.Po
  1171. -rm -f unit/$(DEPDIR)/test_exceptions.Po
  1172. -rm -f unit/$(DEPDIR)/test_field.Po
  1173. -rm -f unit/$(DEPDIR)/test_float.Po
  1174. -rm -f unit/$(DEPDIR)/test_largeobject.Po
  1175. -rm -f unit/$(DEPDIR)/test_nonblocking_connect.Po
  1176. -rm -f unit/$(DEPDIR)/test_notification.Po
  1177. -rm -f unit/$(DEPDIR)/test_pipeline.Po
  1178. -rm -f unit/$(DEPDIR)/test_prepared_statement.Po
  1179. -rm -f unit/$(DEPDIR)/test_range.Po
  1180. -rm -f unit/$(DEPDIR)/test_read_transaction.Po
  1181. -rm -f unit/$(DEPDIR)/test_result_iteration.Po
  1182. -rm -f unit/$(DEPDIR)/test_result_slicing.Po
  1183. -rm -f unit/$(DEPDIR)/test_row.Po
  1184. -rm -f unit/$(DEPDIR)/test_separated_list.Po
  1185. -rm -f unit/$(DEPDIR)/test_simultaneous_transactions.Po
  1186. -rm -f unit/$(DEPDIR)/test_sql_cursor.Po
  1187. -rm -f unit/$(DEPDIR)/test_stateless_cursor.Po
  1188. -rm -f unit/$(DEPDIR)/test_strconv.Po
  1189. -rm -f unit/$(DEPDIR)/test_stream_from.Po
  1190. -rm -f unit/$(DEPDIR)/test_stream_to.Po
  1191. -rm -f unit/$(DEPDIR)/test_string_conversion.Po
  1192. -rm -f unit/$(DEPDIR)/test_subtransaction.Po
  1193. -rm -f unit/$(DEPDIR)/test_test_helpers.Po
  1194. -rm -f unit/$(DEPDIR)/test_thread_safety_model.Po
  1195. -rm -f unit/$(DEPDIR)/test_time.Po
  1196. -rm -f unit/$(DEPDIR)/test_transaction.Po
  1197. -rm -f unit/$(DEPDIR)/test_transaction_base.Po
  1198. -rm -f unit/$(DEPDIR)/test_transaction_focus.Po
  1199. -rm -f unit/$(DEPDIR)/test_transactor.Po
  1200. -rm -f unit/$(DEPDIR)/test_type_name.Po
  1201. -rm -f unit/$(DEPDIR)/test_zview.Po
  1202. -rm -f Makefile
  1203. maintainer-clean-am: distclean-am maintainer-clean-generic
  1204. mostlyclean: mostlyclean-am
  1205. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  1206. mostlyclean-libtool
  1207. pdf: pdf-am
  1208. pdf-am:
  1209. ps: ps-am
  1210. ps-am:
  1211. uninstall-am:
  1212. .MAKE: check-am install-am install-strip
  1213. .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
  1214. check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
  1215. cscopelist-am ctags ctags-am distclean distclean-compile \
  1216. distclean-generic distclean-libtool distclean-tags distdir dvi \
  1217. dvi-am html html-am info info-am install install-am \
  1218. install-data install-data-am install-dvi install-dvi-am \
  1219. install-exec install-exec-am install-html install-html-am \
  1220. install-info install-info-am install-man install-pdf \
  1221. install-pdf-am install-ps install-ps-am install-strip \
  1222. installcheck installcheck-am installdirs maintainer-clean \
  1223. maintainer-clean-generic mostlyclean mostlyclean-compile \
  1224. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  1225. tags tags-am uninstall uninstall-am
  1226. .PRECIOUS: Makefile
  1227. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1228. # Otherwise a system limit (for SysV at least) may be exceeded.
  1229. .NOEXPORT: