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.

528 lines
16 KiB

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