Makefile 20 KB

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