Makefile.in 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2018 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)/m4/ax_code_coverage.m4 \
  89. $(top_srcdir)/m4/ax_compile_check_sizeof.m4 \
  90. $(top_srcdir)/m4/curl-compilers.m4 \
  91. $(top_srcdir)/m4/curl-confopts.m4 \
  92. $(top_srcdir)/m4/curl-functions.m4 \
  93. $(top_srcdir)/m4/curl-openssl.m4 \
  94. $(top_srcdir)/m4/curl-override.m4 \
  95. $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
  96. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  97. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  98. $(top_srcdir)/m4/xc-am-iface.m4 \
  99. $(top_srcdir)/m4/xc-cc-check.m4 \
  100. $(top_srcdir)/m4/xc-lt-iface.m4 \
  101. $(top_srcdir)/m4/xc-translit.m4 \
  102. $(top_srcdir)/m4/xc-val-flgs.m4 \
  103. $(top_srcdir)/m4/zz40-xc-ovr.m4 \
  104. $(top_srcdir)/m4/zz50-xc-ovr.m4 \
  105. $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  106. $(top_srcdir)/configure.ac
  107. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  108. $(ACLOCAL_M4)
  109. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  110. mkinstalldirs = $(install_sh) -d
  111. CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
  112. CONFIG_CLEAN_FILES =
  113. CONFIG_CLEAN_VPATH_FILES =
  114. AM_V_P = $(am__v_P_@AM_V@)
  115. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  116. am__v_P_0 = false
  117. am__v_P_1 = :
  118. AM_V_GEN = $(am__v_GEN_@AM_V@)
  119. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  120. am__v_GEN_0 = @echo " GEN " $@;
  121. am__v_GEN_1 =
  122. AM_V_at = $(am__v_at_@AM_V@)
  123. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  124. am__v_at_0 = @
  125. am__v_at_1 =
  126. depcomp =
  127. am__maybe_remake_depfiles =
  128. SOURCES =
  129. DIST_SOURCES =
  130. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  131. ctags-recursive dvi-recursive html-recursive info-recursive \
  132. install-data-recursive install-dvi-recursive \
  133. install-exec-recursive install-html-recursive \
  134. install-info-recursive install-pdf-recursive \
  135. install-ps-recursive install-recursive installcheck-recursive \
  136. installdirs-recursive pdf-recursive ps-recursive \
  137. tags-recursive uninstall-recursive
  138. am__can_run_installinfo = \
  139. case $$AM_UPDATE_INFO_DIR in \
  140. n|no|NO) false;; \
  141. *) (install-info --version) >/dev/null 2>&1;; \
  142. esac
  143. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  144. distclean-recursive maintainer-clean-recursive
  145. am__recursive_targets = \
  146. $(RECURSIVE_TARGETS) \
  147. $(RECURSIVE_CLEAN_TARGETS) \
  148. $(am__extra_recursive_targets)
  149. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  150. distdir distdir-am
  151. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  152. # Read a list of newline-separated strings from the standard input,
  153. # and print each of them once, without duplicates. Input order is
  154. # *not* preserved.
  155. am__uniquify_input = $(AWK) '\
  156. BEGIN { nonempty = 0; } \
  157. { items[$$0] = 1; nonempty = 1; } \
  158. END { if (nonempty) { for (i in items) print i; }; } \
  159. '
  160. # Make sure the list of sources is unique. This is necessary because,
  161. # e.g., the same source file might be shared among _SOURCES variables
  162. # for different programs/libraries.
  163. am__define_uniq_tagged_files = \
  164. list='$(am__tagged_files)'; \
  165. unique=`for i in $$list; do \
  166. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  167. done | $(am__uniquify_input)`
  168. ETAGS = etags
  169. CTAGS = ctags
  170. DIST_SUBDIRS = $(SUBDIRS)
  171. am__DIST_COMMON = $(srcdir)/Makefile.in README
  172. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  173. am__relativize = \
  174. dir0=`pwd`; \
  175. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  176. sed_rest='s,^[^/]*/*,,'; \
  177. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  178. sed_butlast='s,/*[^/]*$$,,'; \
  179. while test -n "$$dir1"; do \
  180. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  181. if test "$$first" != "."; then \
  182. if test "$$first" = ".."; then \
  183. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  184. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  185. else \
  186. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  187. if test "$$first2" = "$$first"; then \
  188. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  189. else \
  190. dir2="../$$dir2"; \
  191. fi; \
  192. dir0="$$dir0"/"$$first"; \
  193. fi; \
  194. fi; \
  195. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  196. done; \
  197. reldir="$$dir2"
  198. ACLOCAL = @ACLOCAL@
  199. AMTAR = @AMTAR@
  200. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  201. AR = @AR@
  202. AR_FLAGS = @AR_FLAGS@
  203. AS = @AS@
  204. AUTOCONF = @AUTOCONF@
  205. AUTOHEADER = @AUTOHEADER@
  206. AUTOMAKE = @AUTOMAKE@
  207. AWK = @AWK@
  208. BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
  209. CC = @CC@
  210. CCDEPMODE = @CCDEPMODE@
  211. CFLAGS = @CFLAGS@
  212. CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
  213. CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
  214. CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
  215. CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
  216. CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
  217. CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
  218. CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
  219. CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
  220. CPP = @CPP@
  221. CPPFLAGS = @CPPFLAGS@
  222. CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
  223. CURLVERSION = @CURLVERSION@
  224. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  225. CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
  226. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  227. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  228. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  229. CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
  230. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  231. CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
  232. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  233. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  234. CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
  235. CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
  236. CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
  237. CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
  238. CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
  239. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  240. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  241. CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
  242. CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
  243. CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
  244. CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
  245. CYGPATH_W = @CYGPATH_W@
  246. DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
  247. DEFS = @DEFS@
  248. DEPDIR = @DEPDIR@
  249. DLLTOOL = @DLLTOOL@
  250. DSYMUTIL = @DSYMUTIL@
  251. DUMPBIN = @DUMPBIN@
  252. ECHO_C = @ECHO_C@
  253. ECHO_N = @ECHO_N@
  254. ECHO_T = @ECHO_T@
  255. EGREP = @EGREP@
  256. ENABLE_SHARED = @ENABLE_SHARED@
  257. ENABLE_STATIC = @ENABLE_STATIC@
  258. EXEEXT = @EXEEXT@
  259. FGREP = @FGREP@
  260. GCOV = @GCOV@
  261. GENHTML = @GENHTML@
  262. GREP = @GREP@
  263. HAVE_BROTLI = @HAVE_BROTLI@
  264. HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
  265. HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
  266. HAVE_LIBZ = @HAVE_LIBZ@
  267. HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
  268. IDN_ENABLED = @IDN_ENABLED@
  269. INSTALL = @INSTALL@
  270. INSTALL_DATA = @INSTALL_DATA@
  271. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  272. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  273. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  274. IPV6_ENABLED = @IPV6_ENABLED@
  275. LCOV = @LCOV@
  276. LD = @LD@
  277. LDFLAGS = @LDFLAGS@
  278. LIBCURL_LIBS = @LIBCURL_LIBS@
  279. LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
  280. LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
  281. LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
  282. LIBOBJS = @LIBOBJS@
  283. LIBS = @LIBS@
  284. LIBTOOL = @LIBTOOL@
  285. LIPO = @LIPO@
  286. LN_S = @LN_S@
  287. LTLIBOBJS = @LTLIBOBJS@
  288. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  289. MAINT = @MAINT@
  290. MAKEINFO = @MAKEINFO@
  291. MANIFEST_TOOL = @MANIFEST_TOOL@
  292. MANOPT = @MANOPT@
  293. MKDIR_P = @MKDIR_P@
  294. NM = @NM@
  295. NMEDIT = @NMEDIT@
  296. NROFF = @NROFF@
  297. NSS_LIBS = @NSS_LIBS@
  298. OBJDUMP = @OBJDUMP@
  299. OBJEXT = @OBJEXT@
  300. OTOOL = @OTOOL@
  301. OTOOL64 = @OTOOL64@
  302. PACKAGE = @PACKAGE@
  303. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  304. PACKAGE_NAME = @PACKAGE_NAME@
  305. PACKAGE_STRING = @PACKAGE_STRING@
  306. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  307. PACKAGE_URL = @PACKAGE_URL@
  308. PACKAGE_VERSION = @PACKAGE_VERSION@
  309. PATH_SEPARATOR = @PATH_SEPARATOR@
  310. PERL = @PERL@
  311. PKGADD_NAME = @PKGADD_NAME@
  312. PKGADD_PKG = @PKGADD_PKG@
  313. PKGADD_VENDOR = @PKGADD_VENDOR@
  314. PKGCONFIG = @PKGCONFIG@
  315. RANDOM_FILE = @RANDOM_FILE@
  316. RANLIB = @RANLIB@
  317. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  318. SED = @SED@
  319. SET_MAKE = @SET_MAKE@
  320. SHELL = @SHELL@
  321. SSL_BACKENDS = @SSL_BACKENDS@
  322. SSL_ENABLED = @SSL_ENABLED@
  323. SSL_LIBS = @SSL_LIBS@
  324. STRIP = @STRIP@
  325. SUPPORT_FEATURES = @SUPPORT_FEATURES@
  326. SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
  327. USE_ARES = @USE_ARES@
  328. USE_AXTLS = @USE_AXTLS@
  329. USE_CYASSL = @USE_CYASSL@
  330. USE_DARWINSSL = @USE_DARWINSSL@
  331. USE_GNUTLS = @USE_GNUTLS@
  332. USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
  333. USE_LIBRTMP = @USE_LIBRTMP@
  334. USE_LIBSSH = @USE_LIBSSH@
  335. USE_LIBSSH2 = @USE_LIBSSH2@
  336. USE_MBEDTLS = @USE_MBEDTLS@
  337. USE_NGHTTP2 = @USE_NGHTTP2@
  338. USE_NSS = @USE_NSS@
  339. USE_OPENLDAP = @USE_OPENLDAP@
  340. USE_POLARSSL = @USE_POLARSSL@
  341. USE_SCHANNEL = @USE_SCHANNEL@
  342. USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
  343. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  344. VERSION = @VERSION@
  345. VERSIONNUM = @VERSIONNUM@
  346. ZLIB_LIBS = @ZLIB_LIBS@
  347. ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
  348. abs_builddir = @abs_builddir@
  349. abs_srcdir = @abs_srcdir@
  350. abs_top_builddir = @abs_top_builddir@
  351. abs_top_srcdir = @abs_top_srcdir@
  352. ac_ct_AR = @ac_ct_AR@
  353. ac_ct_CC = @ac_ct_CC@
  354. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  355. am__include = @am__include@
  356. am__leading_dot = @am__leading_dot@
  357. am__quote = @am__quote@
  358. am__tar = @am__tar@
  359. am__untar = @am__untar@
  360. bindir = @bindir@
  361. build = @build@
  362. build_alias = @build_alias@
  363. build_cpu = @build_cpu@
  364. build_os = @build_os@
  365. build_vendor = @build_vendor@
  366. builddir = @builddir@
  367. datadir = @datadir@
  368. datarootdir = @datarootdir@
  369. docdir = @docdir@
  370. dvidir = @dvidir@
  371. exec_prefix = @exec_prefix@
  372. host = @host@
  373. host_alias = @host_alias@
  374. host_cpu = @host_cpu@
  375. host_os = @host_os@
  376. host_vendor = @host_vendor@
  377. htmldir = @htmldir@
  378. includedir = @includedir@
  379. infodir = @infodir@
  380. install_sh = @install_sh@
  381. libdir = @libdir@
  382. libexecdir = @libexecdir@
  383. libext = @libext@
  384. localedir = @localedir@
  385. localstatedir = @localstatedir@
  386. mandir = @mandir@
  387. mkdir_p = @mkdir_p@
  388. oldincludedir = @oldincludedir@
  389. pdfdir = @pdfdir@
  390. prefix = @prefix@
  391. program_transform_name = @program_transform_name@
  392. psdir = @psdir@
  393. runstatedir = @runstatedir@
  394. sbindir = @sbindir@
  395. sharedstatedir = @sharedstatedir@
  396. srcdir = @srcdir@
  397. subdirs = @subdirs@
  398. sysconfdir = @sysconfdir@
  399. target_alias = @target_alias@
  400. top_build_prefix = @top_build_prefix@
  401. top_builddir = @top_builddir@
  402. top_srcdir = @top_srcdir@
  403. SUBDIRS = curl
  404. EXTRA_DIST = README
  405. AUTOMAKE_OPTIONS = foreign no-dependencies
  406. all: all-recursive
  407. .SUFFIXES:
  408. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  409. @for dep in $?; do \
  410. case '$(am__configure_deps)' in \
  411. *$$dep*) \
  412. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  413. && { if test -f $@; then exit 0; else break; fi; }; \
  414. exit 1;; \
  415. esac; \
  416. done; \
  417. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
  418. $(am__cd) $(top_srcdir) && \
  419. $(AUTOMAKE) --foreign include/Makefile
  420. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  421. @case '$?' in \
  422. *config.status*) \
  423. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  424. *) \
  425. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  426. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  427. esac;
  428. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  429. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  430. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  431. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  432. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  433. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  434. $(am__aclocal_m4_deps):
  435. mostlyclean-libtool:
  436. -rm -f *.lo
  437. clean-libtool:
  438. -rm -rf .libs _libs
  439. # This directory's subdirectories are mostly independent; you can cd
  440. # into them and run 'make' without going through this Makefile.
  441. # To change the values of 'make' variables: instead of editing Makefiles,
  442. # (1) if the variable is set in 'config.status', edit 'config.status'
  443. # (which will cause the Makefiles to be regenerated when you run 'make');
  444. # (2) otherwise, pass the desired values on the 'make' command line.
  445. $(am__recursive_targets):
  446. @fail=; \
  447. if $(am__make_keepgoing); then \
  448. failcom='fail=yes'; \
  449. else \
  450. failcom='exit 1'; \
  451. fi; \
  452. dot_seen=no; \
  453. target=`echo $@ | sed s/-recursive//`; \
  454. case "$@" in \
  455. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  456. *) list='$(SUBDIRS)' ;; \
  457. esac; \
  458. for subdir in $$list; do \
  459. echo "Making $$target in $$subdir"; \
  460. if test "$$subdir" = "."; then \
  461. dot_seen=yes; \
  462. local_target="$$target-am"; \
  463. else \
  464. local_target="$$target"; \
  465. fi; \
  466. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  467. || eval $$failcom; \
  468. done; \
  469. if test "$$dot_seen" = "no"; then \
  470. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  471. fi; test -z "$$fail"
  472. ID: $(am__tagged_files)
  473. $(am__define_uniq_tagged_files); mkid -fID $$unique
  474. tags: tags-recursive
  475. TAGS: tags
  476. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  477. set x; \
  478. here=`pwd`; \
  479. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  480. include_option=--etags-include; \
  481. empty_fix=.; \
  482. else \
  483. include_option=--include; \
  484. empty_fix=; \
  485. fi; \
  486. list='$(SUBDIRS)'; for subdir in $$list; do \
  487. if test "$$subdir" = .; then :; else \
  488. test ! -f $$subdir/TAGS || \
  489. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  490. fi; \
  491. done; \
  492. $(am__define_uniq_tagged_files); \
  493. shift; \
  494. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  495. test -n "$$unique" || unique=$$empty_fix; \
  496. if test $$# -gt 0; then \
  497. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  498. "$$@" $$unique; \
  499. else \
  500. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  501. $$unique; \
  502. fi; \
  503. fi
  504. ctags: ctags-recursive
  505. CTAGS: ctags
  506. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  507. $(am__define_uniq_tagged_files); \
  508. test -z "$(CTAGS_ARGS)$$unique" \
  509. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  510. $$unique
  511. GTAGS:
  512. here=`$(am__cd) $(top_builddir) && pwd` \
  513. && $(am__cd) $(top_srcdir) \
  514. && gtags -i $(GTAGS_ARGS) "$$here"
  515. cscopelist: cscopelist-recursive
  516. cscopelist-am: $(am__tagged_files)
  517. list='$(am__tagged_files)'; \
  518. case "$(srcdir)" in \
  519. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  520. *) sdir=$(subdir)/$(srcdir) ;; \
  521. esac; \
  522. for i in $$list; do \
  523. if test -f "$$i"; then \
  524. echo "$(subdir)/$$i"; \
  525. else \
  526. echo "$$sdir/$$i"; \
  527. fi; \
  528. done >> $(top_builddir)/cscope.files
  529. distclean-tags:
  530. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  531. distdir: $(BUILT_SOURCES)
  532. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  533. distdir-am: $(DISTFILES)
  534. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  535. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  536. list='$(DISTFILES)'; \
  537. dist_files=`for file in $$list; do echo $$file; done | \
  538. sed -e "s|^$$srcdirstrip/||;t" \
  539. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  540. case $$dist_files in \
  541. */*) $(MKDIR_P) `echo "$$dist_files" | \
  542. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  543. sort -u` ;; \
  544. esac; \
  545. for file in $$dist_files; do \
  546. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  547. if test -d $$d/$$file; then \
  548. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  549. if test -d "$(distdir)/$$file"; then \
  550. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  551. fi; \
  552. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  553. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  554. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  555. fi; \
  556. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  557. else \
  558. test -f "$(distdir)/$$file" \
  559. || cp -p $$d/$$file "$(distdir)/$$file" \
  560. || exit 1; \
  561. fi; \
  562. done
  563. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  564. if test "$$subdir" = .; then :; else \
  565. $(am__make_dryrun) \
  566. || test -d "$(distdir)/$$subdir" \
  567. || $(MKDIR_P) "$(distdir)/$$subdir" \
  568. || exit 1; \
  569. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  570. $(am__relativize); \
  571. new_distdir=$$reldir; \
  572. dir1=$$subdir; dir2="$(top_distdir)"; \
  573. $(am__relativize); \
  574. new_top_distdir=$$reldir; \
  575. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  576. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  577. ($(am__cd) $$subdir && \
  578. $(MAKE) $(AM_MAKEFLAGS) \
  579. top_distdir="$$new_top_distdir" \
  580. distdir="$$new_distdir" \
  581. am__remove_distdir=: \
  582. am__skip_length_check=: \
  583. am__skip_mode_fix=: \
  584. distdir) \
  585. || exit 1; \
  586. fi; \
  587. done
  588. check-am: all-am
  589. check: check-recursive
  590. all-am: Makefile
  591. installdirs: installdirs-recursive
  592. installdirs-am:
  593. install: install-recursive
  594. install-exec: install-exec-recursive
  595. install-data: install-data-recursive
  596. uninstall: uninstall-recursive
  597. install-am: all-am
  598. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  599. installcheck: installcheck-recursive
  600. install-strip:
  601. if test -z '$(STRIP)'; then \
  602. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  603. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  604. install; \
  605. else \
  606. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  607. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  608. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  609. fi
  610. mostlyclean-generic:
  611. clean-generic:
  612. distclean-generic:
  613. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  614. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  615. maintainer-clean-generic:
  616. @echo "This command is intended for maintainers to use"
  617. @echo "it deletes files that may require special tools to rebuild."
  618. clean: clean-recursive
  619. clean-am: clean-generic clean-libtool mostlyclean-am
  620. distclean: distclean-recursive
  621. -rm -f Makefile
  622. distclean-am: clean-am distclean-generic distclean-tags
  623. dvi: dvi-recursive
  624. dvi-am:
  625. html: html-recursive
  626. html-am:
  627. info: info-recursive
  628. info-am:
  629. install-data-am:
  630. install-dvi: install-dvi-recursive
  631. install-dvi-am:
  632. install-exec-am:
  633. install-html: install-html-recursive
  634. install-html-am:
  635. install-info: install-info-recursive
  636. install-info-am:
  637. install-man:
  638. install-pdf: install-pdf-recursive
  639. install-pdf-am:
  640. install-ps: install-ps-recursive
  641. install-ps-am:
  642. installcheck-am:
  643. maintainer-clean: maintainer-clean-recursive
  644. -rm -f Makefile
  645. maintainer-clean-am: distclean-am maintainer-clean-generic
  646. mostlyclean: mostlyclean-recursive
  647. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  648. pdf: pdf-recursive
  649. pdf-am:
  650. ps: ps-recursive
  651. ps-am:
  652. uninstall-am:
  653. .MAKE: $(am__recursive_targets) install-am install-strip
  654. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  655. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  656. ctags-am distclean distclean-generic distclean-libtool \
  657. distclean-tags distdir dvi dvi-am html html-am info info-am \
  658. install install-am install-data install-data-am install-dvi \
  659. install-dvi-am install-exec install-exec-am install-html \
  660. install-html-am install-info install-info-am install-man \
  661. install-pdf install-pdf-am install-ps install-ps-am \
  662. install-strip installcheck installcheck-am installdirs \
  663. installdirs-am maintainer-clean maintainer-clean-generic \
  664. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  665. ps ps-am tags tags-am uninstall uninstall-am
  666. .PRECIOUS: Makefile
  667. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  668. # Otherwise a system limit (for SysV at least) may be exceeded.
  669. .NOEXPORT: