Makefile.in 19 KB

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