Makefile.in 22 KB

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