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.

603 lines
18 KiB

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