Makefile.in 23 KB

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