Makefile.in
上传用户:awang829
上传日期:2019-07-14
资源大小:2356k
文件大小:18k
源码类别:

网络

开发平台:

Unix_Linux

  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. VPATH = @srcdir@
  14. pkgdatadir = $(datadir)/@PACKAGE@
  15. pkglibdir = $(libdir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  18. install_sh_DATA = $(install_sh) -c -m 644
  19. install_sh_PROGRAM = $(install_sh) -c
  20. install_sh_SCRIPT = $(install_sh) -c
  21. INSTALL_HEADER = $(INSTALL_DATA)
  22. transform = $(program_transform_name)
  23. NORMAL_INSTALL = :
  24. PRE_INSTALL = :
  25. POST_INSTALL = :
  26. NORMAL_UNINSTALL = :
  27. PRE_UNINSTALL = :
  28. POST_UNINSTALL = :
  29. build_triplet = @build@
  30. host_triplet = @host@
  31. subdir = contrib
  32. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 
  33. $(srcdir)/tor.logrotate.in $(srcdir)/tor.sh.in 
  34. $(srcdir)/torctl.in $(srcdir)/torify.in
  35. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  36. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 
  37. $(top_srcdir)/configure.in
  38. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  39. $(ACLOCAL_M4)
  40. mkinstalldirs = $(install_sh) -d
  41. CONFIG_HEADER = $(top_builddir)/orconfig.h
  42. CONFIG_CLEAN_FILES = tor.sh torctl torify tor.logrotate
  43. am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" 
  44. "$(DESTDIR)$(confdir)"
  45. binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
  46. SCRIPTS = $(bin_SCRIPTS)
  47. SOURCES =
  48. DIST_SOURCES =
  49. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive 
  50. html-recursive info-recursive install-data-recursive 
  51. install-dvi-recursive install-exec-recursive 
  52. install-html-recursive install-info-recursive 
  53. install-pdf-recursive install-ps-recursive install-recursive 
  54. installcheck-recursive installdirs-recursive pdf-recursive 
  55. ps-recursive uninstall-recursive
  56. man1dir = $(mandir)/man1
  57. NROFF = nroff
  58. MANS = $(man_MANS)
  59. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  60. am__vpath_adj = case $$p in 
  61.     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; 
  62.     *) f=$$p;; 
  63.   esac;
  64. am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  65. confDATA_INSTALL = $(INSTALL_DATA)
  66. DATA = $(conf_DATA)
  67. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive
  68.   distclean-recursive maintainer-clean-recursive
  69. ETAGS = etags
  70. CTAGS = ctags
  71. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  72. ACLOCAL = @ACLOCAL@
  73. AMTAR = @AMTAR@
  74. AUTOCONF = @AUTOCONF@
  75. AUTOHEADER = @AUTOHEADER@
  76. AUTOMAKE = @AUTOMAKE@
  77. AWK = @AWK@
  78. BINDIR = @BINDIR@
  79. CC = @CC@
  80. CCDEPMODE = @CCDEPMODE@
  81. CFLAGS = @CFLAGS@
  82. CONFDIR = @CONFDIR@
  83. CPP = @CPP@
  84. CPPFLAGS = @CPPFLAGS@
  85. CYGPATH_W = @CYGPATH_W@
  86. DEFS = @DEFS@
  87. DEPDIR = @DEPDIR@
  88. ECHO_C = @ECHO_C@
  89. ECHO_N = @ECHO_N@
  90. ECHO_T = @ECHO_T@
  91. EGREP = @EGREP@
  92. EXEEXT = @EXEEXT@
  93. GREP = @GREP@
  94. INSTALL = @INSTALL@
  95. INSTALL_DATA = @INSTALL_DATA@
  96. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  97. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  98. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  99. LDFLAGS = @LDFLAGS@
  100. LIBOBJS = @LIBOBJS@
  101. LIBS = @LIBS@
  102. LOCALSTATEDIR = @LOCALSTATEDIR@
  103. LOGFACILITY = @LOGFACILITY@
  104. LTLIBOBJS = @LTLIBOBJS@
  105. MAKEINFO = @MAKEINFO@
  106. MKDIR_P = @MKDIR_P@
  107. OBJEXT = @OBJEXT@
  108. PACKAGE = @PACKAGE@
  109. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  110. PACKAGE_NAME = @PACKAGE_NAME@
  111. PACKAGE_STRING = @PACKAGE_STRING@
  112. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  113. PACKAGE_VERSION = @PACKAGE_VERSION@
  114. PATH_SEPARATOR = @PATH_SEPARATOR@
  115. RANLIB = @RANLIB@
  116. SET_MAKE = @SET_MAKE@
  117. SHELL = @SHELL@
  118. STRIP = @STRIP@
  119. TORGROUP = @TORGROUP@
  120. TORUSER = @TORUSER@
  121. TOR_CPPFLAGS_libevent = @TOR_CPPFLAGS_libevent@
  122. TOR_CPPFLAGS_openssl = @TOR_CPPFLAGS_openssl@
  123. TOR_CPPFLAGS_zlib = @TOR_CPPFLAGS_zlib@
  124. TOR_LDFLAGS_libevent = @TOR_LDFLAGS_libevent@
  125. TOR_LDFLAGS_openssl = @TOR_LDFLAGS_openssl@
  126. TOR_LDFLAGS_zlib = @TOR_LDFLAGS_zlib@
  127. TOR_LIB_GDI = @TOR_LIB_GDI@
  128. TOR_LIB_WS32 = @TOR_LIB_WS32@
  129. VERSION = @VERSION@
  130. abs_builddir = @abs_builddir@
  131. abs_srcdir = @abs_srcdir@
  132. abs_top_builddir = @abs_top_builddir@
  133. abs_top_srcdir = @abs_top_srcdir@
  134. ac_ct_CC = @ac_ct_CC@
  135. am__include = @am__include@
  136. am__leading_dot = @am__leading_dot@
  137. am__quote = @am__quote@
  138. am__tar = @am__tar@
  139. am__untar = @am__untar@
  140. bindir = @bindir@
  141. build = @build@
  142. build_alias = @build_alias@
  143. build_cpu = @build_cpu@
  144. build_os = @build_os@
  145. build_vendor = @build_vendor@
  146. builddir = @builddir@
  147. datadir = @datadir@
  148. datarootdir = @datarootdir@
  149. docdir = @docdir@
  150. dvidir = @dvidir@
  151. exec_prefix = @exec_prefix@
  152. host = @host@
  153. host_alias = @host_alias@
  154. host_cpu = @host_cpu@
  155. host_os = @host_os@
  156. host_vendor = @host_vendor@
  157. htmldir = @htmldir@
  158. includedir = @includedir@
  159. infodir = @infodir@
  160. install_sh = @install_sh@
  161. libdir = @libdir@
  162. libexecdir = @libexecdir@
  163. localedir = @localedir@
  164. localstatedir = @localstatedir@
  165. mandir = @mandir@
  166. mkdir_p = @mkdir_p@
  167. oldincludedir = @oldincludedir@
  168. pdfdir = @pdfdir@
  169. prefix = @prefix@
  170. program_transform_name = @program_transform_name@
  171. psdir = @psdir@
  172. sbindir = @sbindir@
  173. sharedstatedir = @sharedstatedir@
  174. srcdir = @srcdir@
  175. sysconfdir = @sysconfdir@
  176. target_alias = @target_alias@
  177. top_builddir = @top_builddir@
  178. top_srcdir = @top_srcdir@
  179. SUBDIRS = osx suse
  180. DIST_SUBDIRS = osx suse
  181. confdir = $(sysconfdir)/tor
  182. EXTRA_DIST = exitlist tor-tsocks.conf torify.1 tor.nsi.in tor.sh torctl rc.subr cross.sh tor-mingw.nsi.in package_nsis-mingw.sh tor.ico tor-ctrl.sh linux-tor-prio.sh tor-exit-notice.html
  183. conf_DATA = tor-tsocks.conf
  184. bin_SCRIPTS = torify
  185. man_MANS = torify.1
  186. all: all-recursive
  187. .SUFFIXES:
  188. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  189. @for dep in $?; do 
  190.   case '$(am__configure_deps)' in 
  191.     *$$dep*) 
  192.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  193. && exit 0; 
  194.       exit 1;; 
  195.   esac; 
  196. done; 
  197. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  contrib/Makefile'; 
  198. cd $(top_srcdir) && 
  199.   $(AUTOMAKE) --foreign  contrib/Makefile
  200. .PRECIOUS: Makefile
  201. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  202. @case '$?' in 
  203.   *config.status*) 
  204.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  205.   *) 
  206.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  207.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  208. esac;
  209. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  210. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  211. $(top_srcdir)/configure:  $(am__configure_deps)
  212. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  213. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  214. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  215. tor.sh: $(top_builddir)/config.status $(srcdir)/tor.sh.in
  216. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  217. torctl: $(top_builddir)/config.status $(srcdir)/torctl.in
  218. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  219. torify: $(top_builddir)/config.status $(srcdir)/torify.in
  220. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  221. tor.logrotate: $(top_builddir)/config.status $(srcdir)/tor.logrotate.in
  222. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  223. install-binSCRIPTS: $(bin_SCRIPTS)
  224. @$(NORMAL_INSTALL)
  225. test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  226. @list='$(bin_SCRIPTS)'; for p in $$list; do 
  227.   if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; 
  228.   if test -f $$d$$p; then 
  229.     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; 
  230.     echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; 
  231.     $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; 
  232.   else :; fi; 
  233. done
  234. uninstall-binSCRIPTS:
  235. @$(NORMAL_UNINSTALL)
  236. @list='$(bin_SCRIPTS)'; for p in $$list; do 
  237.   f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; 
  238.   echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; 
  239.   rm -f "$(DESTDIR)$(bindir)/$$f"; 
  240. done
  241. install-man1: $(man1_MANS) $(man_MANS)
  242. @$(NORMAL_INSTALL)
  243. test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
  244. @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; 
  245. l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; 
  246. for i in $$l2; do 
  247.   case "$$i" in 
  248.     *.1*) list="$$list $$i" ;; 
  249.   esac; 
  250. done; 
  251. for i in $$list; do 
  252.   if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; 
  253.   else file=$$i; fi; 
  254.   ext=`echo $$i | sed -e 's/^.*\.//'`; 
  255.   case "$$ext" in 
  256.     1*) ;; 
  257.     *) ext='1' ;; 
  258.   esac; 
  259.   inst=`echo $$i | sed -e 's/\.[0-9a-z]*$$//'`; 
  260.   inst=`echo $$inst | sed -e 's/^.*///'`; 
  261.   inst=`echo $$inst | sed '$(transform)'`.$$ext; 
  262.   echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; 
  263.   $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; 
  264. done
  265. uninstall-man1:
  266. @$(NORMAL_UNINSTALL)
  267. @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; 
  268. l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; 
  269. for i in $$l2; do 
  270.   case "$$i" in 
  271.     *.1*) list="$$list $$i" ;; 
  272.   esac; 
  273. done; 
  274. for i in $$list; do 
  275.   ext=`echo $$i | sed -e 's/^.*\.//'`; 
  276.   case "$$ext" in 
  277.     1*) ;; 
  278.     *) ext='1' ;; 
  279.   esac; 
  280.   inst=`echo $$i | sed -e 's/\.[0-9a-z]*$$//'`; 
  281.   inst=`echo $$inst | sed -e 's/^.*///'`; 
  282.   inst=`echo $$inst | sed '$(transform)'`.$$ext; 
  283.   echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; 
  284.   rm -f "$(DESTDIR)$(man1dir)/$$inst"; 
  285. done
  286. install-confDATA: $(conf_DATA)
  287. @$(NORMAL_INSTALL)
  288. test -z "$(confdir)" || $(MKDIR_P) "$(DESTDIR)$(confdir)"
  289. @list='$(conf_DATA)'; for p in $$list; do 
  290.   if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; 
  291.   f=$(am__strip_dir) 
  292.   echo " $(confDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(confdir)/$$f'"; 
  293.   $(confDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(confdir)/$$f"; 
  294. done
  295. uninstall-confDATA:
  296. @$(NORMAL_UNINSTALL)
  297. @list='$(conf_DATA)'; for p in $$list; do 
  298.   f=$(am__strip_dir) 
  299.   echo " rm -f '$(DESTDIR)$(confdir)/$$f'"; 
  300.   rm -f "$(DESTDIR)$(confdir)/$$f"; 
  301. done
  302. # This directory's subdirectories are mostly independent; you can cd
  303. # into them and run `make' without going through this Makefile.
  304. # To change the values of `make' variables: instead of editing Makefiles,
  305. # (1) if the variable is set in `config.status', edit `config.status'
  306. #     (which will cause the Makefiles to be regenerated when you run `make');
  307. # (2) otherwise, pass the desired values on the `make' command line.
  308. $(RECURSIVE_TARGETS):
  309. @failcom='exit 1'; 
  310. for f in x $$MAKEFLAGS; do 
  311.   case $$f in 
  312.     *=* | --[!k]*);; 
  313.     *k*) failcom='fail=yes';; 
  314.   esac; 
  315. done; 
  316. dot_seen=no; 
  317. target=`echo $@ | sed s/-recursive//`; 
  318. list='$(SUBDIRS)'; for subdir in $$list; do 
  319.   echo "Making $$target in $$subdir"; 
  320.   if test "$$subdir" = "."; then 
  321.     dot_seen=yes; 
  322.     local_target="$$target-am"; 
  323.   else 
  324.     local_target="$$target"; 
  325.   fi; 
  326.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  327.   || eval $$failcom; 
  328. done; 
  329. if test "$$dot_seen" = "no"; then 
  330.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  331. fi; test -z "$$fail"
  332. $(RECURSIVE_CLEAN_TARGETS):
  333. @failcom='exit 1'; 
  334. for f in x $$MAKEFLAGS; do 
  335.   case $$f in 
  336.     *=* | --[!k]*);; 
  337.     *k*) failcom='fail=yes';; 
  338.   esac; 
  339. done; 
  340. dot_seen=no; 
  341. case "$@" in 
  342.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  343.   *) list='$(SUBDIRS)' ;; 
  344. esac; 
  345. rev=''; for subdir in $$list; do 
  346.   if test "$$subdir" = "."; then :; else 
  347.     rev="$$subdir $$rev"; 
  348.   fi; 
  349. done; 
  350. rev="$$rev ."; 
  351. target=`echo $@ | sed s/-recursive//`; 
  352. for subdir in $$rev; do 
  353.   echo "Making $$target in $$subdir"; 
  354.   if test "$$subdir" = "."; then 
  355.     local_target="$$target-am"; 
  356.   else 
  357.     local_target="$$target"; 
  358.   fi; 
  359.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  360.   || eval $$failcom; 
  361. done && test -z "$$fail"
  362. tags-recursive:
  363. list='$(SUBDIRS)'; for subdir in $$list; do 
  364.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  365. done
  366. ctags-recursive:
  367. list='$(SUBDIRS)'; for subdir in $$list; do 
  368.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); 
  369. done
  370. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  371. list='$(SOURCES) $(HEADERS) $(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; } 
  376.        END { for (i in files) print i; }'`; 
  377. mkid -fID $$unique
  378. tags: TAGS
  379. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  380. $(TAGS_FILES) $(LISP)
  381. tags=; 
  382. here=`pwd`; 
  383. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then 
  384.   include_option=--etags-include; 
  385.   empty_fix=.; 
  386. else 
  387.   include_option=--include; 
  388.   empty_fix=; 
  389. fi; 
  390. list='$(SUBDIRS)'; for subdir in $$list; do 
  391.   if test "$$subdir" = .; then :; else 
  392.     test ! -f $$subdir/TAGS || 
  393.       tags="$$tags $$include_option=$$here/$$subdir/TAGS"; 
  394.   fi; 
  395. done; 
  396. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  397. unique=`for i in $$list; do 
  398.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  399.   done | 
  400.   $(AWK) '    { files[$$0] = 1; } 
  401.        END { for (i in files) print i; }'`; 
  402. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else 
  403.   test -n "$$unique" || unique=$$empty_fix; 
  404.   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  405.     $$tags $$unique; 
  406. fi
  407. ctags: CTAGS
  408. CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  409. $(TAGS_FILES) $(LISP)
  410. tags=; 
  411. here=`pwd`; 
  412. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  413. unique=`for i in $$list; do 
  414.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  415.   done | 
  416.   $(AWK) '    { files[$$0] = 1; } 
  417.        END { for (i in files) print i; }'`; 
  418. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  419.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  420.      $$tags $$unique
  421. GTAGS:
  422. here=`$(am__cd) $(top_builddir) && pwd` 
  423.   && cd $(top_srcdir) 
  424.   && gtags -i $(GTAGS_ARGS) $$here
  425. distclean-tags:
  426. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  427. distdir: $(DISTFILES)
  428. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  429. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  430. list='$(DISTFILES)'; 
  431.   dist_files=`for file in $$list; do echo $$file; done | 
  432.   sed -e "s|^$$srcdirstrip/||;t" 
  433.       -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; 
  434. case $$dist_files in 
  435.   */*) $(MKDIR_P) `echo "$$dist_files" | 
  436.    sed '///!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | 
  437.    sort -u` ;; 
  438. esac; 
  439. for file in $$dist_files; do 
  440.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  441.   if test -d $$d/$$file; then 
  442.     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; 
  443.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  444.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  445.     fi; 
  446.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  447.   else 
  448.     test -f $(distdir)/$$file 
  449.     || cp -p $$d/$$file $(distdir)/$$file 
  450.     || exit 1; 
  451.   fi; 
  452. done
  453. list='$(DIST_SUBDIRS)'; for subdir in $$list; do 
  454.   if test "$$subdir" = .; then :; else 
  455.     test -d "$(distdir)/$$subdir" 
  456.     || $(MKDIR_P) "$(distdir)/$$subdir" 
  457.     || exit 1; 
  458.     distdir=`$(am__cd) $(distdir) && pwd`; 
  459.     top_distdir=`$(am__cd) $(top_distdir) && pwd`; 
  460.     (cd $$subdir && 
  461.       $(MAKE) $(AM_MAKEFLAGS) 
  462.         top_distdir="$$top_distdir" 
  463.         distdir="$$distdir/$$subdir" 
  464. am__remove_distdir=: 
  465. am__skip_length_check=: 
  466.         distdir) 
  467.       || exit 1; 
  468.   fi; 
  469. done
  470. check-am: all-am
  471. check: check-recursive
  472. all-am: Makefile $(SCRIPTS) $(MANS) $(DATA)
  473. installdirs: installdirs-recursive
  474. installdirs-am:
  475. for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(confdir)"; do 
  476.   test -z "$$dir" || $(MKDIR_P) "$$dir"; 
  477. done
  478. install: install-recursive
  479. install-exec: install-exec-recursive
  480. install-data: install-data-recursive
  481. uninstall: uninstall-recursive
  482. install-am: all-am
  483. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  484. installcheck: installcheck-recursive
  485. install-strip:
  486. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  487.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  488.   `test -z '$(STRIP)' || 
  489.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  490. mostlyclean-generic:
  491. clean-generic:
  492. distclean-generic:
  493. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  494. maintainer-clean-generic:
  495. @echo "This command is intended for maintainers to use"
  496. @echo "it deletes files that may require special tools to rebuild."
  497. clean: clean-recursive
  498. clean-am: clean-generic mostlyclean-am
  499. distclean: distclean-recursive
  500. -rm -f Makefile
  501. distclean-am: clean-am distclean-generic distclean-tags
  502. dvi: dvi-recursive
  503. dvi-am:
  504. html: html-recursive
  505. info: info-recursive
  506. info-am:
  507. install-data-am: install-confDATA install-man
  508. install-dvi: install-dvi-recursive
  509. install-exec-am: install-binSCRIPTS
  510. install-html: install-html-recursive
  511. install-info: install-info-recursive
  512. install-man: install-man1
  513. install-pdf: install-pdf-recursive
  514. install-ps: install-ps-recursive
  515. installcheck-am:
  516. maintainer-clean: maintainer-clean-recursive
  517. -rm -f Makefile
  518. maintainer-clean-am: distclean-am maintainer-clean-generic
  519. mostlyclean: mostlyclean-recursive
  520. mostlyclean-am: mostlyclean-generic
  521. pdf: pdf-recursive
  522. pdf-am:
  523. ps: ps-recursive
  524. ps-am:
  525. uninstall-am: uninstall-binSCRIPTS uninstall-confDATA uninstall-man
  526. uninstall-man: uninstall-man1
  527. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am 
  528. install-strip
  529. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS 
  530. all all-am check check-am clean clean-generic ctags 
  531. ctags-recursive distclean distclean-generic distclean-tags 
  532. distdir dvi dvi-am html html-am info info-am install 
  533. install-am install-binSCRIPTS install-confDATA install-data 
  534. install-data-am install-dvi install-dvi-am install-exec 
  535. install-exec-am install-html install-html-am install-info 
  536. install-info-am install-man install-man1 install-pdf 
  537. install-pdf-am install-ps install-ps-am install-strip 
  538. installcheck installcheck-am installdirs installdirs-am 
  539. maintainer-clean maintainer-clean-generic mostlyclean 
  540. mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive 
  541. uninstall uninstall-am uninstall-binSCRIPTS uninstall-confDATA 
  542. uninstall-man uninstall-man1
  543. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  544. # Otherwise a system limit (for SysV at least) may be exceeded.
  545. .NOEXPORT: