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