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.

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