Makefile.in 22 KB

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