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.

613 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
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. RM = @RM@
  236. SED = @SED@
  237. SET_MAKE = @SET_MAKE@
  238. SHELL = @SHELL@
  239. STRIP = @STRIP@
  240. VERSION = @VERSION@
  241. XMLTO = @XMLTO@
  242. abs_builddir = @abs_builddir@
  243. abs_srcdir = @abs_srcdir@
  244. abs_top_builddir = @abs_top_builddir@
  245. abs_top_srcdir = @abs_top_srcdir@
  246. ac_ct_AR = @ac_ct_AR@
  247. ac_ct_CC = @ac_ct_CC@
  248. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  249. am__include = @am__include@
  250. am__leading_dot = @am__leading_dot@
  251. am__quote = @am__quote@
  252. am__tar = @am__tar@
  253. am__untar = @am__untar@
  254. ax_pthread_config = @ax_pthread_config@
  255. bindir = @bindir@
  256. build = @build@
  257. build_alias = @build_alias@
  258. build_cpu = @build_cpu@
  259. build_os = @build_os@
  260. build_vendor = @build_vendor@
  261. builddir = @builddir@
  262. datadir = @datadir@
  263. datarootdir = @datarootdir@
  264. docdir = @docdir@
  265. dvidir = @dvidir@
  266. exec_prefix = @exec_prefix@
  267. host = @host@
  268. host_alias = @host_alias@
  269. host_cpu = @host_cpu@
  270. host_os = @host_os@
  271. host_vendor = @host_vendor@
  272. htmldir = @htmldir@
  273. includedir = @includedir@
  274. infodir = @infodir@
  275. install_sh = @install_sh@
  276. libdir = @libdir@
  277. libexecdir = @libexecdir@
  278. localedir = @localedir@
  279. localstatedir = @localstatedir@
  280. mandir = @mandir@
  281. mkdir_p = @mkdir_p@
  282. oldincludedir = @oldincludedir@
  283. pcre_pcreh = @pcre_pcreh@
  284. pcreh = @pcreh@
  285. pdfdir = @pdfdir@
  286. prefix = @prefix@
  287. program_transform_name = @program_transform_name@
  288. psdir = @psdir@
  289. sbindir = @sbindir@
  290. sharedstatedir = @sharedstatedir@
  291. srcdir = @srcdir@
  292. subdirs = @subdirs@
  293. sysconfdir = @sysconfdir@
  294. target_alias = @target_alias@
  295. top_build_prefix = @top_build_prefix@
  296. top_builddir = @top_builddir@
  297. top_srcdir = @top_srcdir@
  298. AUTOMAKE_OPTIONS = foreign
  299. VERSION_INFO = 4:0:0
  300. EXTRA_DIST = LICENSE Changes libev.m4 autogen.sh \
  301. ev_vars.h ev_wrap.h \
  302. ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c \
  303. ev.3 ev.pod Symbols.ev Symbols.event
  304. noinst_MANS = ev.3
  305. noinst_HEADERS = ev.h ev++.h event.h
  306. noinst_LTLIBRARIES = libev.la
  307. libev_la_SOURCES = ev.c event.c
  308. libev_la_LDFLAGS = -version-info $(VERSION_INFO)
  309. all: all-am
  310. .SUFFIXES:
  311. .SUFFIXES: .c .lo .o .obj
  312. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  313. @for dep in $?; do \
  314. case '$(am__configure_deps)' in \
  315. *$$dep*) \
  316. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  317. && { if test -f $@; then exit 0; else break; fi; }; \
  318. exit 1;; \
  319. esac; \
  320. done; \
  321. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libev/Makefile'; \
  322. $(am__cd) $(top_srcdir) && \
  323. $(AUTOMAKE) --foreign libev/Makefile
  324. .PRECIOUS: Makefile
  325. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  326. @case '$?' in \
  327. *config.status*) \
  328. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  329. *) \
  330. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  331. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  332. esac;
  333. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  334. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  335. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  336. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  337. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  338. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  339. $(am__aclocal_m4_deps):
  340. clean-noinstLTLIBRARIES:
  341. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  342. @list='$(noinst_LTLIBRARIES)'; \
  343. locs=`for p in $$list; do echo $$p; done | \
  344. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  345. sort -u`; \
  346. test -z "$$locs" || { \
  347. echo rm -f $${locs}; \
  348. rm -f $${locs}; \
  349. }
  350. libev.la: $(libev_la_OBJECTS) $(libev_la_DEPENDENCIES) $(EXTRA_libev_la_DEPENDENCIES)
  351. $(AM_V_CCLD)$(libev_la_LINK) $(libev_la_OBJECTS) $(libev_la_LIBADD) $(LIBS)
  352. mostlyclean-compile:
  353. -rm -f *.$(OBJEXT)
  354. distclean-compile:
  355. -rm -f *.tab.c
  356. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev.Plo@am__quote@
  357. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@
  358. .c.o:
  359. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  360. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  361. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  362. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  363. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  364. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  365. .c.obj:
  366. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  367. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  368. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  369. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  370. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  371. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  372. .c.lo:
  373. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  374. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  375. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  376. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  377. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  378. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  379. mostlyclean-libtool:
  380. -rm -f *.lo
  381. clean-libtool:
  382. -rm -rf .libs _libs
  383. ID: $(am__tagged_files)
  384. $(am__define_uniq_tagged_files); mkid -fID $$unique
  385. tags: tags-am
  386. TAGS: tags
  387. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  388. set x; \
  389. here=`pwd`; \
  390. $(am__define_uniq_tagged_files); \
  391. shift; \
  392. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  393. test -n "$$unique" || unique=$$empty_fix; \
  394. if test $$# -gt 0; then \
  395. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  396. "$$@" $$unique; \
  397. else \
  398. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  399. $$unique; \
  400. fi; \
  401. fi
  402. ctags: ctags-am
  403. CTAGS: ctags
  404. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  405. $(am__define_uniq_tagged_files); \
  406. test -z "$(CTAGS_ARGS)$$unique" \
  407. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  408. $$unique
  409. GTAGS:
  410. here=`$(am__cd) $(top_builddir) && pwd` \
  411. && $(am__cd) $(top_srcdir) \
  412. && gtags -i $(GTAGS_ARGS) "$$here"
  413. cscopelist: cscopelist-am
  414. cscopelist-am: $(am__tagged_files)
  415. list='$(am__tagged_files)'; \
  416. case "$(srcdir)" in \
  417. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  418. *) sdir=$(subdir)/$(srcdir) ;; \
  419. esac; \
  420. for i in $$list; do \
  421. if test -f "$$i"; then \
  422. echo "$(subdir)/$$i"; \
  423. else \
  424. echo "$$sdir/$$i"; \
  425. fi; \
  426. done >> $(top_builddir)/cscope.files
  427. distclean-tags:
  428. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  429. distdir: $(DISTFILES)
  430. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  431. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  432. list='$(DISTFILES)'; \
  433. dist_files=`for file in $$list; do echo $$file; done | \
  434. sed -e "s|^$$srcdirstrip/||;t" \
  435. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  436. case $$dist_files in \
  437. */*) $(MKDIR_P) `echo "$$dist_files" | \
  438. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  439. sort -u` ;; \
  440. esac; \
  441. for file in $$dist_files; do \
  442. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  443. if test -d $$d/$$file; then \
  444. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  445. if test -d "$(distdir)/$$file"; then \
  446. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  447. fi; \
  448. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  449. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  450. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  451. fi; \
  452. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  453. else \
  454. test -f "$(distdir)/$$file" \
  455. || cp -p $$d/$$file "$(distdir)/$$file" \
  456. || exit 1; \
  457. fi; \
  458. done
  459. check-am: all-am
  460. check: check-am
  461. all-am: Makefile $(LTLIBRARIES) $(HEADERS)
  462. installdirs:
  463. install: install-am
  464. install-exec: install-exec-am
  465. install-data: install-data-am
  466. uninstall: uninstall-am
  467. install-am: all-am
  468. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  469. installcheck: installcheck-am
  470. install-strip:
  471. if test -z '$(STRIP)'; then \
  472. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  473. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  474. install; \
  475. else \
  476. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  477. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  478. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  479. fi
  480. mostlyclean-generic:
  481. clean-generic:
  482. distclean-generic:
  483. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  484. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  485. maintainer-clean-generic:
  486. @echo "This command is intended for maintainers to use"
  487. @echo "it deletes files that may require special tools to rebuild."
  488. clean: clean-am
  489. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  490. mostlyclean-am
  491. distclean: distclean-am
  492. -rm -rf ./$(DEPDIR)
  493. -rm -f Makefile
  494. distclean-am: clean-am distclean-compile distclean-generic \
  495. distclean-tags
  496. dvi: dvi-am
  497. dvi-am:
  498. html: html-am
  499. html-am:
  500. info: info-am
  501. info-am:
  502. install-data-am:
  503. install-dvi: install-dvi-am
  504. install-dvi-am:
  505. install-exec-am:
  506. install-html: install-html-am
  507. install-html-am:
  508. install-info: install-info-am
  509. install-info-am:
  510. install-man:
  511. install-pdf: install-pdf-am
  512. install-pdf-am:
  513. install-ps: install-ps-am
  514. install-ps-am:
  515. installcheck-am:
  516. maintainer-clean: maintainer-clean-am
  517. -rm -rf ./$(DEPDIR)
  518. -rm -f Makefile
  519. maintainer-clean-am: distclean-am maintainer-clean-generic
  520. mostlyclean: mostlyclean-am
  521. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  522. mostlyclean-libtool
  523. pdf: pdf-am
  524. pdf-am:
  525. ps: ps-am
  526. ps-am:
  527. uninstall-am:
  528. .MAKE: install-am install-strip
  529. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  530. clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
  531. ctags-am distclean distclean-compile distclean-generic \
  532. distclean-libtool distclean-tags distdir dvi dvi-am html \
  533. html-am info info-am install install-am install-data \
  534. install-data-am install-dvi install-dvi-am install-exec \
  535. install-exec-am install-html install-html-am install-info \
  536. install-info-am install-man install-pdf install-pdf-am \
  537. install-ps install-ps-am install-strip installcheck \
  538. installcheck-am installdirs maintainer-clean \
  539. maintainer-clean-generic mostlyclean mostlyclean-compile \
  540. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  541. tags tags-am uninstall uninstall-am
  542. ev.3: ev.pod
  543. pod2man -n LIBEV -r "libev-$(VERSION)" -c "libev - high performance full featured event loop" -s3 <$< >$@
  544. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  545. # Otherwise a system limit (for SysV at least) may be exceeded.
  546. .NOEXPORT: