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. #  FLAC - Free Lossless Audio Codec
  14. #  Copyright (C) 2001,2002,2003,2004,2005  Josh Coalson
  15. #
  16. #  This file is part the FLAC project.  FLAC is comprised of several
  17. #  components distributed under difference licenses.  The codec libraries
  18. #  are distributed under Xiph.Org's BSD-like license (see the file
  19. #  COPYING.Xiph in this distribution).  All other programs, libraries, and
  20. #  plugins are distributed under the GPL (see COPYING.GPL).  The documentation
  21. #  is distributed under the Gnu FDL (see COPYING.FDL).  Each file in the
  22. #  FLAC distribution contains at the top the terms under which it may be
  23. #  distributed.
  24. #
  25. #  Since this particular file is relevant to all components of FLAC,
  26. #  it may be distributed under the Xiph.Org license, which is the least
  27. #  restrictive of those mentioned above.  See the file COPYING.Xiph in this
  28. #  distribution.
  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 = include
  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 = FLAC FLAC++ OggFLAC OggFLAC++ share
  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. @FLaC__HAS_OGG_TRUE@OGGFLAC_DIRS = OggFLAC OggFLAC++
  230. SUBDIRS = FLAC FLAC++ $(OGGFLAC_DIRS) share
  231. all: all-recursive
  232. .SUFFIXES:
  233. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  234. @for dep in $?; do 
  235.   case '$(am__configure_deps)' in 
  236.     *$$dep*) 
  237.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  238. && exit 0; 
  239.       exit 1;; 
  240.   esac; 
  241. done; 
  242. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  include/Makefile'; 
  243. cd $(top_srcdir) && 
  244.   $(AUTOMAKE) --foreign  include/Makefile
  245. .PRECIOUS: Makefile
  246. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  247. @case '$?' in 
  248.   *config.status*) 
  249.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  250.   *) 
  251.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  252.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  253. esac;
  254. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  255. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  256. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  257. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  258. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  259. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  260. mostlyclean-libtool:
  261. -rm -f *.lo
  262. clean-libtool:
  263. -rm -rf .libs _libs
  264. distclean-libtool:
  265. -rm -f libtool
  266. uninstall-info-am:
  267. # This directory's subdirectories are mostly independent; you can cd
  268. # into them and run `make' without going through this Makefile.
  269. # To change the values of `make' variables: instead of editing Makefiles,
  270. # (1) if the variable is set in `config.status', edit `config.status'
  271. #     (which will cause the Makefiles to be regenerated when you run `make');
  272. # (2) otherwise, pass the desired values on the `make' command line.
  273. $(RECURSIVE_TARGETS):
  274. @set fnord $$MAKEFLAGS; amf=$$2; 
  275. dot_seen=no; 
  276. target=`echo $@ | sed s/-recursive//`; 
  277. list='$(SUBDIRS)'; for subdir in $$list; do 
  278.   echo "Making $$target in $$subdir"; 
  279.   if test "$$subdir" = "."; then 
  280.     dot_seen=yes; 
  281.     local_target="$$target-am"; 
  282.   else 
  283.     local_target="$$target"; 
  284.   fi; 
  285.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  286.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  287. done; 
  288. if test "$$dot_seen" = "no"; then 
  289.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  290. fi; test -z "$$fail"
  291. mostlyclean-recursive clean-recursive distclean-recursive 
  292. maintainer-clean-recursive:
  293. @set fnord $$MAKEFLAGS; amf=$$2; 
  294. dot_seen=no; 
  295. case "$@" in 
  296.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  297.   *) list='$(SUBDIRS)' ;; 
  298. esac; 
  299. rev=''; for subdir in $$list; do 
  300.   if test "$$subdir" = "."; then :; else 
  301.     rev="$$subdir $$rev"; 
  302.   fi; 
  303. done; 
  304. rev="$$rev ."; 
  305. target=`echo $@ | sed s/-recursive//`; 
  306. for subdir in $$rev; do 
  307.   echo "Making $$target in $$subdir"; 
  308.   if test "$$subdir" = "."; then 
  309.     local_target="$$target-am"; 
  310.   else 
  311.     local_target="$$target"; 
  312.   fi; 
  313.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  314.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  315. done && test -z "$$fail"
  316. tags-recursive:
  317. list='$(SUBDIRS)'; for subdir in $$list; do 
  318.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  319. done
  320. ctags-recursive:
  321. list='$(SUBDIRS)'; for subdir in $$list; do 
  322.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); 
  323. done
  324. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  325. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  326. unique=`for i in $$list; do 
  327.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  328.   done | 
  329.   $(AWK) '    { files[$$0] = 1; } 
  330.        END { for (i in files) print i; }'`; 
  331. mkid -fID $$unique
  332. tags: TAGS
  333. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  334. $(TAGS_FILES) $(LISP)
  335. tags=; 
  336. here=`pwd`; 
  337. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then 
  338.   include_option=--etags-include; 
  339.   empty_fix=.; 
  340. else 
  341.   include_option=--include; 
  342.   empty_fix=; 
  343. fi; 
  344. list='$(SUBDIRS)'; for subdir in $$list; do 
  345.   if test "$$subdir" = .; then :; else 
  346.     test ! -f $$subdir/TAGS || 
  347.       tags="$$tags $$include_option=$$here/$$subdir/TAGS"; 
  348.   fi; 
  349. done; 
  350. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  351. unique=`for i in $$list; do 
  352.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  353.   done | 
  354.   $(AWK) '    { files[$$0] = 1; } 
  355.        END { for (i in files) print i; }'`; 
  356. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else 
  357.   test -n "$$unique" || unique=$$empty_fix; 
  358.   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  359.     $$tags $$unique; 
  360. fi
  361. ctags: CTAGS
  362. CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  363. $(TAGS_FILES) $(LISP)
  364. tags=; 
  365. here=`pwd`; 
  366. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  367. unique=`for i in $$list; do 
  368.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  369.   done | 
  370.   $(AWK) '    { files[$$0] = 1; } 
  371.        END { for (i in files) print i; }'`; 
  372. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  373.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  374.      $$tags $$unique
  375. GTAGS:
  376. here=`$(am__cd) $(top_builddir) && pwd` 
  377.   && cd $(top_srcdir) 
  378.   && gtags -i $(GTAGS_ARGS) $$here
  379. distclean-tags:
  380. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  381. distdir: $(DISTFILES)
  382. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  383. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  384. list='$(DISTFILES)'; for file in $$list; do 
  385.   case $$file in 
  386.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  387.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  388.   esac; 
  389.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  390.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  391.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  392.     dir="/$$dir"; 
  393.     $(mkdir_p) "$(distdir)$$dir"; 
  394.   else 
  395.     dir=''; 
  396.   fi; 
  397.   if test -d $$d/$$file; then 
  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 "$(distdir)/$$subdir" 
  412.     || exit 1; 
  413.     (cd $$subdir && 
  414.       $(MAKE) $(AM_MAKEFLAGS) 
  415.         top_distdir="../$(top_distdir)" 
  416.         distdir="../$(distdir)/$$subdir" 
  417.         distdir) 
  418.       || exit 1; 
  419.   fi; 
  420. done
  421. check-am: all-am
  422. check: check-recursive
  423. all-am: Makefile
  424. installdirs: installdirs-recursive
  425. installdirs-am:
  426. install: install-recursive
  427. install-exec: install-exec-recursive
  428. install-data: install-data-recursive
  429. uninstall: uninstall-recursive
  430. install-am: all-am
  431. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  432. installcheck: installcheck-recursive
  433. install-strip:
  434. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  435.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  436.   `test -z '$(STRIP)' || 
  437.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  438. mostlyclean-generic:
  439. clean-generic:
  440. distclean-generic:
  441. -rm -f $(CONFIG_CLEAN_FILES)
  442. maintainer-clean-generic:
  443. @echo "This command is intended for maintainers to use"
  444. @echo "it deletes files that may require special tools to rebuild."
  445. clean: clean-recursive
  446. clean-am: clean-generic clean-libtool mostlyclean-am
  447. distclean: distclean-recursive
  448. -rm -f Makefile
  449. distclean-am: clean-am distclean-generic distclean-libtool 
  450. distclean-tags
  451. dvi: dvi-recursive
  452. dvi-am:
  453. html: html-recursive
  454. info: info-recursive
  455. info-am:
  456. install-data-am:
  457. install-exec-am:
  458. install-info: install-info-recursive
  459. install-man:
  460. installcheck-am:
  461. maintainer-clean: maintainer-clean-recursive
  462. -rm -f Makefile
  463. maintainer-clean-am: distclean-am maintainer-clean-generic
  464. mostlyclean: mostlyclean-recursive
  465. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  466. pdf: pdf-recursive
  467. pdf-am:
  468. ps: ps-recursive
  469. ps-am:
  470. uninstall-am: uninstall-info-am
  471. uninstall-info: uninstall-info-recursive
  472. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am 
  473. clean clean-generic clean-libtool clean-recursive ctags 
  474. ctags-recursive distclean distclean-generic distclean-libtool 
  475. distclean-recursive distclean-tags distdir dvi dvi-am html 
  476. html-am info info-am install install-am install-data 
  477. install-data-am install-exec install-exec-am install-info 
  478. install-info-am install-man install-strip installcheck 
  479. installcheck-am installdirs installdirs-am maintainer-clean 
  480. maintainer-clean-generic maintainer-clean-recursive 
  481. mostlyclean mostlyclean-generic mostlyclean-libtool 
  482. mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive 
  483. uninstall uninstall-am uninstall-info-am
  484. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  485. # Otherwise a system limit (for SysV at least) may be exceeded.
  486. .NOEXPORT: