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.

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