Makefile.in
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:17k
源码类别:

Windows CE

开发平台:

C/C++

  1. # Makefile.in generated by automake 1.8.5 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004  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. #  in_flac - Winamp2 FLAC input plugin
  14. #  Copyright (C) 2000,2001,2002,2003,2004,2005  Josh Coalson
  15. #
  16. #  This program is free software; you can redistribute it and/or
  17. #  modify it under the terms of the GNU General Public License
  18. #  as published by the Free Software Foundation; either version 2
  19. #  of the License, or (at your option) any later version.
  20. #
  21. #  This program is distributed in the hope that it will be useful,
  22. #  but WITHOUT ANY WARRANTY; without even the implied warranty of
  23. #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  24. #  GNU General Public License for more details.
  25. #
  26. #  You should have received a copy of the GNU General Public License
  27. #  along with this program; if not, write to the Free Software
  28. #  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  29. srcdir = @srcdir@
  30. top_srcdir = @top_srcdir@
  31. VPATH = @srcdir@
  32. pkgdatadir = $(datadir)/@PACKAGE@
  33. pkglibdir = $(libdir)/@PACKAGE@
  34. pkgincludedir = $(includedir)/@PACKAGE@
  35. top_builddir = ../..
  36. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  37. INSTALL = @INSTALL@
  38. install_sh_DATA = $(install_sh) -c -m 644
  39. install_sh_PROGRAM = $(install_sh) -c
  40. install_sh_SCRIPT = $(install_sh) -c
  41. INSTALL_HEADER = $(INSTALL_DATA)
  42. transform = $(program_transform_name)
  43. NORMAL_INSTALL = :
  44. PRE_INSTALL = :
  45. POST_INSTALL = :
  46. NORMAL_UNINSTALL = :
  47. PRE_UNINSTALL = :
  48. POST_UNINSTALL = :
  49. host_triplet = @host@
  50. subdir = src/plugin_winamp2
  51. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  52. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  53. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  54. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  55. $(ACLOCAL_M4)
  56. mkinstalldirs = $(mkdir_p)
  57. CONFIG_HEADER = $(top_builddir)/config.h
  58. CONFIG_CLEAN_FILES =
  59. SOURCES =
  60. DIST_SOURCES =
  61. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive 
  62. html-recursive info-recursive install-data-recursive 
  63. install-exec-recursive install-info-recursive 
  64. install-recursive installcheck-recursive installdirs-recursive 
  65. pdf-recursive ps-recursive uninstall-info-recursive 
  66. uninstall-recursive
  67. ETAGS = etags
  68. CTAGS = ctags
  69. DIST_SUBDIRS = $(SUBDIRS)
  70. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  71. ACLOCAL = @ACLOCAL@
  72. AMDEP_FALSE = @AMDEP_FALSE@
  73. AMDEP_TRUE = @AMDEP_TRUE@
  74. AMTAR = @AMTAR@
  75. AS = @AS@
  76. AUTOCONF = @AUTOCONF@
  77. AUTOHEADER = @AUTOHEADER@
  78. AUTOMAKE = @AUTOMAKE@
  79. AWK = @AWK@
  80. CC = @CC@
  81. CCAS = @CCAS@
  82. CCASFLAGS = @CCASFLAGS@
  83. CCDEPMODE = @CCDEPMODE@
  84. CFLAGS = @CFLAGS@
  85. CPP = @CPP@
  86. CPPFLAGS = @CPPFLAGS@
  87. CXX = @CXX@
  88. CXXDEPMODE = @CXXDEPMODE@
  89. CXXFLAGS = @CXXFLAGS@
  90. CYGPATH_W = @CYGPATH_W@
  91. DEBUG_FALSE = @DEBUG_FALSE@
  92. DEBUG_TRUE = @DEBUG_TRUE@
  93. DEFS = @DEFS@
  94. DEPDIR = @DEPDIR@
  95. DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
  96. DOXYGEN = @DOXYGEN@
  97. ECHO = @ECHO@
  98. ECHO_C = @ECHO_C@
  99. ECHO_N = @ECHO_N@
  100. ECHO_T = @ECHO_T@
  101. EGREP = @EGREP@
  102. EXEEXT = @EXEEXT@
  103. FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@
  104. FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@
  105. FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@
  106. FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@
  107. FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@
  108. FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@
  109. FLaC__EXHAUSTIVE_TESTS_FALSE = @FLaC__EXHAUSTIVE_TESTS_FALSE@
  110. FLaC__EXHAUSTIVE_TESTS_TRUE = @FLaC__EXHAUSTIVE_TESTS_TRUE@
  111. FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@
  112. FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@
  113. FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@
  114. FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE@
  115. FLaC__HAS_DOCBOOK_TO_MAN_FALSE = @FLaC__HAS_DOCBOOK_TO_MAN_FALSE@
  116. FLaC__HAS_DOCBOOK_TO_MAN_TRUE = @FLaC__HAS_DOCBOOK_TO_MAN_TRUE@
  117. FLaC__HAS_DOXYGEN_FALSE = @FLaC__HAS_DOXYGEN_FALSE@
  118. FLaC__HAS_DOXYGEN_TRUE = @FLaC__HAS_DOXYGEN_TRUE@
  119. FLaC__HAS_GAS_FALSE = @FLaC__HAS_GAS_FALSE@
  120. FLaC__HAS_GAS_TRUE = @FLaC__HAS_GAS_TRUE@
  121. FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE@
  122. FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@
  123. FLaC__HAS_NASM_FALSE = @FLaC__HAS_NASM_FALSE@
  124. FLaC__HAS_NASM_TRUE = @FLaC__HAS_NASM_TRUE@
  125. FLaC__HAS_OGG_FALSE = @FLaC__HAS_OGG_FALSE@
  126. FLaC__HAS_OGG_TRUE = @FLaC__HAS_OGG_TRUE@
  127. FLaC__HAS_XMMS_FALSE = @FLaC__HAS_XMMS_FALSE@
  128. FLaC__HAS_XMMS_TRUE = @FLaC__HAS_XMMS_TRUE@
  129. FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE@
  130. FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE@
  131. FLaC__NO_ASM_FALSE = @FLaC__NO_ASM_FALSE@
  132. FLaC__NO_ASM_TRUE = @FLaC__NO_ASM_TRUE@
  133. FLaC__SSE_OS_FALSE = @FLaC__SSE_OS_FALSE@
  134. FLaC__SSE_OS_TRUE = @FLaC__SSE_OS_TRUE@
  135. FLaC__SYS_DARWIN_FALSE = @FLaC__SYS_DARWIN_FALSE@
  136. FLaC__SYS_DARWIN_TRUE = @FLaC__SYS_DARWIN_TRUE@
  137. FLaC__SYS_LINUX_FALSE = @FLaC__SYS_LINUX_FALSE@
  138. FLaC__SYS_LINUX_TRUE = @FLaC__SYS_LINUX_TRUE@
  139. FLaC__USE_3DNOW_FALSE = @FLaC__USE_3DNOW_FALSE@
  140. FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
  141. FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
  142. FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
  143. FLaC__VALGRIND_TESTING_FALSE = @FLaC__VALGRIND_TESTING_FALSE@
  144. FLaC__VALGRIND_TESTING_TRUE = @FLaC__VALGRIND_TESTING_TRUE@
  145. GAS = @GAS@
  146. INSTALL_DATA = @INSTALL_DATA@
  147. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  148. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  149. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  150. LDFLAGS = @LDFLAGS@
  151. LIBICONV = @LIBICONV@
  152. LIBOBJS = @LIBOBJS@
  153. LIBS = @LIBS@
  154. LIBTOOL = @LIBTOOL@
  155. LN_S = @LN_S@
  156. LTLIBICONV = @LTLIBICONV@
  157. LTLIBOBJS = @LTLIBOBJS@
  158. MAINT = @MAINT@
  159. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  160. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  161. MAKEINFO = @MAKEINFO@
  162. NASM = @NASM@
  163. OBJEXT = @OBJEXT@
  164. OBJ_FORMAT = @OBJ_FORMAT@
  165. OGG_CFLAGS = @OGG_CFLAGS@
  166. OGG_LIBS = @OGG_LIBS@
  167. PACKAGE = @PACKAGE@
  168. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  169. PACKAGE_NAME = @PACKAGE_NAME@
  170. PACKAGE_STRING = @PACKAGE_STRING@
  171. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  172. PACKAGE_VERSION = @PACKAGE_VERSION@
  173. PATH_SEPARATOR = @PATH_SEPARATOR@
  174. RANLIB = @RANLIB@
  175. SET_MAKE = @SET_MAKE@
  176. SHELL = @SHELL@
  177. STRIP = @STRIP@
  178. VERSION = @VERSION@
  179. XMMS_CFLAGS = @XMMS_CFLAGS@
  180. XMMS_CONFIG = @XMMS_CONFIG@
  181. XMMS_DATA_DIR = @XMMS_DATA_DIR@
  182. XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
  183. XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
  184. XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
  185. XMMS_LIBS = @XMMS_LIBS@
  186. XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
  187. XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
  188. XMMS_VERSION = @XMMS_VERSION@
  189. XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
  190. ac_ct_CC = @ac_ct_CC@
  191. ac_ct_CXX = @ac_ct_CXX@
  192. ac_ct_RANLIB = @ac_ct_RANLIB@
  193. ac_ct_STRIP = @ac_ct_STRIP@
  194. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  195. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  196. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  197. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  198. am__include = @am__include@
  199. am__leading_dot = @am__leading_dot@
  200. am__quote = @am__quote@
  201. bindir = @bindir@
  202. build = @build@
  203. build_alias = @build_alias@
  204. build_cpu = @build_cpu@
  205. build_os = @build_os@
  206. build_vendor = @build_vendor@
  207. datadir = @datadir@
  208. exec_prefix = @exec_prefix@
  209. host = @host@
  210. host_alias = @host_alias@
  211. host_cpu = @host_cpu@
  212. host_os = @host_os@
  213. host_vendor = @host_vendor@
  214. includedir = @includedir@
  215. infodir = @infodir@
  216. install_sh = @install_sh@
  217. libdir = @libdir@
  218. libexecdir = @libexecdir@
  219. localstatedir = @localstatedir@
  220. mandir = @mandir@
  221. mkdir_p = @mkdir_p@
  222. oldincludedir = @oldincludedir@
  223. prefix = @prefix@
  224. program_transform_name = @program_transform_name@
  225. sbindir = @sbindir@
  226. sharedstatedir = @sharedstatedir@
  227. sysconfdir = @sysconfdir@
  228. target_alias = @target_alias@
  229. SUBDIRS = include
  230. EXTRA_DIST = 
  231. config.h 
  232. config.c 
  233. in_flac.c 
  234. in_flac.dsp 
  235. infobox.c 
  236. infobox.h 
  237. playback.c 
  238. playback.h 
  239. resource.h 
  240. resource.rc 
  241. tagz.cpp 
  242. tagz.h
  243. all: all-recursive
  244. .SUFFIXES:
  245. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  246. @for dep in $?; do 
  247.   case '$(am__configure_deps)' in 
  248.     *$$dep*) 
  249.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  250. && exit 0; 
  251.       exit 1;; 
  252.   esac; 
  253. done; 
  254. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/plugin_winamp2/Makefile'; 
  255. cd $(top_srcdir) && 
  256.   $(AUTOMAKE) --foreign  src/plugin_winamp2/Makefile
  257. .PRECIOUS: Makefile
  258. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  259. @case '$?' in 
  260.   *config.status*) 
  261.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  262.   *) 
  263.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  264.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  265. esac;
  266. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  267. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  268. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  269. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  270. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  271. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  272. mostlyclean-libtool:
  273. -rm -f *.lo
  274. clean-libtool:
  275. -rm -rf .libs _libs
  276. distclean-libtool:
  277. -rm -f libtool
  278. uninstall-info-am:
  279. # This directory's subdirectories are mostly independent; you can cd
  280. # into them and run `make' without going through this Makefile.
  281. # To change the values of `make' variables: instead of editing Makefiles,
  282. # (1) if the variable is set in `config.status', edit `config.status'
  283. #     (which will cause the Makefiles to be regenerated when you run `make');
  284. # (2) otherwise, pass the desired values on the `make' command line.
  285. $(RECURSIVE_TARGETS):
  286. @set fnord $$MAKEFLAGS; amf=$$2; 
  287. dot_seen=no; 
  288. target=`echo $@ | sed s/-recursive//`; 
  289. list='$(SUBDIRS)'; for subdir in $$list; do 
  290.   echo "Making $$target in $$subdir"; 
  291.   if test "$$subdir" = "."; then 
  292.     dot_seen=yes; 
  293.     local_target="$$target-am"; 
  294.   else 
  295.     local_target="$$target"; 
  296.   fi; 
  297.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  298.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  299. done; 
  300. if test "$$dot_seen" = "no"; then 
  301.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  302. fi; test -z "$$fail"
  303. mostlyclean-recursive clean-recursive distclean-recursive 
  304. maintainer-clean-recursive:
  305. @set fnord $$MAKEFLAGS; amf=$$2; 
  306. dot_seen=no; 
  307. case "$@" in 
  308.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  309.   *) list='$(SUBDIRS)' ;; 
  310. esac; 
  311. rev=''; for subdir in $$list; do 
  312.   if test "$$subdir" = "."; then :; else 
  313.     rev="$$subdir $$rev"; 
  314.   fi; 
  315. done; 
  316. rev="$$rev ."; 
  317. target=`echo $@ | sed s/-recursive//`; 
  318. for subdir in $$rev; do 
  319.   echo "Making $$target in $$subdir"; 
  320.   if test "$$subdir" = "."; then 
  321.     local_target="$$target-am"; 
  322.   else 
  323.     local_target="$$target"; 
  324.   fi; 
  325.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  326.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  327. done && test -z "$$fail"
  328. tags-recursive:
  329. list='$(SUBDIRS)'; for subdir in $$list; do 
  330.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  331. done
  332. ctags-recursive:
  333. list='$(SUBDIRS)'; for subdir in $$list; do 
  334.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); 
  335. done
  336. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  337. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  338. unique=`for i in $$list; do 
  339.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  340.   done | 
  341.   $(AWK) '    { files[$$0] = 1; } 
  342.        END { for (i in files) print i; }'`; 
  343. mkid -fID $$unique
  344. tags: TAGS
  345. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  346. $(TAGS_FILES) $(LISP)
  347. tags=; 
  348. here=`pwd`; 
  349. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then 
  350.   include_option=--etags-include; 
  351.   empty_fix=.; 
  352. else 
  353.   include_option=--include; 
  354.   empty_fix=; 
  355. fi; 
  356. list='$(SUBDIRS)'; for subdir in $$list; do 
  357.   if test "$$subdir" = .; then :; else 
  358.     test ! -f $$subdir/TAGS || 
  359.       tags="$$tags $$include_option=$$here/$$subdir/TAGS"; 
  360.   fi; 
  361. done; 
  362. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  363. unique=`for i in $$list; do 
  364.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  365.   done | 
  366.   $(AWK) '    { files[$$0] = 1; } 
  367.        END { for (i in files) print i; }'`; 
  368. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else 
  369.   test -n "$$unique" || unique=$$empty_fix; 
  370.   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  371.     $$tags $$unique; 
  372. fi
  373. ctags: CTAGS
  374. CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  375. $(TAGS_FILES) $(LISP)
  376. tags=; 
  377. here=`pwd`; 
  378. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  379. unique=`for i in $$list; do 
  380.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  381.   done | 
  382.   $(AWK) '    { files[$$0] = 1; } 
  383.        END { for (i in files) print i; }'`; 
  384. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  385.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  386.      $$tags $$unique
  387. GTAGS:
  388. here=`$(am__cd) $(top_builddir) && pwd` 
  389.   && cd $(top_srcdir) 
  390.   && gtags -i $(GTAGS_ARGS) $$here
  391. distclean-tags:
  392. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  393. distdir: $(DISTFILES)
  394. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  395. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  396. list='$(DISTFILES)'; for file in $$list; do 
  397.   case $$file in 
  398.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  399.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  400.   esac; 
  401.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  402.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  403.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  404.     dir="/$$dir"; 
  405.     $(mkdir_p) "$(distdir)$$dir"; 
  406.   else 
  407.     dir=''; 
  408.   fi; 
  409.   if test -d $$d/$$file; then 
  410.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  411.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  412.     fi; 
  413.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  414.   else 
  415.     test -f $(distdir)/$$file 
  416.     || cp -p $$d/$$file $(distdir)/$$file 
  417.     || exit 1; 
  418.   fi; 
  419. done
  420. list='$(SUBDIRS)'; for subdir in $$list; do 
  421.   if test "$$subdir" = .; then :; else 
  422.     test -d "$(distdir)/$$subdir" 
  423.     || mkdir "$(distdir)/$$subdir" 
  424.     || exit 1; 
  425.     (cd $$subdir && 
  426.       $(MAKE) $(AM_MAKEFLAGS) 
  427.         top_distdir="../$(top_distdir)" 
  428.         distdir="../$(distdir)/$$subdir" 
  429.         distdir) 
  430.       || exit 1; 
  431.   fi; 
  432. done
  433. check-am: all-am
  434. check: check-recursive
  435. all-am: Makefile
  436. installdirs: installdirs-recursive
  437. installdirs-am:
  438. install: install-recursive
  439. install-exec: install-exec-recursive
  440. install-data: install-data-recursive
  441. uninstall: uninstall-recursive
  442. install-am: all-am
  443. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  444. installcheck: installcheck-recursive
  445. install-strip:
  446. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  447.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  448.   `test -z '$(STRIP)' || 
  449.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  450. mostlyclean-generic:
  451. clean-generic:
  452. distclean-generic:
  453. -rm -f $(CONFIG_CLEAN_FILES)
  454. maintainer-clean-generic:
  455. @echo "This command is intended for maintainers to use"
  456. @echo "it deletes files that may require special tools to rebuild."
  457. clean: clean-recursive
  458. clean-am: clean-generic clean-libtool mostlyclean-am
  459. distclean: distclean-recursive
  460. -rm -f Makefile
  461. distclean-am: clean-am distclean-generic distclean-libtool 
  462. distclean-tags
  463. dvi: dvi-recursive
  464. dvi-am:
  465. html: html-recursive
  466. info: info-recursive
  467. info-am:
  468. install-data-am:
  469. install-exec-am:
  470. install-info: install-info-recursive
  471. install-man:
  472. installcheck-am:
  473. maintainer-clean: maintainer-clean-recursive
  474. -rm -f Makefile
  475. maintainer-clean-am: distclean-am maintainer-clean-generic
  476. mostlyclean: mostlyclean-recursive
  477. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  478. pdf: pdf-recursive
  479. pdf-am:
  480. ps: ps-recursive
  481. ps-am:
  482. uninstall-am: uninstall-info-am
  483. uninstall-info: uninstall-info-recursive
  484. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am 
  485. clean clean-generic clean-libtool clean-recursive ctags 
  486. ctags-recursive distclean distclean-generic distclean-libtool 
  487. distclean-recursive distclean-tags distdir dvi dvi-am html 
  488. html-am info info-am install install-am install-data 
  489. install-data-am install-exec install-exec-am install-info 
  490. install-info-am install-man install-strip installcheck 
  491. installcheck-am installdirs installdirs-am maintainer-clean 
  492. maintainer-clean-generic maintainer-clean-recursive 
  493. mostlyclean mostlyclean-generic mostlyclean-libtool 
  494. mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive 
  495. uninstall uninstall-am uninstall-info-am
  496. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  497. # Otherwise a system limit (for SysV at least) may be exceeded.
  498. .NOEXPORT: