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.

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