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.

506 lines
15 KiB

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