Makefile.in 22 KB

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