Makefile.in 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802
  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 = include
  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 $(nobase_include_HEADERS) \
  97. $(am__DIST_COMMON)
  98. mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
  99. CONFIG_HEADER = $(top_builddir)/include/pqxx/config.h
  100. CONFIG_CLEAN_FILES =
  101. CONFIG_CLEAN_VPATH_FILES =
  102. AM_V_P = $(am__v_P_@AM_V@)
  103. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  104. am__v_P_0 = false
  105. am__v_P_1 = :
  106. AM_V_GEN = $(am__v_GEN_@AM_V@)
  107. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  108. am__v_GEN_0 = @echo " GEN " $@;
  109. am__v_GEN_1 =
  110. AM_V_at = $(am__v_at_@AM_V@)
  111. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  112. am__v_at_0 = @
  113. am__v_at_1 =
  114. SOURCES =
  115. DIST_SOURCES =
  116. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  117. ctags-recursive dvi-recursive html-recursive info-recursive \
  118. install-data-recursive install-dvi-recursive \
  119. install-exec-recursive install-html-recursive \
  120. install-info-recursive install-pdf-recursive \
  121. install-ps-recursive install-recursive installcheck-recursive \
  122. installdirs-recursive pdf-recursive ps-recursive \
  123. tags-recursive uninstall-recursive
  124. am__can_run_installinfo = \
  125. case $$AM_UPDATE_INFO_DIR in \
  126. n|no|NO) false;; \
  127. *) (install-info --version) >/dev/null 2>&1;; \
  128. esac
  129. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  130. am__vpath_adj = case $$p in \
  131. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  132. *) f=$$p;; \
  133. esac;
  134. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  135. am__install_max = 40
  136. am__nobase_strip_setup = \
  137. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  138. am__nobase_strip = \
  139. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  140. am__nobase_list = $(am__nobase_strip_setup); \
  141. for p in $$list; do echo "$$p $$p"; done | \
  142. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  143. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  144. if (++n[$$2] == $(am__install_max)) \
  145. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  146. END { for (dir in files) print dir, files[dir] }'
  147. am__base_list = \
  148. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  149. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  150. am__uninstall_files_from_dir = { \
  151. test -z "$$files" \
  152. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  153. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  154. $(am__cd) "$$dir" && rm -f $$files; }; \
  155. }
  156. am__installdirs = "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"
  157. HEADERS = $(nobase_include_HEADERS) $(nobase_nodist_include_HEADERS)
  158. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  159. distclean-recursive maintainer-clean-recursive
  160. am__recursive_targets = \
  161. $(RECURSIVE_TARGETS) \
  162. $(RECURSIVE_CLEAN_TARGETS) \
  163. $(am__extra_recursive_targets)
  164. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  165. distdir distdir-am
  166. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  167. # Read a list of newline-separated strings from the standard input,
  168. # and print each of them once, without duplicates. Input order is
  169. # *not* preserved.
  170. am__uniquify_input = $(AWK) '\
  171. BEGIN { nonempty = 0; } \
  172. { items[$$0] = 1; nonempty = 1; } \
  173. END { if (nonempty) { for (i in items) print i; }; } \
  174. '
  175. # Make sure the list of sources is unique. This is necessary because,
  176. # e.g., the same source file might be shared among _SOURCES variables
  177. # for different programs/libraries.
  178. am__define_uniq_tagged_files = \
  179. list='$(am__tagged_files)'; \
  180. unique=`for i in $$list; do \
  181. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  182. done | $(am__uniquify_input)`
  183. DIST_SUBDIRS = $(SUBDIRS)
  184. am__DIST_COMMON = $(srcdir)/Makefile.in \
  185. $(top_srcdir)/config/mkinstalldirs
  186. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  187. am__relativize = \
  188. dir0=`pwd`; \
  189. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  190. sed_rest='s,^[^/]*/*,,'; \
  191. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  192. sed_butlast='s,/*[^/]*$$,,'; \
  193. while test -n "$$dir1"; do \
  194. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  195. if test "$$first" != "."; then \
  196. if test "$$first" = ".."; then \
  197. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  198. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  199. else \
  200. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  201. if test "$$first2" = "$$first"; then \
  202. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  203. else \
  204. dir2="../$$dir2"; \
  205. fi; \
  206. dir0="$$dir0"/"$$first"; \
  207. fi; \
  208. fi; \
  209. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  210. done; \
  211. reldir="$$dir2"
  212. ACLOCAL = @ACLOCAL@
  213. AMTAR = @AMTAR@
  214. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  215. AR = @AR@
  216. AUTOCONF = @AUTOCONF@
  217. AUTOHEADER = @AUTOHEADER@
  218. AUTOMAKE = @AUTOMAKE@
  219. AWK = @AWK@
  220. CC = @CC@
  221. CCDEPMODE = @CCDEPMODE@
  222. CFLAGS = @CFLAGS@
  223. CPP = @CPP@
  224. CPPFLAGS = @CPPFLAGS@
  225. CSCOPE = @CSCOPE@
  226. CTAGS = @CTAGS@
  227. CXX = @CXX@
  228. CXXCPP = @CXXCPP@
  229. CXXDEPMODE = @CXXDEPMODE@
  230. CXXFLAGS = @CXXFLAGS@
  231. CYGPATH_W = @CYGPATH_W@
  232. DEFS = @DEFS@
  233. DEPDIR = @DEPDIR@
  234. DLLTOOL = @DLLTOOL@
  235. DOXYGEN = @DOXYGEN@
  236. DSYMUTIL = @DSYMUTIL@
  237. DUMPBIN = @DUMPBIN@
  238. ECHO_C = @ECHO_C@
  239. ECHO_N = @ECHO_N@
  240. ECHO_T = @ECHO_T@
  241. EGREP = @EGREP@
  242. ETAGS = @ETAGS@
  243. EXEEXT = @EXEEXT@
  244. FGREP = @FGREP@
  245. GREP = @GREP@
  246. HAVE_DOT = @HAVE_DOT@
  247. INSTALL = @INSTALL@
  248. INSTALL_DATA = @INSTALL_DATA@
  249. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  250. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  251. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  252. LD = @LD@
  253. LDFLAGS = @LDFLAGS@
  254. LIBOBJS = @LIBOBJS@
  255. LIBS = @LIBS@
  256. LIBTOOL = @LIBTOOL@
  257. LIPO = @LIPO@
  258. LN_S = @LN_S@
  259. LTLIBOBJS = @LTLIBOBJS@
  260. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  261. MAINT = @MAINT@
  262. MAKEINFO = @MAKEINFO@
  263. MANIFEST_TOOL = @MANIFEST_TOOL@
  264. MKDIR = @MKDIR@
  265. MKDIR_P = @MKDIR_P@
  266. NM = @NM@
  267. NMEDIT = @NMEDIT@
  268. OBJDUMP = @OBJDUMP@
  269. OBJEXT = @OBJEXT@
  270. OTOOL = @OTOOL@
  271. OTOOL64 = @OTOOL64@
  272. PACKAGE = @PACKAGE@
  273. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  274. PACKAGE_NAME = @PACKAGE_NAME@
  275. PACKAGE_STRING = @PACKAGE_STRING@
  276. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  277. PACKAGE_URL = @PACKAGE_URL@
  278. PACKAGE_VERSION = @PACKAGE_VERSION@
  279. PATH_SEPARATOR = @PATH_SEPARATOR@
  280. PG_CONFIG = @PG_CONFIG@
  281. PKG_CONFIG = @PKG_CONFIG@
  282. POSTGRES_INCLUDE = @POSTGRES_INCLUDE@
  283. PQXXVERSION = @PQXXVERSION@
  284. PQXX_ABI = @PQXX_ABI@
  285. RANLIB = @RANLIB@
  286. SED = @SED@
  287. SET_MAKE = @SET_MAKE@
  288. SHELL = @SHELL@
  289. STRIP = @STRIP@
  290. VERSION = @VERSION@
  291. abs_builddir = @abs_builddir@
  292. abs_srcdir = @abs_srcdir@
  293. abs_top_builddir = @abs_top_builddir@
  294. abs_top_srcdir = @abs_top_srcdir@
  295. ac_ct_AR = @ac_ct_AR@
  296. ac_ct_CC = @ac_ct_CC@
  297. ac_ct_CXX = @ac_ct_CXX@
  298. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  299. am__include = @am__include@
  300. am__leading_dot = @am__leading_dot@
  301. am__quote = @am__quote@
  302. am__tar = @am__tar@
  303. am__untar = @am__untar@
  304. bindir = @bindir@
  305. build = @build@
  306. build_alias = @build_alias@
  307. build_cpu = @build_cpu@
  308. build_os = @build_os@
  309. build_vendor = @build_vendor@
  310. builddir = @builddir@
  311. datadir = @datadir@
  312. datarootdir = @datarootdir@
  313. docdir = @docdir@
  314. dvidir = @dvidir@
  315. exec_prefix = @exec_prefix@
  316. host = @host@
  317. host_alias = @host_alias@
  318. host_cpu = @host_cpu@
  319. host_os = @host_os@
  320. host_vendor = @host_vendor@
  321. htmldir = @htmldir@
  322. includedir = @includedir@
  323. infodir = @infodir@
  324. install_sh = @install_sh@
  325. libdir = @libdir@
  326. libexecdir = @libexecdir@
  327. localedir = @localedir@
  328. localstatedir = @localstatedir@
  329. mandir = @mandir@
  330. mkdir_p = @mkdir_p@
  331. oldincludedir = @oldincludedir@
  332. pdfdir = @pdfdir@
  333. prefix = @prefix@
  334. program_transform_name = @program_transform_name@
  335. psdir = @psdir@
  336. runstatedir = @runstatedir@
  337. sbindir = @sbindir@
  338. sharedstatedir = @sharedstatedir@
  339. srcdir = @srcdir@
  340. sysconfdir = @sysconfdir@
  341. target_alias = @target_alias@
  342. top_build_prefix = @top_build_prefix@
  343. top_builddir = @top_builddir@
  344. top_srcdir = @top_srcdir@
  345. with_postgres_lib = @with_postgres_lib@
  346. SUBDIRS = pqxx
  347. nobase_include_HEADERS = pqxx/pqxx \
  348. pqxx/array pqxx/array.hxx \
  349. pqxx/binarystring pqxx/binarystring.hxx \
  350. pqxx/blob pqxx/blob.hxx \
  351. pqxx/composite pqxx/composite.hxx \
  352. pqxx/connection pqxx/connection.hxx \
  353. pqxx/cursor pqxx/cursor.hxx \
  354. pqxx/dbtransaction pqxx/dbtransaction.hxx \
  355. pqxx/errorhandler pqxx/errorhandler.hxx \
  356. pqxx/except pqxx/except.hxx \
  357. pqxx/field pqxx/field.hxx \
  358. pqxx/isolation pqxx/isolation.hxx \
  359. pqxx/largeobject pqxx/largeobject.hxx \
  360. pqxx/nontransaction pqxx/nontransaction.hxx \
  361. pqxx/notification pqxx/notification.hxx \
  362. pqxx/params pqxx/params.hxx \
  363. pqxx/pipeline pqxx/pipeline.hxx \
  364. pqxx/prepared_statement pqxx/prepared_statement.hxx \
  365. pqxx/range pqxx/range.hxx \
  366. pqxx/result pqxx/result.hxx \
  367. pqxx/robusttransaction pqxx/robusttransaction.hxx \
  368. pqxx/separated_list pqxx/separated_list.hxx \
  369. pqxx/strconv pqxx/strconv.hxx \
  370. pqxx/stream_from pqxx/stream_from.hxx \
  371. pqxx/stream_to pqxx/stream_to.hxx \
  372. pqxx/subtransaction pqxx/subtransaction.hxx \
  373. pqxx/time pqxx/time.hxx \
  374. pqxx/transaction pqxx/transaction.hxx \
  375. pqxx/transaction_base pqxx/transaction_base.hxx \
  376. pqxx/transaction_focus pqxx/transaction_focus.hxx \
  377. pqxx/transactor pqxx/transactor.hxx \
  378. pqxx/row pqxx/row.hxx \
  379. pqxx/util pqxx/util.hxx \
  380. pqxx/types pqxx/types.hxx \
  381. pqxx/zview pqxx/zview.hxx \
  382. pqxx/version pqxx/version.hxx \
  383. pqxx/internal/array-composite.hxx \
  384. pqxx/internal/callgate.hxx \
  385. pqxx/internal/concat.hxx \
  386. pqxx/internal/conversions.hxx \
  387. pqxx/internal/encoding_group.hxx \
  388. pqxx/internal/encodings.hxx \
  389. pqxx/internal/header-pre.hxx \
  390. pqxx/internal/header-post.hxx \
  391. pqxx/internal/ignore-deprecated-post.hxx \
  392. pqxx/internal/ignore-deprecated-pre.hxx \
  393. pqxx/internal/libpq-forward.hxx \
  394. pqxx/internal/result_iter.hxx \
  395. pqxx/internal/result_iterator.hxx \
  396. pqxx/internal/sql_cursor.hxx \
  397. pqxx/internal/statement_parameters.hxx \
  398. pqxx/internal/stream_iterator.hxx \
  399. pqxx/internal/wait.hxx \
  400. pqxx/internal/gates/connection-errorhandler.hxx \
  401. pqxx/internal/gates/connection-largeobject.hxx \
  402. pqxx/internal/gates/connection-notification_receiver.hxx \
  403. pqxx/internal/gates/connection-pipeline.hxx \
  404. pqxx/internal/gates/connection-sql_cursor.hxx \
  405. pqxx/internal/gates/connection-transaction.hxx \
  406. pqxx/internal/gates/errorhandler-connection.hxx \
  407. pqxx/internal/gates/icursorstream-icursor_iterator.hxx \
  408. pqxx/internal/gates/icursor_iterator-icursorstream.hxx \
  409. pqxx/internal/gates/result-connection.hxx \
  410. pqxx/internal/gates/result-creation.hxx \
  411. pqxx/internal/gates/result-pipeline.hxx \
  412. pqxx/internal/gates/result-sql_cursor.hxx \
  413. pqxx/internal/gates/transaction-sql_cursor.hxx \
  414. pqxx/internal/gates/transaction-transaction_focus.hxx
  415. nobase_nodist_include_HEADERS = \
  416. pqxx/config-public-compiler.h
  417. EXTRA_DIST = \
  418. pqxx/doc/*.md \
  419. pqxx/doc/mainpage.md.template \
  420. pqxx/version.hxx.template
  421. all: all-recursive
  422. .SUFFIXES:
  423. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  424. @for dep in $?; do \
  425. case '$(am__configure_deps)' in \
  426. *$$dep*) \
  427. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  428. && { if test -f $@; then exit 0; else break; fi; }; \
  429. exit 1;; \
  430. esac; \
  431. done; \
  432. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
  433. $(am__cd) $(top_srcdir) && \
  434. $(AUTOMAKE) --gnu include/Makefile
  435. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  436. @case '$?' in \
  437. *config.status*) \
  438. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  439. *) \
  440. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  441. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  442. esac;
  443. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  444. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  445. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  446. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  447. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  448. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  449. $(am__aclocal_m4_deps):
  450. mostlyclean-libtool:
  451. -rm -f *.lo
  452. clean-libtool:
  453. -rm -rf .libs _libs
  454. install-nobase_includeHEADERS: $(nobase_include_HEADERS)
  455. @$(NORMAL_INSTALL)
  456. @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
  457. if test -n "$$list"; then \
  458. echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
  459. $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
  460. fi; \
  461. $(am__nobase_list) | while read dir files; do \
  462. xfiles=; for file in $$files; do \
  463. if test -f "$$file"; then xfiles="$$xfiles $$file"; \
  464. else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
  465. test -z "$$xfiles" || { \
  466. test "x$$dir" = x. || { \
  467. echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
  468. $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
  469. echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
  470. $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
  471. done
  472. uninstall-nobase_includeHEADERS:
  473. @$(NORMAL_UNINSTALL)
  474. @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
  475. $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
  476. dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
  477. install-nobase_nodist_includeHEADERS: $(nobase_nodist_include_HEADERS)
  478. @$(NORMAL_INSTALL)
  479. @list='$(nobase_nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
  480. if test -n "$$list"; then \
  481. echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
  482. $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
  483. fi; \
  484. $(am__nobase_list) | while read dir files; do \
  485. xfiles=; for file in $$files; do \
  486. if test -f "$$file"; then xfiles="$$xfiles $$file"; \
  487. else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
  488. test -z "$$xfiles" || { \
  489. test "x$$dir" = x. || { \
  490. echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
  491. $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
  492. echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
  493. $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
  494. done
  495. uninstall-nobase_nodist_includeHEADERS:
  496. @$(NORMAL_UNINSTALL)
  497. @list='$(nobase_nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
  498. $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
  499. dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
  500. # This directory's subdirectories are mostly independent; you can cd
  501. # into them and run 'make' without going through this Makefile.
  502. # To change the values of 'make' variables: instead of editing Makefiles,
  503. # (1) if the variable is set in 'config.status', edit 'config.status'
  504. # (which will cause the Makefiles to be regenerated when you run 'make');
  505. # (2) otherwise, pass the desired values on the 'make' command line.
  506. $(am__recursive_targets):
  507. @fail=; \
  508. if $(am__make_keepgoing); then \
  509. failcom='fail=yes'; \
  510. else \
  511. failcom='exit 1'; \
  512. fi; \
  513. dot_seen=no; \
  514. target=`echo $@ | sed s/-recursive//`; \
  515. case "$@" in \
  516. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  517. *) list='$(SUBDIRS)' ;; \
  518. esac; \
  519. for subdir in $$list; do \
  520. echo "Making $$target in $$subdir"; \
  521. if test "$$subdir" = "."; then \
  522. dot_seen=yes; \
  523. local_target="$$target-am"; \
  524. else \
  525. local_target="$$target"; \
  526. fi; \
  527. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  528. || eval $$failcom; \
  529. done; \
  530. if test "$$dot_seen" = "no"; then \
  531. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  532. fi; test -z "$$fail"
  533. ID: $(am__tagged_files)
  534. $(am__define_uniq_tagged_files); mkid -fID $$unique
  535. tags: tags-recursive
  536. TAGS: tags
  537. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  538. set x; \
  539. here=`pwd`; \
  540. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  541. include_option=--etags-include; \
  542. empty_fix=.; \
  543. else \
  544. include_option=--include; \
  545. empty_fix=; \
  546. fi; \
  547. list='$(SUBDIRS)'; for subdir in $$list; do \
  548. if test "$$subdir" = .; then :; else \
  549. test ! -f $$subdir/TAGS || \
  550. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  551. fi; \
  552. done; \
  553. $(am__define_uniq_tagged_files); \
  554. shift; \
  555. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  556. test -n "$$unique" || unique=$$empty_fix; \
  557. if test $$# -gt 0; then \
  558. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  559. "$$@" $$unique; \
  560. else \
  561. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  562. $$unique; \
  563. fi; \
  564. fi
  565. ctags: ctags-recursive
  566. CTAGS: ctags
  567. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  568. $(am__define_uniq_tagged_files); \
  569. test -z "$(CTAGS_ARGS)$$unique" \
  570. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  571. $$unique
  572. GTAGS:
  573. here=`$(am__cd) $(top_builddir) && pwd` \
  574. && $(am__cd) $(top_srcdir) \
  575. && gtags -i $(GTAGS_ARGS) "$$here"
  576. cscopelist: cscopelist-recursive
  577. cscopelist-am: $(am__tagged_files)
  578. list='$(am__tagged_files)'; \
  579. case "$(srcdir)" in \
  580. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  581. *) sdir=$(subdir)/$(srcdir) ;; \
  582. esac; \
  583. for i in $$list; do \
  584. if test -f "$$i"; then \
  585. echo "$(subdir)/$$i"; \
  586. else \
  587. echo "$$sdir/$$i"; \
  588. fi; \
  589. done >> $(top_builddir)/cscope.files
  590. distclean-tags:
  591. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  592. distdir: $(BUILT_SOURCES)
  593. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  594. distdir-am: $(DISTFILES)
  595. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  596. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  597. list='$(DISTFILES)'; \
  598. dist_files=`for file in $$list; do echo $$file; done | \
  599. sed -e "s|^$$srcdirstrip/||;t" \
  600. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  601. case $$dist_files in \
  602. */*) $(MKDIR_P) `echo "$$dist_files" | \
  603. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  604. sort -u` ;; \
  605. esac; \
  606. for file in $$dist_files; do \
  607. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  608. if test -d $$d/$$file; then \
  609. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  610. if test -d "$(distdir)/$$file"; then \
  611. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  612. fi; \
  613. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  614. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  615. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  616. fi; \
  617. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  618. else \
  619. test -f "$(distdir)/$$file" \
  620. || cp -p $$d/$$file "$(distdir)/$$file" \
  621. || exit 1; \
  622. fi; \
  623. done
  624. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  625. if test "$$subdir" = .; then :; else \
  626. $(am__make_dryrun) \
  627. || test -d "$(distdir)/$$subdir" \
  628. || $(MKDIR_P) "$(distdir)/$$subdir" \
  629. || exit 1; \
  630. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  631. $(am__relativize); \
  632. new_distdir=$$reldir; \
  633. dir1=$$subdir; dir2="$(top_distdir)"; \
  634. $(am__relativize); \
  635. new_top_distdir=$$reldir; \
  636. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  637. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  638. ($(am__cd) $$subdir && \
  639. $(MAKE) $(AM_MAKEFLAGS) \
  640. top_distdir="$$new_top_distdir" \
  641. distdir="$$new_distdir" \
  642. am__remove_distdir=: \
  643. am__skip_length_check=: \
  644. am__skip_mode_fix=: \
  645. distdir) \
  646. || exit 1; \
  647. fi; \
  648. done
  649. check-am: all-am
  650. check: check-recursive
  651. all-am: Makefile $(HEADERS)
  652. installdirs: installdirs-recursive
  653. installdirs-am:
  654. for dir in "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do \
  655. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  656. done
  657. install: install-recursive
  658. install-exec: install-exec-recursive
  659. install-data: install-data-recursive
  660. uninstall: uninstall-recursive
  661. install-am: all-am
  662. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  663. installcheck: installcheck-recursive
  664. install-strip:
  665. if test -z '$(STRIP)'; then \
  666. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  667. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  668. install; \
  669. else \
  670. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  671. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  672. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  673. fi
  674. mostlyclean-generic:
  675. clean-generic:
  676. distclean-generic:
  677. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  678. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  679. maintainer-clean-generic:
  680. @echo "This command is intended for maintainers to use"
  681. @echo "it deletes files that may require special tools to rebuild."
  682. clean: clean-recursive
  683. clean-am: clean-generic clean-libtool mostlyclean-am
  684. distclean: distclean-recursive
  685. -rm -f Makefile
  686. distclean-am: clean-am distclean-generic distclean-tags
  687. dvi: dvi-recursive
  688. dvi-am:
  689. html: html-recursive
  690. html-am:
  691. info: info-recursive
  692. info-am:
  693. install-data-am: install-nobase_includeHEADERS \
  694. install-nobase_nodist_includeHEADERS
  695. install-dvi: install-dvi-recursive
  696. install-dvi-am:
  697. install-exec-am:
  698. install-html: install-html-recursive
  699. install-html-am:
  700. install-info: install-info-recursive
  701. install-info-am:
  702. install-man:
  703. install-pdf: install-pdf-recursive
  704. install-pdf-am:
  705. install-ps: install-ps-recursive
  706. install-ps-am:
  707. installcheck-am:
  708. maintainer-clean: maintainer-clean-recursive
  709. -rm -f Makefile
  710. maintainer-clean-am: distclean-am maintainer-clean-generic
  711. mostlyclean: mostlyclean-recursive
  712. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  713. pdf: pdf-recursive
  714. pdf-am:
  715. ps: ps-recursive
  716. ps-am:
  717. uninstall-am: uninstall-nobase_includeHEADERS \
  718. uninstall-nobase_nodist_includeHEADERS
  719. .MAKE: $(am__recursive_targets) install-am install-strip
  720. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  721. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  722. ctags-am distclean distclean-generic distclean-libtool \
  723. distclean-tags distdir dvi dvi-am html html-am info info-am \
  724. install install-am install-data install-data-am install-dvi \
  725. install-dvi-am install-exec install-exec-am install-html \
  726. install-html-am install-info install-info-am install-man \
  727. install-nobase_includeHEADERS \
  728. install-nobase_nodist_includeHEADERS install-pdf \
  729. install-pdf-am install-ps install-ps-am install-strip \
  730. installcheck installcheck-am installdirs installdirs-am \
  731. maintainer-clean maintainer-clean-generic mostlyclean \
  732. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  733. tags tags-am uninstall uninstall-am \
  734. uninstall-nobase_includeHEADERS \
  735. uninstall-nobase_nodist_includeHEADERS
  736. .PRECIOUS: Makefile
  737. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  738. # Otherwise a system limit (for SysV at least) may be exceeded.
  739. .NOEXPORT: