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.

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