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.

492 lines
15 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
  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 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  35. config.guess config.sub depcomp install-sh ltmain.sh missing \
  36. mkinstalldirs
  37. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  38. am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
  39. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  40. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  41. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/libev/libev.m4 \
  42. $(top_srcdir)/configure.ac
  43. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  44. $(ACLOCAL_M4)
  45. mkinstalldirs = $(install_sh) -d
  46. CONFIG_HEADER = $(top_builddir)/config.h
  47. CONFIG_CLEAN_FILES =
  48. CONFIG_CLEAN_VPATH_FILES =
  49. LTLIBRARIES = $(noinst_LTLIBRARIES)
  50. libev_la_LIBADD =
  51. am_libev_la_OBJECTS = ev.lo event.lo
  52. libev_la_OBJECTS = $(am_libev_la_OBJECTS)
  53. libev_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  54. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libev_la_LDFLAGS) \
  55. $(LDFLAGS) -o $@
  56. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  57. depcomp = $(SHELL) $(top_srcdir)/depcomp
  58. am__depfiles_maybe = depfiles
  59. am__mv = mv -f
  60. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  61. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  62. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  63. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  64. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  65. CCLD = $(CC)
  66. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  67. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  68. $(LDFLAGS) -o $@
  69. SOURCES = $(libev_la_SOURCES)
  70. DIST_SOURCES = $(libev_la_SOURCES)
  71. ETAGS = etags
  72. CTAGS = ctags
  73. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  74. ACLOCAL = @ACLOCAL@
  75. AMTAR = @AMTAR@
  76. AR = @AR@
  77. AUTOCONF = @AUTOCONF@
  78. AUTOHEADER = @AUTOHEADER@
  79. AUTOMAKE = @AUTOMAKE@
  80. AWK = @AWK@
  81. CC = @CC@
  82. CCDEPMODE = @CCDEPMODE@
  83. CFLAGS = @CFLAGS@
  84. CPP = @CPP@
  85. CPPFLAGS = @CPPFLAGS@
  86. CYGPATH_W = @CYGPATH_W@
  87. DEFS = @DEFS@
  88. DEPDIR = @DEPDIR@
  89. DLLTOOL = @DLLTOOL@
  90. DSYMUTIL = @DSYMUTIL@
  91. DUMPBIN = @DUMPBIN@
  92. ECHO_C = @ECHO_C@
  93. ECHO_N = @ECHO_N@
  94. ECHO_T = @ECHO_T@
  95. EGREP = @EGREP@
  96. EXEEXT = @EXEEXT@
  97. FGREP = @FGREP@
  98. GREP = @GREP@
  99. INSTALL = @INSTALL@
  100. INSTALL_DATA = @INSTALL_DATA@
  101. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  102. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  103. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  104. LD = @LD@
  105. LDFLAGS = @LDFLAGS@
  106. LIBOBJS = @LIBOBJS@
  107. LIBS = @LIBS@
  108. LIBTOOL = @LIBTOOL@
  109. LIPO = @LIPO@
  110. LN_S = @LN_S@
  111. LTLIBOBJS = @LTLIBOBJS@
  112. MAKEINFO = @MAKEINFO@
  113. MANIFEST_TOOL = @MANIFEST_TOOL@
  114. MKDIR_P = @MKDIR_P@
  115. NM = @NM@
  116. NMEDIT = @NMEDIT@
  117. OBJDUMP = @OBJDUMP@
  118. OBJEXT = @OBJEXT@
  119. OTOOL = @OTOOL@
  120. OTOOL64 = @OTOOL64@
  121. PACKAGE = @PACKAGE@
  122. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  123. PACKAGE_NAME = @PACKAGE_NAME@
  124. PACKAGE_STRING = @PACKAGE_STRING@
  125. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  126. PACKAGE_URL = @PACKAGE_URL@
  127. PACKAGE_VERSION = @PACKAGE_VERSION@
  128. PATH_SEPARATOR = @PATH_SEPARATOR@
  129. PTHREAD_CC = @PTHREAD_CC@
  130. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  131. PTHREAD_LIBS = @PTHREAD_LIBS@
  132. RANLIB = @RANLIB@
  133. SED = @SED@
  134. SET_MAKE = @SET_MAKE@
  135. SHELL = @SHELL@
  136. STRIP = @STRIP@
  137. VERSION = @VERSION@
  138. abs_builddir = @abs_builddir@
  139. abs_srcdir = @abs_srcdir@
  140. abs_top_builddir = @abs_top_builddir@
  141. abs_top_srcdir = @abs_top_srcdir@
  142. ac_ct_AR = @ac_ct_AR@
  143. ac_ct_CC = @ac_ct_CC@
  144. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  145. acx_pthread_config = @acx_pthread_config@
  146. am__include = @am__include@
  147. am__leading_dot = @am__leading_dot@
  148. am__quote = @am__quote@
  149. am__tar = @am__tar@
  150. am__untar = @am__untar@
  151. bindir = @bindir@
  152. build = @build@
  153. build_alias = @build_alias@
  154. build_cpu = @build_cpu@
  155. build_os = @build_os@
  156. build_vendor = @build_vendor@
  157. builddir = @builddir@
  158. datadir = @datadir@
  159. datarootdir = @datarootdir@
  160. docdir = @docdir@
  161. dvidir = @dvidir@
  162. exec_prefix = @exec_prefix@
  163. host = @host@
  164. host_alias = @host_alias@
  165. host_cpu = @host_cpu@
  166. host_os = @host_os@
  167. host_vendor = @host_vendor@
  168. htmldir = @htmldir@
  169. includedir = @includedir@
  170. infodir = @infodir@
  171. install_sh = @install_sh@
  172. libdir = @libdir@
  173. libexecdir = @libexecdir@
  174. localedir = @localedir@
  175. localstatedir = @localstatedir@
  176. mandir = @mandir@
  177. mkdir_p = @mkdir_p@
  178. oldincludedir = @oldincludedir@
  179. pdfdir = @pdfdir@
  180. prefix = @prefix@
  181. program_transform_name = @program_transform_name@
  182. psdir = @psdir@
  183. sbindir = @sbindir@
  184. sharedstatedir = @sharedstatedir@
  185. srcdir = @srcdir@
  186. sysconfdir = @sysconfdir@
  187. target_alias = @target_alias@
  188. top_build_prefix = @top_build_prefix@
  189. top_builddir = @top_builddir@
  190. top_srcdir = @top_srcdir@
  191. AUTOMAKE_OPTIONS = foreign
  192. VERSION_INFO = 4:0:0
  193. EXTRA_DIST = LICENSE Changes libev.m4 autogen.sh \
  194. ev_vars.h ev_wrap.h \
  195. ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c \
  196. ev.3 ev.pod Symbols.ev Symbols.event
  197. noinst_LTLIBRARIES = libev.la
  198. libev_la_SOURCES = ev.c event.c
  199. libev_la_LDFLAGS = -static -version-info $(VERSION_INFO)
  200. all: all-am
  201. .SUFFIXES:
  202. .SUFFIXES: .c .lo .o .obj
  203. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  204. @for dep in $?; do \
  205. case '$(am__configure_deps)' in \
  206. *$$dep*) \
  207. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  208. && { if test -f $@; then exit 0; else break; fi; }; \
  209. exit 1;; \
  210. esac; \
  211. done; \
  212. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libev/Makefile'; \
  213. $(am__cd) $(top_srcdir) && \
  214. $(AUTOMAKE) --foreign libev/Makefile
  215. .PRECIOUS: Makefile
  216. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  217. @case '$?' in \
  218. *config.status*) \
  219. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  220. *) \
  221. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  222. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  223. esac;
  224. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  225. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  226. $(top_srcdir)/configure: $(am__configure_deps)
  227. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  228. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  229. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  230. $(am__aclocal_m4_deps):
  231. clean-noinstLTLIBRARIES:
  232. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  233. @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
  234. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  235. test "$$dir" != "$$p" || dir=.; \
  236. echo "rm -f \"$${dir}/so_locations\""; \
  237. rm -f "$${dir}/so_locations"; \
  238. done
  239. libev.la: $(libev_la_OBJECTS) $(libev_la_DEPENDENCIES) $(EXTRA_libev_la_DEPENDENCIES)
  240. $(libev_la_LINK) $(libev_la_OBJECTS) $(libev_la_LIBADD) $(LIBS)
  241. mostlyclean-compile:
  242. -rm -f *.$(OBJEXT)
  243. distclean-compile:
  244. -rm -f *.tab.c
  245. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev.Plo@am__quote@
  246. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@
  247. .c.o:
  248. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  249. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  250. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  251. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  252. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  253. .c.obj:
  254. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  255. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  256. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  257. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  258. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  259. .c.lo:
  260. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  261. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  262. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  263. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  264. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  265. mostlyclean-libtool:
  266. -rm -f *.lo
  267. clean-libtool:
  268. -rm -rf .libs _libs
  269. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  270. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  271. unique=`for i in $$list; do \
  272. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  273. done | \
  274. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  275. END { if (nonempty) { for (i in files) print i; }; }'`; \
  276. mkid -fID $$unique
  277. tags: TAGS
  278. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  279. $(TAGS_FILES) $(LISP)
  280. set x; \
  281. here=`pwd`; \
  282. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  283. unique=`for i in $$list; do \
  284. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  285. done | \
  286. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  287. END { if (nonempty) { for (i in files) print i; }; }'`; \
  288. shift; \
  289. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  290. test -n "$$unique" || unique=$$empty_fix; \
  291. if test $$# -gt 0; then \
  292. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  293. "$$@" $$unique; \
  294. else \
  295. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  296. $$unique; \
  297. fi; \
  298. fi
  299. ctags: CTAGS
  300. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  301. $(TAGS_FILES) $(LISP)
  302. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  303. unique=`for i in $$list; do \
  304. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  305. done | \
  306. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  307. END { if (nonempty) { for (i in files) print i; }; }'`; \
  308. test -z "$(CTAGS_ARGS)$$unique" \
  309. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  310. $$unique
  311. GTAGS:
  312. here=`$(am__cd) $(top_builddir) && pwd` \
  313. && $(am__cd) $(top_srcdir) \
  314. && gtags -i $(GTAGS_ARGS) "$$here"
  315. distclean-tags:
  316. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  317. distdir: $(DISTFILES)
  318. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  319. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  320. list='$(DISTFILES)'; \
  321. dist_files=`for file in $$list; do echo $$file; done | \
  322. sed -e "s|^$$srcdirstrip/||;t" \
  323. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  324. case $$dist_files in \
  325. */*) $(MKDIR_P) `echo "$$dist_files" | \
  326. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  327. sort -u` ;; \
  328. esac; \
  329. for file in $$dist_files; do \
  330. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  331. if test -d $$d/$$file; then \
  332. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  333. if test -d "$(distdir)/$$file"; then \
  334. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  335. fi; \
  336. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  337. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  338. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  339. fi; \
  340. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  341. else \
  342. test -f "$(distdir)/$$file" \
  343. || cp -p $$d/$$file "$(distdir)/$$file" \
  344. || exit 1; \
  345. fi; \
  346. done
  347. check-am: all-am
  348. check: check-am
  349. all-am: Makefile $(LTLIBRARIES)
  350. installdirs:
  351. install: install-am
  352. install-exec: install-exec-am
  353. install-data: install-data-am
  354. uninstall: uninstall-am
  355. install-am: all-am
  356. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  357. installcheck: installcheck-am
  358. install-strip:
  359. if test -z '$(STRIP)'; then \
  360. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  361. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  362. install; \
  363. else \
  364. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  365. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  366. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  367. fi
  368. mostlyclean-generic:
  369. clean-generic:
  370. distclean-generic:
  371. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  372. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  373. maintainer-clean-generic:
  374. @echo "This command is intended for maintainers to use"
  375. @echo "it deletes files that may require special tools to rebuild."
  376. clean: clean-am
  377. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  378. mostlyclean-am
  379. distclean: distclean-am
  380. -rm -rf ./$(DEPDIR)
  381. -rm -f Makefile
  382. distclean-am: clean-am distclean-compile distclean-generic \
  383. distclean-tags
  384. dvi: dvi-am
  385. dvi-am:
  386. html: html-am
  387. html-am:
  388. info: info-am
  389. info-am:
  390. install-data-am:
  391. install-dvi: install-dvi-am
  392. install-dvi-am:
  393. install-exec-am:
  394. install-html: install-html-am
  395. install-html-am:
  396. install-info: install-info-am
  397. install-info-am:
  398. install-man:
  399. install-pdf: install-pdf-am
  400. install-pdf-am:
  401. install-ps: install-ps-am
  402. install-ps-am:
  403. installcheck-am:
  404. maintainer-clean: maintainer-clean-am
  405. -rm -rf ./$(DEPDIR)
  406. -rm -f Makefile
  407. maintainer-clean-am: distclean-am maintainer-clean-generic
  408. mostlyclean: mostlyclean-am
  409. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  410. mostlyclean-libtool
  411. pdf: pdf-am
  412. pdf-am:
  413. ps: ps-am
  414. ps-am:
  415. uninstall-am:
  416. .MAKE: install-am install-strip
  417. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  418. clean-libtool clean-noinstLTLIBRARIES ctags distclean \
  419. distclean-compile distclean-generic distclean-libtool \
  420. distclean-tags distdir dvi dvi-am html html-am info info-am \
  421. install install-am install-data install-data-am install-dvi \
  422. install-dvi-am install-exec install-exec-am install-html \
  423. install-html-am install-info install-info-am install-man \
  424. install-pdf install-pdf-am install-ps install-ps-am \
  425. install-strip installcheck installcheck-am installdirs \
  426. maintainer-clean maintainer-clean-generic mostlyclean \
  427. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  428. pdf pdf-am ps ps-am tags uninstall uninstall-am
  429. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  430. # Otherwise a system limit (for SysV at least) may be exceeded.
  431. .NOEXPORT: