Makefile 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687
  1. # Makefile.in generated by automake 1.14.1 from Makefile.am.
  2. # packages/AIX/Makefile. Generated from Makefile.in by configure.
  3. # Copyright (C) 1994-2013 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. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  12. am__make_running_with_option = \
  13. case $${target_option-} in \
  14. ?) ;; \
  15. *) echo "am__make_running_with_option: internal error: invalid" \
  16. "target option '$${target_option-}' specified" >&2; \
  17. exit 1;; \
  18. esac; \
  19. has_opt=no; \
  20. sane_makeflags=$$MAKEFLAGS; \
  21. if $(am__is_gnu_make); then \
  22. sane_makeflags=$$MFLAGS; \
  23. else \
  24. case $$MAKEFLAGS in \
  25. *\\[\ \ ]*) \
  26. bs=\\; \
  27. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  28. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  29. esac; \
  30. fi; \
  31. skip_next=no; \
  32. strip_trailopt () \
  33. { \
  34. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  35. }; \
  36. for flg in $$sane_makeflags; do \
  37. test $$skip_next = yes && { skip_next=no; continue; }; \
  38. case $$flg in \
  39. *=*|--*) continue;; \
  40. -*I) strip_trailopt 'I'; skip_next=yes;; \
  41. -*I?*) strip_trailopt 'I';; \
  42. -*O) strip_trailopt 'O'; skip_next=yes;; \
  43. -*O?*) strip_trailopt 'O';; \
  44. -*l) strip_trailopt 'l'; skip_next=yes;; \
  45. -*l?*) strip_trailopt 'l';; \
  46. -[dEDm]) skip_next=yes;; \
  47. -[JT]) skip_next=yes;; \
  48. esac; \
  49. case $$flg in \
  50. *$$target_option*) has_opt=yes; break;; \
  51. esac; \
  52. done; \
  53. test $$has_opt = yes
  54. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  55. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  56. pkgdatadir = $(datadir)/curl
  57. pkgincludedir = $(includedir)/curl
  58. pkglibdir = $(libdir)/curl
  59. pkglibexecdir = $(libexecdir)/curl
  60. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  61. install_sh_DATA = $(install_sh) -c -m 644
  62. install_sh_PROGRAM = $(install_sh) -c
  63. install_sh_SCRIPT = $(install_sh) -c
  64. INSTALL_HEADER = $(INSTALL_DATA)
  65. transform = $(program_transform_name)
  66. NORMAL_INSTALL = :
  67. PRE_INSTALL = :
  68. POST_INSTALL = :
  69. NORMAL_UNINSTALL = :
  70. PRE_UNINSTALL = :
  71. POST_UNINSTALL = :
  72. build_triplet = x86_64-unknown-linux-gnu
  73. host_triplet = arm-unknown-linux-gnueabihf
  74. subdir = packages/AIX
  75. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  76. $(top_srcdir)/mkinstalldirs
  77. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  78. am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
  79. $(top_srcdir)/m4/curl-confopts.m4 \
  80. $(top_srcdir)/m4/curl-functions.m4 \
  81. $(top_srcdir)/m4/curl-openssl.m4 \
  82. $(top_srcdir)/m4/curl-override.m4 \
  83. $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
  84. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  85. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  86. $(top_srcdir)/m4/xc-am-iface.m4 \
  87. $(top_srcdir)/m4/xc-cc-check.m4 \
  88. $(top_srcdir)/m4/xc-lt-iface.m4 \
  89. $(top_srcdir)/m4/xc-translit.m4 \
  90. $(top_srcdir)/m4/xc-val-flgs.m4 \
  91. $(top_srcdir)/m4/zz40-xc-ovr.m4 \
  92. $(top_srcdir)/m4/zz50-xc-ovr.m4 \
  93. $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  94. $(top_srcdir)/configure.ac
  95. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  96. $(ACLOCAL_M4)
  97. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  98. CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
  99. $(top_builddir)/include/curl/curlbuild.h
  100. CONFIG_CLEAN_FILES =
  101. CONFIG_CLEAN_VPATH_FILES =
  102. AM_V_P = $(am__v_P_$(V))
  103. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  104. am__v_P_0 = false
  105. am__v_P_1 = :
  106. AM_V_GEN = $(am__v_GEN_$(V))
  107. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  108. am__v_GEN_0 = @echo " GEN " $@;
  109. am__v_GEN_1 =
  110. AM_V_at = $(am__v_at_$(V))
  111. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  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. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  130. distclean-recursive maintainer-clean-recursive
  131. am__recursive_targets = \
  132. $(RECURSIVE_TARGETS) \
  133. $(RECURSIVE_CLEAN_TARGETS) \
  134. $(am__extra_recursive_targets)
  135. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  136. distdir
  137. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  138. # Read a list of newline-separated strings from the standard input,
  139. # and print each of them once, without duplicates. Input order is
  140. # *not* preserved.
  141. am__uniquify_input = $(AWK) '\
  142. BEGIN { nonempty = 0; } \
  143. { items[$$0] = 1; nonempty = 1; } \
  144. END { if (nonempty) { for (i in items) print i; }; } \
  145. '
  146. # Make sure the list of sources is unique. This is necessary because,
  147. # e.g., the same source file might be shared among _SOURCES variables
  148. # for different programs/libraries.
  149. am__define_uniq_tagged_files = \
  150. list='$(am__tagged_files)'; \
  151. unique=`for i in $$list; do \
  152. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  153. done | $(am__uniquify_input)`
  154. ETAGS = etags
  155. CTAGS = ctags
  156. DIST_SUBDIRS = $(SUBDIRS)
  157. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  158. am__relativize = \
  159. dir0=`pwd`; \
  160. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  161. sed_rest='s,^[^/]*/*,,'; \
  162. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  163. sed_butlast='s,/*[^/]*$$,,'; \
  164. while test -n "$$dir1"; do \
  165. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  166. if test "$$first" != "."; then \
  167. if test "$$first" = ".."; then \
  168. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  169. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  170. else \
  171. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  172. if test "$$first2" = "$$first"; then \
  173. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  174. else \
  175. dir2="../$$dir2"; \
  176. fi; \
  177. dir0="$$dir0"/"$$first"; \
  178. fi; \
  179. fi; \
  180. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  181. done; \
  182. reldir="$$dir2"
  183. ACLOCAL = ${SHELL} "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/missing" --run aclocal-1.14
  184. AMTAR = $${TAR-tar}
  185. AM_DEFAULT_VERBOSITY = 1
  186. AR = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ar
  187. AS = as
  188. AUTOCONF = ${SHELL} "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/missing" --run autoconf
  189. AUTOHEADER = ${SHELL} "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/missing" --run autoheader
  190. AUTOMAKE = ${SHELL} "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/missing" --run automake-1.14
  191. AWK = gawk
  192. BLANK_AT_MAKETIME =
  193. CC = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc
  194. CCDEPMODE = depmode=gcc3
  195. CFLAGS = -O2 -Wno-system-headers
  196. CFLAG_CURL_SYMBOL_HIDING = -fvisibility=hidden
  197. CONFIGURE_OPTIONS = " '--host=arm-linux-gnueabihf' '--prefix=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/release' '--with-ssl' '--with-zlib' '--enable-static' '--enable-libgcc' 'CC=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc' 'AR=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ar' 'RANLIB=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ranlib' 'STRIP=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-strip' 'CXX=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-g++' 'host_alias=arm-linux-gnueabihf'"
  198. CPP = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc -E
  199. CPPFLAGS =
  200. CPPFLAG_CURL_STATICLIB =
  201. CURLVERSION = 7.37.1
  202. CURL_CA_BUNDLE =
  203. CURL_CFLAG_EXTRAS =
  204. CURL_DISABLE_DICT =
  205. CURL_DISABLE_FILE =
  206. CURL_DISABLE_FTP =
  207. CURL_DISABLE_GOPHER =
  208. CURL_DISABLE_HTTP =
  209. CURL_DISABLE_IMAP =
  210. CURL_DISABLE_LDAP = 1
  211. CURL_DISABLE_LDAPS = 1
  212. CURL_DISABLE_POP3 =
  213. CURL_DISABLE_PROXY =
  214. CURL_DISABLE_RTSP =
  215. CURL_DISABLE_SMTP =
  216. CURL_DISABLE_TELNET =
  217. CURL_DISABLE_TFTP =
  218. CURL_LT_SHLIB_VERSIONED_FLAVOUR =
  219. CURL_NETWORK_AND_TIME_LIBS = -lgcc
  220. CURL_NETWORK_LIBS = -lgcc
  221. CYGPATH_W = echo
  222. DEFS = -DHAVE_CONFIG_H
  223. DEPDIR = .deps
  224. DLLTOOL = false
  225. DSYMUTIL =
  226. DUMPBIN = :
  227. ECHO_C =
  228. ECHO_N = -n
  229. ECHO_T =
  230. EGREP = /bin/grep -E
  231. ENABLE_SHARED = yes
  232. ENABLE_STATIC = yes
  233. EXEEXT =
  234. FGREP = /bin/grep -F
  235. GREP = /bin/grep
  236. HAVE_GNUTLS_SRP =
  237. HAVE_LDAP_SSL = 1
  238. HAVE_LIBZ = 1
  239. HAVE_SSLEAY_SRP = 1
  240. IDN_ENABLED =
  241. INSTALL = /usr/bin/install -c
  242. INSTALL_DATA = ${INSTALL} -m 644
  243. INSTALL_PROGRAM = ${INSTALL}
  244. INSTALL_SCRIPT = ${INSTALL}
  245. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  246. IPV6_ENABLED =
  247. LD = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/arm-linux-gnueabihf/bin/ld
  248. LDFLAGS =
  249. LIBCURL_LIBS = -lssl -lcrypto -lz -lgcc
  250. LIBMETALINK_CPPFLAGS =
  251. LIBMETALINK_LDFLAGS =
  252. LIBMETALINK_LIBS =
  253. LIBOBJS =
  254. LIBS = -lssl -lcrypto -lz -lgcc
  255. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  256. LIPO =
  257. LN_S = ln -s
  258. LTLIBOBJS =
  259. MAINT = #
  260. MAKEINFO = ${SHELL} "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/missing" --run makeinfo
  261. MANIFEST_TOOL = :
  262. MANOPT = -man
  263. MKDIR_P = /bin/mkdir -p
  264. NM = nm
  265. NMEDIT =
  266. NROFF = /usr/bin/nroff
  267. OBJDUMP = objdump
  268. OBJEXT = o
  269. OTOOL =
  270. OTOOL64 =
  271. PACKAGE = curl
  272. PACKAGE_BUGREPORT = a suitable curl mailing list: http://curl.haxx.se/mail/
  273. PACKAGE_NAME = curl
  274. PACKAGE_STRING = curl -
  275. PACKAGE_TARNAME = curl
  276. PACKAGE_URL =
  277. PACKAGE_VERSION = -
  278. PATH_SEPARATOR = :
  279. PERL = /usr/bin/perl
  280. PKGADD_NAME = cURL - a client that groks URLs
  281. PKGADD_PKG = HAXXcurl
  282. PKGADD_VENDOR = curl.haxx.se
  283. PKGCONFIG = no
  284. RANDOM_FILE =
  285. RANLIB = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ranlib
  286. REQUIRE_LIB_DEPS = no
  287. SED = /bin/sed
  288. SET_MAKE =
  289. SHELL = /bin/bash
  290. SSL_ENABLED = 1
  291. STRIP = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-strip
  292. SUPPORT_FEATURES = SSL libz NTLM NTLM_WB TLS-SRP
  293. SUPPORT_PROTOCOLS = DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS POP3 POP3S RTSP SMTP SMTPS TELNET TFTP
  294. USE_ARES =
  295. USE_AXTLS =
  296. USE_CYASSL =
  297. USE_DARWINSSL =
  298. USE_GNUTLS =
  299. USE_GNUTLS_NETTLE =
  300. USE_LIBRTMP =
  301. USE_LIBSSH2 =
  302. USE_NGHTTP2 =
  303. USE_NSS =
  304. USE_OPENLDAP =
  305. USE_POLARSSL =
  306. USE_SCHANNEL =
  307. USE_SSLEAY = 1
  308. USE_WINDOWS_SSPI =
  309. VERSION = -
  310. VERSIONNUM = 072501
  311. ZLIB_LIBS = -lz
  312. abs_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/packages/AIX
  313. abs_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/packages/AIX
  314. abs_top_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1
  315. abs_top_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1
  316. ac_ct_AR =
  317. ac_ct_CC =
  318. ac_ct_DUMPBIN = link -dump
  319. am__include = include
  320. am__leading_dot = .
  321. am__quote =
  322. am__tar = $${TAR-tar} chof - "$$tardir"
  323. am__untar = $${TAR-tar} xf -
  324. bindir = ${exec_prefix}/bin
  325. build = x86_64-unknown-linux-gnu
  326. build_alias =
  327. build_cpu = x86_64
  328. build_os = linux-gnu
  329. build_vendor = unknown
  330. builddir = .
  331. datadir = ${datarootdir}
  332. datarootdir = ${prefix}/share
  333. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  334. dvidir = ${docdir}
  335. exec_prefix = ${prefix}
  336. host = arm-unknown-linux-gnueabihf
  337. host_alias = arm-linux-gnueabihf
  338. host_cpu = arm
  339. host_os = linux-gnueabihf
  340. host_vendor = unknown
  341. htmldir = ${docdir}
  342. includedir = ${prefix}/include
  343. infodir = ${datarootdir}/info
  344. install_sh = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/install-sh
  345. libdir = ${exec_prefix}/lib
  346. libexecdir = ${exec_prefix}/libexec
  347. libext = a
  348. localedir = ${datarootdir}/locale
  349. localstatedir = ${prefix}/var
  350. mandir = ${datarootdir}/man
  351. mkdir_p = $(MKDIR_P)
  352. oldincludedir = /usr/include
  353. pdfdir = ${docdir}
  354. prefix = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.37.1/release
  355. program_transform_name = s,x,x,
  356. psdir = ${docdir}
  357. sbindir = ${exec_prefix}/sbin
  358. sharedstatedir = ${prefix}/com
  359. srcdir = .
  360. subdirs =
  361. sysconfdir = ${prefix}/etc
  362. target_alias =
  363. top_build_prefix = ../../
  364. top_builddir = ../..
  365. top_srcdir = ../..
  366. SUBDIRS = RPM
  367. EXTRA_DIST = Makefile.am
  368. all: all-recursive
  369. .SUFFIXES:
  370. $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
  371. @for dep in $?; do \
  372. case '$(am__configure_deps)' in \
  373. *$$dep*) \
  374. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  375. && { if test -f $@; then exit 0; else break; fi; }; \
  376. exit 1;; \
  377. esac; \
  378. done; \
  379. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/AIX/Makefile'; \
  380. $(am__cd) $(top_srcdir) && \
  381. $(AUTOMAKE) --foreign packages/AIX/Makefile
  382. .PRECIOUS: Makefile
  383. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  384. @case '$?' in \
  385. *config.status*) \
  386. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  387. *) \
  388. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  389. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  390. esac;
  391. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  392. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  393. $(top_srcdir)/configure: # $(am__configure_deps)
  394. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  395. $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
  396. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  397. $(am__aclocal_m4_deps):
  398. mostlyclean-libtool:
  399. -rm -f *.lo
  400. clean-libtool:
  401. -rm -rf .libs _libs
  402. # This directory's subdirectories are mostly independent; you can cd
  403. # into them and run 'make' without going through this Makefile.
  404. # To change the values of 'make' variables: instead of editing Makefiles,
  405. # (1) if the variable is set in 'config.status', edit 'config.status'
  406. # (which will cause the Makefiles to be regenerated when you run 'make');
  407. # (2) otherwise, pass the desired values on the 'make' command line.
  408. $(am__recursive_targets):
  409. @fail=; \
  410. if $(am__make_keepgoing); then \
  411. failcom='fail=yes'; \
  412. else \
  413. failcom='exit 1'; \
  414. fi; \
  415. dot_seen=no; \
  416. target=`echo $@ | sed s/-recursive//`; \
  417. case "$@" in \
  418. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  419. *) list='$(SUBDIRS)' ;; \
  420. esac; \
  421. for subdir in $$list; do \
  422. echo "Making $$target in $$subdir"; \
  423. if test "$$subdir" = "."; then \
  424. dot_seen=yes; \
  425. local_target="$$target-am"; \
  426. else \
  427. local_target="$$target"; \
  428. fi; \
  429. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  430. || eval $$failcom; \
  431. done; \
  432. if test "$$dot_seen" = "no"; then \
  433. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  434. fi; test -z "$$fail"
  435. ID: $(am__tagged_files)
  436. $(am__define_uniq_tagged_files); mkid -fID $$unique
  437. tags: tags-recursive
  438. TAGS: tags
  439. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  440. set x; \
  441. here=`pwd`; \
  442. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  443. include_option=--etags-include; \
  444. empty_fix=.; \
  445. else \
  446. include_option=--include; \
  447. empty_fix=; \
  448. fi; \
  449. list='$(SUBDIRS)'; for subdir in $$list; do \
  450. if test "$$subdir" = .; then :; else \
  451. test ! -f $$subdir/TAGS || \
  452. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  453. fi; \
  454. done; \
  455. $(am__define_uniq_tagged_files); \
  456. shift; \
  457. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  458. test -n "$$unique" || unique=$$empty_fix; \
  459. if test $$# -gt 0; then \
  460. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  461. "$$@" $$unique; \
  462. else \
  463. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  464. $$unique; \
  465. fi; \
  466. fi
  467. ctags: ctags-recursive
  468. CTAGS: ctags
  469. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  470. $(am__define_uniq_tagged_files); \
  471. test -z "$(CTAGS_ARGS)$$unique" \
  472. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  473. $$unique
  474. GTAGS:
  475. here=`$(am__cd) $(top_builddir) && pwd` \
  476. && $(am__cd) $(top_srcdir) \
  477. && gtags -i $(GTAGS_ARGS) "$$here"
  478. cscopelist: cscopelist-recursive
  479. cscopelist-am: $(am__tagged_files)
  480. list='$(am__tagged_files)'; \
  481. case "$(srcdir)" in \
  482. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  483. *) sdir=$(subdir)/$(srcdir) ;; \
  484. esac; \
  485. for i in $$list; do \
  486. if test -f "$$i"; then \
  487. echo "$(subdir)/$$i"; \
  488. else \
  489. echo "$$sdir/$$i"; \
  490. fi; \
  491. done >> $(top_builddir)/cscope.files
  492. distclean-tags:
  493. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  494. distdir: $(DISTFILES)
  495. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  496. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  497. list='$(DISTFILES)'; \
  498. dist_files=`for file in $$list; do echo $$file; done | \
  499. sed -e "s|^$$srcdirstrip/||;t" \
  500. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  501. case $$dist_files in \
  502. */*) $(MKDIR_P) `echo "$$dist_files" | \
  503. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  504. sort -u` ;; \
  505. esac; \
  506. for file in $$dist_files; do \
  507. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  508. if test -d $$d/$$file; then \
  509. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  510. if test -d "$(distdir)/$$file"; then \
  511. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  512. fi; \
  513. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  514. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  515. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  516. fi; \
  517. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  518. else \
  519. test -f "$(distdir)/$$file" \
  520. || cp -p $$d/$$file "$(distdir)/$$file" \
  521. || exit 1; \
  522. fi; \
  523. done
  524. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  525. if test "$$subdir" = .; then :; else \
  526. $(am__make_dryrun) \
  527. || test -d "$(distdir)/$$subdir" \
  528. || $(MKDIR_P) "$(distdir)/$$subdir" \
  529. || exit 1; \
  530. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  531. $(am__relativize); \
  532. new_distdir=$$reldir; \
  533. dir1=$$subdir; dir2="$(top_distdir)"; \
  534. $(am__relativize); \
  535. new_top_distdir=$$reldir; \
  536. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  537. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  538. ($(am__cd) $$subdir && \
  539. $(MAKE) $(AM_MAKEFLAGS) \
  540. top_distdir="$$new_top_distdir" \
  541. distdir="$$new_distdir" \
  542. am__remove_distdir=: \
  543. am__skip_length_check=: \
  544. am__skip_mode_fix=: \
  545. distdir) \
  546. || exit 1; \
  547. fi; \
  548. done
  549. check-am: all-am
  550. check: check-recursive
  551. all-am: Makefile
  552. installdirs: installdirs-recursive
  553. installdirs-am:
  554. install: install-recursive
  555. install-exec: install-exec-recursive
  556. install-data: install-data-recursive
  557. uninstall: uninstall-recursive
  558. install-am: all-am
  559. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  560. installcheck: installcheck-recursive
  561. install-strip:
  562. if test -z '$(STRIP)'; then \
  563. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  564. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  565. install; \
  566. else \
  567. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  568. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  569. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  570. fi
  571. mostlyclean-generic:
  572. clean-generic:
  573. distclean-generic:
  574. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  575. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  576. maintainer-clean-generic:
  577. @echo "This command is intended for maintainers to use"
  578. @echo "it deletes files that may require special tools to rebuild."
  579. clean: clean-recursive
  580. clean-am: clean-generic clean-libtool mostlyclean-am
  581. distclean: distclean-recursive
  582. -rm -f Makefile
  583. distclean-am: clean-am distclean-generic distclean-tags
  584. dvi: dvi-recursive
  585. dvi-am:
  586. html: html-recursive
  587. html-am:
  588. info: info-recursive
  589. info-am:
  590. install-data-am:
  591. install-dvi: install-dvi-recursive
  592. install-dvi-am:
  593. install-exec-am:
  594. install-html: install-html-recursive
  595. install-html-am:
  596. install-info: install-info-recursive
  597. install-info-am:
  598. install-man:
  599. install-pdf: install-pdf-recursive
  600. install-pdf-am:
  601. install-ps: install-ps-recursive
  602. install-ps-am:
  603. installcheck-am:
  604. maintainer-clean: maintainer-clean-recursive
  605. -rm -f Makefile
  606. maintainer-clean-am: distclean-am maintainer-clean-generic
  607. mostlyclean: mostlyclean-recursive
  608. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  609. pdf: pdf-recursive
  610. pdf-am:
  611. ps: ps-recursive
  612. ps-am:
  613. uninstall-am:
  614. .MAKE: $(am__recursive_targets) install-am install-strip
  615. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  616. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  617. ctags-am distclean distclean-generic distclean-libtool \
  618. distclean-tags distdir dvi dvi-am html html-am info info-am \
  619. install install-am install-data install-data-am install-dvi \
  620. install-dvi-am install-exec install-exec-am install-html \
  621. install-html-am install-info install-info-am install-man \
  622. install-pdf install-pdf-am install-ps install-ps-am \
  623. install-strip installcheck installcheck-am installdirs \
  624. installdirs-am maintainer-clean maintainer-clean-generic \
  625. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  626. ps ps-am tags tags-am uninstall uninstall-am
  627. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  628. # Otherwise a system limit (for SysV at least) may be exceeded.
  629. .NOEXPORT: