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.

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