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.

487 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
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/inet_ntop.m4 $(top_srcdir)/m4/libtool.m4 \
  40. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  41. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  42. $(top_srcdir)/m4/openssl.m4 $(top_srcdir)/libev/libev.m4 \
  43. $(top_srcdir)/configure.ac
  44. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  45. $(ACLOCAL_M4)
  46. mkinstalldirs = $(install_sh) -d
  47. CONFIG_HEADER = $(top_builddir)/config.h
  48. CONFIG_CLEAN_FILES =
  49. CONFIG_CLEAN_VPATH_FILES =
  50. LTLIBRARIES = $(noinst_LTLIBRARIES)
  51. libev_la_LIBADD =
  52. am_libev_la_OBJECTS = ev.lo event.lo
  53. libev_la_OBJECTS = $(am_libev_la_OBJECTS)
  54. libev_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  55. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libev_la_LDFLAGS) \
  56. $(LDFLAGS) -o $@
  57. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  58. depcomp = $(SHELL) $(top_srcdir)/depcomp
  59. am__depfiles_maybe = depfiles
  60. am__mv = mv -f
  61. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  62. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  63. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  64. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  65. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  66. CCLD = $(CC)
  67. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  68. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  69. $(LDFLAGS) -o $@
  70. SOURCES = $(libev_la_SOURCES)
  71. DIST_SOURCES = $(libev_la_SOURCES)
  72. ETAGS = etags
  73. CTAGS = ctags
  74. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  75. ACLOCAL = @ACLOCAL@
  76. AMTAR = @AMTAR@
  77. AR = @AR@
  78. AUTOCONF = @AUTOCONF@
  79. AUTOHEADER = @AUTOHEADER@
  80. AUTOMAKE = @AUTOMAKE@
  81. AWK = @AWK@
  82. CC = @CC@
  83. CCDEPMODE = @CCDEPMODE@
  84. CFLAGS = @CFLAGS@
  85. CPP = @CPP@
  86. CPPFLAGS = @CPPFLAGS@
  87. CYGPATH_W = @CYGPATH_W@
  88. DEFS = @DEFS@
  89. DEPDIR = @DEPDIR@
  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. INET_NTOP_LIB = @INET_NTOP_LIB@
  100. INSTALL = @INSTALL@
  101. INSTALL_DATA = @INSTALL_DATA@
  102. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  103. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  104. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  105. LD = @LD@
  106. LDFLAGS = @LDFLAGS@
  107. LIBOBJS = @LIBOBJS@
  108. LIBS = @LIBS@
  109. LIBTOOL = @LIBTOOL@
  110. LIPO = @LIPO@
  111. LN_S = @LN_S@
  112. LTLIBOBJS = @LTLIBOBJS@
  113. MAKEINFO = @MAKEINFO@
  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_CC = @ac_ct_CC@
  143. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  144. acx_pthread_config = @acx_pthread_config@
  145. am__include = @am__include@
  146. am__leading_dot = @am__leading_dot@
  147. am__quote = @am__quote@
  148. am__tar = @am__tar@
  149. am__untar = @am__untar@
  150. bindir = @bindir@
  151. build = @build@
  152. build_alias = @build_alias@
  153. build_cpu = @build_cpu@
  154. build_os = @build_os@
  155. build_vendor = @build_vendor@
  156. builddir = @builddir@
  157. datadir = @datadir@
  158. datarootdir = @datarootdir@
  159. docdir = @docdir@
  160. dvidir = @dvidir@
  161. exec_prefix = @exec_prefix@
  162. host = @host@
  163. host_alias = @host_alias@
  164. host_cpu = @host_cpu@
  165. host_os = @host_os@
  166. host_vendor = @host_vendor@
  167. htmldir = @htmldir@
  168. includedir = @includedir@
  169. infodir = @infodir@
  170. install_sh = @install_sh@
  171. libdir = @libdir@
  172. libexecdir = @libexecdir@
  173. localedir = @localedir@
  174. localstatedir = @localstatedir@
  175. lt_ECHO = @lt_ECHO@
  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)
  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. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  360. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  361. `test -z '$(STRIP)' || \
  362. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  363. mostlyclean-generic:
  364. clean-generic:
  365. distclean-generic:
  366. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  367. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  368. maintainer-clean-generic:
  369. @echo "This command is intended for maintainers to use"
  370. @echo "it deletes files that may require special tools to rebuild."
  371. clean: clean-am
  372. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  373. mostlyclean-am
  374. distclean: distclean-am
  375. -rm -rf ./$(DEPDIR)
  376. -rm -f Makefile
  377. distclean-am: clean-am distclean-compile distclean-generic \
  378. distclean-tags
  379. dvi: dvi-am
  380. dvi-am:
  381. html: html-am
  382. html-am:
  383. info: info-am
  384. info-am:
  385. install-data-am:
  386. install-dvi: install-dvi-am
  387. install-dvi-am:
  388. install-exec-am:
  389. install-html: install-html-am
  390. install-html-am:
  391. install-info: install-info-am
  392. install-info-am:
  393. install-man:
  394. install-pdf: install-pdf-am
  395. install-pdf-am:
  396. install-ps: install-ps-am
  397. install-ps-am:
  398. installcheck-am:
  399. maintainer-clean: maintainer-clean-am
  400. -rm -rf ./$(DEPDIR)
  401. -rm -f Makefile
  402. maintainer-clean-am: distclean-am maintainer-clean-generic
  403. mostlyclean: mostlyclean-am
  404. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  405. mostlyclean-libtool
  406. pdf: pdf-am
  407. pdf-am:
  408. ps: ps-am
  409. ps-am:
  410. uninstall-am:
  411. .MAKE: install-am install-strip
  412. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  413. clean-libtool clean-noinstLTLIBRARIES ctags distclean \
  414. distclean-compile distclean-generic distclean-libtool \
  415. distclean-tags distdir dvi dvi-am html html-am info info-am \
  416. install install-am install-data install-data-am install-dvi \
  417. install-dvi-am install-exec install-exec-am install-html \
  418. install-html-am install-info install-info-am install-man \
  419. install-pdf install-pdf-am install-ps install-ps-am \
  420. install-strip installcheck installcheck-am installdirs \
  421. maintainer-clean maintainer-clean-generic mostlyclean \
  422. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  423. pdf pdf-am ps ps-am tags uninstall uninstall-am
  424. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  425. # Otherwise a system limit (for SysV at least) may be exceeded.
  426. .NOEXPORT: