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 = src/monkeys_audio_utilities
  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 = flac_mac flac_ren
  230. all: all-recursive
  231. .SUFFIXES:
  232. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  233. @for dep in $?; do 
  234.   case '$(am__configure_deps)' in 
  235.     *$$dep*) 
  236.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  237. && exit 0; 
  238.       exit 1;; 
  239.   esac; 
  240. done; 
  241. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/monkeys_audio_utilities/Makefile'; 
  242. cd $(top_srcdir) && 
  243.   $(AUTOMAKE) --foreign  src/monkeys_audio_utilities/Makefile
  244. .PRECIOUS: Makefile
  245. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  246. @case '$?' in 
  247.   *config.status*) 
  248.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  249.   *) 
  250.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  251.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  252. esac;
  253. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  254. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  255. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  256. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  257. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  258. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  259. mostlyclean-libtool:
  260. -rm -f *.lo
  261. clean-libtool:
  262. -rm -rf .libs _libs
  263. distclean-libtool:
  264. -rm -f libtool
  265. uninstall-info-am:
  266. # This directory's subdirectories are mostly independent; you can cd
  267. # into them and run `make' without going through this Makefile.
  268. # To change the values of `make' variables: instead of editing Makefiles,
  269. # (1) if the variable is set in `config.status', edit `config.status'
  270. #     (which will cause the Makefiles to be regenerated when you run `make');
  271. # (2) otherwise, pass the desired values on the `make' command line.
  272. $(RECURSIVE_TARGETS):
  273. @set fnord $$MAKEFLAGS; amf=$$2; 
  274. dot_seen=no; 
  275. target=`echo $@ | sed s/-recursive//`; 
  276. list='$(SUBDIRS)'; for subdir in $$list; do 
  277.   echo "Making $$target in $$subdir"; 
  278.   if test "$$subdir" = "."; then 
  279.     dot_seen=yes; 
  280.     local_target="$$target-am"; 
  281.   else 
  282.     local_target="$$target"; 
  283.   fi; 
  284.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  285.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  286. done; 
  287. if test "$$dot_seen" = "no"; then 
  288.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  289. fi; test -z "$$fail"
  290. mostlyclean-recursive clean-recursive distclean-recursive 
  291. maintainer-clean-recursive:
  292. @set fnord $$MAKEFLAGS; amf=$$2; 
  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.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  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. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  382. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  383. list='$(DISTFILES)'; for file in $$list; do 
  384.   case $$file in 
  385.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  386.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  387.   esac; 
  388.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  389.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  390.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  391.     dir="/$$dir"; 
  392.     $(mkdir_p) "$(distdir)$$dir"; 
  393.   else 
  394.     dir=''; 
  395.   fi; 
  396.   if test -d $$d/$$file; then 
  397.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  398.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  399.     fi; 
  400.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  401.   else 
  402.     test -f $(distdir)/$$file 
  403.     || cp -p $$d/$$file $(distdir)/$$file 
  404.     || exit 1; 
  405.   fi; 
  406. done
  407. list='$(SUBDIRS)'; for subdir in $$list; do 
  408.   if test "$$subdir" = .; then :; else 
  409.     test -d "$(distdir)/$$subdir" 
  410.     || mkdir "$(distdir)/$$subdir" 
  411.     || exit 1; 
  412.     (cd $$subdir && 
  413.       $(MAKE) $(AM_MAKEFLAGS) 
  414.         top_distdir="../$(top_distdir)" 
  415.         distdir="../$(distdir)/$$subdir" 
  416.         distdir) 
  417.       || exit 1; 
  418.   fi; 
  419. done
  420. check-am: all-am
  421. check: check-recursive
  422. all-am: Makefile
  423. installdirs: installdirs-recursive
  424. installdirs-am:
  425. install: install-recursive
  426. install-exec: install-exec-recursive
  427. install-data: install-data-recursive
  428. uninstall: uninstall-recursive
  429. install-am: all-am
  430. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  431. installcheck: installcheck-recursive
  432. install-strip:
  433. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  434.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  435.   `test -z '$(STRIP)' || 
  436.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  437. mostlyclean-generic:
  438. clean-generic:
  439. distclean-generic:
  440. -rm -f $(CONFIG_CLEAN_FILES)
  441. maintainer-clean-generic:
  442. @echo "This command is intended for maintainers to use"
  443. @echo "it deletes files that may require special tools to rebuild."
  444. clean: clean-recursive
  445. clean-am: clean-generic clean-libtool mostlyclean-am
  446. distclean: distclean-recursive
  447. -rm -f Makefile
  448. distclean-am: clean-am distclean-generic distclean-libtool 
  449. distclean-tags
  450. dvi: dvi-recursive
  451. dvi-am:
  452. html: html-recursive
  453. info: info-recursive
  454. info-am:
  455. install-data-am:
  456. install-exec-am:
  457. install-info: install-info-recursive
  458. install-man:
  459. installcheck-am:
  460. maintainer-clean: maintainer-clean-recursive
  461. -rm -f Makefile
  462. maintainer-clean-am: distclean-am maintainer-clean-generic
  463. mostlyclean: mostlyclean-recursive
  464. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  465. pdf: pdf-recursive
  466. pdf-am:
  467. ps: ps-recursive
  468. ps-am:
  469. uninstall-am: uninstall-info-am
  470. uninstall-info: uninstall-info-recursive
  471. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am 
  472. clean clean-generic clean-libtool clean-recursive ctags 
  473. ctags-recursive distclean distclean-generic distclean-libtool 
  474. distclean-recursive distclean-tags distdir dvi dvi-am html 
  475. html-am info info-am install install-am install-data 
  476. install-data-am install-exec install-exec-am install-info 
  477. install-info-am install-man install-strip installcheck 
  478. installcheck-am installdirs installdirs-am maintainer-clean 
  479. maintainer-clean-generic maintainer-clean-recursive 
  480. mostlyclean mostlyclean-generic mostlyclean-libtool 
  481. mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive 
  482. uninstall uninstall-am uninstall-info-am
  483. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  484. # Otherwise a system limit (for SysV at least) may be exceeded.
  485. .NOEXPORT: