Makefile 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  1. # Makefile.in generated by automake 1.11 from Makefile.am.
  2. # example/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. noinst_PROGRAMS = gjobread$(EXEEXT)
  32. subdir = example
  33. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  34. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  35. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  36. $(top_srcdir)/configure.in
  37. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  38. $(ACLOCAL_M4)
  39. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  40. CONFIG_HEADER = $(top_builddir)/config.h
  41. CONFIG_CLEAN_FILES =
  42. CONFIG_CLEAN_VPATH_FILES =
  43. PROGRAMS = $(noinst_PROGRAMS)
  44. am_gjobread_OBJECTS = gjobread.$(OBJEXT)
  45. gjobread_OBJECTS = $(am_gjobread_OBJECTS)
  46. am__DEPENDENCIES_1 =
  47. am__DEPENDENCIES_2 = $(top_builddir)/libxml2.la $(am__DEPENDENCIES_1)
  48. gjobread_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  49. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(gjobread_LDFLAGS) \
  50. $(LDFLAGS) -o $@
  51. DEFAULT_INCLUDES = -I. -I$(top_builddir)
  52. depcomp = $(SHELL) $(top_srcdir)/depcomp
  53. am__depfiles_maybe = depfiles
  54. am__mv = mv -f
  55. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  56. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  57. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  58. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  59. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  60. CCLD = $(CC)
  61. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  62. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  63. $(LDFLAGS) -o $@
  64. SOURCES = $(gjobread_SOURCES)
  65. DIST_SOURCES = $(gjobread_SOURCES)
  66. ETAGS = etags
  67. CTAGS = ctags
  68. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  69. ACLOCAL = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/missing --run aclocal-1.11
  70. AMTAR = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/missing --run tar
  71. AR = ar
  72. AS = as
  73. AUTOCONF = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/missing --run autoconf
  74. AUTOHEADER = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/missing --run autoheader
  75. AUTOMAKE = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/missing --run automake-1.11
  76. AWK = gawk
  77. BASE_THREAD_LIBS = -lpthread
  78. C14N_OBJ = c14n.c
  79. CATALOG_OBJ = catalog.o
  80. 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
  81. CCDEPMODE = depmode=gcc3
  82. 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
  83. 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
  84. CPPFLAGS =
  85. CYGPATH_W = echo
  86. CYGWIN_EXTRA_LDFLAGS =
  87. CYGWIN_EXTRA_PYTHON_LIBADD =
  88. DEBUG_OBJ = debugXML.o
  89. DEFS = -DHAVE_CONFIG_H
  90. DEPDIR = .deps
  91. DLLTOOL = dlltool
  92. DOCB_OBJ = DOCBparser.o
  93. DSYMUTIL =
  94. DUMPBIN = link -dump -symbols
  95. ECHO_C =
  96. ECHO_N = -n
  97. ECHO_T =
  98. EGREP = /bin/grep -E
  99. EXEEXT =
  100. FGREP = /bin/grep -F
  101. FTP_OBJ = nanoftp.o
  102. GREP = /bin/grep
  103. HAVE_ISINF =
  104. HAVE_ISNAN =
  105. HTML_DIR = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html
  106. HTML_OBJ = HTMLparser.o HTMLtree.o
  107. HTTP_OBJ = nanohttp.o
  108. ICONV_LIBS =
  109. INSTALL = /usr/bin/install -c
  110. INSTALL_DATA = ${INSTALL} -m 644
  111. INSTALL_PROGRAM = ${INSTALL}
  112. INSTALL_SCRIPT = ${INSTALL}
  113. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  114. 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
  115. LDFLAGS =
  116. LIBOBJS =
  117. LIBS =
  118. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  119. LIBXML_MAJOR_VERSION = 2
  120. LIBXML_MICRO_VERSION = 6
  121. LIBXML_MINOR_VERSION = 7
  122. LIBXML_VERSION = 2.7.6
  123. LIBXML_VERSION_EXTRA =
  124. LIBXML_VERSION_INFO = 9:6:7
  125. LIBXML_VERSION_NUMBER = 20706
  126. LIPO =
  127. LN_S = ln -s
  128. LTLIBOBJS =
  129. MAKEINFO = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/missing --run makeinfo
  130. MKDIR_P = /bin/mkdir -p
  131. MODULE_EXTENSION = .so
  132. MODULE_PLATFORM_LIBS = -ldl
  133. MV = /bin/mv
  134. M_LIBS = -lm
  135. NM = link -dump -symbols
  136. NMEDIT =
  137. OBJDUMP = objdump
  138. OBJEXT = o
  139. OTOOL =
  140. OTOOL64 =
  141. PACKAGE = libxml2
  142. PACKAGE_BUGREPORT =
  143. PACKAGE_NAME =
  144. PACKAGE_STRING =
  145. PACKAGE_TARNAME =
  146. PACKAGE_VERSION =
  147. PATH_SEPARATOR = :
  148. PERL = /usr/bin/perl
  149. PYTHON = /usr/bin/python
  150. PYTHON_INCLUDES =
  151. PYTHON_LIBS = -lpython2.7 -lpthread -ldl -lutil -lm
  152. PYTHON_SITE_PACKAGES = /usr/lib/python2.7/dist-packages
  153. PYTHON_SUBDIR =
  154. PYTHON_TESTS =
  155. PYTHON_VERSION = 2.7
  156. RANLIB = ranlib
  157. RDL_LIBS =
  158. READER_TEST = Readertests
  159. RELDATE = Fri Jul 12 2019
  160. RM = /bin/rm
  161. SED = /bin/sed
  162. SET_MAKE =
  163. SHELL = /bin/bash
  164. STATIC_BINARIES =
  165. STRIP = strip
  166. TAR = /bin/tar
  167. TEST_C14N = C14Ntests
  168. TEST_CATALOG = Catatests
  169. TEST_DEBUG = Scripttests
  170. TEST_HTML = HTMLtests
  171. TEST_MODULES = ModuleTests
  172. TEST_PATTERN = Patterntests
  173. TEST_PHTML = HTMLPushtests
  174. TEST_PUSH = XMLPushtests
  175. TEST_REGEXPS = Regexptests Automatatests
  176. TEST_SAX = SAXtests
  177. TEST_SCHEMAS = Schemastests Relaxtests
  178. TEST_SCHEMATRON = Schematrontests
  179. TEST_THREADS = Threadtests
  180. TEST_VALID = Validtests
  181. TEST_VTIME = VTimingtests
  182. TEST_XINCLUDE = XIncludetests
  183. TEST_XPATH = XPathtests
  184. TEST_XPTR = XPtrtests
  185. THREADS_W32 =
  186. THREAD_CFLAGS = -D_REENTRANT
  187. THREAD_LIBS =
  188. U =
  189. VERSION = 2.7.6
  190. VERSION_SCRIPT_FLAGS = -Wl,--version-script=
  191. WGET = /usr/bin/wget
  192. WIN32_EXTRA_LDFLAGS =
  193. WIN32_EXTRA_LIBADD =
  194. WITH_C14N = 1
  195. WITH_CATALOG = 1
  196. WITH_DEBUG = 1
  197. WITH_DOCB = 1
  198. WITH_FTP = 1
  199. WITH_HTML = 1
  200. WITH_HTTP = 1
  201. WITH_ICONV = 1
  202. WITH_ISO8859X = 1
  203. WITH_LEGACY = 1
  204. WITH_MEM_DEBUG = 0
  205. WITH_MODULES = 1
  206. WITH_OUTPUT = 1
  207. WITH_PATTERN = 1
  208. WITH_PUSH = 1
  209. WITH_READER = 1
  210. WITH_REGEXPS = 1
  211. WITH_RUN_DEBUG = 0
  212. WITH_SAX1 = 1
  213. WITH_SCHEMAS = 1
  214. WITH_SCHEMATRON = 1
  215. WITH_THREADS = 1
  216. WITH_TREE = 1
  217. WITH_TRIO = 0
  218. WITH_VALID = 1
  219. WITH_WRITER = 1
  220. WITH_XINCLUDE = 1
  221. WITH_XPATH = 1
  222. WITH_XPTR = 1
  223. WITH_ZLIB = 1
  224. XINCLUDE_OBJ = xinclude.o
  225. XMLLINT = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/bin/xmllint
  226. XML_CFLAGS =
  227. XML_INCLUDEDIR = -I${includedir}/libxml2
  228. XML_LIBDIR = -L${libdir}
  229. XML_LIBS = -lxml2 -lz -lm
  230. XML_LIBTOOLLIBS = libxml2.la
  231. XPATH_OBJ = xpath.o
  232. XPTR_OBJ = xpointer.o
  233. XSLTPROC = /usr/bin/xsltproc
  234. Z_CFLAGS =
  235. Z_LIBS = -lz
  236. abs_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/example
  237. abs_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/example
  238. abs_top_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6
  239. abs_top_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6
  240. ac_ct_CC =
  241. ac_ct_DUMPBIN = link -dump -symbols
  242. am__include = include
  243. am__leading_dot = .
  244. am__quote =
  245. am__tar = ${AMTAR} chof - "$$tardir"
  246. am__untar = ${AMTAR} xf -
  247. bindir = ${exec_prefix}/bin
  248. build = x86_64-unknown-linux-gnu
  249. build_alias =
  250. build_cpu = x86_64
  251. build_os = linux-gnu
  252. build_vendor = unknown
  253. builddir = .
  254. datadir = ${datarootdir}
  255. datarootdir = ${prefix}/share
  256. docdir = ${datarootdir}/doc/${PACKAGE}
  257. dvidir = ${docdir}
  258. exec_prefix = ${prefix}
  259. host = arm-unknown-linux-gnueabihf
  260. host_alias = arm-linux-gnueabihf
  261. host_cpu = arm
  262. host_os = linux-gnueabihf
  263. host_vendor = unknown
  264. htmldir = ${docdir}
  265. includedir = ${prefix}/include
  266. infodir = ${datarootdir}/info
  267. install_sh = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/install-sh
  268. libdir = ${exec_prefix}/lib
  269. libexecdir = ${exec_prefix}/libexec
  270. localedir = ${datarootdir}/locale
  271. localstatedir = ${prefix}/var
  272. lt_ECHO = echo
  273. mandir = ${datarootdir}/man
  274. mkdir_p = /bin/mkdir -p
  275. oldincludedir = /usr/include
  276. pdfdir = ${docdir}
  277. prefix = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/release
  278. program_transform_name = s,x,x,
  279. psdir = ${docdir}
  280. pythondir = $(libdir)/python$(PYTHON_VERSION)/site-packages
  281. sbindir = ${exec_prefix}/sbin
  282. sharedstatedir = ${prefix}/com
  283. srcdir = .
  284. sysconfdir = ${prefix}/etc
  285. target_alias =
  286. top_build_prefix = ../
  287. top_builddir = ..
  288. top_srcdir = ..
  289. INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I./include -D_REENTRANT
  290. DEPS = $(top_builddir)/libxml2.la
  291. LDADDS = $(top_builddir)/libxml2.la -lz $(ICONV_LIBS) -lm
  292. gjobread_SOURCES = gjobread.c
  293. gjobread_LDFLAGS =
  294. gjobread_DEPENDENCIES = $(DEPS)
  295. gjobread_LDADD = $(LDADDS)
  296. all: all-am
  297. .SUFFIXES:
  298. .SUFFIXES: .c .lo .o .obj
  299. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  300. @for dep in $?; do \
  301. case '$(am__configure_deps)' in \
  302. *$$dep*) \
  303. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  304. && { if test -f $@; then exit 0; else break; fi; }; \
  305. exit 1;; \
  306. esac; \
  307. done; \
  308. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu example/Makefile'; \
  309. $(am__cd) $(top_srcdir) && \
  310. $(AUTOMAKE) --gnu example/Makefile
  311. .PRECIOUS: Makefile
  312. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  313. @case '$?' in \
  314. *config.status*) \
  315. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  316. *) \
  317. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  318. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  319. esac;
  320. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  321. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  322. $(top_srcdir)/configure: $(am__configure_deps)
  323. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  324. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  325. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  326. $(am__aclocal_m4_deps):
  327. clean-noinstPROGRAMS:
  328. @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
  329. echo " rm -f" $$list; \
  330. rm -f $$list || exit $$?; \
  331. test -n "$(EXEEXT)" || exit 0; \
  332. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  333. echo " rm -f" $$list; \
  334. rm -f $$list
  335. gjobread$(EXEEXT): $(gjobread_OBJECTS) $(gjobread_DEPENDENCIES)
  336. @rm -f gjobread$(EXEEXT)
  337. $(gjobread_LINK) $(gjobread_OBJECTS) $(gjobread_LDADD) $(LIBS)
  338. mostlyclean-compile:
  339. -rm -f *.$(OBJEXT)
  340. distclean-compile:
  341. -rm -f *.tab.c
  342. include ./$(DEPDIR)/gjobread.Po
  343. .c.o:
  344. $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  345. $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  346. # source='$<' object='$@' libtool=no \
  347. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  348. # $(COMPILE) -c $<
  349. .c.obj:
  350. $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  351. $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  352. # source='$<' object='$@' libtool=no \
  353. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  354. # $(COMPILE) -c `$(CYGPATH_W) '$<'`
  355. .c.lo:
  356. $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  357. $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  358. # source='$<' object='$@' libtool=yes \
  359. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  360. # $(LTCOMPILE) -c -o $@ $<
  361. mostlyclean-libtool:
  362. -rm -f *.lo
  363. clean-libtool:
  364. -rm -rf .libs _libs
  365. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  366. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  367. unique=`for i in $$list; do \
  368. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  369. done | \
  370. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  371. END { if (nonempty) { for (i in files) print i; }; }'`; \
  372. mkid -fID $$unique
  373. tags: TAGS
  374. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  375. $(TAGS_FILES) $(LISP)
  376. set x; \
  377. here=`pwd`; \
  378. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  379. unique=`for i in $$list; do \
  380. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  381. done | \
  382. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  383. END { if (nonempty) { for (i in files) print i; }; }'`; \
  384. shift; \
  385. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  386. test -n "$$unique" || unique=$$empty_fix; \
  387. if test $$# -gt 0; then \
  388. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  389. "$$@" $$unique; \
  390. else \
  391. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  392. $$unique; \
  393. fi; \
  394. fi
  395. ctags: CTAGS
  396. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  397. $(TAGS_FILES) $(LISP)
  398. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  399. unique=`for i in $$list; do \
  400. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  401. done | \
  402. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  403. END { if (nonempty) { for (i in files) print i; }; }'`; \
  404. test -z "$(CTAGS_ARGS)$$unique" \
  405. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  406. $$unique
  407. GTAGS:
  408. here=`$(am__cd) $(top_builddir) && pwd` \
  409. && $(am__cd) $(top_srcdir) \
  410. && gtags -i $(GTAGS_ARGS) "$$here"
  411. distclean-tags:
  412. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  413. distdir: $(DISTFILES)
  414. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  415. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  416. list='$(DISTFILES)'; \
  417. dist_files=`for file in $$list; do echo $$file; done | \
  418. sed -e "s|^$$srcdirstrip/||;t" \
  419. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  420. case $$dist_files in \
  421. */*) $(MKDIR_P) `echo "$$dist_files" | \
  422. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  423. sort -u` ;; \
  424. esac; \
  425. for file in $$dist_files; do \
  426. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  427. if test -d $$d/$$file; then \
  428. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  429. if test -d "$(distdir)/$$file"; then \
  430. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  431. fi; \
  432. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  433. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  434. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  435. fi; \
  436. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  437. else \
  438. test -f "$(distdir)/$$file" \
  439. || cp -p $$d/$$file "$(distdir)/$$file" \
  440. || exit 1; \
  441. fi; \
  442. done
  443. check-am: all-am
  444. check: check-am
  445. all-am: Makefile $(PROGRAMS)
  446. installdirs:
  447. install: install-am
  448. install-exec: install-exec-am
  449. install-data: install-data-am
  450. uninstall: uninstall-am
  451. install-am: all-am
  452. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  453. installcheck: installcheck-am
  454. install-strip:
  455. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  456. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  457. `test -z '$(STRIP)' || \
  458. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  459. mostlyclean-generic:
  460. clean-generic:
  461. distclean-generic:
  462. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  463. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  464. maintainer-clean-generic:
  465. @echo "This command is intended for maintainers to use"
  466. @echo "it deletes files that may require special tools to rebuild."
  467. clean: clean-am
  468. clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
  469. mostlyclean-am
  470. distclean: distclean-am
  471. -rm -rf ./$(DEPDIR)
  472. -rm -f Makefile
  473. distclean-am: clean-am distclean-compile distclean-generic \
  474. distclean-tags
  475. dvi: dvi-am
  476. dvi-am:
  477. html: html-am
  478. html-am:
  479. info: info-am
  480. info-am:
  481. install-data-am:
  482. install-dvi: install-dvi-am
  483. install-dvi-am:
  484. install-exec-am:
  485. install-html: install-html-am
  486. install-html-am:
  487. install-info: install-info-am
  488. install-info-am:
  489. install-man:
  490. install-pdf: install-pdf-am
  491. install-pdf-am:
  492. install-ps: install-ps-am
  493. install-ps-am:
  494. installcheck-am:
  495. maintainer-clean: maintainer-clean-am
  496. -rm -rf ./$(DEPDIR)
  497. -rm -f Makefile
  498. maintainer-clean-am: distclean-am maintainer-clean-generic
  499. mostlyclean: mostlyclean-am
  500. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  501. mostlyclean-libtool
  502. pdf: pdf-am
  503. pdf-am:
  504. ps: ps-am
  505. ps-am:
  506. uninstall-am:
  507. .MAKE: install-am install-strip
  508. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  509. clean-libtool clean-noinstPROGRAMS ctags distclean \
  510. distclean-compile distclean-generic distclean-libtool \
  511. distclean-tags distdir dvi dvi-am html html-am info info-am \
  512. install install-am install-data install-data-am install-dvi \
  513. install-dvi-am install-exec install-exec-am install-html \
  514. install-html-am install-info install-info-am install-man \
  515. install-pdf install-pdf-am install-ps install-ps-am \
  516. install-strip installcheck installcheck-am installdirs \
  517. maintainer-clean maintainer-clean-generic mostlyclean \
  518. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  519. pdf pdf-am ps ps-am tags uninstall uninstall-am
  520. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  521. # Otherwise a system limit (for SysV at least) may be exceeded.
  522. .NOEXPORT: