/src/unix/ev/Makefile.in

http://github.com/joyent/libuv · Autoconf · 771 lines · 676 code · 78 blank · 17 comment · 157 complexity · 6fa7a91ca993658b33b9e3afc92a0c80 MD5 · raw file

  1. # Makefile.in generated by automake 1.11.1 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 Free Software Foundation,
  5. # 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 = .
  34. DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
  35. $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  36. $(srcdir)/config.h.in $(top_srcdir)/configure config.guess \
  37. config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
  38. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  39. am__aclocal_m4_deps = $(top_srcdir)/libev.m4 \
  40. $(top_srcdir)/configure.ac
  41. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  42. $(ACLOCAL_M4)
  43. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  44. configure.lineno config.status.lineno
  45. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  46. CONFIG_HEADER = config.h
  47. CONFIG_CLEAN_FILES =
  48. CONFIG_CLEAN_VPATH_FILES =
  49. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  50. am__vpath_adj = case $$p in \
  51. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  52. *) f=$$p;; \
  53. esac;
  54. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  55. am__install_max = 40
  56. am__nobase_strip_setup = \
  57. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  58. am__nobase_strip = \
  59. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  60. am__nobase_list = $(am__nobase_strip_setup); \
  61. for p in $$list; do echo "$$p $$p"; done | \
  62. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  63. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  64. if (++n[$$2] == $(am__install_max)) \
  65. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  66. END { for (dir in files) print dir, files[dir] }'
  67. am__base_list = \
  68. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  69. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  70. am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" \
  71. "$(DESTDIR)$(includedir)"
  72. LTLIBRARIES = $(lib_LTLIBRARIES)
  73. libev_la_LIBADD =
  74. am_libev_la_OBJECTS = ev.lo event.lo
  75. libev_la_OBJECTS = $(am_libev_la_OBJECTS)
  76. libev_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  77. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libev_la_LDFLAGS) \
  78. $(LDFLAGS) -o $@
  79. DEFAULT_INCLUDES = -I.@am__isrc@
  80. depcomp = $(SHELL) $(top_srcdir)/depcomp
  81. am__depfiles_maybe = depfiles
  82. am__mv = mv -f
  83. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  84. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  85. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  86. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  87. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  88. CCLD = $(CC)
  89. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  90. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  91. $(LDFLAGS) -o $@
  92. SOURCES = $(libev_la_SOURCES)
  93. DIST_SOURCES = $(libev_la_SOURCES)
  94. man3dir = $(mandir)/man3
  95. NROFF = nroff
  96. MANS = $(man_MANS)
  97. HEADERS = $(include_HEADERS)
  98. ETAGS = etags
  99. CTAGS = ctags
  100. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  101. distdir = $(PACKAGE)-$(VERSION)
  102. top_distdir = $(distdir)
  103. am__remove_distdir = \
  104. { test ! -d "$(distdir)" \
  105. || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  106. && rm -fr "$(distdir)"; }; }
  107. DIST_ARCHIVES = $(distdir).tar.gz
  108. GZIP_ENV = --best
  109. distuninstallcheck_listfiles = find . -type f -print
  110. distcleancheck_listfiles = find . -type f -print
  111. ACLOCAL = @ACLOCAL@
  112. AMTAR = @AMTAR@
  113. AR = @AR@
  114. AUTOCONF = @AUTOCONF@
  115. AUTOHEADER = @AUTOHEADER@
  116. AUTOMAKE = @AUTOMAKE@
  117. AWK = @AWK@
  118. CC = @CC@
  119. CCDEPMODE = @CCDEPMODE@
  120. CFLAGS = @CFLAGS@
  121. CPP = @CPP@
  122. CPPFLAGS = @CPPFLAGS@
  123. CYGPATH_W = @CYGPATH_W@
  124. DEFS = @DEFS@
  125. DEPDIR = @DEPDIR@
  126. DSYMUTIL = @DSYMUTIL@
  127. DUMPBIN = @DUMPBIN@
  128. ECHO_C = @ECHO_C@
  129. ECHO_N = @ECHO_N@
  130. ECHO_T = @ECHO_T@
  131. EGREP = @EGREP@
  132. EXEEXT = @EXEEXT@
  133. FGREP = @FGREP@
  134. GREP = @GREP@
  135. INSTALL = @INSTALL@
  136. INSTALL_DATA = @INSTALL_DATA@
  137. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  138. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  139. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  140. LD = @LD@
  141. LDFLAGS = @LDFLAGS@
  142. LIBOBJS = @LIBOBJS@
  143. LIBS = @LIBS@
  144. LIBTOOL = @LIBTOOL@
  145. LIPO = @LIPO@
  146. LN_S = @LN_S@
  147. LTLIBOBJS = @LTLIBOBJS@
  148. MAINT = @MAINT@
  149. MAKEINFO = @MAKEINFO@
  150. MKDIR_P = @MKDIR_P@
  151. NM = @NM@
  152. NMEDIT = @NMEDIT@
  153. OBJDUMP = @OBJDUMP@
  154. OBJEXT = @OBJEXT@
  155. OTOOL = @OTOOL@
  156. OTOOL64 = @OTOOL64@
  157. PACKAGE = @PACKAGE@
  158. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  159. PACKAGE_NAME = @PACKAGE_NAME@
  160. PACKAGE_STRING = @PACKAGE_STRING@
  161. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  162. PACKAGE_URL = @PACKAGE_URL@
  163. PACKAGE_VERSION = @PACKAGE_VERSION@
  164. PATH_SEPARATOR = @PATH_SEPARATOR@
  165. RANLIB = @RANLIB@
  166. SED = @SED@
  167. SET_MAKE = @SET_MAKE@
  168. SHELL = @SHELL@
  169. STRIP = @STRIP@
  170. VERSION = @VERSION@
  171. abs_builddir = @abs_builddir@
  172. abs_srcdir = @abs_srcdir@
  173. abs_top_builddir = @abs_top_builddir@
  174. abs_top_srcdir = @abs_top_srcdir@
  175. ac_ct_CC = @ac_ct_CC@
  176. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  177. am__include = @am__include@
  178. am__leading_dot = @am__leading_dot@
  179. am__quote = @am__quote@
  180. am__tar = @am__tar@
  181. am__untar = @am__untar@
  182. bindir = @bindir@
  183. build = @build@
  184. build_alias = @build_alias@
  185. build_cpu = @build_cpu@
  186. build_os = @build_os@
  187. build_vendor = @build_vendor@
  188. builddir = @builddir@
  189. datadir = @datadir@
  190. datarootdir = @datarootdir@
  191. docdir = @docdir@
  192. dvidir = @dvidir@
  193. exec_prefix = @exec_prefix@
  194. host = @host@
  195. host_alias = @host_alias@
  196. host_cpu = @host_cpu@
  197. host_os = @host_os@
  198. host_vendor = @host_vendor@
  199. htmldir = @htmldir@
  200. includedir = @includedir@
  201. infodir = @infodir@
  202. install_sh = @install_sh@
  203. libdir = @libdir@
  204. libexecdir = @libexecdir@
  205. localedir = @localedir@
  206. localstatedir = @localstatedir@
  207. lt_ECHO = @lt_ECHO@
  208. mandir = @mandir@
  209. mkdir_p = @mkdir_p@
  210. oldincludedir = @oldincludedir@
  211. pdfdir = @pdfdir@
  212. prefix = @prefix@
  213. program_transform_name = @program_transform_name@
  214. psdir = @psdir@
  215. sbindir = @sbindir@
  216. sharedstatedir = @sharedstatedir@
  217. srcdir = @srcdir@
  218. sysconfdir = @sysconfdir@
  219. target_alias = @target_alias@
  220. top_build_prefix = @top_build_prefix@
  221. top_builddir = @top_builddir@
  222. top_srcdir = @top_srcdir@
  223. AUTOMAKE_OPTIONS = foreign
  224. VERSION_INFO = 4:0:0
  225. EXTRA_DIST = LICENSE Changes libev.m4 autogen.sh \
  226. ev_vars.h ev_wrap.h \
  227. ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c \
  228. ev.3 ev.pod
  229. man_MANS = ev.3
  230. include_HEADERS = ev.h ev++.h event.h
  231. lib_LTLIBRARIES = libev.la
  232. libev_la_SOURCES = ev.c event.c
  233. libev_la_LDFLAGS = -version-info $(VERSION_INFO)
  234. all: config.h
  235. $(MAKE) $(AM_MAKEFLAGS) all-am
  236. .SUFFIXES:
  237. .SUFFIXES: .c .lo .o .obj
  238. am--refresh:
  239. @:
  240. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  241. @for dep in $?; do \
  242. case '$(am__configure_deps)' in \
  243. *$$dep*) \
  244. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  245. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  246. && exit 0; \
  247. exit 1;; \
  248. esac; \
  249. done; \
  250. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  251. $(am__cd) $(top_srcdir) && \
  252. $(AUTOMAKE) --foreign Makefile
  253. .PRECIOUS: Makefile
  254. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  255. @case '$?' in \
  256. *config.status*) \
  257. echo ' $(SHELL) ./config.status'; \
  258. $(SHELL) ./config.status;; \
  259. *) \
  260. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  261. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  262. esac;
  263. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  264. $(SHELL) ./config.status --recheck
  265. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  266. $(am__cd) $(srcdir) && $(AUTOCONF)
  267. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  268. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  269. $(am__aclocal_m4_deps):
  270. config.h: stamp-h1
  271. @if test ! -f $@; then \
  272. rm -f stamp-h1; \
  273. $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
  274. else :; fi
  275. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  276. @rm -f stamp-h1
  277. cd $(top_builddir) && $(SHELL) ./config.status config.h
  278. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  279. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  280. rm -f stamp-h1
  281. touch $@
  282. distclean-hdr:
  283. -rm -f config.h stamp-h1
  284. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  285. @$(NORMAL_INSTALL)
  286. test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
  287. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  288. list2=; for p in $$list; do \
  289. if test -f $$p; then \
  290. list2="$$list2 $$p"; \
  291. else :; fi; \
  292. done; \
  293. test -z "$$list2" || { \
  294. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  295. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  296. }
  297. uninstall-libLTLIBRARIES:
  298. @$(NORMAL_UNINSTALL)
  299. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  300. for p in $$list; do \
  301. $(am__strip_dir) \
  302. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  303. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  304. done
  305. clean-libLTLIBRARIES:
  306. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  307. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  308. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  309. test "$$dir" != "$$p" || dir=.; \
  310. echo "rm -f \"$${dir}/so_locations\""; \
  311. rm -f "$${dir}/so_locations"; \
  312. done
  313. libev.la: $(libev_la_OBJECTS) $(libev_la_DEPENDENCIES)
  314. $(libev_la_LINK) -rpath $(libdir) $(libev_la_OBJECTS) $(libev_la_LIBADD) $(LIBS)
  315. mostlyclean-compile:
  316. -rm -f *.$(OBJEXT)
  317. distclean-compile:
  318. -rm -f *.tab.c
  319. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev.Plo@am__quote@
  320. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@
  321. .c.o:
  322. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  323. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  324. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  325. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  326. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  327. .c.obj:
  328. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  329. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  330. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  331. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  332. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  333. .c.lo:
  334. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  335. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  336. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  337. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  338. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  339. mostlyclean-libtool:
  340. -rm -f *.lo
  341. clean-libtool:
  342. -rm -rf .libs _libs
  343. distclean-libtool:
  344. -rm -f libtool config.lt
  345. install-man3: $(man_MANS)
  346. @$(NORMAL_INSTALL)
  347. test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
  348. @list=''; test -n "$(man3dir)" || exit 0; \
  349. { 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. } | while read p; do \
  353. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  354. echo "$$d$$p"; echo "$$p"; \
  355. done | \
  356. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
  357. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  358. sed 'N;N;s,\n, ,g' | { \
  359. list=; while read file base inst; do \
  360. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  361. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
  362. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
  363. fi; \
  364. done; \
  365. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  366. while read files; do \
  367. test -z "$$files" || { \
  368. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
  369. $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
  370. done; }
  371. uninstall-man3:
  372. @$(NORMAL_UNINSTALL)
  373. @list=''; test -n "$(man3dir)" || exit 0; \
  374. files=`{ for i in $$list; do echo "$$i"; done; \
  375. l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  376. sed -n '/\.3[a-z]*$$/p'; \
  377. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
  378. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  379. test -z "$$files" || { \
  380. echo " ( cd '$(DESTDIR)$(man3dir)' && rm -f" $$files ")"; \
  381. cd "$(DESTDIR)$(man3dir)" && rm -f $$files; }
  382. install-includeHEADERS: $(include_HEADERS)
  383. @$(NORMAL_INSTALL)
  384. test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
  385. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  386. for p in $$list; do \
  387. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  388. echo "$$d$$p"; \
  389. done | $(am__base_list) | \
  390. while read files; do \
  391. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
  392. $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
  393. done
  394. uninstall-includeHEADERS:
  395. @$(NORMAL_UNINSTALL)
  396. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  397. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  398. test -n "$$files" || exit 0; \
  399. echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
  400. cd "$(DESTDIR)$(includedir)" && rm -f $$files
  401. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  402. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  403. unique=`for i in $$list; do \
  404. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  405. done | \
  406. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  407. END { if (nonempty) { for (i in files) print i; }; }'`; \
  408. mkid -fID $$unique
  409. tags: TAGS
  410. TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  411. $(TAGS_FILES) $(LISP)
  412. set x; \
  413. here=`pwd`; \
  414. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  415. unique=`for i in $$list; do \
  416. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  417. done | \
  418. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  419. END { if (nonempty) { for (i in files) print i; }; }'`; \
  420. shift; \
  421. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  422. test -n "$$unique" || unique=$$empty_fix; \
  423. if test $$# -gt 0; then \
  424. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  425. "$$@" $$unique; \
  426. else \
  427. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  428. $$unique; \
  429. fi; \
  430. fi
  431. ctags: CTAGS
  432. CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  433. $(TAGS_FILES) $(LISP)
  434. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  435. unique=`for i in $$list; do \
  436. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  437. done | \
  438. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  439. END { if (nonempty) { for (i in files) print i; }; }'`; \
  440. test -z "$(CTAGS_ARGS)$$unique" \
  441. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  442. $$unique
  443. GTAGS:
  444. here=`$(am__cd) $(top_builddir) && pwd` \
  445. && $(am__cd) $(top_srcdir) \
  446. && gtags -i $(GTAGS_ARGS) "$$here"
  447. distclean-tags:
  448. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  449. distdir: $(DISTFILES)
  450. @list='$(MANS)'; if test -n "$$list"; then \
  451. list=`for p in $$list; do \
  452. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  453. if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
  454. if test -n "$$list" && \
  455. grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
  456. echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
  457. grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
  458. echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
  459. echo " typically \`make maintainer-clean' will remove them" >&2; \
  460. exit 1; \
  461. else :; fi; \
  462. else :; fi
  463. $(am__remove_distdir)
  464. test -d "$(distdir)" || mkdir "$(distdir)"
  465. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  466. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  467. list='$(DISTFILES)'; \
  468. dist_files=`for file in $$list; do echo $$file; done | \
  469. sed -e "s|^$$srcdirstrip/||;t" \
  470. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  471. case $$dist_files in \
  472. */*) $(MKDIR_P) `echo "$$dist_files" | \
  473. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  474. sort -u` ;; \
  475. esac; \
  476. for file in $$dist_files; do \
  477. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  478. if test -d $$d/$$file; then \
  479. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  480. if test -d "$(distdir)/$$file"; then \
  481. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  482. fi; \
  483. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  484. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  485. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  486. fi; \
  487. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  488. else \
  489. test -f "$(distdir)/$$file" \
  490. || cp -p $$d/$$file "$(distdir)/$$file" \
  491. || exit 1; \
  492. fi; \
  493. done
  494. -test -n "$(am__skip_mode_fix)" \
  495. || find "$(distdir)" -type d ! -perm -755 \
  496. -exec chmod u+rwx,go+rx {} \; -o \
  497. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  498. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  499. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  500. || chmod -R a+r "$(distdir)"
  501. dist-gzip: distdir
  502. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  503. $(am__remove_distdir)
  504. dist-bzip2: distdir
  505. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  506. $(am__remove_distdir)
  507. dist-lzma: distdir
  508. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  509. $(am__remove_distdir)
  510. dist-xz: distdir
  511. tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
  512. $(am__remove_distdir)
  513. dist-tarZ: distdir
  514. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  515. $(am__remove_distdir)
  516. dist-shar: distdir
  517. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  518. $(am__remove_distdir)
  519. dist-zip: distdir
  520. -rm -f $(distdir).zip
  521. zip -rq $(distdir).zip $(distdir)
  522. $(am__remove_distdir)
  523. dist dist-all: distdir
  524. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  525. $(am__remove_distdir)
  526. # This target untars the dist file and tries a VPATH configuration. Then
  527. # it guarantees that the distribution is self-contained by making another
  528. # tarfile.
  529. distcheck: dist
  530. case '$(DIST_ARCHIVES)' in \
  531. *.tar.gz*) \
  532. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  533. *.tar.bz2*) \
  534. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  535. *.tar.lzma*) \
  536. lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
  537. *.tar.xz*) \
  538. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  539. *.tar.Z*) \
  540. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  541. *.shar.gz*) \
  542. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  543. *.zip*) \
  544. unzip $(distdir).zip ;;\
  545. esac
  546. chmod -R a-w $(distdir); chmod a+w $(distdir)
  547. mkdir $(distdir)/_build
  548. mkdir $(distdir)/_inst
  549. chmod a-w $(distdir)
  550. test -d $(distdir)/_build || exit 0; \
  551. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  552. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  553. && am__cwd=`pwd` \
  554. && $(am__cd) $(distdir)/_build \
  555. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  556. $(DISTCHECK_CONFIGURE_FLAGS) \
  557. && $(MAKE) $(AM_MAKEFLAGS) \
  558. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  559. && $(MAKE) $(AM_MAKEFLAGS) check \
  560. && $(MAKE) $(AM_MAKEFLAGS) install \
  561. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  562. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  563. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  564. distuninstallcheck \
  565. && chmod -R a-w "$$dc_install_base" \
  566. && ({ \
  567. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  568. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  569. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  570. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  571. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  572. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  573. && rm -rf "$$dc_destdir" \
  574. && $(MAKE) $(AM_MAKEFLAGS) dist \
  575. && rm -rf $(DIST_ARCHIVES) \
  576. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  577. && cd "$$am__cwd" \
  578. || exit 1
  579. $(am__remove_distdir)
  580. @(echo "$(distdir) archives ready for distribution: "; \
  581. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  582. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  583. distuninstallcheck:
  584. @$(am__cd) '$(distuninstallcheck_dir)' \
  585. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  586. || { echo "ERROR: files left after uninstall:" ; \
  587. if test -n "$(DESTDIR)"; then \
  588. echo " (check DESTDIR support)"; \
  589. fi ; \
  590. $(distuninstallcheck_listfiles) ; \
  591. exit 1; } >&2
  592. distcleancheck: distclean
  593. @if test '$(srcdir)' = . ; then \
  594. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  595. exit 1 ; \
  596. fi
  597. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  598. || { echo "ERROR: files left in build directory after distclean:" ; \
  599. $(distcleancheck_listfiles) ; \
  600. exit 1; } >&2
  601. check-am: all-am
  602. check: check-am
  603. all-am: Makefile $(LTLIBRARIES) $(MANS) $(HEADERS) config.h
  604. installdirs:
  605. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)"; do \
  606. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  607. done
  608. install: install-am
  609. install-exec: install-exec-am
  610. install-data: install-data-am
  611. uninstall: uninstall-am
  612. install-am: all-am
  613. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  614. installcheck: installcheck-am
  615. install-strip:
  616. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  617. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  618. `test -z '$(STRIP)' || \
  619. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  620. mostlyclean-generic:
  621. clean-generic:
  622. distclean-generic:
  623. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  624. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  625. maintainer-clean-generic:
  626. @echo "This command is intended for maintainers to use"
  627. @echo "it deletes files that may require special tools to rebuild."
  628. clean: clean-am
  629. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  630. mostlyclean-am
  631. distclean: distclean-am
  632. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  633. -rm -rf ./$(DEPDIR)
  634. -rm -f Makefile
  635. distclean-am: clean-am distclean-compile distclean-generic \
  636. distclean-hdr distclean-libtool distclean-tags
  637. dvi: dvi-am
  638. dvi-am:
  639. html: html-am
  640. html-am:
  641. info: info-am
  642. info-am:
  643. install-data-am: install-includeHEADERS install-man
  644. install-dvi: install-dvi-am
  645. install-dvi-am:
  646. install-exec-am: install-libLTLIBRARIES
  647. install-html: install-html-am
  648. install-html-am:
  649. install-info: install-info-am
  650. install-info-am:
  651. install-man: install-man3
  652. install-pdf: install-pdf-am
  653. install-pdf-am:
  654. install-ps: install-ps-am
  655. install-ps-am:
  656. installcheck-am:
  657. maintainer-clean: maintainer-clean-am
  658. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  659. -rm -rf $(top_srcdir)/autom4te.cache
  660. -rm -rf ./$(DEPDIR)
  661. -rm -f Makefile
  662. maintainer-clean-am: distclean-am maintainer-clean-generic
  663. mostlyclean: mostlyclean-am
  664. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  665. mostlyclean-libtool
  666. pdf: pdf-am
  667. pdf-am:
  668. ps: ps-am
  669. ps-am:
  670. uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
  671. uninstall-man
  672. uninstall-man: uninstall-man3
  673. .MAKE: all install-am install-strip
  674. .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
  675. clean-generic clean-libLTLIBRARIES clean-libtool ctags dist \
  676. dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
  677. dist-xz dist-zip distcheck distclean distclean-compile \
  678. distclean-generic distclean-hdr distclean-libtool \
  679. distclean-tags distcleancheck distdir distuninstallcheck dvi \
  680. dvi-am html html-am info info-am install install-am \
  681. install-data install-data-am install-dvi install-dvi-am \
  682. install-exec install-exec-am install-html install-html-am \
  683. install-includeHEADERS install-info install-info-am \
  684. install-libLTLIBRARIES install-man install-man3 install-pdf \
  685. install-pdf-am install-ps install-ps-am install-strip \
  686. installcheck installcheck-am installdirs maintainer-clean \
  687. maintainer-clean-generic mostlyclean mostlyclean-compile \
  688. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  689. tags uninstall uninstall-am uninstall-includeHEADERS \
  690. uninstall-libLTLIBRARIES uninstall-man uninstall-man3
  691. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  692. # Otherwise a system limit (for SysV at least) may be exceeded.
  693. .NOEXPORT: