Makefile.in 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  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 = doc
  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 $(am__DIST_COMMON)
  97. mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
  98. CONFIG_HEADER = $(top_builddir)/include/pqxx/config.h
  99. CONFIG_CLEAN_FILES = Doxyfile
  100. CONFIG_CLEAN_VPATH_FILES =
  101. AM_V_P = $(am__v_P_@AM_V@)
  102. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  103. am__v_P_0 = false
  104. am__v_P_1 = :
  105. AM_V_GEN = $(am__v_GEN_@AM_V@)
  106. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  107. am__v_GEN_0 = @echo " GEN " $@;
  108. am__v_GEN_1 =
  109. AM_V_at = $(am__v_at_@AM_V@)
  110. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  111. am__v_at_0 = @
  112. am__v_at_1 =
  113. SOURCES =
  114. DIST_SOURCES =
  115. am__can_run_installinfo = \
  116. case $$AM_UPDATE_INFO_DIR in \
  117. n|no|NO) false;; \
  118. *) (install-info --version) >/dev/null 2>&1;; \
  119. esac
  120. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  121. am__DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.in \
  122. $(top_srcdir)/config/mkinstalldirs
  123. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  124. ACLOCAL = @ACLOCAL@
  125. AMTAR = @AMTAR@
  126. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  127. AR = @AR@
  128. AUTOCONF = @AUTOCONF@
  129. AUTOHEADER = @AUTOHEADER@
  130. AUTOMAKE = @AUTOMAKE@
  131. AWK = @AWK@
  132. CC = @CC@
  133. CCDEPMODE = @CCDEPMODE@
  134. CFLAGS = @CFLAGS@
  135. CPP = @CPP@
  136. CPPFLAGS = @CPPFLAGS@
  137. CSCOPE = @CSCOPE@
  138. CTAGS = @CTAGS@
  139. CXX = @CXX@
  140. CXXCPP = @CXXCPP@
  141. CXXDEPMODE = @CXXDEPMODE@
  142. CXXFLAGS = @CXXFLAGS@
  143. CYGPATH_W = @CYGPATH_W@
  144. DEFS = @DEFS@
  145. DEPDIR = @DEPDIR@
  146. DLLTOOL = @DLLTOOL@
  147. DOXYGEN = @DOXYGEN@
  148. DSYMUTIL = @DSYMUTIL@
  149. DUMPBIN = @DUMPBIN@
  150. ECHO_C = @ECHO_C@
  151. ECHO_N = @ECHO_N@
  152. ECHO_T = @ECHO_T@
  153. EGREP = @EGREP@
  154. ETAGS = @ETAGS@
  155. EXEEXT = @EXEEXT@
  156. FGREP = @FGREP@
  157. GREP = @GREP@
  158. HAVE_DOT = @HAVE_DOT@
  159. INSTALL = @INSTALL@
  160. INSTALL_DATA = @INSTALL_DATA@
  161. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  162. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  163. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  164. LD = @LD@
  165. LDFLAGS = @LDFLAGS@
  166. LIBOBJS = @LIBOBJS@
  167. LIBS = @LIBS@
  168. LIBTOOL = @LIBTOOL@
  169. LIPO = @LIPO@
  170. LN_S = @LN_S@
  171. LTLIBOBJS = @LTLIBOBJS@
  172. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  173. MAINT = @MAINT@
  174. MAKEINFO = @MAKEINFO@
  175. MANIFEST_TOOL = @MANIFEST_TOOL@
  176. MKDIR = @MKDIR@
  177. MKDIR_P = @MKDIR_P@
  178. NM = @NM@
  179. NMEDIT = @NMEDIT@
  180. OBJDUMP = @OBJDUMP@
  181. OBJEXT = @OBJEXT@
  182. OTOOL = @OTOOL@
  183. OTOOL64 = @OTOOL64@
  184. PACKAGE = @PACKAGE@
  185. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  186. PACKAGE_NAME = @PACKAGE_NAME@
  187. PACKAGE_STRING = @PACKAGE_STRING@
  188. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  189. PACKAGE_URL = @PACKAGE_URL@
  190. PACKAGE_VERSION = @PACKAGE_VERSION@
  191. PATH_SEPARATOR = @PATH_SEPARATOR@
  192. PG_CONFIG = @PG_CONFIG@
  193. PKG_CONFIG = @PKG_CONFIG@
  194. POSTGRES_INCLUDE = @POSTGRES_INCLUDE@
  195. PQXXVERSION = @PQXXVERSION@
  196. PQXX_ABI = @PQXX_ABI@
  197. RANLIB = @RANLIB@
  198. SED = @SED@
  199. SET_MAKE = @SET_MAKE@
  200. SHELL = @SHELL@
  201. STRIP = @STRIP@
  202. VERSION = @VERSION@
  203. abs_builddir = @abs_builddir@
  204. abs_srcdir = @abs_srcdir@
  205. abs_top_builddir = @abs_top_builddir@
  206. abs_top_srcdir = @abs_top_srcdir@
  207. ac_ct_AR = @ac_ct_AR@
  208. ac_ct_CC = @ac_ct_CC@
  209. ac_ct_CXX = @ac_ct_CXX@
  210. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  211. am__include = @am__include@
  212. am__leading_dot = @am__leading_dot@
  213. am__quote = @am__quote@
  214. am__tar = @am__tar@
  215. am__untar = @am__untar@
  216. bindir = @bindir@
  217. build = @build@
  218. build_alias = @build_alias@
  219. build_cpu = @build_cpu@
  220. build_os = @build_os@
  221. build_vendor = @build_vendor@
  222. builddir = @builddir@
  223. datadir = @datadir@
  224. datarootdir = @datarootdir@
  225. docdir = @docdir@
  226. dvidir = @dvidir@
  227. exec_prefix = @exec_prefix@
  228. host = @host@
  229. host_alias = @host_alias@
  230. host_cpu = @host_cpu@
  231. host_os = @host_os@
  232. host_vendor = @host_vendor@
  233. htmldir = @htmldir@
  234. includedir = @includedir@
  235. infodir = @infodir@
  236. install_sh = @install_sh@
  237. libdir = @libdir@
  238. libexecdir = @libexecdir@
  239. localedir = @localedir@
  240. localstatedir = @localstatedir@
  241. mandir = @mandir@
  242. mkdir_p = @mkdir_p@
  243. oldincludedir = @oldincludedir@
  244. pdfdir = @pdfdir@
  245. prefix = @prefix@
  246. program_transform_name = @program_transform_name@
  247. psdir = @psdir@
  248. runstatedir = @runstatedir@
  249. sbindir = @sbindir@
  250. sharedstatedir = @sharedstatedir@
  251. srcdir = @srcdir@
  252. sysconfdir = @sysconfdir@
  253. target_alias = @target_alias@
  254. top_build_prefix = @top_build_prefix@
  255. top_builddir = @top_builddir@
  256. top_srcdir = @top_srcdir@
  257. with_postgres_lib = @with_postgres_lib@
  258. MAINTAINERCLEANFILES = Makefile.in
  259. EXTRA_DIST = Doxyfile.in libpqxx.xml reference-stamp
  260. @BUILD_REFERENCE_FALSE@DOCS =
  261. @BUILD_REFERENCE_TRUE@DOCS = reference
  262. @MAINTAINER_MODE_FALSE@REFERENCE_STAMP_DEP =
  263. @MAINTAINER_MODE_TRUE@REFERENCE_STAMP_DEP = ../src/libpqxx.la
  264. all: all-am
  265. .SUFFIXES:
  266. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  267. @for dep in $?; do \
  268. case '$(am__configure_deps)' in \
  269. *$$dep*) \
  270. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  271. && { if test -f $@; then exit 0; else break; fi; }; \
  272. exit 1;; \
  273. esac; \
  274. done; \
  275. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
  276. $(am__cd) $(top_srcdir) && \
  277. $(AUTOMAKE) --gnu doc/Makefile
  278. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  279. @case '$?' in \
  280. *config.status*) \
  281. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  282. *) \
  283. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  284. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  285. esac;
  286. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  287. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  288. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  289. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  290. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  291. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  292. $(am__aclocal_m4_deps):
  293. Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
  294. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  295. mostlyclean-libtool:
  296. -rm -f *.lo
  297. clean-libtool:
  298. -rm -rf .libs _libs
  299. tags TAGS:
  300. ctags CTAGS:
  301. cscope cscopelist:
  302. distdir: $(BUILT_SOURCES)
  303. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  304. distdir-am: $(DISTFILES)
  305. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  306. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  307. list='$(DISTFILES)'; \
  308. dist_files=`for file in $$list; do echo $$file; done | \
  309. sed -e "s|^$$srcdirstrip/||;t" \
  310. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  311. case $$dist_files in \
  312. */*) $(MKDIR_P) `echo "$$dist_files" | \
  313. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  314. sort -u` ;; \
  315. esac; \
  316. for file in $$dist_files; do \
  317. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  318. if test -d $$d/$$file; then \
  319. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  320. if test -d "$(distdir)/$$file"; then \
  321. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  322. fi; \
  323. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  324. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  325. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  326. fi; \
  327. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  328. else \
  329. test -f "$(distdir)/$$file" \
  330. || cp -p $$d/$$file "$(distdir)/$$file" \
  331. || exit 1; \
  332. fi; \
  333. done
  334. $(MAKE) $(AM_MAKEFLAGS) \
  335. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  336. dist-hook
  337. check-am: all-am
  338. check: check-am
  339. all-am: Makefile all-local
  340. installdirs:
  341. install: install-am
  342. install-exec: install-exec-am
  343. install-data: install-data-am
  344. uninstall: uninstall-am
  345. install-am: all-am
  346. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  347. installcheck: installcheck-am
  348. install-strip:
  349. if test -z '$(STRIP)'; then \
  350. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  351. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  352. install; \
  353. else \
  354. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  355. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  356. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  357. fi
  358. mostlyclean-generic:
  359. clean-generic:
  360. distclean-generic:
  361. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  362. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  363. maintainer-clean-generic:
  364. @echo "This command is intended for maintainers to use"
  365. @echo "it deletes files that may require special tools to rebuild."
  366. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  367. clean: clean-am
  368. clean-am: clean-generic clean-libtool mostlyclean-am
  369. distclean: distclean-am
  370. -rm -f Makefile
  371. distclean-am: clean-am distclean-generic
  372. dvi: dvi-am
  373. dvi-am:
  374. html: html-am
  375. html-am:
  376. info: info-am
  377. info-am:
  378. install-data-am:
  379. install-dvi: install-dvi-am
  380. install-dvi-am:
  381. install-exec-am:
  382. install-html: install-html-am
  383. install-html-am:
  384. install-info: install-info-am
  385. install-info-am:
  386. install-man:
  387. install-pdf: install-pdf-am
  388. install-pdf-am:
  389. install-ps: install-ps-am
  390. install-ps-am:
  391. installcheck-am:
  392. maintainer-clean: maintainer-clean-am
  393. -rm -f Makefile
  394. maintainer-clean-am: distclean-am maintainer-clean-generic \
  395. maintainer-clean-local
  396. mostlyclean: mostlyclean-am
  397. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  398. pdf: pdf-am
  399. pdf-am:
  400. ps: ps-am
  401. ps-am:
  402. uninstall-am:
  403. .MAKE: install-am install-strip
  404. .PHONY: all all-am all-local check check-am clean clean-generic \
  405. clean-libtool cscopelist-am ctags-am dist-hook distclean \
  406. distclean-generic distclean-libtool distdir dvi dvi-am html \
  407. html-am info info-am install install-am install-data \
  408. install-data-am install-dvi install-dvi-am install-exec \
  409. install-exec-am install-html install-html-am install-info \
  410. install-info-am install-man install-pdf install-pdf-am \
  411. install-ps install-ps-am install-strip installcheck \
  412. installcheck-am installdirs maintainer-clean \
  413. maintainer-clean-generic maintainer-clean-local mostlyclean \
  414. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  415. tags-am uninstall uninstall-am
  416. .PRECIOUS: Makefile
  417. maintainer-clean-local:
  418. $(RM) -rf html
  419. $(RM) reference-stamp
  420. $(MKDIR) html
  421. all-local: docs
  422. docs: $(DOCS)
  423. reference: reference-stamp
  424. reference-stamp: Doxyfile.in $(REFERENCE_STAMP_DEP)
  425. if [ -x "$(DOXYGEN)" ]; then \
  426. $(MKDIR_P) html; \
  427. $(DOXYGEN) Doxyfile; \
  428. touch $@; \
  429. else \
  430. echo >&2; \
  431. echo >&2 "*****************************************************"; \
  432. echo >&2; \
  433. echo >&2 "Doxygen not found."; \
  434. echo >&2 "Install it, or configure with --disable-documentation"; \
  435. echo >&2; \
  436. echo >&2 "*****************************************************"; \
  437. exit 1; \
  438. fi
  439. ../src/libpqxx.la:
  440. cd ../src; \
  441. $(MAKE) libpqxx.la
  442. dist-hook: reference
  443. if [ -d $(srcdir)/html ]; then \
  444. cp -pR html $(distdir)/ ; \
  445. fi
  446. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  447. # Otherwise a system limit (for SysV at least) may be exceeded.
  448. .NOEXPORT: