You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

571 lines
18 KiB

10 years ago
10 years ago
11 years ago
11 years ago
10 years ago
11 years ago
11 years ago
11 years ago
10 years ago
10 years ago
10 years ago
  1. # Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software
  5. # Foundation, 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. # This file is part of libasyncns.
  15. #
  16. # Copyright 2005-2008 Lennart Poettering
  17. #
  18. # libasyncns is free software; you can redistribute it and/or modify
  19. # it under the terms of the GNU Lesser General Public License as
  20. # published by the Free Software Foundation, either version 2.1 of the
  21. # License, or (at your option) any later version.
  22. #
  23. # libasyncns is distributed in the hope that it will be useful, but
  24. # WITHOUT ANY WARRANTY; without even the implied warranty of
  25. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  26. # Lesser General Public License for more details.
  27. #
  28. # You should have received a copy of the GNU Lesser General Public
  29. # License along with libasyncns. If not, see
  30. # <http://www.gnu.org/licenses/>.
  31. VPATH = @srcdir@
  32. am__make_dryrun = \
  33. { \
  34. am__dry=no; \
  35. case $$MAKEFLAGS in \
  36. *\\[\ \ ]*) \
  37. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  38. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  39. *) \
  40. for am__flg in $$MAKEFLAGS; do \
  41. case $$am__flg in \
  42. *=*|--*) ;; \
  43. *n*) am__dry=yes; break;; \
  44. esac; \
  45. done;; \
  46. esac; \
  47. test $$am__dry = yes; \
  48. }
  49. pkgdatadir = $(datadir)/@PACKAGE@
  50. pkgincludedir = $(includedir)/@PACKAGE@
  51. pkglibdir = $(libdir)/@PACKAGE@
  52. pkglibexecdir = $(libexecdir)/@PACKAGE@
  53. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  54. install_sh_DATA = $(install_sh) -c -m 644
  55. install_sh_PROGRAM = $(install_sh) -c
  56. install_sh_SCRIPT = $(install_sh) -c
  57. INSTALL_HEADER = $(INSTALL_DATA)
  58. transform = $(program_transform_name)
  59. NORMAL_INSTALL = :
  60. PRE_INSTALL = :
  61. POST_INSTALL = :
  62. NORMAL_UNINSTALL = :
  63. PRE_UNINSTALL = :
  64. POST_UNINSTALL = :
  65. build_triplet = @build@
  66. host_triplet = @host@
  67. subdir = libudns
  68. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in NEWS TODO
  69. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  70. am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
  71. $(top_srcdir)/m4/inet_ntop.m4 $(top_srcdir)/m4/libtool.m4 \
  72. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  73. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  74. $(top_srcdir)/m4/openssl.m4 $(top_srcdir)/m4/polarssl.m4 \
  75. $(top_srcdir)/libev/libev.m4 $(top_srcdir)/configure.ac
  76. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  77. $(ACLOCAL_M4)
  78. mkinstalldirs = $(install_sh) -d
  79. CONFIG_HEADER = $(top_builddir)/config.h
  80. CONFIG_CLEAN_FILES =
  81. CONFIG_CLEAN_VPATH_FILES =
  82. LTLIBRARIES = $(noinst_LTLIBRARIES)
  83. libudns_la_LIBADD =
  84. am__objects_1 = udns_dn.lo udns_dntosp.lo udns_parse.lo \
  85. udns_resolver.lo udns_init.lo udns_misc.lo udns_XtoX.lo \
  86. udns_rr_a.lo udns_rr_ptr.lo udns_rr_mx.lo udns_rr_txt.lo \
  87. udns_bl.lo udns_rr_srv.lo udns_rr_naptr.lo udns_codes.lo \
  88. udns_jran.lo
  89. am_libudns_la_OBJECTS = $(am__objects_1)
  90. libudns_la_OBJECTS = $(am_libudns_la_OBJECTS)
  91. AM_V_lt = $(am__v_lt_@AM_V@)
  92. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  93. am__v_lt_0 = --silent
  94. libudns_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  95. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  96. $(libudns_la_LDFLAGS) $(LDFLAGS) -o $@
  97. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  98. depcomp = $(SHELL) $(top_srcdir)/auto/depcomp
  99. am__depfiles_maybe = depfiles
  100. am__mv = mv -f
  101. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  102. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  103. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  104. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  105. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  106. $(AM_CFLAGS) $(CFLAGS)
  107. AM_V_CC = $(am__v_CC_@AM_V@)
  108. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  109. am__v_CC_0 = @echo " CC " $@;
  110. AM_V_at = $(am__v_at_@AM_V@)
  111. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  112. am__v_at_0 = @
  113. CCLD = $(CC)
  114. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  115. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  116. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  117. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  118. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  119. am__v_CCLD_0 = @echo " CCLD " $@;
  120. AM_V_GEN = $(am__v_GEN_@AM_V@)
  121. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  122. am__v_GEN_0 = @echo " GEN " $@;
  123. SOURCES = $(libudns_la_SOURCES)
  124. DIST_SOURCES = $(libudns_la_SOURCES)
  125. am__can_run_installinfo = \
  126. case $$AM_UPDATE_INFO_DIR in \
  127. n|no|NO) false;; \
  128. *) (install-info --version) >/dev/null 2>&1;; \
  129. esac
  130. ETAGS = etags
  131. CTAGS = ctags
  132. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  133. ACLOCAL = @ACLOCAL@
  134. AMTAR = @AMTAR@
  135. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  136. AR = @AR@
  137. AUTOCONF = @AUTOCONF@
  138. AUTOHEADER = @AUTOHEADER@
  139. AUTOMAKE = @AUTOMAKE@
  140. AWK = @AWK@
  141. CC = @CC@
  142. CCDEPMODE = @CCDEPMODE@
  143. CFLAGS = @CFLAGS@
  144. CPP = @CPP@
  145. CPPFLAGS = @CPPFLAGS@
  146. CYGPATH_W = @CYGPATH_W@
  147. DEFS = @DEFS@
  148. DEPDIR = @DEPDIR@
  149. DLLTOOL = @DLLTOOL@
  150. DSYMUTIL = @DSYMUTIL@
  151. DUMPBIN = @DUMPBIN@
  152. ECHO_C = @ECHO_C@
  153. ECHO_N = @ECHO_N@
  154. ECHO_T = @ECHO_T@
  155. EGREP = @EGREP@
  156. EXEEXT = @EXEEXT@
  157. FGREP = @FGREP@
  158. GREP = @GREP@
  159. INET_NTOP_LIB = @INET_NTOP_LIB@
  160. INSTALL = @INSTALL@
  161. INSTALL_DATA = @INSTALL_DATA@
  162. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  163. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  164. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  165. LD = @LD@
  166. LDFLAGS = @LDFLAGS@
  167. LIBOBJS = @LIBOBJS@
  168. LIBS = @LIBS@
  169. LIBTOOL = @LIBTOOL@
  170. LIPO = @LIPO@
  171. LN_S = @LN_S@
  172. LTLIBOBJS = @LTLIBOBJS@
  173. MAINT = @MAINT@
  174. MAKEINFO = @MAKEINFO@
  175. MANIFEST_TOOL = @MANIFEST_TOOL@
  176. MKDIR_P = @MKDIR_P@
  177. NM = @NM@
  178. NMEDIT = @NMEDIT@
  179. OBJDUMP = @OBJDUMP@
  180. OBJEXT = @OBJEXT@
  181. OTOOL = @OTOOL@
  182. OTOOL64 = @OTOOL64@
  183. PACKAGE = @PACKAGE@
  184. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  185. PACKAGE_NAME = @PACKAGE_NAME@
  186. PACKAGE_STRING = @PACKAGE_STRING@
  187. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  188. PACKAGE_URL = @PACKAGE_URL@
  189. PACKAGE_VERSION = @PACKAGE_VERSION@
  190. PATH_SEPARATOR = @PATH_SEPARATOR@
  191. PTHREAD_CC = @PTHREAD_CC@
  192. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  193. PTHREAD_LIBS = @PTHREAD_LIBS@
  194. RANLIB = @RANLIB@
  195. SED = @SED@
  196. SET_MAKE = @SET_MAKE@
  197. SHELL = @SHELL@
  198. STRIP = @STRIP@
  199. VERSION = @VERSION@
  200. abs_builddir = @abs_builddir@
  201. abs_srcdir = @abs_srcdir@
  202. abs_top_builddir = @abs_top_builddir@
  203. abs_top_srcdir = @abs_top_srcdir@
  204. ac_ct_AR = @ac_ct_AR@
  205. ac_ct_CC = @ac_ct_CC@
  206. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  207. acx_pthread_config = @acx_pthread_config@
  208. am__include = @am__include@
  209. am__leading_dot = @am__leading_dot@
  210. am__quote = @am__quote@
  211. am__tar = @am__tar@
  212. am__untar = @am__untar@
  213. bindir = @bindir@
  214. build = @build@
  215. build_alias = @build_alias@
  216. build_cpu = @build_cpu@
  217. build_os = @build_os@
  218. build_vendor = @build_vendor@
  219. builddir = @builddir@
  220. datadir = @datadir@
  221. datarootdir = @datarootdir@
  222. docdir = @docdir@
  223. dvidir = @dvidir@
  224. exec_prefix = @exec_prefix@
  225. host = @host@
  226. host_alias = @host_alias@
  227. host_cpu = @host_cpu@
  228. host_os = @host_os@
  229. host_vendor = @host_vendor@
  230. htmldir = @htmldir@
  231. includedir = @includedir@
  232. infodir = @infodir@
  233. install_sh = @install_sh@
  234. libdir = @libdir@
  235. libexecdir = @libexecdir@
  236. localedir = @localedir@
  237. localstatedir = @localstatedir@
  238. mandir = @mandir@
  239. mkdir_p = @mkdir_p@
  240. oldincludedir = @oldincludedir@
  241. pdfdir = @pdfdir@
  242. prefix = @prefix@
  243. program_transform_name = @program_transform_name@
  244. psdir = @psdir@
  245. sbindir = @sbindir@
  246. sharedstatedir = @sharedstatedir@
  247. srcdir = @srcdir@
  248. subdirs = @subdirs@
  249. sysconfdir = @sysconfdir@
  250. target_alias = @target_alias@
  251. top_build_prefix = @top_build_prefix@
  252. top_builddir = @top_builddir@
  253. top_srcdir = @top_srcdir@
  254. SRCS = udns_dn.c udns_dntosp.c udns_parse.c udns_resolver.c udns_init.c \
  255. udns_misc.c udns_XtoX.c \
  256. udns_rr_a.c udns_rr_ptr.c udns_rr_mx.c udns_rr_txt.c udns_bl.c \
  257. udns_rr_srv.c udns_rr_naptr.c udns_codes.c udns_jran.c
  258. noinst_LTLIBRARIES = libudns.la
  259. libudns_la_SOURCES = ${SRCS}
  260. libudns_la_LDFLAGS = -static
  261. all: all-am
  262. .SUFFIXES:
  263. .SUFFIXES: .c .lo .o .obj
  264. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  265. @for dep in $?; do \
  266. case '$(am__configure_deps)' in \
  267. *$$dep*) \
  268. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  269. && { if test -f $@; then exit 0; else break; fi; }; \
  270. exit 1;; \
  271. esac; \
  272. done; \
  273. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libudns/Makefile'; \
  274. $(am__cd) $(top_srcdir) && \
  275. $(AUTOMAKE) --foreign libudns/Makefile
  276. .PRECIOUS: Makefile
  277. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  278. @case '$?' in \
  279. *config.status*) \
  280. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  281. *) \
  282. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  283. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  284. esac;
  285. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  286. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  287. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  288. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  289. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  290. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  291. $(am__aclocal_m4_deps):
  292. clean-noinstLTLIBRARIES:
  293. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  294. @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
  295. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  296. test "$$dir" != "$$p" || dir=.; \
  297. echo "rm -f \"$${dir}/so_locations\""; \
  298. rm -f "$${dir}/so_locations"; \
  299. done
  300. libudns.la: $(libudns_la_OBJECTS) $(libudns_la_DEPENDENCIES) $(EXTRA_libudns_la_DEPENDENCIES)
  301. $(AM_V_CCLD)$(libudns_la_LINK) $(libudns_la_OBJECTS) $(libudns_la_LIBADD) $(LIBS)
  302. mostlyclean-compile:
  303. -rm -f *.$(OBJEXT)
  304. distclean-compile:
  305. -rm -f *.tab.c
  306. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_XtoX.Plo@am__quote@
  307. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_bl.Plo@am__quote@
  308. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_codes.Plo@am__quote@
  309. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_dn.Plo@am__quote@
  310. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_dntosp.Plo@am__quote@
  311. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_init.Plo@am__quote@
  312. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_jran.Plo@am__quote@
  313. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_misc.Plo@am__quote@
  314. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_parse.Plo@am__quote@
  315. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_resolver.Plo@am__quote@
  316. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_rr_a.Plo@am__quote@
  317. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_rr_mx.Plo@am__quote@
  318. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_rr_naptr.Plo@am__quote@
  319. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_rr_ptr.Plo@am__quote@
  320. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_rr_srv.Plo@am__quote@
  321. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_rr_txt.Plo@am__quote@
  322. .c.o:
  323. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  324. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  325. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  326. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  327. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  328. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  329. .c.obj:
  330. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  331. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  332. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  333. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  334. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  335. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  336. .c.lo:
  337. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  338. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  339. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  340. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  341. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  342. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  343. mostlyclean-libtool:
  344. -rm -f *.lo
  345. clean-libtool:
  346. -rm -rf .libs _libs
  347. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  348. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  349. unique=`for i in $$list; do \
  350. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  351. done | \
  352. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  353. END { if (nonempty) { for (i in files) print i; }; }'`; \
  354. mkid -fID $$unique
  355. tags: TAGS
  356. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  357. $(TAGS_FILES) $(LISP)
  358. set x; \
  359. here=`pwd`; \
  360. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  361. unique=`for i in $$list; do \
  362. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  363. done | \
  364. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  365. END { if (nonempty) { for (i in files) print i; }; }'`; \
  366. shift; \
  367. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  368. test -n "$$unique" || unique=$$empty_fix; \
  369. if test $$# -gt 0; then \
  370. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  371. "$$@" $$unique; \
  372. else \
  373. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  374. $$unique; \
  375. fi; \
  376. fi
  377. ctags: CTAGS
  378. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  379. $(TAGS_FILES) $(LISP)
  380. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  381. unique=`for i in $$list; do \
  382. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  383. done | \
  384. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  385. END { if (nonempty) { for (i in files) print i; }; }'`; \
  386. test -z "$(CTAGS_ARGS)$$unique" \
  387. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  388. $$unique
  389. GTAGS:
  390. here=`$(am__cd) $(top_builddir) && pwd` \
  391. && $(am__cd) $(top_srcdir) \
  392. && gtags -i $(GTAGS_ARGS) "$$here"
  393. distclean-tags:
  394. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  395. distdir: $(DISTFILES)
  396. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  397. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  398. list='$(DISTFILES)'; \
  399. dist_files=`for file in $$list; do echo $$file; done | \
  400. sed -e "s|^$$srcdirstrip/||;t" \
  401. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  402. case $$dist_files in \
  403. */*) $(MKDIR_P) `echo "$$dist_files" | \
  404. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  405. sort -u` ;; \
  406. esac; \
  407. for file in $$dist_files; do \
  408. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  409. if test -d $$d/$$file; then \
  410. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  411. if test -d "$(distdir)/$$file"; then \
  412. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  413. fi; \
  414. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  415. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  416. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  417. fi; \
  418. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  419. else \
  420. test -f "$(distdir)/$$file" \
  421. || cp -p $$d/$$file "$(distdir)/$$file" \
  422. || exit 1; \
  423. fi; \
  424. done
  425. check-am: all-am
  426. check: check-am
  427. all-am: Makefile $(LTLIBRARIES)
  428. installdirs:
  429. install: install-am
  430. install-exec: install-exec-am
  431. install-data: install-data-am
  432. uninstall: uninstall-am
  433. install-am: all-am
  434. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  435. installcheck: installcheck-am
  436. install-strip:
  437. if test -z '$(STRIP)'; then \
  438. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  439. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  440. install; \
  441. else \
  442. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  443. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  444. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  445. fi
  446. mostlyclean-generic:
  447. clean-generic:
  448. distclean-generic:
  449. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  450. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  451. maintainer-clean-generic:
  452. @echo "This command is intended for maintainers to use"
  453. @echo "it deletes files that may require special tools to rebuild."
  454. clean: clean-am
  455. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  456. mostlyclean-am
  457. distclean: distclean-am
  458. -rm -rf ./$(DEPDIR)
  459. -rm -f Makefile
  460. distclean-am: clean-am distclean-compile distclean-generic \
  461. distclean-tags
  462. dvi: dvi-am
  463. dvi-am:
  464. html: html-am
  465. html-am:
  466. info: info-am
  467. info-am:
  468. install-data-am:
  469. install-dvi: install-dvi-am
  470. install-dvi-am:
  471. install-exec-am:
  472. install-html: install-html-am
  473. install-html-am:
  474. install-info: install-info-am
  475. install-info-am:
  476. install-man:
  477. install-pdf: install-pdf-am
  478. install-pdf-am:
  479. install-ps: install-ps-am
  480. install-ps-am:
  481. installcheck-am:
  482. maintainer-clean: maintainer-clean-am
  483. -rm -rf ./$(DEPDIR)
  484. -rm -f Makefile
  485. maintainer-clean-am: distclean-am maintainer-clean-generic
  486. mostlyclean: mostlyclean-am
  487. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  488. mostlyclean-libtool
  489. pdf: pdf-am
  490. pdf-am:
  491. ps: ps-am
  492. ps-am:
  493. uninstall-am:
  494. .MAKE: install-am install-strip
  495. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  496. clean-libtool clean-noinstLTLIBRARIES ctags distclean \
  497. distclean-compile distclean-generic distclean-libtool \
  498. distclean-tags distdir dvi dvi-am html html-am info info-am \
  499. install install-am install-data install-data-am install-dvi \
  500. install-dvi-am install-exec install-exec-am install-html \
  501. install-html-am install-info install-info-am install-man \
  502. install-pdf install-pdf-am install-ps install-ps-am \
  503. install-strip installcheck installcheck-am installdirs \
  504. maintainer-clean maintainer-clean-generic mostlyclean \
  505. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  506. pdf pdf-am ps ps-am tags uninstall uninstall-am
  507. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  508. # Otherwise a system limit (for SysV at least) may be exceeded.
  509. .NOEXPORT: