Makefile.in 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722
  1. # Makefile.in generated by automake 1.9.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. srcdir = @srcdir@
  14. top_srcdir = @top_srcdir@
  15. VPATH = @srcdir@
  16. pkgdatadir = $(datadir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkgincludedir = $(includedir)/@PACKAGE@
  19. top_builddir = .
  20. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  21. INSTALL = @INSTALL@
  22. install_sh_DATA = $(install_sh) -c -m 644
  23. install_sh_PROGRAM = $(install_sh) -c
  24. install_sh_SCRIPT = $(install_sh) -c
  25. INSTALL_HEADER = $(INSTALL_DATA)
  26. transform = $(program_transform_name)
  27. NORMAL_INSTALL = :
  28. PRE_INSTALL = :
  29. POST_INSTALL = :
  30. NORMAL_UNINSTALL = :
  31. PRE_UNINSTALL = :
  32. POST_UNINSTALL = :
  33. build_triplet = @build@
  34. host_triplet = @host@
  35. target_triplet = @target@
  36. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  37. $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  38. $(top_srcdir)/configure $(top_srcdir)/intl/Makefile.in \
  39. ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS TODO \
  40. config.guess config.rpath config.sub depcomp install-sh \
  41. missing mkinstalldirs
  42. subdir = .
  43. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  44. am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
  45. $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \
  46. $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
  47. $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intl.m4 \
  48. $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax.m4 \
  49. $(top_srcdir)/m4/inttypes-pri.m4 \
  50. $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \
  51. $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
  52. $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libares.m4 \
  53. $(top_srcdir)/m4/libcares.m4 $(top_srcdir)/m4/libexpat.m4 \
  54. $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \
  55. $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/openssl.m4 \
  56. $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \
  57. $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \
  58. $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
  59. $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \
  60. $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
  61. $(top_srcdir)/configure.ac
  62. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  63. $(ACLOCAL_M4)
  64. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  65. configure.lineno configure.status.lineno
  66. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  67. CONFIG_HEADER = config.h
  68. CONFIG_CLEAN_FILES = intl/Makefile
  69. SOURCES =
  70. DIST_SOURCES =
  71. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  72. html-recursive info-recursive install-data-recursive \
  73. install-exec-recursive install-info-recursive \
  74. install-recursive installcheck-recursive installdirs-recursive \
  75. pdf-recursive ps-recursive uninstall-info-recursive \
  76. uninstall-recursive
  77. ETAGS = etags
  78. CTAGS = ctags
  79. DIST_SUBDIRS = $(SUBDIRS)
  80. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  81. distdir = $(PACKAGE)-$(VERSION)
  82. top_distdir = $(distdir)
  83. am__remove_distdir = \
  84. { test ! -d $(distdir) \
  85. || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  86. && rm -fr $(distdir); }; }
  87. DIST_ARCHIVES = $(distdir).tar.gz
  88. GZIP_ENV = --best
  89. distuninstallcheck_listfiles = find . -type f -print
  90. distcleancheck_listfiles = find . -type f -print
  91. ACLOCAL = @ACLOCAL@
  92. ALLOCA = @ALLOCA@
  93. AMDEP_FALSE = @AMDEP_FALSE@
  94. AMDEP_TRUE = @AMDEP_TRUE@
  95. AMTAR = @AMTAR@
  96. AUTOCONF = @AUTOCONF@
  97. AUTOHEADER = @AUTOHEADER@
  98. AUTOMAKE = @AUTOMAKE@
  99. AWK = @AWK@
  100. BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
  101. CATOBJEXT = @CATOBJEXT@
  102. CC = @CC@
  103. CCDEPMODE = @CCDEPMODE@
  104. CFLAGS = @CFLAGS@
  105. CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
  106. CPPFLAGS = @CPPFLAGS@
  107. CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
  108. CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
  109. CPPUNIT_LIBS = @CPPUNIT_LIBS@
  110. CXX = @CXX@
  111. CXXCPP = @CXXCPP@
  112. CXXDEPMODE = @CXXDEPMODE@
  113. CXXFLAGS = @CXXFLAGS@
  114. CYGPATH_W = @CYGPATH_W@
  115. DATADIRNAME = @DATADIRNAME@
  116. DEFS = @DEFS@
  117. DEPDIR = @DEPDIR@
  118. ECHO_C = @ECHO_C@
  119. ECHO_N = @ECHO_N@
  120. ECHO_T = @ECHO_T@
  121. EGREP = @EGREP@
  122. ENABLE_ASYNC_DNS_FALSE = @ENABLE_ASYNC_DNS_FALSE@
  123. ENABLE_ASYNC_DNS_TRUE = @ENABLE_ASYNC_DNS_TRUE@
  124. ENABLE_BITTORRENT_FALSE = @ENABLE_BITTORRENT_FALSE@
  125. ENABLE_BITTORRENT_TRUE = @ENABLE_BITTORRENT_TRUE@
  126. ENABLE_LIBEXPAT_FALSE = @ENABLE_LIBEXPAT_FALSE@
  127. ENABLE_LIBEXPAT_TRUE = @ENABLE_LIBEXPAT_TRUE@
  128. ENABLE_LIBXML2_FALSE = @ENABLE_LIBXML2_FALSE@
  129. ENABLE_LIBXML2_TRUE = @ENABLE_LIBXML2_TRUE@
  130. ENABLE_MESSAGE_DIGEST_FALSE = @ENABLE_MESSAGE_DIGEST_FALSE@
  131. ENABLE_MESSAGE_DIGEST_TRUE = @ENABLE_MESSAGE_DIGEST_TRUE@
  132. ENABLE_METALINK_FALSE = @ENABLE_METALINK_FALSE@
  133. ENABLE_METALINK_TRUE = @ENABLE_METALINK_TRUE@
  134. EXEEXT = @EXEEXT@
  135. GENCAT = @GENCAT@
  136. GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
  137. GLIBC2 = @GLIBC2@
  138. GLIBC21 = @GLIBC21@
  139. GMSGFMT = @GMSGFMT@
  140. GMSGFMT_015 = @GMSGFMT_015@
  141. GREP = @GREP@
  142. HAVE_ASPRINTF = @HAVE_ASPRINTF@
  143. HAVE_BASENAME_FALSE = @HAVE_BASENAME_FALSE@
  144. HAVE_BASENAME_TRUE = @HAVE_BASENAME_TRUE@
  145. HAVE_GAI_STRERROR_FALSE = @HAVE_GAI_STRERROR_FALSE@
  146. HAVE_GAI_STRERROR_TRUE = @HAVE_GAI_STRERROR_TRUE@
  147. HAVE_GETADDRINFO_FALSE = @HAVE_GETADDRINFO_FALSE@
  148. HAVE_GETADDRINFO_TRUE = @HAVE_GETADDRINFO_TRUE@
  149. HAVE_GETTIMEOFDAY_FALSE = @HAVE_GETTIMEOFDAY_FALSE@
  150. HAVE_GETTIMEOFDAY_TRUE = @HAVE_GETTIMEOFDAY_TRUE@
  151. HAVE_INET_ATON_FALSE = @HAVE_INET_ATON_FALSE@
  152. HAVE_INET_ATON_TRUE = @HAVE_INET_ATON_TRUE@
  153. HAVE_LOCALTIME_R_FALSE = @HAVE_LOCALTIME_R_FALSE@
  154. HAVE_LOCALTIME_R_TRUE = @HAVE_LOCALTIME_R_TRUE@
  155. HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
  156. HAVE_SNPRINTF = @HAVE_SNPRINTF@
  157. HAVE_STRPTIME_FALSE = @HAVE_STRPTIME_FALSE@
  158. HAVE_STRPTIME_TRUE = @HAVE_STRPTIME_TRUE@
  159. HAVE_TIMEGM_FALSE = @HAVE_TIMEGM_FALSE@
  160. HAVE_TIMEGM_TRUE = @HAVE_TIMEGM_TRUE@
  161. HAVE_VISIBILITY = @HAVE_VISIBILITY@
  162. HAVE_WPRINTF = @HAVE_WPRINTF@
  163. INSTALL_DATA = @INSTALL_DATA@
  164. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  165. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  166. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  167. INSTOBJEXT = @INSTOBJEXT@
  168. INTLBISON = @INTLBISON@
  169. INTLLIBS = @INTLLIBS@
  170. INTLOBJS = @INTLOBJS@
  171. INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
  172. INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
  173. LDFLAGS = @LDFLAGS@
  174. LIBARES_CPPFLAGS = @LIBARES_CPPFLAGS@
  175. LIBARES_LIBS = @LIBARES_LIBS@
  176. LIBCARES_CPPFLAGS = @LIBCARES_CPPFLAGS@
  177. LIBCARES_LIBS = @LIBCARES_LIBS@
  178. LIBEXPAT_CPPFLAGS = @LIBEXPAT_CPPFLAGS@
  179. LIBEXPAT_LIBS = @LIBEXPAT_LIBS@
  180. LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
  181. LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
  182. LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
  183. LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
  184. LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
  185. LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
  186. LIBICONV = @LIBICONV@
  187. LIBINTL = @LIBINTL@
  188. LIBMULTITHREAD = @LIBMULTITHREAD@
  189. LIBOBJS = @LIBOBJS@
  190. LIBPTH = @LIBPTH@
  191. LIBPTH_PREFIX = @LIBPTH_PREFIX@
  192. LIBS = @LIBS@
  193. LIBTHREAD = @LIBTHREAD@
  194. LTLIBC = @LTLIBC@
  195. LTLIBICONV = @LTLIBICONV@
  196. LTLIBINTL = @LTLIBINTL@
  197. LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
  198. LTLIBOBJS = @LTLIBOBJS@
  199. LTLIBPTH = @LTLIBPTH@
  200. LTLIBTHREAD = @LTLIBTHREAD@
  201. MAKEINFO = @MAKEINFO@
  202. MSGFMT = @MSGFMT@
  203. MSGFMT_015 = @MSGFMT_015@
  204. MSGMERGE = @MSGMERGE@
  205. OBJEXT = @OBJEXT@
  206. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  207. OPENSSL_LIBS = @OPENSSL_LIBS@
  208. PACKAGE = @PACKAGE@
  209. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  210. PACKAGE_NAME = @PACKAGE_NAME@
  211. PACKAGE_STRING = @PACKAGE_STRING@
  212. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  213. PACKAGE_VERSION = @PACKAGE_VERSION@
  214. PATH_SEPARATOR = @PATH_SEPARATOR@
  215. POSUB = @POSUB@
  216. PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
  217. RANLIB = @RANLIB@
  218. SET_MAKE = @SET_MAKE@
  219. SHELL = @SHELL@
  220. STRIP = @STRIP@
  221. USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
  222. USE_NLS = @USE_NLS@
  223. VERSION = @VERSION@
  224. WINDRES = @WINDRES@
  225. WINSOCK_LIBS = @WINSOCK_LIBS@
  226. WOE32 = @WOE32@
  227. WOE32DLL = @WOE32DLL@
  228. XGETTEXT = @XGETTEXT@
  229. XGETTEXT_015 = @XGETTEXT_015@
  230. XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  231. XML2_CONFIG = @XML2_CONFIG@
  232. XML_CPPFLAGS = @XML_CPPFLAGS@
  233. XML_LIBS = @XML_LIBS@
  234. YACC = @YACC@
  235. YFLAGS = @YFLAGS@
  236. ac_ct_CC = @ac_ct_CC@
  237. ac_ct_CXX = @ac_ct_CXX@
  238. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  239. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  240. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  241. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  242. am__include = @am__include@
  243. am__leading_dot = @am__leading_dot@
  244. am__quote = @am__quote@
  245. am__tar = @am__tar@
  246. am__untar = @am__untar@
  247. bindir = @bindir@
  248. build = @build@
  249. build_alias = @build_alias@
  250. build_cpu = @build_cpu@
  251. build_os = @build_os@
  252. build_vendor = @build_vendor@
  253. datadir = @datadir@
  254. datarootdir = @datarootdir@
  255. docdir = @docdir@
  256. dvidir = @dvidir@
  257. exec_prefix = @exec_prefix@
  258. host = @host@
  259. host_alias = @host_alias@
  260. host_cpu = @host_cpu@
  261. host_os = @host_os@
  262. host_vendor = @host_vendor@
  263. htmldir = @htmldir@
  264. includedir = @includedir@
  265. infodir = @infodir@
  266. install_sh = @install_sh@
  267. libdir = @libdir@
  268. libexecdir = @libexecdir@
  269. localedir = @localedir@
  270. localstatedir = @localstatedir@
  271. mandir = @mandir@
  272. mkdir_p = @mkdir_p@
  273. oldincludedir = @oldincludedir@
  274. pdfdir = @pdfdir@
  275. prefix = @prefix@
  276. program_transform_name = @program_transform_name@
  277. psdir = @psdir@
  278. sbindir = @sbindir@
  279. sharedstatedir = @sharedstatedir@
  280. sysconfdir = @sysconfdir@
  281. target = @target@
  282. target_alias = @target_alias@
  283. target_cpu = @target_cpu@
  284. target_os = @target_os@
  285. target_vendor = @target_vendor@
  286. SUBDIRS = m4 po intl src test doc
  287. ACLOCAL_AMFLAGS = -I m4
  288. EXTRA_DIST = config.rpath
  289. all: config.h
  290. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  291. .SUFFIXES:
  292. am--refresh:
  293. @:
  294. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  295. @for dep in $?; do \
  296. case '$(am__configure_deps)' in \
  297. *$$dep*) \
  298. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
  299. cd $(srcdir) && $(AUTOMAKE) --gnu \
  300. && exit 0; \
  301. exit 1;; \
  302. esac; \
  303. done; \
  304. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  305. cd $(top_srcdir) && \
  306. $(AUTOMAKE) --gnu Makefile
  307. .PRECIOUS: Makefile
  308. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  309. @case '$?' in \
  310. *config.status*) \
  311. echo ' $(SHELL) ./config.status'; \
  312. $(SHELL) ./config.status;; \
  313. *) \
  314. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  315. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  316. esac;
  317. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  318. $(SHELL) ./config.status --recheck
  319. $(top_srcdir)/configure: $(am__configure_deps)
  320. cd $(srcdir) && $(AUTOCONF)
  321. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  322. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  323. config.h: stamp-h1
  324. @if test ! -f $@; then \
  325. rm -f stamp-h1; \
  326. $(MAKE) stamp-h1; \
  327. else :; fi
  328. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  329. @rm -f stamp-h1
  330. cd $(top_builddir) && $(SHELL) ./config.status config.h
  331. $(srcdir)/config.h.in: $(am__configure_deps)
  332. cd $(top_srcdir) && $(AUTOHEADER)
  333. rm -f stamp-h1
  334. touch $@
  335. distclean-hdr:
  336. -rm -f config.h stamp-h1
  337. intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
  338. cd $(top_builddir) && $(SHELL) ./config.status $@
  339. uninstall-info-am:
  340. # This directory's subdirectories are mostly independent; you can cd
  341. # into them and run `make' without going through this Makefile.
  342. # To change the values of `make' variables: instead of editing Makefiles,
  343. # (1) if the variable is set in `config.status', edit `config.status'
  344. # (which will cause the Makefiles to be regenerated when you run `make');
  345. # (2) otherwise, pass the desired values on the `make' command line.
  346. $(RECURSIVE_TARGETS):
  347. @failcom='exit 1'; \
  348. for f in x $$MAKEFLAGS; do \
  349. case $$f in \
  350. *=* | --[!k]*);; \
  351. *k*) failcom='fail=yes';; \
  352. esac; \
  353. done; \
  354. dot_seen=no; \
  355. target=`echo $@ | sed s/-recursive//`; \
  356. list='$(SUBDIRS)'; for subdir in $$list; do \
  357. echo "Making $$target in $$subdir"; \
  358. if test "$$subdir" = "."; then \
  359. dot_seen=yes; \
  360. local_target="$$target-am"; \
  361. else \
  362. local_target="$$target"; \
  363. fi; \
  364. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  365. || eval $$failcom; \
  366. done; \
  367. if test "$$dot_seen" = "no"; then \
  368. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  369. fi; test -z "$$fail"
  370. mostlyclean-recursive clean-recursive distclean-recursive \
  371. maintainer-clean-recursive:
  372. @failcom='exit 1'; \
  373. for f in x $$MAKEFLAGS; do \
  374. case $$f in \
  375. *=* | --[!k]*);; \
  376. *k*) failcom='fail=yes';; \
  377. esac; \
  378. done; \
  379. dot_seen=no; \
  380. case "$@" in \
  381. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  382. *) list='$(SUBDIRS)' ;; \
  383. esac; \
  384. rev=''; for subdir in $$list; do \
  385. if test "$$subdir" = "."; then :; else \
  386. rev="$$subdir $$rev"; \
  387. fi; \
  388. done; \
  389. rev="$$rev ."; \
  390. target=`echo $@ | sed s/-recursive//`; \
  391. for subdir in $$rev; do \
  392. echo "Making $$target in $$subdir"; \
  393. if test "$$subdir" = "."; then \
  394. local_target="$$target-am"; \
  395. else \
  396. local_target="$$target"; \
  397. fi; \
  398. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  399. || eval $$failcom; \
  400. done && test -z "$$fail"
  401. tags-recursive:
  402. list='$(SUBDIRS)'; for subdir in $$list; do \
  403. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  404. done
  405. ctags-recursive:
  406. list='$(SUBDIRS)'; for subdir in $$list; do \
  407. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  408. done
  409. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  410. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  411. unique=`for i in $$list; do \
  412. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  413. done | \
  414. $(AWK) ' { files[$$0] = 1; } \
  415. END { for (i in files) print i; }'`; \
  416. mkid -fID $$unique
  417. tags: TAGS
  418. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  419. $(TAGS_FILES) $(LISP)
  420. tags=; \
  421. here=`pwd`; \
  422. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  423. include_option=--etags-include; \
  424. empty_fix=.; \
  425. else \
  426. include_option=--include; \
  427. empty_fix=; \
  428. fi; \
  429. list='$(SUBDIRS)'; for subdir in $$list; do \
  430. if test "$$subdir" = .; then :; else \
  431. test ! -f $$subdir/TAGS || \
  432. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  433. fi; \
  434. done; \
  435. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  436. unique=`for i in $$list; do \
  437. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  438. done | \
  439. $(AWK) ' { files[$$0] = 1; } \
  440. END { for (i in files) print i; }'`; \
  441. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  442. test -n "$$unique" || unique=$$empty_fix; \
  443. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  444. $$tags $$unique; \
  445. fi
  446. ctags: CTAGS
  447. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  448. $(TAGS_FILES) $(LISP)
  449. tags=; \
  450. here=`pwd`; \
  451. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  452. unique=`for i in $$list; do \
  453. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  454. done | \
  455. $(AWK) ' { files[$$0] = 1; } \
  456. END { for (i in files) print i; }'`; \
  457. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  458. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  459. $$tags $$unique
  460. GTAGS:
  461. here=`$(am__cd) $(top_builddir) && pwd` \
  462. && cd $(top_srcdir) \
  463. && gtags -i $(GTAGS_ARGS) $$here
  464. distclean-tags:
  465. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  466. distdir: $(DISTFILES)
  467. $(am__remove_distdir)
  468. mkdir $(distdir)
  469. $(mkdir_p) $(distdir)/intl $(distdir)/m4 $(distdir)/po
  470. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  471. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  472. list='$(DISTFILES)'; for file in $$list; do \
  473. case $$file in \
  474. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  475. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  476. esac; \
  477. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  478. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  479. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  480. dir="/$$dir"; \
  481. $(mkdir_p) "$(distdir)$$dir"; \
  482. else \
  483. dir=''; \
  484. fi; \
  485. if test -d $$d/$$file; then \
  486. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  487. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  488. fi; \
  489. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  490. else \
  491. test -f $(distdir)/$$file \
  492. || cp -p $$d/$$file $(distdir)/$$file \
  493. || exit 1; \
  494. fi; \
  495. done
  496. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  497. if test "$$subdir" = .; then :; else \
  498. test -d "$(distdir)/$$subdir" \
  499. || $(mkdir_p) "$(distdir)/$$subdir" \
  500. || exit 1; \
  501. distdir=`$(am__cd) $(distdir) && pwd`; \
  502. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  503. (cd $$subdir && \
  504. $(MAKE) $(AM_MAKEFLAGS) \
  505. top_distdir="$$top_distdir" \
  506. distdir="$$distdir/$$subdir" \
  507. distdir) \
  508. || exit 1; \
  509. fi; \
  510. done
  511. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  512. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  513. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  514. ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
  515. || chmod -R a+r $(distdir)
  516. dist-gzip: distdir
  517. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  518. $(am__remove_distdir)
  519. dist-bzip2: distdir
  520. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  521. $(am__remove_distdir)
  522. dist-tarZ: distdir
  523. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  524. $(am__remove_distdir)
  525. dist-shar: distdir
  526. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  527. $(am__remove_distdir)
  528. dist-zip: distdir
  529. -rm -f $(distdir).zip
  530. zip -rq $(distdir).zip $(distdir)
  531. $(am__remove_distdir)
  532. dist dist-all: distdir
  533. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  534. $(am__remove_distdir)
  535. # This target untars the dist file and tries a VPATH configuration. Then
  536. # it guarantees that the distribution is self-contained by making another
  537. # tarfile.
  538. distcheck: dist
  539. case '$(DIST_ARCHIVES)' in \
  540. *.tar.gz*) \
  541. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  542. *.tar.bz2*) \
  543. bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  544. *.tar.Z*) \
  545. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  546. *.shar.gz*) \
  547. GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  548. *.zip*) \
  549. unzip $(distdir).zip ;;\
  550. esac
  551. chmod -R a-w $(distdir); chmod a+w $(distdir)
  552. mkdir $(distdir)/_build
  553. mkdir $(distdir)/_inst
  554. chmod a-w $(distdir)
  555. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  556. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  557. && cd $(distdir)/_build \
  558. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  559. --with-included-gettext \
  560. $(DISTCHECK_CONFIGURE_FLAGS) \
  561. && $(MAKE) $(AM_MAKEFLAGS) \
  562. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  563. && $(MAKE) $(AM_MAKEFLAGS) check \
  564. && $(MAKE) $(AM_MAKEFLAGS) install \
  565. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  566. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  567. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  568. distuninstallcheck \
  569. && chmod -R a-w "$$dc_install_base" \
  570. && ({ \
  571. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  572. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  573. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  574. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  575. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  576. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  577. && rm -rf "$$dc_destdir" \
  578. && $(MAKE) $(AM_MAKEFLAGS) dist \
  579. && rm -rf $(DIST_ARCHIVES) \
  580. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  581. $(am__remove_distdir)
  582. @(echo "$(distdir) archives ready for distribution: "; \
  583. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  584. sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
  585. distuninstallcheck:
  586. @cd $(distuninstallcheck_dir) \
  587. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  588. || { echo "ERROR: files left after uninstall:" ; \
  589. if test -n "$(DESTDIR)"; then \
  590. echo " (check DESTDIR support)"; \
  591. fi ; \
  592. $(distuninstallcheck_listfiles) ; \
  593. exit 1; } >&2
  594. distcleancheck: distclean
  595. @if test '$(srcdir)' = . ; then \
  596. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  597. exit 1 ; \
  598. fi
  599. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  600. || { echo "ERROR: files left in build directory after distclean:" ; \
  601. $(distcleancheck_listfiles) ; \
  602. exit 1; } >&2
  603. check-am: all-am
  604. check: check-recursive
  605. all-am: Makefile config.h
  606. installdirs: installdirs-recursive
  607. installdirs-am:
  608. install: install-recursive
  609. install-exec: install-exec-recursive
  610. install-data: install-data-recursive
  611. uninstall: uninstall-recursive
  612. install-am: all-am
  613. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  614. installcheck: installcheck-recursive
  615. install-strip:
  616. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  617. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  618. `test -z '$(STRIP)' || \
  619. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  620. mostlyclean-generic:
  621. clean-generic:
  622. distclean-generic:
  623. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  624. maintainer-clean-generic:
  625. @echo "This command is intended for maintainers to use"
  626. @echo "it deletes files that may require special tools to rebuild."
  627. clean: clean-recursive
  628. clean-am: clean-generic mostlyclean-am
  629. distclean: distclean-recursive
  630. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  631. -rm -f Makefile
  632. distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
  633. dvi: dvi-recursive
  634. dvi-am:
  635. html: html-recursive
  636. info: info-recursive
  637. info-am:
  638. install-data-am:
  639. install-exec-am:
  640. install-info: install-info-recursive
  641. install-man:
  642. installcheck-am:
  643. maintainer-clean: maintainer-clean-recursive
  644. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  645. -rm -rf $(top_srcdir)/autom4te.cache
  646. -rm -f Makefile
  647. maintainer-clean-am: distclean-am maintainer-clean-generic
  648. mostlyclean: mostlyclean-recursive
  649. mostlyclean-am: mostlyclean-generic
  650. pdf: pdf-recursive
  651. pdf-am:
  652. ps: ps-recursive
  653. ps-am:
  654. uninstall-am: uninstall-info-am
  655. uninstall-info: uninstall-info-recursive
  656. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
  657. check-am clean clean-generic clean-recursive ctags \
  658. ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
  659. dist-tarZ dist-zip distcheck distclean distclean-generic \
  660. distclean-hdr distclean-recursive distclean-tags \
  661. distcleancheck distdir distuninstallcheck dvi dvi-am html \
  662. html-am info info-am install install-am install-data \
  663. install-data-am install-exec install-exec-am install-info \
  664. install-info-am install-man install-strip installcheck \
  665. installcheck-am installdirs installdirs-am maintainer-clean \
  666. maintainer-clean-generic maintainer-clean-recursive \
  667. mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
  668. pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
  669. uninstall-info-am
  670. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  671. # Otherwise a system limit (for SysV at least) may be exceeded.
  672. .NOEXPORT: