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.

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