Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661
  1. # Makefile.in generated by automake 1.11 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. subdir = include
  34. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  35. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  36. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  37. $(top_srcdir)/configure.in
  38. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  39. $(ACLOCAL_M4)
  40. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  41. CONFIG_HEADER = $(top_builddir)/config.h
  42. CONFIG_CLEAN_FILES =
  43. CONFIG_CLEAN_VPATH_FILES =
  44. SOURCES =
  45. DIST_SOURCES =
  46. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  47. html-recursive info-recursive install-data-recursive \
  48. install-dvi-recursive install-exec-recursive \
  49. install-html-recursive install-info-recursive \
  50. install-pdf-recursive install-ps-recursive install-recursive \
  51. installcheck-recursive installdirs-recursive pdf-recursive \
  52. ps-recursive uninstall-recursive
  53. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  54. distclean-recursive maintainer-clean-recursive
  55. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  56. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  57. distdir
  58. ETAGS = etags
  59. CTAGS = ctags
  60. DIST_SUBDIRS = $(SUBDIRS)
  61. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  62. am__relativize = \
  63. dir0=`pwd`; \
  64. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  65. sed_rest='s,^[^/]*/*,,'; \
  66. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  67. sed_butlast='s,/*[^/]*$$,,'; \
  68. while test -n "$$dir1"; do \
  69. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  70. if test "$$first" != "."; then \
  71. if test "$$first" = ".."; then \
  72. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  73. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  74. else \
  75. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  76. if test "$$first2" = "$$first"; then \
  77. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  78. else \
  79. dir2="../$$dir2"; \
  80. fi; \
  81. dir0="$$dir0"/"$$first"; \
  82. fi; \
  83. fi; \
  84. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  85. done; \
  86. reldir="$$dir2"
  87. ACLOCAL = @ACLOCAL@
  88. AMTAR = @AMTAR@
  89. AR = @AR@
  90. AS = @AS@
  91. AUTOCONF = @AUTOCONF@
  92. AUTOHEADER = @AUTOHEADER@
  93. AUTOMAKE = @AUTOMAKE@
  94. AWK = @AWK@
  95. BASE_THREAD_LIBS = @BASE_THREAD_LIBS@
  96. C14N_OBJ = @C14N_OBJ@
  97. CATALOG_OBJ = @CATALOG_OBJ@
  98. CC = @CC@
  99. CCDEPMODE = @CCDEPMODE@
  100. CFLAGS = @CFLAGS@
  101. CPP = @CPP@
  102. CPPFLAGS = @CPPFLAGS@
  103. CYGPATH_W = @CYGPATH_W@
  104. CYGWIN_EXTRA_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@
  105. CYGWIN_EXTRA_PYTHON_LIBADD = @CYGWIN_EXTRA_PYTHON_LIBADD@
  106. DEBUG_OBJ = @DEBUG_OBJ@
  107. DEFS = @DEFS@
  108. DEPDIR = @DEPDIR@
  109. DLLTOOL = @DLLTOOL@
  110. DOCB_OBJ = @DOCB_OBJ@
  111. DSYMUTIL = @DSYMUTIL@
  112. DUMPBIN = @DUMPBIN@
  113. ECHO_C = @ECHO_C@
  114. ECHO_N = @ECHO_N@
  115. ECHO_T = @ECHO_T@
  116. EGREP = @EGREP@
  117. EXEEXT = @EXEEXT@
  118. FGREP = @FGREP@
  119. FTP_OBJ = @FTP_OBJ@
  120. GREP = @GREP@
  121. HAVE_ISINF = @HAVE_ISINF@
  122. HAVE_ISNAN = @HAVE_ISNAN@
  123. HTML_DIR = @HTML_DIR@
  124. HTML_OBJ = @HTML_OBJ@
  125. HTTP_OBJ = @HTTP_OBJ@
  126. ICONV_LIBS = @ICONV_LIBS@
  127. INSTALL = @INSTALL@
  128. INSTALL_DATA = @INSTALL_DATA@
  129. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  130. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  131. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  132. LD = @LD@
  133. LDFLAGS = @LDFLAGS@
  134. LIBOBJS = @LIBOBJS@
  135. LIBS = @LIBS@
  136. LIBTOOL = @LIBTOOL@
  137. LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@
  138. LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@
  139. LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@
  140. LIBXML_VERSION = @LIBXML_VERSION@
  141. LIBXML_VERSION_EXTRA = @LIBXML_VERSION_EXTRA@
  142. LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@
  143. LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
  144. LIPO = @LIPO@
  145. LN_S = @LN_S@
  146. LTLIBOBJS = @LTLIBOBJS@
  147. MAKEINFO = @MAKEINFO@
  148. MKDIR_P = @MKDIR_P@
  149. MODULE_EXTENSION = @MODULE_EXTENSION@
  150. MODULE_PLATFORM_LIBS = @MODULE_PLATFORM_LIBS@
  151. MV = @MV@
  152. M_LIBS = @M_LIBS@
  153. NM = @NM@
  154. NMEDIT = @NMEDIT@
  155. OBJDUMP = @OBJDUMP@
  156. OBJEXT = @OBJEXT@
  157. OTOOL = @OTOOL@
  158. OTOOL64 = @OTOOL64@
  159. PACKAGE = @PACKAGE@
  160. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  161. PACKAGE_NAME = @PACKAGE_NAME@
  162. PACKAGE_STRING = @PACKAGE_STRING@
  163. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  164. PACKAGE_VERSION = @PACKAGE_VERSION@
  165. PATH_SEPARATOR = @PATH_SEPARATOR@
  166. PERL = @PERL@
  167. PYTHON = @PYTHON@
  168. PYTHON_INCLUDES = @PYTHON_INCLUDES@
  169. PYTHON_LIBS = @PYTHON_LIBS@
  170. PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
  171. PYTHON_SUBDIR = @PYTHON_SUBDIR@
  172. PYTHON_TESTS = @PYTHON_TESTS@
  173. PYTHON_VERSION = @PYTHON_VERSION@
  174. RANLIB = @RANLIB@
  175. RDL_LIBS = @RDL_LIBS@
  176. READER_TEST = @READER_TEST@
  177. RELDATE = @RELDATE@
  178. RM = @RM@
  179. SED = @SED@
  180. SET_MAKE = @SET_MAKE@
  181. SHELL = @SHELL@
  182. STATIC_BINARIES = @STATIC_BINARIES@
  183. STRIP = @STRIP@
  184. TAR = @TAR@
  185. TEST_C14N = @TEST_C14N@
  186. TEST_CATALOG = @TEST_CATALOG@
  187. TEST_DEBUG = @TEST_DEBUG@
  188. TEST_HTML = @TEST_HTML@
  189. TEST_MODULES = @TEST_MODULES@
  190. TEST_PATTERN = @TEST_PATTERN@
  191. TEST_PHTML = @TEST_PHTML@
  192. TEST_PUSH = @TEST_PUSH@
  193. TEST_REGEXPS = @TEST_REGEXPS@
  194. TEST_SAX = @TEST_SAX@
  195. TEST_SCHEMAS = @TEST_SCHEMAS@
  196. TEST_SCHEMATRON = @TEST_SCHEMATRON@
  197. TEST_THREADS = @TEST_THREADS@
  198. TEST_VALID = @TEST_VALID@
  199. TEST_VTIME = @TEST_VTIME@
  200. TEST_XINCLUDE = @TEST_XINCLUDE@
  201. TEST_XPATH = @TEST_XPATH@
  202. TEST_XPTR = @TEST_XPTR@
  203. THREADS_W32 = @THREADS_W32@
  204. THREAD_CFLAGS = @THREAD_CFLAGS@
  205. THREAD_LIBS = @THREAD_LIBS@
  206. U = @U@
  207. VERSION = @VERSION@
  208. VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@
  209. WGET = @WGET@
  210. WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
  211. WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
  212. WITH_C14N = @WITH_C14N@
  213. WITH_CATALOG = @WITH_CATALOG@
  214. WITH_DEBUG = @WITH_DEBUG@
  215. WITH_DOCB = @WITH_DOCB@
  216. WITH_FTP = @WITH_FTP@
  217. WITH_HTML = @WITH_HTML@
  218. WITH_HTTP = @WITH_HTTP@
  219. WITH_ICONV = @WITH_ICONV@
  220. WITH_ISO8859X = @WITH_ISO8859X@
  221. WITH_LEGACY = @WITH_LEGACY@
  222. WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
  223. WITH_MODULES = @WITH_MODULES@
  224. WITH_OUTPUT = @WITH_OUTPUT@
  225. WITH_PATTERN = @WITH_PATTERN@
  226. WITH_PUSH = @WITH_PUSH@
  227. WITH_READER = @WITH_READER@
  228. WITH_REGEXPS = @WITH_REGEXPS@
  229. WITH_RUN_DEBUG = @WITH_RUN_DEBUG@
  230. WITH_SAX1 = @WITH_SAX1@
  231. WITH_SCHEMAS = @WITH_SCHEMAS@
  232. WITH_SCHEMATRON = @WITH_SCHEMATRON@
  233. WITH_THREADS = @WITH_THREADS@
  234. WITH_TREE = @WITH_TREE@
  235. WITH_TRIO = @WITH_TRIO@
  236. WITH_VALID = @WITH_VALID@
  237. WITH_WRITER = @WITH_WRITER@
  238. WITH_XINCLUDE = @WITH_XINCLUDE@
  239. WITH_XPATH = @WITH_XPATH@
  240. WITH_XPTR = @WITH_XPTR@
  241. WITH_ZLIB = @WITH_ZLIB@
  242. XINCLUDE_OBJ = @XINCLUDE_OBJ@
  243. XMLLINT = @XMLLINT@
  244. XML_CFLAGS = @XML_CFLAGS@
  245. XML_INCLUDEDIR = @XML_INCLUDEDIR@
  246. XML_LIBDIR = @XML_LIBDIR@
  247. XML_LIBS = @XML_LIBS@
  248. XML_LIBTOOLLIBS = @XML_LIBTOOLLIBS@
  249. XPATH_OBJ = @XPATH_OBJ@
  250. XPTR_OBJ = @XPTR_OBJ@
  251. XSLTPROC = @XSLTPROC@
  252. Z_CFLAGS = @Z_CFLAGS@
  253. Z_LIBS = @Z_LIBS@
  254. abs_builddir = @abs_builddir@
  255. abs_srcdir = @abs_srcdir@
  256. abs_top_builddir = @abs_top_builddir@
  257. abs_top_srcdir = @abs_top_srcdir@
  258. ac_ct_CC = @ac_ct_CC@
  259. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  260. am__include = @am__include@
  261. am__leading_dot = @am__leading_dot@
  262. am__quote = @am__quote@
  263. am__tar = @am__tar@
  264. am__untar = @am__untar@
  265. bindir = @bindir@
  266. build = @build@
  267. build_alias = @build_alias@
  268. build_cpu = @build_cpu@
  269. build_os = @build_os@
  270. build_vendor = @build_vendor@
  271. builddir = @builddir@
  272. datadir = @datadir@
  273. datarootdir = @datarootdir@
  274. docdir = @docdir@
  275. dvidir = @dvidir@
  276. exec_prefix = @exec_prefix@
  277. host = @host@
  278. host_alias = @host_alias@
  279. host_cpu = @host_cpu@
  280. host_os = @host_os@
  281. host_vendor = @host_vendor@
  282. htmldir = @htmldir@
  283. includedir = @includedir@
  284. infodir = @infodir@
  285. install_sh = @install_sh@
  286. libdir = @libdir@
  287. libexecdir = @libexecdir@
  288. localedir = @localedir@
  289. localstatedir = @localstatedir@
  290. lt_ECHO = @lt_ECHO@
  291. mandir = @mandir@
  292. mkdir_p = @mkdir_p@
  293. oldincludedir = @oldincludedir@
  294. pdfdir = @pdfdir@
  295. prefix = @prefix@
  296. program_transform_name = @program_transform_name@
  297. psdir = @psdir@
  298. pythondir = @pythondir@
  299. sbindir = @sbindir@
  300. sharedstatedir = @sharedstatedir@
  301. srcdir = @srcdir@
  302. sysconfdir = @sysconfdir@
  303. target_alias = @target_alias@
  304. top_build_prefix = @top_build_prefix@
  305. top_builddir = @top_builddir@
  306. top_srcdir = @top_srcdir@
  307. SUBDIRS = libxml
  308. EXTRA_DIST = win32config.h wsockcompat.h
  309. all: all-recursive
  310. .SUFFIXES:
  311. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  312. @for dep in $?; do \
  313. case '$(am__configure_deps)' in \
  314. *$$dep*) \
  315. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  316. && { if test -f $@; then exit 0; else break; fi; }; \
  317. exit 1;; \
  318. esac; \
  319. done; \
  320. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
  321. $(am__cd) $(top_srcdir) && \
  322. $(AUTOMAKE) --gnu include/Makefile
  323. .PRECIOUS: Makefile
  324. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  325. @case '$?' in \
  326. *config.status*) \
  327. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  328. *) \
  329. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  330. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  331. esac;
  332. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  333. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  334. $(top_srcdir)/configure: $(am__configure_deps)
  335. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  336. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  337. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  338. $(am__aclocal_m4_deps):
  339. mostlyclean-libtool:
  340. -rm -f *.lo
  341. clean-libtool:
  342. -rm -rf .libs _libs
  343. # This directory's subdirectories are mostly independent; you can cd
  344. # into them and run `make' without going through this Makefile.
  345. # To change the values of `make' variables: instead of editing Makefiles,
  346. # (1) if the variable is set in `config.status', edit `config.status'
  347. # (which will cause the Makefiles to be regenerated when you run `make');
  348. # (2) otherwise, pass the desired values on the `make' command line.
  349. $(RECURSIVE_TARGETS):
  350. @failcom='exit 1'; \
  351. for f in x $$MAKEFLAGS; do \
  352. case $$f in \
  353. *=* | --[!k]*);; \
  354. *k*) failcom='fail=yes';; \
  355. esac; \
  356. done; \
  357. dot_seen=no; \
  358. target=`echo $@ | sed s/-recursive//`; \
  359. list='$(SUBDIRS)'; for subdir in $$list; do \
  360. echo "Making $$target in $$subdir"; \
  361. if test "$$subdir" = "."; then \
  362. dot_seen=yes; \
  363. local_target="$$target-am"; \
  364. else \
  365. local_target="$$target"; \
  366. fi; \
  367. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  368. || eval $$failcom; \
  369. done; \
  370. if test "$$dot_seen" = "no"; then \
  371. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  372. fi; test -z "$$fail"
  373. $(RECURSIVE_CLEAN_TARGETS):
  374. @failcom='exit 1'; \
  375. for f in x $$MAKEFLAGS; do \
  376. case $$f in \
  377. *=* | --[!k]*);; \
  378. *k*) failcom='fail=yes';; \
  379. esac; \
  380. done; \
  381. dot_seen=no; \
  382. case "$@" in \
  383. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  384. *) list='$(SUBDIRS)' ;; \
  385. esac; \
  386. rev=''; for subdir in $$list; do \
  387. if test "$$subdir" = "."; then :; else \
  388. rev="$$subdir $$rev"; \
  389. fi; \
  390. done; \
  391. rev="$$rev ."; \
  392. target=`echo $@ | sed s/-recursive//`; \
  393. for subdir in $$rev; do \
  394. echo "Making $$target in $$subdir"; \
  395. if test "$$subdir" = "."; then \
  396. local_target="$$target-am"; \
  397. else \
  398. local_target="$$target"; \
  399. fi; \
  400. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  401. || eval $$failcom; \
  402. done && test -z "$$fail"
  403. tags-recursive:
  404. list='$(SUBDIRS)'; for subdir in $$list; do \
  405. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  406. done
  407. ctags-recursive:
  408. list='$(SUBDIRS)'; for subdir in $$list; do \
  409. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  410. done
  411. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  412. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  413. unique=`for i in $$list; do \
  414. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  415. done | \
  416. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  417. END { if (nonempty) { for (i in files) print i; }; }'`; \
  418. mkid -fID $$unique
  419. tags: TAGS
  420. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  421. $(TAGS_FILES) $(LISP)
  422. set x; \
  423. here=`pwd`; \
  424. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  425. include_option=--etags-include; \
  426. empty_fix=.; \
  427. else \
  428. include_option=--include; \
  429. empty_fix=; \
  430. fi; \
  431. list='$(SUBDIRS)'; for subdir in $$list; do \
  432. if test "$$subdir" = .; then :; else \
  433. test ! -f $$subdir/TAGS || \
  434. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  435. fi; \
  436. done; \
  437. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  438. unique=`for i in $$list; do \
  439. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  440. done | \
  441. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  442. END { if (nonempty) { for (i in files) print i; }; }'`; \
  443. shift; \
  444. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  445. test -n "$$unique" || unique=$$empty_fix; \
  446. if test $$# -gt 0; then \
  447. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  448. "$$@" $$unique; \
  449. else \
  450. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  451. $$unique; \
  452. fi; \
  453. fi
  454. ctags: CTAGS
  455. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  456. $(TAGS_FILES) $(LISP)
  457. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  458. unique=`for i in $$list; do \
  459. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  460. done | \
  461. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  462. END { if (nonempty) { for (i in files) print i; }; }'`; \
  463. test -z "$(CTAGS_ARGS)$$unique" \
  464. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  465. $$unique
  466. GTAGS:
  467. here=`$(am__cd) $(top_builddir) && pwd` \
  468. && $(am__cd) $(top_srcdir) \
  469. && gtags -i $(GTAGS_ARGS) "$$here"
  470. distclean-tags:
  471. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  472. distdir: $(DISTFILES)
  473. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  474. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  475. list='$(DISTFILES)'; \
  476. dist_files=`for file in $$list; do echo $$file; done | \
  477. sed -e "s|^$$srcdirstrip/||;t" \
  478. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  479. case $$dist_files in \
  480. */*) $(MKDIR_P) `echo "$$dist_files" | \
  481. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  482. sort -u` ;; \
  483. esac; \
  484. for file in $$dist_files; do \
  485. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  486. if test -d $$d/$$file; then \
  487. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  488. if test -d "$(distdir)/$$file"; then \
  489. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  490. fi; \
  491. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  492. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  493. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  494. fi; \
  495. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  496. else \
  497. test -f "$(distdir)/$$file" \
  498. || cp -p $$d/$$file "$(distdir)/$$file" \
  499. || exit 1; \
  500. fi; \
  501. done
  502. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  503. if test "$$subdir" = .; then :; else \
  504. test -d "$(distdir)/$$subdir" \
  505. || $(MKDIR_P) "$(distdir)/$$subdir" \
  506. || exit 1; \
  507. fi; \
  508. done
  509. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  510. if test "$$subdir" = .; then :; else \
  511. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  512. $(am__relativize); \
  513. new_distdir=$$reldir; \
  514. dir1=$$subdir; dir2="$(top_distdir)"; \
  515. $(am__relativize); \
  516. new_top_distdir=$$reldir; \
  517. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  518. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  519. ($(am__cd) $$subdir && \
  520. $(MAKE) $(AM_MAKEFLAGS) \
  521. top_distdir="$$new_top_distdir" \
  522. distdir="$$new_distdir" \
  523. am__remove_distdir=: \
  524. am__skip_length_check=: \
  525. am__skip_mode_fix=: \
  526. distdir) \
  527. || exit 1; \
  528. fi; \
  529. done
  530. check-am: all-am
  531. check: check-recursive
  532. all-am: Makefile
  533. installdirs: installdirs-recursive
  534. installdirs-am:
  535. install: install-recursive
  536. install-exec: install-exec-recursive
  537. install-data: install-data-recursive
  538. uninstall: uninstall-recursive
  539. install-am: all-am
  540. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  541. installcheck: installcheck-recursive
  542. install-strip:
  543. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  544. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  545. `test -z '$(STRIP)' || \
  546. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  547. mostlyclean-generic:
  548. clean-generic:
  549. distclean-generic:
  550. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  551. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  552. maintainer-clean-generic:
  553. @echo "This command is intended for maintainers to use"
  554. @echo "it deletes files that may require special tools to rebuild."
  555. clean: clean-recursive
  556. clean-am: clean-generic clean-libtool mostlyclean-am
  557. distclean: distclean-recursive
  558. -rm -f Makefile
  559. distclean-am: clean-am distclean-generic distclean-tags
  560. dvi: dvi-recursive
  561. dvi-am:
  562. html: html-recursive
  563. html-am:
  564. info: info-recursive
  565. info-am:
  566. install-data-am:
  567. install-dvi: install-dvi-recursive
  568. install-dvi-am:
  569. install-exec-am:
  570. install-html: install-html-recursive
  571. install-html-am:
  572. install-info: install-info-recursive
  573. install-info-am:
  574. install-man:
  575. install-pdf: install-pdf-recursive
  576. install-pdf-am:
  577. install-ps: install-ps-recursive
  578. install-ps-am:
  579. installcheck-am:
  580. maintainer-clean: maintainer-clean-recursive
  581. -rm -f Makefile
  582. maintainer-clean-am: distclean-am maintainer-clean-generic
  583. mostlyclean: mostlyclean-recursive
  584. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  585. pdf: pdf-recursive
  586. pdf-am:
  587. ps: ps-recursive
  588. ps-am:
  589. uninstall-am:
  590. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  591. install-am install-strip tags-recursive
  592. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  593. all all-am check check-am clean clean-generic clean-libtool \
  594. ctags ctags-recursive distclean distclean-generic \
  595. distclean-libtool distclean-tags distdir dvi dvi-am html \
  596. html-am info info-am install install-am install-data \
  597. install-data-am install-dvi install-dvi-am install-exec \
  598. install-exec-am install-html install-html-am install-info \
  599. install-info-am install-man install-pdf install-pdf-am \
  600. install-ps install-ps-am install-strip installcheck \
  601. installcheck-am installdirs installdirs-am maintainer-clean \
  602. maintainer-clean-generic mostlyclean mostlyclean-generic \
  603. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  604. uninstall uninstall-am
  605. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  606. # Otherwise a system limit (for SysV at least) may be exceeded.
  607. .NOEXPORT: