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.

509 lines
16 KiB

10 years ago
10 years ago
10 years ago
11 years ago
11 years ago
11 years ago
10 years ago
10 years ago
10 years ago
11 years ago
11 years ago
11 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 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)/m4/polarssl.m4 \
  58. $(top_srcdir)/libev/libev.m4 $(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)/auto/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@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  263. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  264. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  265. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  266. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  267. @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $<
  268. .c.obj:
  269. @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  270. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  271. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  272. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  273. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  274. @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  275. .c.lo:
  276. @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  277. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  278. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  279. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  280. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  281. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  282. mostlyclean-libtool:
  283. -rm -f *.lo
  284. clean-libtool:
  285. -rm -rf .libs _libs
  286. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  287. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  288. unique=`for i in $$list; do \
  289. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  290. done | \
  291. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  292. END { if (nonempty) { for (i in files) print i; }; }'`; \
  293. mkid -fID $$unique
  294. tags: TAGS
  295. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  296. $(TAGS_FILES) $(LISP)
  297. set x; \
  298. here=`pwd`; \
  299. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  300. unique=`for i in $$list; do \
  301. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  302. done | \
  303. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  304. END { if (nonempty) { for (i in files) print i; }; }'`; \
  305. shift; \
  306. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  307. test -n "$$unique" || unique=$$empty_fix; \
  308. if test $$# -gt 0; then \
  309. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  310. "$$@" $$unique; \
  311. else \
  312. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  313. $$unique; \
  314. fi; \
  315. fi
  316. ctags: CTAGS
  317. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  318. $(TAGS_FILES) $(LISP)
  319. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  320. unique=`for i in $$list; do \
  321. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  322. done | \
  323. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  324. END { if (nonempty) { for (i in files) print i; }; }'`; \
  325. test -z "$(CTAGS_ARGS)$$unique" \
  326. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  327. $$unique
  328. GTAGS:
  329. here=`$(am__cd) $(top_builddir) && pwd` \
  330. && $(am__cd) $(top_srcdir) \
  331. && gtags -i $(GTAGS_ARGS) "$$here"
  332. distclean-tags:
  333. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  334. distdir: $(DISTFILES)
  335. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  336. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  337. list='$(DISTFILES)'; \
  338. dist_files=`for file in $$list; do echo $$file; done | \
  339. sed -e "s|^$$srcdirstrip/||;t" \
  340. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  341. case $$dist_files in \
  342. */*) $(MKDIR_P) `echo "$$dist_files" | \
  343. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  344. sort -u` ;; \
  345. esac; \
  346. for file in $$dist_files; do \
  347. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  348. if test -d $$d/$$file; then \
  349. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  350. if test -d "$(distdir)/$$file"; then \
  351. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  352. fi; \
  353. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  354. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  355. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  356. fi; \
  357. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  358. else \
  359. test -f "$(distdir)/$$file" \
  360. || cp -p $$d/$$file "$(distdir)/$$file" \
  361. || exit 1; \
  362. fi; \
  363. done
  364. check-am: all-am
  365. check: check-am
  366. all-am: Makefile $(LTLIBRARIES)
  367. installdirs:
  368. install: install-am
  369. install-exec: install-exec-am
  370. install-data: install-data-am
  371. uninstall: uninstall-am
  372. install-am: all-am
  373. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  374. installcheck: installcheck-am
  375. install-strip:
  376. if test -z '$(STRIP)'; then \
  377. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  378. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  379. install; \
  380. else \
  381. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  382. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  383. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  384. fi
  385. mostlyclean-generic:
  386. clean-generic:
  387. distclean-generic:
  388. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  389. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  390. maintainer-clean-generic:
  391. @echo "This command is intended for maintainers to use"
  392. @echo "it deletes files that may require special tools to rebuild."
  393. clean: clean-am
  394. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  395. mostlyclean-am
  396. distclean: distclean-am
  397. -rm -rf ./$(DEPDIR)
  398. -rm -f Makefile
  399. distclean-am: clean-am distclean-compile distclean-generic \
  400. distclean-tags
  401. dvi: dvi-am
  402. dvi-am:
  403. html: html-am
  404. html-am:
  405. info: info-am
  406. info-am:
  407. install-data-am:
  408. install-dvi: install-dvi-am
  409. install-dvi-am:
  410. install-exec-am:
  411. install-html: install-html-am
  412. install-html-am:
  413. install-info: install-info-am
  414. install-info-am:
  415. install-man:
  416. install-pdf: install-pdf-am
  417. install-pdf-am:
  418. install-ps: install-ps-am
  419. install-ps-am:
  420. installcheck-am:
  421. maintainer-clean: maintainer-clean-am
  422. -rm -rf ./$(DEPDIR)
  423. -rm -f Makefile
  424. maintainer-clean-am: distclean-am maintainer-clean-generic
  425. mostlyclean: mostlyclean-am
  426. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  427. mostlyclean-libtool
  428. pdf: pdf-am
  429. pdf-am:
  430. ps: ps-am
  431. ps-am:
  432. uninstall-am:
  433. .MAKE: install-am install-strip
  434. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  435. clean-libtool clean-noinstLTLIBRARIES ctags distclean \
  436. distclean-compile distclean-generic distclean-libtool \
  437. distclean-tags distdir dvi dvi-am html html-am info info-am \
  438. install install-am install-data install-data-am install-dvi \
  439. install-dvi-am install-exec install-exec-am install-html \
  440. install-html-am install-info install-info-am install-man \
  441. install-pdf install-pdf-am install-ps install-ps-am \
  442. install-strip installcheck installcheck-am installdirs \
  443. maintainer-clean maintainer-clean-generic mostlyclean \
  444. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  445. pdf pdf-am ps ps-am tags uninstall uninstall-am
  446. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  447. # Otherwise a system limit (for SysV at least) may be exceeded.
  448. .NOEXPORT: