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.

606 lines
18 KiB

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