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.

677 lines
22 KiB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
  1. # Makefile.in generated by automake 1.12.5 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2012 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__make_dryrun = \
  14. { \
  15. am__dry=no; \
  16. case $$MAKEFLAGS in \
  17. *\\[\ \ ]*) \
  18. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  19. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  20. *) \
  21. for am__flg in $$MAKEFLAGS; do \
  22. case $$am__flg in \
  23. *=*|--*) ;; \
  24. *n*) am__dry=yes; break;; \
  25. esac; \
  26. done;; \
  27. esac; \
  28. test $$am__dry = yes; \
  29. }
  30. pkgdatadir = $(datadir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32. pkglibdir = $(libdir)/@PACKAGE@
  33. pkglibexecdir = $(libexecdir)/@PACKAGE@
  34. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  35. install_sh_DATA = $(install_sh) -c -m 644
  36. install_sh_PROGRAM = $(install_sh) -c
  37. install_sh_SCRIPT = $(install_sh) -c
  38. INSTALL_HEADER = $(INSTALL_DATA)
  39. transform = $(program_transform_name)
  40. NORMAL_INSTALL = :
  41. PRE_INSTALL = :
  42. POST_INSTALL = :
  43. NORMAL_UNINSTALL = :
  44. PRE_UNINSTALL = :
  45. POST_UNINSTALL = :
  46. build_triplet = @build@
  47. host_triplet = @host@
  48. subdir = libev
  49. DIST_COMMON = README $(include_HEADERS) $(srcdir)/Makefile.am \
  50. $(srcdir)/Makefile.in $(top_srcdir)/depcomp config.guess \
  51. config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
  52. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  53. am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
  54. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  55. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  56. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/libev/libev.m4 \
  57. $(top_srcdir)/configure.ac
  58. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  59. $(ACLOCAL_M4)
  60. mkinstalldirs = $(install_sh) -d
  61. CONFIG_HEADER = $(top_builddir)/config.h
  62. CONFIG_CLEAN_FILES =
  63. CONFIG_CLEAN_VPATH_FILES =
  64. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  65. am__vpath_adj = case $$p in \
  66. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  67. *) f=$$p;; \
  68. esac;
  69. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  70. am__install_max = 40
  71. am__nobase_strip_setup = \
  72. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  73. am__nobase_strip = \
  74. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  75. am__nobase_list = $(am__nobase_strip_setup); \
  76. for p in $$list; do echo "$$p $$p"; done | \
  77. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  78. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  79. if (++n[$$2] == $(am__install_max)) \
  80. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  81. END { for (dir in files) print dir, files[dir] }'
  82. am__base_list = \
  83. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  84. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  85. am__uninstall_files_from_dir = { \
  86. test -z "$$files" \
  87. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  88. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  89. $(am__cd) "$$dir" && rm -f $$files; }; \
  90. }
  91. am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" \
  92. "$(DESTDIR)$(includedir)"
  93. LTLIBRARIES = $(lib_LTLIBRARIES)
  94. libev_la_LIBADD =
  95. am_libev_la_OBJECTS = ev.lo event.lo
  96. libev_la_OBJECTS = $(am_libev_la_OBJECTS)
  97. libev_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  98. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libev_la_LDFLAGS) \
  99. $(LDFLAGS) -o $@
  100. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  101. depcomp = $(SHELL) $(top_srcdir)/depcomp
  102. am__depfiles_maybe = depfiles
  103. am__mv = mv -f
  104. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  105. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  106. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  107. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  108. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  109. CCLD = $(CC)
  110. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  111. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  112. $(LDFLAGS) -o $@
  113. SOURCES = $(libev_la_SOURCES)
  114. DIST_SOURCES = $(libev_la_SOURCES)
  115. am__can_run_installinfo = \
  116. case $$AM_UPDATE_INFO_DIR in \
  117. n|no|NO) false;; \
  118. *) (install-info --version) >/dev/null 2>&1;; \
  119. esac
  120. man3dir = $(mandir)/man3
  121. NROFF = nroff
  122. MANS = $(man_MANS)
  123. HEADERS = $(include_HEADERS)
  124. ETAGS = etags
  125. CTAGS = ctags
  126. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  127. ACLOCAL = @ACLOCAL@
  128. AMTAR = @AMTAR@
  129. AR = @AR@
  130. AUTOCONF = @AUTOCONF@
  131. AUTOHEADER = @AUTOHEADER@
  132. AUTOMAKE = @AUTOMAKE@
  133. AWK = @AWK@
  134. CC = @CC@
  135. CCDEPMODE = @CCDEPMODE@
  136. CFLAGS = @CFLAGS@
  137. CPP = @CPP@
  138. CPPFLAGS = @CPPFLAGS@
  139. CYGPATH_W = @CYGPATH_W@
  140. DEFS = @DEFS@
  141. DEPDIR = @DEPDIR@
  142. DLLTOOL = @DLLTOOL@
  143. DSYMUTIL = @DSYMUTIL@
  144. DUMPBIN = @DUMPBIN@
  145. ECHO_C = @ECHO_C@
  146. ECHO_N = @ECHO_N@
  147. ECHO_T = @ECHO_T@
  148. EGREP = @EGREP@
  149. EXEEXT = @EXEEXT@
  150. FGREP = @FGREP@
  151. GREP = @GREP@
  152. INSTALL = @INSTALL@
  153. INSTALL_DATA = @INSTALL_DATA@
  154. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  155. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  156. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  157. LD = @LD@
  158. LDFLAGS = @LDFLAGS@
  159. LIBOBJS = @LIBOBJS@
  160. LIBS = @LIBS@
  161. LIBTOOL = @LIBTOOL@
  162. LIPO = @LIPO@
  163. LN_S = @LN_S@
  164. LTLIBOBJS = @LTLIBOBJS@
  165. MAKEINFO = @MAKEINFO@
  166. MANIFEST_TOOL = @MANIFEST_TOOL@
  167. MKDIR_P = @MKDIR_P@
  168. NM = @NM@
  169. NMEDIT = @NMEDIT@
  170. OBJDUMP = @OBJDUMP@
  171. OBJEXT = @OBJEXT@
  172. OTOOL = @OTOOL@
  173. OTOOL64 = @OTOOL64@
  174. PACKAGE = @PACKAGE@
  175. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  176. PACKAGE_NAME = @PACKAGE_NAME@
  177. PACKAGE_STRING = @PACKAGE_STRING@
  178. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  179. PACKAGE_URL = @PACKAGE_URL@
  180. PACKAGE_VERSION = @PACKAGE_VERSION@
  181. PATH_SEPARATOR = @PATH_SEPARATOR@
  182. PTHREAD_CC = @PTHREAD_CC@
  183. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  184. PTHREAD_LIBS = @PTHREAD_LIBS@
  185. RANLIB = @RANLIB@
  186. SED = @SED@
  187. SET_MAKE = @SET_MAKE@
  188. SHELL = @SHELL@
  189. STRIP = @STRIP@
  190. VERSION = @VERSION@
  191. abs_builddir = @abs_builddir@
  192. abs_srcdir = @abs_srcdir@
  193. abs_top_builddir = @abs_top_builddir@
  194. abs_top_srcdir = @abs_top_srcdir@
  195. ac_ct_AR = @ac_ct_AR@
  196. ac_ct_CC = @ac_ct_CC@
  197. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  198. acx_pthread_config = @acx_pthread_config@
  199. am__include = @am__include@
  200. am__leading_dot = @am__leading_dot@
  201. am__quote = @am__quote@
  202. am__tar = @am__tar@
  203. am__untar = @am__untar@
  204. bindir = @bindir@
  205. build = @build@
  206. build_alias = @build_alias@
  207. build_cpu = @build_cpu@
  208. build_os = @build_os@
  209. build_vendor = @build_vendor@
  210. builddir = @builddir@
  211. datadir = @datadir@
  212. datarootdir = @datarootdir@
  213. docdir = @docdir@
  214. dvidir = @dvidir@
  215. exec_prefix = @exec_prefix@
  216. host = @host@
  217. host_alias = @host_alias@
  218. host_cpu = @host_cpu@
  219. host_os = @host_os@
  220. host_vendor = @host_vendor@
  221. htmldir = @htmldir@
  222. includedir = @includedir@
  223. infodir = @infodir@
  224. install_sh = @install_sh@
  225. libdir = @libdir@
  226. libexecdir = @libexecdir@
  227. localedir = @localedir@
  228. localstatedir = @localstatedir@
  229. mandir = @mandir@
  230. mkdir_p = @mkdir_p@
  231. oldincludedir = @oldincludedir@
  232. pdfdir = @pdfdir@
  233. prefix = @prefix@
  234. program_transform_name = @program_transform_name@
  235. psdir = @psdir@
  236. sbindir = @sbindir@
  237. sharedstatedir = @sharedstatedir@
  238. srcdir = @srcdir@
  239. sysconfdir = @sysconfdir@
  240. target_alias = @target_alias@
  241. top_build_prefix = @top_build_prefix@
  242. top_builddir = @top_builddir@
  243. top_srcdir = @top_srcdir@
  244. AUTOMAKE_OPTIONS = foreign
  245. VERSION_INFO = 4:0:0
  246. EXTRA_DIST = LICENSE Changes libev.m4 autogen.sh \
  247. ev_vars.h ev_wrap.h \
  248. ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c \
  249. ev.3 ev.pod Symbols.ev Symbols.event
  250. man_MANS = ev.3
  251. include_HEADERS = ev.h ev++.h event.h
  252. lib_LTLIBRARIES = libev.la
  253. libev_la_SOURCES = ev.c event.c
  254. libev_la_LDFLAGS = -static -version-info $(VERSION_INFO)
  255. all: all-am
  256. .SUFFIXES:
  257. .SUFFIXES: .c .lo .o .obj
  258. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  259. @for dep in $?; do \
  260. case '$(am__configure_deps)' in \
  261. *$$dep*) \
  262. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  263. && { if test -f $@; then exit 0; else break; fi; }; \
  264. exit 1;; \
  265. esac; \
  266. done; \
  267. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libev/Makefile'; \
  268. $(am__cd) $(top_srcdir) && \
  269. $(AUTOMAKE) --foreign libev/Makefile
  270. .PRECIOUS: Makefile
  271. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  272. @case '$?' in \
  273. *config.status*) \
  274. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  275. *) \
  276. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  277. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  278. esac;
  279. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  280. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  281. $(top_srcdir)/configure: $(am__configure_deps)
  282. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  283. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  284. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  285. $(am__aclocal_m4_deps):
  286. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  287. @$(NORMAL_INSTALL)
  288. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  289. list2=; for p in $$list; do \
  290. if test -f $$p; then \
  291. list2="$$list2 $$p"; \
  292. else :; fi; \
  293. done; \
  294. test -z "$$list2" || { \
  295. echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  296. $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  297. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  298. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  299. }
  300. uninstall-libLTLIBRARIES:
  301. @$(NORMAL_UNINSTALL)
  302. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  303. for p in $$list; do \
  304. $(am__strip_dir) \
  305. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  306. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  307. done
  308. clean-libLTLIBRARIES:
  309. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  310. @list='$(lib_LTLIBRARIES)'; \
  311. locs=`for p in $$list; do echo $$p; done | \
  312. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  313. sort -u`; \
  314. test -z "$$locs" || { \
  315. echo rm -f $${locs}; \
  316. rm -f $${locs}; \
  317. }
  318. libev.la: $(libev_la_OBJECTS) $(libev_la_DEPENDENCIES) $(EXTRA_libev_la_DEPENDENCIES)
  319. $(libev_la_LINK) -rpath $(libdir) $(libev_la_OBJECTS) $(libev_la_LIBADD) $(LIBS)
  320. mostlyclean-compile:
  321. -rm -f *.$(OBJEXT)
  322. distclean-compile:
  323. -rm -f *.tab.c
  324. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev.Plo@am__quote@
  325. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@
  326. .c.o:
  327. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  328. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  329. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  330. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  331. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  332. .c.obj:
  333. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  334. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  335. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  336. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  337. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  338. .c.lo:
  339. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  340. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  341. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  342. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  343. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  344. mostlyclean-libtool:
  345. -rm -f *.lo
  346. clean-libtool:
  347. -rm -rf .libs _libs
  348. install-man3: $(man_MANS)
  349. @$(NORMAL_INSTALL)
  350. @list1=''; \
  351. list2='$(man_MANS)'; \
  352. test -n "$(man3dir)" \
  353. && test -n "`echo $$list1$$list2`" \
  354. || exit 0; \
  355. echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
  356. $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
  357. { for i in $$list1; do echo "$$i"; done; \
  358. if test -n "$$list2"; then \
  359. for i in $$list2; do echo "$$i"; done \
  360. | sed -n '/\.3[a-z]*$$/p'; \
  361. fi; \
  362. } | while read p; do \
  363. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  364. echo "$$d$$p"; echo "$$p"; \
  365. done | \
  366. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
  367. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  368. sed 'N;N;s,\n, ,g' | { \
  369. list=; while read file base inst; do \
  370. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  371. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
  372. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
  373. fi; \
  374. done; \
  375. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  376. while read files; do \
  377. test -z "$$files" || { \
  378. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
  379. $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
  380. done; }
  381. uninstall-man3:
  382. @$(NORMAL_UNINSTALL)
  383. @list=''; test -n "$(man3dir)" || exit 0; \
  384. files=`{ for i in $$list; do echo "$$i"; done; \
  385. l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  386. sed -n '/\.3[a-z]*$$/p'; \
  387. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
  388. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  389. dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
  390. install-includeHEADERS: $(include_HEADERS)
  391. @$(NORMAL_INSTALL)
  392. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  393. if test -n "$$list"; then \
  394. echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
  395. $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
  396. fi; \
  397. for p in $$list; do \
  398. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  399. echo "$$d$$p"; \
  400. done | $(am__base_list) | \
  401. while read files; do \
  402. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
  403. $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
  404. done
  405. uninstall-includeHEADERS:
  406. @$(NORMAL_UNINSTALL)
  407. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  408. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  409. dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
  410. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  411. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  412. unique=`for i in $$list; do \
  413. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  414. done | \
  415. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  416. END { if (nonempty) { for (i in files) print i; }; }'`; \
  417. mkid -fID $$unique
  418. tags: TAGS
  419. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  420. $(TAGS_FILES) $(LISP)
  421. set x; \
  422. here=`pwd`; \
  423. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  424. unique=`for i in $$list; do \
  425. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  426. done | \
  427. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  428. END { if (nonempty) { for (i in files) print i; }; }'`; \
  429. shift; \
  430. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  431. test -n "$$unique" || unique=$$empty_fix; \
  432. if test $$# -gt 0; then \
  433. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  434. "$$@" $$unique; \
  435. else \
  436. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  437. $$unique; \
  438. fi; \
  439. fi
  440. ctags: CTAGS
  441. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  442. $(TAGS_FILES) $(LISP)
  443. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  444. unique=`for i in $$list; do \
  445. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  446. done | \
  447. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  448. END { if (nonempty) { for (i in files) print i; }; }'`; \
  449. test -z "$(CTAGS_ARGS)$$unique" \
  450. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  451. $$unique
  452. GTAGS:
  453. here=`$(am__cd) $(top_builddir) && pwd` \
  454. && $(am__cd) $(top_srcdir) \
  455. && gtags -i $(GTAGS_ARGS) "$$here"
  456. cscopelist: $(HEADERS) $(SOURCES) $(LISP)
  457. list='$(SOURCES) $(HEADERS) $(LISP)'; \
  458. case "$(srcdir)" in \
  459. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  460. *) sdir=$(subdir)/$(srcdir) ;; \
  461. esac; \
  462. for i in $$list; do \
  463. if test -f "$$i"; then \
  464. echo "$(subdir)/$$i"; \
  465. else \
  466. echo "$$sdir/$$i"; \
  467. fi; \
  468. done >> $(top_builddir)/cscope.files
  469. distclean-tags:
  470. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  471. distdir: $(DISTFILES)
  472. @list='$(MANS)'; if test -n "$$list"; then \
  473. list=`for p in $$list; do \
  474. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  475. if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
  476. if test -n "$$list" && \
  477. grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
  478. echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
  479. grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
  480. echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
  481. echo " typically 'make maintainer-clean' will remove them" >&2; \
  482. exit 1; \
  483. else :; fi; \
  484. else :; fi
  485. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  486. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  487. list='$(DISTFILES)'; \
  488. dist_files=`for file in $$list; do echo $$file; done | \
  489. sed -e "s|^$$srcdirstrip/||;t" \
  490. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  491. case $$dist_files in \
  492. */*) $(MKDIR_P) `echo "$$dist_files" | \
  493. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  494. sort -u` ;; \
  495. esac; \
  496. for file in $$dist_files; do \
  497. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  498. if test -d $$d/$$file; then \
  499. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  500. if test -d "$(distdir)/$$file"; then \
  501. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  502. fi; \
  503. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  504. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  505. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  506. fi; \
  507. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  508. else \
  509. test -f "$(distdir)/$$file" \
  510. || cp -p $$d/$$file "$(distdir)/$$file" \
  511. || exit 1; \
  512. fi; \
  513. done
  514. check-am: all-am
  515. check: check-am
  516. all-am: Makefile $(LTLIBRARIES) $(MANS) $(HEADERS)
  517. installdirs:
  518. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)"; do \
  519. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  520. done
  521. install: install-am
  522. install-exec: install-exec-am
  523. install-data: install-data-am
  524. uninstall: uninstall-am
  525. install-am: all-am
  526. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  527. installcheck: installcheck-am
  528. install-strip:
  529. if test -z '$(STRIP)'; then \
  530. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  531. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  532. install; \
  533. else \
  534. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  535. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  536. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  537. fi
  538. mostlyclean-generic:
  539. clean-generic:
  540. distclean-generic:
  541. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  542. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  543. maintainer-clean-generic:
  544. @echo "This command is intended for maintainers to use"
  545. @echo "it deletes files that may require special tools to rebuild."
  546. clean: clean-am
  547. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  548. mostlyclean-am
  549. distclean: distclean-am
  550. -rm -rf ./$(DEPDIR)
  551. -rm -f Makefile
  552. distclean-am: clean-am distclean-compile distclean-generic \
  553. distclean-tags
  554. dvi: dvi-am
  555. dvi-am:
  556. html: html-am
  557. html-am:
  558. info: info-am
  559. info-am:
  560. install-data-am: install-includeHEADERS install-man
  561. install-dvi: install-dvi-am
  562. install-dvi-am:
  563. install-exec-am: install-libLTLIBRARIES
  564. install-html: install-html-am
  565. install-html-am:
  566. install-info: install-info-am
  567. install-info-am:
  568. install-man: install-man3
  569. install-pdf: install-pdf-am
  570. install-pdf-am:
  571. install-ps: install-ps-am
  572. install-ps-am:
  573. installcheck-am:
  574. maintainer-clean: maintainer-clean-am
  575. -rm -rf ./$(DEPDIR)
  576. -rm -f Makefile
  577. maintainer-clean-am: distclean-am maintainer-clean-generic
  578. mostlyclean: mostlyclean-am
  579. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  580. mostlyclean-libtool
  581. pdf: pdf-am
  582. pdf-am:
  583. ps: ps-am
  584. ps-am:
  585. uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
  586. uninstall-man
  587. uninstall-man: uninstall-man3
  588. .MAKE: install-am install-strip
  589. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  590. clean-libLTLIBRARIES clean-libtool cscopelist ctags distclean \
  591. distclean-compile distclean-generic distclean-libtool \
  592. distclean-tags distdir dvi dvi-am html html-am info info-am \
  593. install install-am install-data install-data-am install-dvi \
  594. install-dvi-am install-exec install-exec-am install-html \
  595. install-html-am install-includeHEADERS install-info \
  596. install-info-am install-libLTLIBRARIES install-man \
  597. install-man3 install-pdf install-pdf-am install-ps \
  598. install-ps-am install-strip installcheck installcheck-am \
  599. installdirs maintainer-clean maintainer-clean-generic \
  600. mostlyclean mostlyclean-compile mostlyclean-generic \
  601. mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
  602. uninstall-am uninstall-includeHEADERS uninstall-libLTLIBRARIES \
  603. uninstall-man uninstall-man3
  604. ev.3: ev.pod
  605. pod2man -n LIBEV -r "libev-$(VERSION)" -c "libev - high performance full featured event loop" -s3 <$< >$@
  606. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  607. # Otherwise a system limit (for SysV at least) may be exceeded.
  608. .NOEXPORT: