Makefile.in
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:20k
源码类别:

通讯编程

开发平台:

Visual C++

  1. # Makefile.in generated by automake 1.10 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. #
  14. # Copyright (c) 2007 Regents of the SIGNET lab, University of Padova.
  15. # All rights reserved.
  16. #
  17. # Redistribution and use in source and binary forms, with or without
  18. # modification, are permitted provided that the following conditions
  19. # are met:
  20. # 1. Redistributions of source code must retain the above copyright
  21. #    notice, this list of conditions and the following disclaimer.
  22. # 2. Redistributions in binary form must reproduce the above copyright
  23. #    notice, this list of conditions and the following disclaimer in the
  24. #    documentation and/or other materials provided with the distribution.
  25. # 3. Neither the name of the University of Padova (SIGNET lab) nor the 
  26. #    names of its contributors may be used to endorse or promote products 
  27. #    derived from this software without specific prior written permission.
  28. #
  29. # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
  30. # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 
  31. # TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
  32. # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 
  33. # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
  34. # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
  35. # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 
  36. # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
  37. # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
  38. # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 
  39. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  40. #
  41. VPATH = @srcdir@
  42. pkgdatadir = $(datadir)/@PACKAGE@
  43. pkglibdir = $(libdir)/@PACKAGE@
  44. pkgincludedir = $(includedir)/@PACKAGE@
  45. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  46. install_sh_DATA = $(install_sh) -c -m 644
  47. install_sh_PROGRAM = $(install_sh) -c
  48. install_sh_SCRIPT = $(install_sh) -c
  49. INSTALL_HEADER = $(INSTALL_DATA)
  50. transform = $(program_transform_name)
  51. NORMAL_INSTALL = :
  52. PRE_INSTALL = :
  53. POST_INSTALL = :
  54. NORMAL_UNINSTALL = :
  55. PRE_UNINSTALL = :
  56. POST_UNINSTALL = :
  57. build_triplet = @build@
  58. host_triplet = @host@
  59. subdir = .
  60. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am 
  61. $(srcdir)/Makefile.in $(top_srcdir)/configure COPYING INSTALL 
  62. TODO config.guess config.sub depcomp install-sh ltmain.sh 
  63. missing
  64. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  65. am__aclocal_m4_deps = $(top_srcdir)/m4/nsallinone.m4 
  66. $(top_srcdir)/configure.ac
  67. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  68. $(ACLOCAL_M4)
  69. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log 
  70.  configure.lineno config.status.lineno
  71. mkinstalldirs = $(install_sh) -d
  72. CONFIG_CLEAN_FILES =
  73. SOURCES =
  74. DIST_SOURCES =
  75. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive 
  76. html-recursive info-recursive install-data-recursive 
  77. install-dvi-recursive install-exec-recursive 
  78. install-html-recursive install-info-recursive 
  79. install-pdf-recursive install-ps-recursive install-recursive 
  80. installcheck-recursive installdirs-recursive pdf-recursive 
  81. ps-recursive uninstall-recursive
  82. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive
  83.   distclean-recursive maintainer-clean-recursive
  84. ETAGS = etags
  85. CTAGS = ctags
  86. DIST_SUBDIRS = $(SUBDIRS)
  87. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  88. distdir = $(PACKAGE)-$(VERSION)
  89. top_distdir = $(distdir)
  90. am__remove_distdir = 
  91.   { test ! -d $(distdir) 
  92.     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' 
  93.          && rm -fr $(distdir); }; }
  94. DIST_ARCHIVES = $(distdir).tar.gz
  95. GZIP_ENV = --best
  96. distuninstallcheck_listfiles = find . -type f -print
  97. distcleancheck_listfiles = find . -type f -print
  98. ACLOCAL = @ACLOCAL@
  99. AMTAR = @AMTAR@
  100. AR = @AR@
  101. AS = @AS@
  102. AUTOCONF = @AUTOCONF@
  103. AUTOHEADER = @AUTOHEADER@
  104. AUTOMAKE = @AUTOMAKE@
  105. AWK = @AWK@
  106. CC = @CC@
  107. CCDEPMODE = @CCDEPMODE@
  108. CFLAGS = @CFLAGS@
  109. CPP = @CPP@
  110. CPPFLAGS = @CPPFLAGS@
  111. CXX = @CXX@
  112. CXXCPP = @CXXCPP@
  113. CXXDEPMODE = @CXXDEPMODE@
  114. CXXFLAGS = @CXXFLAGS@
  115. CYGPATH_W = @CYGPATH_W@
  116. DEFS = @DEFS@
  117. DEPDIR = @DEPDIR@
  118. DLLTOOL = @DLLTOOL@
  119. ECHO = @ECHO@
  120. ECHO_C = @ECHO_C@
  121. ECHO_N = @ECHO_N@
  122. ECHO_T = @ECHO_T@
  123. EGREP = @EGREP@
  124. EXEEXT = @EXEEXT@
  125. F77 = @F77@
  126. FFLAGS = @FFLAGS@
  127. GREP = @GREP@
  128. INSTALL = @INSTALL@
  129. INSTALL_DATA = @INSTALL_DATA@
  130. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  131. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  132. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  133. LDFLAGS = @LDFLAGS@
  134. LIBOBJS = @LIBOBJS@
  135. LIBS = @LIBS@
  136. LIBTOOL = @LIBTOOL@
  137. LN_S = @LN_S@
  138. LTLIBOBJS = @LTLIBOBJS@
  139. MAKEINFO = @MAKEINFO@
  140. MKDIR_P = @MKDIR_P@
  141. NS_ALLINONE_DISTCHECK_CONFIGURE_FLAGS = @NS_ALLINONE_DISTCHECK_CONFIGURE_FLAGS@
  142. NS_CPPFLAGS = @NS_CPPFLAGS@
  143. NS_LDFLAGS = @NS_LDFLAGS@
  144. NS_LIBADD = @NS_LIBADD@
  145. OBJDUMP = @OBJDUMP@
  146. OBJEXT = @OBJEXT@
  147. PACKAGE = @PACKAGE@
  148. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  149. PACKAGE_NAME = @PACKAGE_NAME@
  150. PACKAGE_STRING = @PACKAGE_STRING@
  151. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  152. PACKAGE_VERSION = @PACKAGE_VERSION@
  153. PATH_SEPARATOR = @PATH_SEPARATOR@
  154. RANLIB = @RANLIB@
  155. SED = @SED@
  156. SET_MAKE = @SET_MAKE@
  157. SHELL = @SHELL@
  158. STRIP = @STRIP@
  159. TCL2CPP = @TCL2CPP@
  160. VERSION = @VERSION@
  161. abs_builddir = @abs_builddir@
  162. abs_srcdir = @abs_srcdir@
  163. abs_top_builddir = @abs_top_builddir@
  164. abs_top_srcdir = @abs_top_srcdir@
  165. ac_ct_CC = @ac_ct_CC@
  166. ac_ct_CXX = @ac_ct_CXX@
  167. ac_ct_F77 = @ac_ct_F77@
  168. am__include = @am__include@
  169. am__leading_dot = @am__leading_dot@
  170. am__quote = @am__quote@
  171. am__tar = @am__tar@
  172. am__untar = @am__untar@
  173. bindir = @bindir@
  174. build = @build@
  175. build_alias = @build_alias@
  176. build_cpu = @build_cpu@
  177. build_os = @build_os@
  178. build_vendor = @build_vendor@
  179. builddir = @builddir@
  180. datadir = @datadir@
  181. datarootdir = @datarootdir@
  182. docdir = @docdir@
  183. dvidir = @dvidir@
  184. exec_prefix = @exec_prefix@
  185. host = @host@
  186. host_alias = @host_alias@
  187. host_cpu = @host_cpu@
  188. host_os = @host_os@
  189. host_vendor = @host_vendor@
  190. htmldir = @htmldir@
  191. includedir = @includedir@
  192. infodir = @infodir@
  193. install_sh = @install_sh@
  194. libdir = @libdir@
  195. libexecdir = @libexecdir@
  196. localedir = @localedir@
  197. localstatedir = @localstatedir@
  198. mandir = @mandir@
  199. mkdir_p = @mkdir_p@
  200. oldincludedir = @oldincludedir@
  201. pdfdir = @pdfdir@
  202. prefix = @prefix@
  203. program_transform_name = @program_transform_name@
  204. psdir = @psdir@
  205. sbindir = @sbindir@
  206. sharedstatedir = @sharedstatedir@
  207. srcdir = @srcdir@
  208. sysconfdir = @sysconfdir@
  209. target_alias = @target_alias@
  210. top_builddir = @top_builddir@
  211. top_srcdir = @top_srcdir@
  212. SUBDIRS = m4 samples src 
  213. ACLOCAL_AMFLAGS = -I m4
  214. EXTRA_DIST = autogen.sh 
  215. DISTCHECK_CONFIGURE_FLAGS = @NS_ALLINONE_DISTCHECK_CONFIGURE_FLAGS@ 
  216. all: all-recursive
  217. .SUFFIXES:
  218. am--refresh:
  219. @:
  220. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  221. @for dep in $?; do 
  222.   case '$(am__configure_deps)' in 
  223.     *$$dep*) 
  224.       echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; 
  225.       cd $(srcdir) && $(AUTOMAKE) --foreign  
  226. && exit 0; 
  227.       exit 1;; 
  228.   esac; 
  229. done; 
  230. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; 
  231. cd $(top_srcdir) && 
  232.   $(AUTOMAKE) --foreign  Makefile
  233. .PRECIOUS: Makefile
  234. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  235. @case '$?' in 
  236.   *config.status*) 
  237.     echo ' $(SHELL) ./config.status'; 
  238.     $(SHELL) ./config.status;; 
  239.   *) 
  240.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; 
  241.     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; 
  242. esac;
  243. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  244. $(SHELL) ./config.status --recheck
  245. $(top_srcdir)/configure:  $(am__configure_deps)
  246. cd $(srcdir) && $(AUTOCONF)
  247. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  248. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  249. mostlyclean-libtool:
  250. -rm -f *.lo
  251. clean-libtool:
  252. -rm -rf .libs _libs
  253. distclean-libtool:
  254. -rm -f libtool
  255. # This directory's subdirectories are mostly independent; you can cd
  256. # into them and run `make' without going through this Makefile.
  257. # To change the values of `make' variables: instead of editing Makefiles,
  258. # (1) if the variable is set in `config.status', edit `config.status'
  259. #     (which will cause the Makefiles to be regenerated when you run `make');
  260. # (2) otherwise, pass the desired values on the `make' command line.
  261. $(RECURSIVE_TARGETS):
  262. @failcom='exit 1'; 
  263. for f in x $$MAKEFLAGS; do 
  264.   case $$f in 
  265.     *=* | --[!k]*);; 
  266.     *k*) failcom='fail=yes';; 
  267.   esac; 
  268. done; 
  269. dot_seen=no; 
  270. target=`echo $@ | sed s/-recursive//`; 
  271. list='$(SUBDIRS)'; for subdir in $$list; do 
  272.   echo "Making $$target in $$subdir"; 
  273.   if test "$$subdir" = "."; then 
  274.     dot_seen=yes; 
  275.     local_target="$$target-am"; 
  276.   else 
  277.     local_target="$$target"; 
  278.   fi; 
  279.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  280.   || eval $$failcom; 
  281. done; 
  282. if test "$$dot_seen" = "no"; then 
  283.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  284. fi; test -z "$$fail"
  285. $(RECURSIVE_CLEAN_TARGETS):
  286. @failcom='exit 1'; 
  287. for f in x $$MAKEFLAGS; do 
  288.   case $$f in 
  289.     *=* | --[!k]*);; 
  290.     *k*) failcom='fail=yes';; 
  291.   esac; 
  292. done; 
  293. dot_seen=no; 
  294. case "$@" in 
  295.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  296.   *) list='$(SUBDIRS)' ;; 
  297. esac; 
  298. rev=''; for subdir in $$list; do 
  299.   if test "$$subdir" = "."; then :; else 
  300.     rev="$$subdir $$rev"; 
  301.   fi; 
  302. done; 
  303. rev="$$rev ."; 
  304. target=`echo $@ | sed s/-recursive//`; 
  305. for subdir in $$rev; do 
  306.   echo "Making $$target in $$subdir"; 
  307.   if test "$$subdir" = "."; then 
  308.     local_target="$$target-am"; 
  309.   else 
  310.     local_target="$$target"; 
  311.   fi; 
  312.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  313.   || eval $$failcom; 
  314. done && test -z "$$fail"
  315. tags-recursive:
  316. list='$(SUBDIRS)'; for subdir in $$list; do 
  317.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  318. done
  319. ctags-recursive:
  320. list='$(SUBDIRS)'; for subdir in $$list; do 
  321.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); 
  322. done
  323. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  324. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  325. unique=`for i in $$list; do 
  326.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  327.   done | 
  328.   $(AWK) '    { files[$$0] = 1; } 
  329.        END { for (i in files) print i; }'`; 
  330. mkid -fID $$unique
  331. tags: TAGS
  332. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  333. $(TAGS_FILES) $(LISP)
  334. tags=; 
  335. here=`pwd`; 
  336. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then 
  337.   include_option=--etags-include; 
  338.   empty_fix=.; 
  339. else 
  340.   include_option=--include; 
  341.   empty_fix=; 
  342. fi; 
  343. list='$(SUBDIRS)'; for subdir in $$list; do 
  344.   if test "$$subdir" = .; then :; else 
  345.     test ! -f $$subdir/TAGS || 
  346.       tags="$$tags $$include_option=$$here/$$subdir/TAGS"; 
  347.   fi; 
  348. done; 
  349. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  350. unique=`for i in $$list; do 
  351.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  352.   done | 
  353.   $(AWK) '    { files[$$0] = 1; } 
  354.        END { for (i in files) print i; }'`; 
  355. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else 
  356.   test -n "$$unique" || unique=$$empty_fix; 
  357.   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  358.     $$tags $$unique; 
  359. fi
  360. ctags: CTAGS
  361. CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  362. $(TAGS_FILES) $(LISP)
  363. tags=; 
  364. here=`pwd`; 
  365. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  366. unique=`for i in $$list; do 
  367.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  368.   done | 
  369.   $(AWK) '    { files[$$0] = 1; } 
  370.        END { for (i in files) print i; }'`; 
  371. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  372.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  373.      $$tags $$unique
  374. GTAGS:
  375. here=`$(am__cd) $(top_builddir) && pwd` 
  376.   && cd $(top_srcdir) 
  377.   && gtags -i $(GTAGS_ARGS) $$here
  378. distclean-tags:
  379. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  380. distdir: $(DISTFILES)
  381. $(am__remove_distdir)
  382. test -d $(distdir) || mkdir $(distdir)
  383. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  384. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  385. list='$(DISTFILES)'; 
  386.   dist_files=`for file in $$list; do echo $$file; done | 
  387.   sed -e "s|^$$srcdirstrip/||;t" 
  388.       -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; 
  389. case $$dist_files in 
  390.   */*) $(MKDIR_P) `echo "$$dist_files" | 
  391.    sed '///!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | 
  392.    sort -u` ;; 
  393. esac; 
  394. for file in $$dist_files; do 
  395.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  396.   if test -d $$d/$$file; then 
  397.     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; 
  398.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  399.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  400.     fi; 
  401.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  402.   else 
  403.     test -f $(distdir)/$$file 
  404.     || cp -p $$d/$$file $(distdir)/$$file 
  405.     || exit 1; 
  406.   fi; 
  407. done
  408. list='$(DIST_SUBDIRS)'; for subdir in $$list; do 
  409.   if test "$$subdir" = .; then :; else 
  410.     test -d "$(distdir)/$$subdir" 
  411.     || $(MKDIR_P) "$(distdir)/$$subdir" 
  412.     || exit 1; 
  413.     distdir=`$(am__cd) $(distdir) && pwd`; 
  414.     top_distdir=`$(am__cd) $(top_distdir) && pwd`; 
  415.     (cd $$subdir && 
  416.       $(MAKE) $(AM_MAKEFLAGS) 
  417.         top_distdir="$$top_distdir" 
  418.         distdir="$$distdir/$$subdir" 
  419. am__remove_distdir=: 
  420. am__skip_length_check=: 
  421.         distdir) 
  422.       || exit 1; 
  423.   fi; 
  424. done
  425. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} ; -o 
  426.   ! -type d ! -perm -444 -links 1 -exec chmod a+r {} ; -o 
  427.   ! -type d ! -perm -400 -exec chmod a+r {} ; -o 
  428.   ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} ; 
  429. || chmod -R a+r $(distdir)
  430. dist-gzip: distdir
  431. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  432. $(am__remove_distdir)
  433. dist-bzip2: distdir
  434. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  435. $(am__remove_distdir)
  436. dist-tarZ: distdir
  437. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  438. $(am__remove_distdir)
  439. dist-shar: distdir
  440. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  441. $(am__remove_distdir)
  442. dist-zip: distdir
  443. -rm -f $(distdir).zip
  444. zip -rq $(distdir).zip $(distdir)
  445. $(am__remove_distdir)
  446. dist dist-all: distdir
  447. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  448. $(am__remove_distdir)
  449. # This target untars the dist file and tries a VPATH configuration.  Then
  450. # it guarantees that the distribution is self-contained by making another
  451. # tarfile.
  452. distcheck: dist
  453. case '$(DIST_ARCHIVES)' in 
  454. *.tar.gz*) 
  455.   GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;
  456. *.tar.bz2*) 
  457.   bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;
  458. *.tar.Z*) 
  459.   uncompress -c $(distdir).tar.Z | $(am__untar) ;;
  460. *.shar.gz*) 
  461.   GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;
  462. *.zip*) 
  463.   unzip $(distdir).zip ;;
  464. esac
  465. chmod -R a-w $(distdir); chmod a+w $(distdir)
  466. mkdir $(distdir)/_build
  467. mkdir $(distdir)/_inst
  468. chmod a-w $(distdir)
  469. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\/]:[\/],/,'` 
  470.   && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" 
  471.   && cd $(distdir)/_build 
  472.   && ../configure --srcdir=.. --prefix="$$dc_install_base" 
  473.     $(DISTCHECK_CONFIGURE_FLAGS) 
  474.   && $(MAKE) $(AM_MAKEFLAGS) 
  475.   && $(MAKE) $(AM_MAKEFLAGS) dvi 
  476.   && $(MAKE) $(AM_MAKEFLAGS) check 
  477.   && $(MAKE) $(AM_MAKEFLAGS) install 
  478.   && $(MAKE) $(AM_MAKEFLAGS) installcheck 
  479.   && $(MAKE) $(AM_MAKEFLAGS) uninstall 
  480.   && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" 
  481.         distuninstallcheck 
  482.   && chmod -R a-w "$$dc_install_base" 
  483.   && ({ 
  484.        (cd ../.. && umask 077 && mkdir "$$dc_destdir") 
  485.        && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install 
  486.        && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall 
  487.        && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" 
  488.             distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; 
  489.       } || { rm -rf "$$dc_destdir"; exit 1; }) 
  490.   && rm -rf "$$dc_destdir" 
  491.   && $(MAKE) $(AM_MAKEFLAGS) dist 
  492.   && rm -rf $(DIST_ARCHIVES) 
  493.   && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  494. $(am__remove_distdir)
  495. @(echo "$(distdir) archives ready for distribution: "; 
  496.   list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | 
  497.   sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  498. distuninstallcheck:
  499. @cd $(distuninstallcheck_dir) 
  500. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 
  501.    || { echo "ERROR: files left after uninstall:" ; 
  502.         if test -n "$(DESTDIR)"; then 
  503.           echo "  (check DESTDIR support)"; 
  504.         fi ; 
  505.         $(distuninstallcheck_listfiles) ; 
  506.         exit 1; } >&2
  507. distcleancheck: distclean
  508. @if test '$(srcdir)' = . ; then 
  509.   echo "ERROR: distcleancheck can only run from a VPATH build" ; 
  510.   exit 1 ; 
  511. fi
  512. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 
  513.   || { echo "ERROR: files left in build directory after distclean:" ; 
  514.        $(distcleancheck_listfiles) ; 
  515.        exit 1; } >&2
  516. check-am: all-am
  517. check: check-recursive
  518. all-am: Makefile
  519. installdirs: installdirs-recursive
  520. installdirs-am:
  521. install: install-recursive
  522. install-exec: install-exec-recursive
  523. install-data: install-data-recursive
  524. uninstall: uninstall-recursive
  525. install-am: all-am
  526. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  527. installcheck: installcheck-recursive
  528. install-strip:
  529. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  530.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  531.   `test -z '$(STRIP)' || 
  532.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  533. mostlyclean-generic:
  534. clean-generic:
  535. distclean-generic:
  536. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  537. maintainer-clean-generic:
  538. @echo "This command is intended for maintainers to use"
  539. @echo "it deletes files that may require special tools to rebuild."
  540. clean: clean-recursive
  541. clean-am: clean-generic clean-libtool mostlyclean-am
  542. distclean: distclean-recursive
  543. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  544. -rm -f Makefile
  545. distclean-am: clean-am distclean-generic distclean-libtool 
  546. distclean-tags
  547. dvi: dvi-recursive
  548. dvi-am:
  549. html: html-recursive
  550. info: info-recursive
  551. info-am:
  552. install-data-am:
  553. install-dvi: install-dvi-recursive
  554. install-exec-am:
  555. install-html: install-html-recursive
  556. install-info: install-info-recursive
  557. install-man:
  558. install-pdf: install-pdf-recursive
  559. install-ps: install-ps-recursive
  560. installcheck-am:
  561. maintainer-clean: maintainer-clean-recursive
  562. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  563. -rm -rf $(top_srcdir)/autom4te.cache
  564. -rm -f Makefile
  565. maintainer-clean-am: distclean-am maintainer-clean-generic
  566. mostlyclean: mostlyclean-recursive
  567. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  568. pdf: pdf-recursive
  569. pdf-am:
  570. ps: ps-recursive
  571. ps-am:
  572. uninstall-am:
  573. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am 
  574. install-strip
  575. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS 
  576. all all-am am--refresh check check-am clean clean-generic 
  577. clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 
  578. dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean 
  579. distclean-generic distclean-libtool distclean-tags 
  580. distcleancheck distdir distuninstallcheck dvi dvi-am html 
  581. html-am info info-am install install-am install-data 
  582. install-data-am install-dvi install-dvi-am install-exec 
  583. install-exec-am install-html install-html-am install-info 
  584. install-info-am install-man install-pdf install-pdf-am 
  585. install-ps install-ps-am install-strip installcheck 
  586. installcheck-am installdirs installdirs-am maintainer-clean 
  587. maintainer-clean-generic mostlyclean mostlyclean-generic 
  588. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive 
  589. uninstall uninstall-am
  590. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  591. # Otherwise a system limit (for SysV at least) may be exceeded.
  592. .NOEXPORT: