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.

743 lines
23 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
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
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.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. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. subdir = .
  34. DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
  35. $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  36. $(top_srcdir)/configure COPYING INSTALL config.guess \
  37. config.sub depcomp install-sh ltmain.sh missing
  38. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  39. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  40. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  41. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  42. $(top_srcdir)/libev/libev.m4 $(top_srcdir)/configure.ac
  43. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  44. $(ACLOCAL_M4)
  45. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  46. configure.lineno config.status.lineno
  47. mkinstalldirs = $(install_sh) -d
  48. CONFIG_HEADER = config.h
  49. CONFIG_CLEAN_FILES =
  50. CONFIG_CLEAN_VPATH_FILES =
  51. SOURCES =
  52. DIST_SOURCES =
  53. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  54. html-recursive info-recursive install-data-recursive \
  55. install-dvi-recursive install-exec-recursive \
  56. install-html-recursive install-info-recursive \
  57. install-pdf-recursive install-ps-recursive install-recursive \
  58. installcheck-recursive installdirs-recursive pdf-recursive \
  59. ps-recursive uninstall-recursive
  60. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  61. distclean-recursive maintainer-clean-recursive
  62. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  63. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  64. distdir dist dist-all distcheck
  65. ETAGS = etags
  66. CTAGS = ctags
  67. DIST_SUBDIRS = $(SUBDIRS)
  68. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  69. distdir = $(PACKAGE)-$(VERSION)
  70. top_distdir = $(distdir)
  71. am__remove_distdir = \
  72. if test -d "$(distdir)"; then \
  73. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  74. && rm -rf "$(distdir)" \
  75. || { sleep 5 && rm -rf "$(distdir)"; }; \
  76. else :; fi
  77. am__relativize = \
  78. dir0=`pwd`; \
  79. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  80. sed_rest='s,^[^/]*/*,,'; \
  81. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  82. sed_butlast='s,/*[^/]*$$,,'; \
  83. while test -n "$$dir1"; do \
  84. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  85. if test "$$first" != "."; then \
  86. if test "$$first" = ".."; then \
  87. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  88. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  89. else \
  90. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  91. if test "$$first2" = "$$first"; then \
  92. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  93. else \
  94. dir2="../$$dir2"; \
  95. fi; \
  96. dir0="$$dir0"/"$$first"; \
  97. fi; \
  98. fi; \
  99. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  100. done; \
  101. reldir="$$dir2"
  102. DIST_ARCHIVES = $(distdir).tar.gz
  103. GZIP_ENV = --best
  104. distuninstallcheck_listfiles = find . -type f -print
  105. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  106. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  107. distcleancheck_listfiles = find . -type f -print
  108. ACLOCAL = @ACLOCAL@
  109. AMTAR = @AMTAR@
  110. AR = @AR@
  111. AUTOCONF = @AUTOCONF@
  112. AUTOHEADER = @AUTOHEADER@
  113. AUTOMAKE = @AUTOMAKE@
  114. AWK = @AWK@
  115. CC = @CC@
  116. CCDEPMODE = @CCDEPMODE@
  117. CFLAGS = @CFLAGS@
  118. CPP = @CPP@
  119. CPPFLAGS = @CPPFLAGS@
  120. CYGPATH_W = @CYGPATH_W@
  121. DEFS = @DEFS@
  122. DEPDIR = @DEPDIR@
  123. DLLTOOL = @DLLTOOL@
  124. DSYMUTIL = @DSYMUTIL@
  125. DUMPBIN = @DUMPBIN@
  126. ECHO_C = @ECHO_C@
  127. ECHO_N = @ECHO_N@
  128. ECHO_T = @ECHO_T@
  129. EGREP = @EGREP@
  130. EXEEXT = @EXEEXT@
  131. FGREP = @FGREP@
  132. GREP = @GREP@
  133. INSTALL = @INSTALL@
  134. INSTALL_DATA = @INSTALL_DATA@
  135. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  136. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  137. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  138. LD = @LD@
  139. LDFLAGS = @LDFLAGS@
  140. LIBOBJS = @LIBOBJS@
  141. LIBS = @LIBS@
  142. LIBTOOL = @LIBTOOL@
  143. LIPO = @LIPO@
  144. LN_S = @LN_S@
  145. LTLIBOBJS = @LTLIBOBJS@
  146. MAKEINFO = @MAKEINFO@
  147. MANIFEST_TOOL = @MANIFEST_TOOL@
  148. MKDIR_P = @MKDIR_P@
  149. NM = @NM@
  150. NMEDIT = @NMEDIT@
  151. OBJDUMP = @OBJDUMP@
  152. OBJEXT = @OBJEXT@
  153. OTOOL = @OTOOL@
  154. OTOOL64 = @OTOOL64@
  155. PACKAGE = @PACKAGE@
  156. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  157. PACKAGE_NAME = @PACKAGE_NAME@
  158. PACKAGE_STRING = @PACKAGE_STRING@
  159. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  160. PACKAGE_URL = @PACKAGE_URL@
  161. PACKAGE_VERSION = @PACKAGE_VERSION@
  162. PATH_SEPARATOR = @PATH_SEPARATOR@
  163. RANLIB = @RANLIB@
  164. SED = @SED@
  165. SET_MAKE = @SET_MAKE@
  166. SHELL = @SHELL@
  167. STRIP = @STRIP@
  168. VERSION = @VERSION@
  169. abs_builddir = @abs_builddir@
  170. abs_srcdir = @abs_srcdir@
  171. abs_top_builddir = @abs_top_builddir@
  172. abs_top_srcdir = @abs_top_srcdir@
  173. ac_ct_AR = @ac_ct_AR@
  174. ac_ct_CC = @ac_ct_CC@
  175. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  176. am__include = @am__include@
  177. am__leading_dot = @am__leading_dot@
  178. am__quote = @am__quote@
  179. am__tar = @am__tar@
  180. am__untar = @am__untar@
  181. bindir = @bindir@
  182. build = @build@
  183. build_alias = @build_alias@
  184. build_cpu = @build_cpu@
  185. build_os = @build_os@
  186. build_vendor = @build_vendor@
  187. builddir = @builddir@
  188. datadir = @datadir@
  189. datarootdir = @datarootdir@
  190. docdir = @docdir@
  191. dvidir = @dvidir@
  192. exec_prefix = @exec_prefix@
  193. host = @host@
  194. host_alias = @host_alias@
  195. host_cpu = @host_cpu@
  196. host_os = @host_os@
  197. host_vendor = @host_vendor@
  198. htmldir = @htmldir@
  199. includedir = @includedir@
  200. infodir = @infodir@
  201. install_sh = @install_sh@
  202. libdir = @libdir@
  203. libexecdir = @libexecdir@
  204. localedir = @localedir@
  205. localstatedir = @localstatedir@
  206. mandir = @mandir@
  207. mkdir_p = @mkdir_p@
  208. oldincludedir = @oldincludedir@
  209. pdfdir = @pdfdir@
  210. prefix = @prefix@
  211. program_transform_name = @program_transform_name@
  212. psdir = @psdir@
  213. sbindir = @sbindir@
  214. sharedstatedir = @sharedstatedir@
  215. srcdir = @srcdir@
  216. sysconfdir = @sysconfdir@
  217. target_alias = @target_alias@
  218. top_build_prefix = @top_build_prefix@
  219. top_builddir = @top_builddir@
  220. top_srcdir = @top_srcdir@
  221. #bin_PROGRAMS = ss-local ss-server
  222. SUBDIRS = libev src
  223. ACLOCAL_AMFLAGS = -I m4
  224. all: config.h
  225. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  226. .SUFFIXES:
  227. am--refresh: Makefile
  228. @:
  229. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  230. @for dep in $?; do \
  231. case '$(am__configure_deps)' in \
  232. *$$dep*) \
  233. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  234. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  235. && exit 0; \
  236. exit 1;; \
  237. esac; \
  238. done; \
  239. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  240. $(am__cd) $(top_srcdir) && \
  241. $(AUTOMAKE) --foreign Makefile
  242. .PRECIOUS: Makefile
  243. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  244. @case '$?' in \
  245. *config.status*) \
  246. echo ' $(SHELL) ./config.status'; \
  247. $(SHELL) ./config.status;; \
  248. *) \
  249. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  250. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  251. esac;
  252. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  253. $(SHELL) ./config.status --recheck
  254. $(top_srcdir)/configure: $(am__configure_deps)
  255. $(am__cd) $(srcdir) && $(AUTOCONF)
  256. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  257. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  258. $(am__aclocal_m4_deps):
  259. config.h: stamp-h1
  260. @if test ! -f $@; then rm -f stamp-h1; else :; fi
  261. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
  262. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  263. @rm -f stamp-h1
  264. cd $(top_builddir) && $(SHELL) ./config.status config.h
  265. $(srcdir)/config.h.in: $(am__configure_deps)
  266. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  267. rm -f stamp-h1
  268. touch $@
  269. distclean-hdr:
  270. -rm -f config.h stamp-h1
  271. mostlyclean-libtool:
  272. -rm -f *.lo
  273. clean-libtool:
  274. -rm -rf .libs _libs
  275. distclean-libtool:
  276. -rm -f libtool config.lt
  277. # This directory's subdirectories are mostly independent; you can cd
  278. # into them and run `make' without going through this Makefile.
  279. # To change the values of `make' variables: instead of editing Makefiles,
  280. # (1) if the variable is set in `config.status', edit `config.status'
  281. # (which will cause the Makefiles to be regenerated when you run `make');
  282. # (2) otherwise, pass the desired values on the `make' command line.
  283. $(RECURSIVE_TARGETS):
  284. @fail= failcom='exit 1'; \
  285. for f in x $$MAKEFLAGS; do \
  286. case $$f in \
  287. *=* | --[!k]*);; \
  288. *k*) failcom='fail=yes';; \
  289. esac; \
  290. done; \
  291. dot_seen=no; \
  292. target=`echo $@ | sed s/-recursive//`; \
  293. list='$(SUBDIRS)'; for subdir in $$list; do \
  294. echo "Making $$target in $$subdir"; \
  295. if test "$$subdir" = "."; then \
  296. dot_seen=yes; \
  297. local_target="$$target-am"; \
  298. else \
  299. local_target="$$target"; \
  300. fi; \
  301. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  302. || eval $$failcom; \
  303. done; \
  304. if test "$$dot_seen" = "no"; then \
  305. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  306. fi; test -z "$$fail"
  307. $(RECURSIVE_CLEAN_TARGETS):
  308. @fail= failcom='exit 1'; \
  309. for f in x $$MAKEFLAGS; do \
  310. case $$f in \
  311. *=* | --[!k]*);; \
  312. *k*) failcom='fail=yes';; \
  313. esac; \
  314. done; \
  315. dot_seen=no; \
  316. case "$@" in \
  317. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  318. *) list='$(SUBDIRS)' ;; \
  319. esac; \
  320. rev=''; for subdir in $$list; do \
  321. if test "$$subdir" = "."; then :; else \
  322. rev="$$subdir $$rev"; \
  323. fi; \
  324. done; \
  325. rev="$$rev ."; \
  326. target=`echo $@ | sed s/-recursive//`; \
  327. for subdir in $$rev; do \
  328. echo "Making $$target in $$subdir"; \
  329. if test "$$subdir" = "."; then \
  330. local_target="$$target-am"; \
  331. else \
  332. local_target="$$target"; \
  333. fi; \
  334. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  335. || eval $$failcom; \
  336. done && test -z "$$fail"
  337. tags-recursive:
  338. list='$(SUBDIRS)'; for subdir in $$list; do \
  339. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  340. done
  341. ctags-recursive:
  342. list='$(SUBDIRS)'; for subdir in $$list; do \
  343. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  344. done
  345. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  346. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  347. unique=`for i in $$list; do \
  348. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  349. done | \
  350. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  351. END { if (nonempty) { for (i in files) print i; }; }'`; \
  352. mkid -fID $$unique
  353. tags: TAGS
  354. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  355. $(TAGS_FILES) $(LISP)
  356. set x; \
  357. here=`pwd`; \
  358. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  359. include_option=--etags-include; \
  360. empty_fix=.; \
  361. else \
  362. include_option=--include; \
  363. empty_fix=; \
  364. fi; \
  365. list='$(SUBDIRS)'; for subdir in $$list; do \
  366. if test "$$subdir" = .; then :; else \
  367. test ! -f $$subdir/TAGS || \
  368. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  369. fi; \
  370. done; \
  371. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  372. unique=`for i in $$list; do \
  373. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  374. done | \
  375. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  376. END { if (nonempty) { for (i in files) print i; }; }'`; \
  377. shift; \
  378. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  379. test -n "$$unique" || unique=$$empty_fix; \
  380. if test $$# -gt 0; then \
  381. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  382. "$$@" $$unique; \
  383. else \
  384. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  385. $$unique; \
  386. fi; \
  387. fi
  388. ctags: CTAGS
  389. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  390. $(TAGS_FILES) $(LISP)
  391. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  392. unique=`for i in $$list; do \
  393. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  394. done | \
  395. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  396. END { if (nonempty) { for (i in files) print i; }; }'`; \
  397. test -z "$(CTAGS_ARGS)$$unique" \
  398. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  399. $$unique
  400. GTAGS:
  401. here=`$(am__cd) $(top_builddir) && pwd` \
  402. && $(am__cd) $(top_srcdir) \
  403. && gtags -i $(GTAGS_ARGS) "$$here"
  404. distclean-tags:
  405. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  406. distdir: $(DISTFILES)
  407. $(am__remove_distdir)
  408. test -d "$(distdir)" || mkdir "$(distdir)"
  409. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  410. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  411. list='$(DISTFILES)'; \
  412. dist_files=`for file in $$list; do echo $$file; done | \
  413. sed -e "s|^$$srcdirstrip/||;t" \
  414. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  415. case $$dist_files in \
  416. */*) $(MKDIR_P) `echo "$$dist_files" | \
  417. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  418. sort -u` ;; \
  419. esac; \
  420. for file in $$dist_files; do \
  421. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  422. if test -d $$d/$$file; then \
  423. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  424. if test -d "$(distdir)/$$file"; then \
  425. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  426. fi; \
  427. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  428. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  429. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  430. fi; \
  431. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  432. else \
  433. test -f "$(distdir)/$$file" \
  434. || cp -p $$d/$$file "$(distdir)/$$file" \
  435. || exit 1; \
  436. fi; \
  437. done
  438. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  439. if test "$$subdir" = .; then :; else \
  440. test -d "$(distdir)/$$subdir" \
  441. || $(MKDIR_P) "$(distdir)/$$subdir" \
  442. || exit 1; \
  443. fi; \
  444. done
  445. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  446. if test "$$subdir" = .; then :; else \
  447. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  448. $(am__relativize); \
  449. new_distdir=$$reldir; \
  450. dir1=$$subdir; dir2="$(top_distdir)"; \
  451. $(am__relativize); \
  452. new_top_distdir=$$reldir; \
  453. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  454. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  455. ($(am__cd) $$subdir && \
  456. $(MAKE) $(AM_MAKEFLAGS) \
  457. top_distdir="$$new_top_distdir" \
  458. distdir="$$new_distdir" \
  459. am__remove_distdir=: \
  460. am__skip_length_check=: \
  461. am__skip_mode_fix=: \
  462. distdir) \
  463. || exit 1; \
  464. fi; \
  465. done
  466. -test -n "$(am__skip_mode_fix)" \
  467. || find "$(distdir)" -type d ! -perm -755 \
  468. -exec chmod u+rwx,go+rx {} \; -o \
  469. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  470. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  471. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  472. || chmod -R a+r "$(distdir)"
  473. dist-gzip: distdir
  474. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  475. $(am__remove_distdir)
  476. dist-bzip2: distdir
  477. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  478. $(am__remove_distdir)
  479. dist-lzip: distdir
  480. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  481. $(am__remove_distdir)
  482. dist-lzma: distdir
  483. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  484. $(am__remove_distdir)
  485. dist-xz: distdir
  486. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  487. $(am__remove_distdir)
  488. dist-tarZ: distdir
  489. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  490. $(am__remove_distdir)
  491. dist-shar: distdir
  492. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  493. $(am__remove_distdir)
  494. dist-zip: distdir
  495. -rm -f $(distdir).zip
  496. zip -rq $(distdir).zip $(distdir)
  497. $(am__remove_distdir)
  498. dist dist-all: distdir
  499. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  500. $(am__remove_distdir)
  501. # This target untars the dist file and tries a VPATH configuration. Then
  502. # it guarantees that the distribution is self-contained by making another
  503. # tarfile.
  504. distcheck: dist
  505. case '$(DIST_ARCHIVES)' in \
  506. *.tar.gz*) \
  507. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  508. *.tar.bz2*) \
  509. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  510. *.tar.lzma*) \
  511. lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
  512. *.tar.lz*) \
  513. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  514. *.tar.xz*) \
  515. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  516. *.tar.Z*) \
  517. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  518. *.shar.gz*) \
  519. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  520. *.zip*) \
  521. unzip $(distdir).zip ;;\
  522. esac
  523. chmod -R a-w $(distdir); chmod a+w $(distdir)
  524. mkdir $(distdir)/_build
  525. mkdir $(distdir)/_inst
  526. chmod a-w $(distdir)
  527. test -d $(distdir)/_build || exit 0; \
  528. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  529. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  530. && am__cwd=`pwd` \
  531. && $(am__cd) $(distdir)/_build \
  532. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  533. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  534. $(DISTCHECK_CONFIGURE_FLAGS) \
  535. && $(MAKE) $(AM_MAKEFLAGS) \
  536. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  537. && $(MAKE) $(AM_MAKEFLAGS) check \
  538. && $(MAKE) $(AM_MAKEFLAGS) install \
  539. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  540. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  541. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  542. distuninstallcheck \
  543. && chmod -R a-w "$$dc_install_base" \
  544. && ({ \
  545. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  546. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  547. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  548. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  549. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  550. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  551. && rm -rf "$$dc_destdir" \
  552. && $(MAKE) $(AM_MAKEFLAGS) dist \
  553. && rm -rf $(DIST_ARCHIVES) \
  554. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  555. && cd "$$am__cwd" \
  556. || exit 1
  557. $(am__remove_distdir)
  558. @(echo "$(distdir) archives ready for distribution: "; \
  559. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  560. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  561. distuninstallcheck:
  562. @test -n '$(distuninstallcheck_dir)' || { \
  563. echo 'ERROR: trying to run $@ with an empty' \
  564. '$$(distuninstallcheck_dir)' >&2; \
  565. exit 1; \
  566. }; \
  567. $(am__cd) '$(distuninstallcheck_dir)' || { \
  568. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  569. exit 1; \
  570. }; \
  571. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  572. || { echo "ERROR: files left after uninstall:" ; \
  573. if test -n "$(DESTDIR)"; then \
  574. echo " (check DESTDIR support)"; \
  575. fi ; \
  576. $(distuninstallcheck_listfiles) ; \
  577. exit 1; } >&2
  578. distcleancheck: distclean
  579. @if test '$(srcdir)' = . ; then \
  580. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  581. exit 1 ; \
  582. fi
  583. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  584. || { echo "ERROR: files left in build directory after distclean:" ; \
  585. $(distcleancheck_listfiles) ; \
  586. exit 1; } >&2
  587. check-am: all-am
  588. check: check-recursive
  589. all-am: Makefile config.h
  590. installdirs: installdirs-recursive
  591. installdirs-am:
  592. install: install-recursive
  593. install-exec: install-exec-recursive
  594. install-data: install-data-recursive
  595. uninstall: uninstall-recursive
  596. install-am: all-am
  597. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  598. installcheck: installcheck-recursive
  599. install-strip:
  600. if test -z '$(STRIP)'; then \
  601. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  602. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  603. install; \
  604. else \
  605. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  606. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  607. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  608. fi
  609. mostlyclean-generic:
  610. clean-generic:
  611. distclean-generic:
  612. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  613. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  614. maintainer-clean-generic:
  615. @echo "This command is intended for maintainers to use"
  616. @echo "it deletes files that may require special tools to rebuild."
  617. clean: clean-recursive
  618. clean-am: clean-generic clean-libtool mostlyclean-am
  619. distclean: distclean-recursive
  620. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  621. -rm -f Makefile
  622. distclean-am: clean-am distclean-generic distclean-hdr \
  623. distclean-libtool distclean-tags
  624. dvi: dvi-recursive
  625. dvi-am:
  626. html: html-recursive
  627. html-am:
  628. info: info-recursive
  629. info-am:
  630. install-data-am:
  631. install-dvi: install-dvi-recursive
  632. install-dvi-am:
  633. install-exec-am:
  634. install-html: install-html-recursive
  635. install-html-am:
  636. install-info: install-info-recursive
  637. install-info-am:
  638. install-man:
  639. install-pdf: install-pdf-recursive
  640. install-pdf-am:
  641. install-ps: install-ps-recursive
  642. install-ps-am:
  643. installcheck-am:
  644. maintainer-clean: maintainer-clean-recursive
  645. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  646. -rm -rf $(top_srcdir)/autom4te.cache
  647. -rm -f Makefile
  648. maintainer-clean-am: distclean-am maintainer-clean-generic
  649. mostlyclean: mostlyclean-recursive
  650. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  651. pdf: pdf-recursive
  652. pdf-am:
  653. ps: ps-recursive
  654. ps-am:
  655. uninstall-am:
  656. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
  657. ctags-recursive install-am install-strip tags-recursive
  658. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  659. all all-am am--refresh check check-am clean clean-generic \
  660. clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
  661. dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
  662. dist-zip distcheck distclean distclean-generic distclean-hdr \
  663. distclean-libtool distclean-tags distcleancheck distdir \
  664. distuninstallcheck dvi dvi-am html html-am info info-am \
  665. install install-am install-data install-data-am install-dvi \
  666. install-dvi-am install-exec install-exec-am install-html \
  667. install-html-am install-info install-info-am install-man \
  668. install-pdf install-pdf-am install-ps install-ps-am \
  669. install-strip installcheck installcheck-am installdirs \
  670. installdirs-am maintainer-clean maintainer-clean-generic \
  671. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  672. ps ps-am tags tags-recursive uninstall uninstall-am
  673. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  674. # Otherwise a system limit (for SysV at least) may be exceeded.
  675. .NOEXPORT: