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

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. #  libFLAC - Free Lossless Audio Codec library
  14. #  Copyright (C) 2004,2005  Josh Coalson
  15. #
  16. #  Redistribution and use in source and binary forms, with or without
  17. #  modification, are permitted provided that the following conditions
  18. #  are met:
  19. #
  20. #  - Redistributions of source code must retain the above copyright
  21. #  notice, this list of conditions and the following disclaimer.
  22. #
  23. #  - Redistributions in binary form must reproduce the above copyright
  24. #  notice, this list of conditions and the following disclaimer in the
  25. #  documentation and/or other materials provided with the distribution.
  26. #
  27. #  - Neither the name of the Xiph.org Foundation nor the names of its
  28. #  contributors may be used to endorse or promote products derived from
  29. #  this software without specific prior written permission.
  30. #
  31. #  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  32. #  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  33. #  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  34. #  A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR
  35. #  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  36. #  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  37. #  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  38. #  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  39. #  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  40. #  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  41. #  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  42. srcdir = @srcdir@
  43. top_srcdir = @top_srcdir@
  44. VPATH = @srcdir@
  45. pkgdatadir = $(datadir)/@PACKAGE@
  46. pkglibdir = $(libdir)/@PACKAGE@
  47. pkgincludedir = $(includedir)/@PACKAGE@
  48. top_builddir = ../../..
  49. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  50. INSTALL = @INSTALL@
  51. install_sh_DATA = $(install_sh) -c -m 644
  52. install_sh_PROGRAM = $(install_sh) -c
  53. install_sh_SCRIPT = $(install_sh) -c
  54. INSTALL_HEADER = $(INSTALL_DATA)
  55. transform = $(program_transform_name)
  56. NORMAL_INSTALL = :
  57. PRE_INSTALL = :
  58. POST_INSTALL = :
  59. NORMAL_UNINSTALL = :
  60. PRE_UNINSTALL = :
  61. POST_UNINSTALL = :
  62. host_triplet = @host@
  63. subdir = src/libFLAC/ppc
  64. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  65. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  66. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  67. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  68. $(ACLOCAL_M4)
  69. mkinstalldirs = $(mkdir_p)
  70. CONFIG_HEADER = $(top_builddir)/config.h
  71. CONFIG_CLEAN_FILES =
  72. SOURCES =
  73. DIST_SOURCES =
  74. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive 
  75. html-recursive info-recursive install-data-recursive 
  76. install-exec-recursive install-info-recursive 
  77. install-recursive installcheck-recursive installdirs-recursive 
  78. pdf-recursive ps-recursive uninstall-info-recursive 
  79. uninstall-recursive
  80. ETAGS = etags
  81. CTAGS = ctags
  82. DIST_SUBDIRS = $(SUBDIRS)
  83. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  84. ACLOCAL = @ACLOCAL@
  85. AMDEP_FALSE = @AMDEP_FALSE@
  86. AMDEP_TRUE = @AMDEP_TRUE@
  87. AMTAR = @AMTAR@
  88. AS = @AS@
  89. AUTOCONF = @AUTOCONF@
  90. AUTOHEADER = @AUTOHEADER@
  91. AUTOMAKE = @AUTOMAKE@
  92. AWK = @AWK@
  93. CC = @CC@
  94. CCAS = @CCAS@
  95. CCASFLAGS = @CCASFLAGS@
  96. CCDEPMODE = @CCDEPMODE@
  97. CFLAGS = @CFLAGS@
  98. CPP = @CPP@
  99. CPPFLAGS = @CPPFLAGS@
  100. CXX = @CXX@
  101. CXXDEPMODE = @CXXDEPMODE@
  102. CXXFLAGS = @CXXFLAGS@
  103. CYGPATH_W = @CYGPATH_W@
  104. DEBUG_FALSE = @DEBUG_FALSE@
  105. DEBUG_TRUE = @DEBUG_TRUE@
  106. DEFS = @DEFS@
  107. DEPDIR = @DEPDIR@
  108. DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
  109. DOXYGEN = @DOXYGEN@
  110. ECHO = @ECHO@
  111. ECHO_C = @ECHO_C@
  112. ECHO_N = @ECHO_N@
  113. ECHO_T = @ECHO_T@
  114. EGREP = @EGREP@
  115. EXEEXT = @EXEEXT@
  116. FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@
  117. FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@
  118. FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@
  119. FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@
  120. FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@
  121. FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@
  122. FLaC__EXHAUSTIVE_TESTS_FALSE = @FLaC__EXHAUSTIVE_TESTS_FALSE@
  123. FLaC__EXHAUSTIVE_TESTS_TRUE = @FLaC__EXHAUSTIVE_TESTS_TRUE@
  124. FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@
  125. FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@
  126. FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@
  127. FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE@
  128. FLaC__HAS_DOCBOOK_TO_MAN_FALSE = @FLaC__HAS_DOCBOOK_TO_MAN_FALSE@
  129. FLaC__HAS_DOCBOOK_TO_MAN_TRUE = @FLaC__HAS_DOCBOOK_TO_MAN_TRUE@
  130. FLaC__HAS_DOXYGEN_FALSE = @FLaC__HAS_DOXYGEN_FALSE@
  131. FLaC__HAS_DOXYGEN_TRUE = @FLaC__HAS_DOXYGEN_TRUE@
  132. FLaC__HAS_GAS_FALSE = @FLaC__HAS_GAS_FALSE@
  133. FLaC__HAS_GAS_TRUE = @FLaC__HAS_GAS_TRUE@
  134. FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE@
  135. FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@
  136. FLaC__HAS_NASM_FALSE = @FLaC__HAS_NASM_FALSE@
  137. FLaC__HAS_NASM_TRUE = @FLaC__HAS_NASM_TRUE@
  138. FLaC__HAS_OGG_FALSE = @FLaC__HAS_OGG_FALSE@
  139. FLaC__HAS_OGG_TRUE = @FLaC__HAS_OGG_TRUE@
  140. FLaC__HAS_XMMS_FALSE = @FLaC__HAS_XMMS_FALSE@
  141. FLaC__HAS_XMMS_TRUE = @FLaC__HAS_XMMS_TRUE@
  142. FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE@
  143. FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE@
  144. FLaC__NO_ASM_FALSE = @FLaC__NO_ASM_FALSE@
  145. FLaC__NO_ASM_TRUE = @FLaC__NO_ASM_TRUE@
  146. FLaC__SSE_OS_FALSE = @FLaC__SSE_OS_FALSE@
  147. FLaC__SSE_OS_TRUE = @FLaC__SSE_OS_TRUE@
  148. FLaC__SYS_DARWIN_FALSE = @FLaC__SYS_DARWIN_FALSE@
  149. FLaC__SYS_DARWIN_TRUE = @FLaC__SYS_DARWIN_TRUE@
  150. FLaC__SYS_LINUX_FALSE = @FLaC__SYS_LINUX_FALSE@
  151. FLaC__SYS_LINUX_TRUE = @FLaC__SYS_LINUX_TRUE@
  152. FLaC__USE_3DNOW_FALSE = @FLaC__USE_3DNOW_FALSE@
  153. FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
  154. FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
  155. FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
  156. FLaC__VALGRIND_TESTING_FALSE = @FLaC__VALGRIND_TESTING_FALSE@
  157. FLaC__VALGRIND_TESTING_TRUE = @FLaC__VALGRIND_TESTING_TRUE@
  158. GAS = @GAS@
  159. INSTALL_DATA = @INSTALL_DATA@
  160. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  161. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  162. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  163. LDFLAGS = @LDFLAGS@
  164. LIBICONV = @LIBICONV@
  165. LIBOBJS = @LIBOBJS@
  166. LIBS = @LIBS@
  167. LIBTOOL = @LIBTOOL@
  168. LN_S = @LN_S@
  169. LTLIBICONV = @LTLIBICONV@
  170. LTLIBOBJS = @LTLIBOBJS@
  171. MAINT = @MAINT@
  172. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  173. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  174. MAKEINFO = @MAKEINFO@
  175. NASM = @NASM@
  176. OBJEXT = @OBJEXT@
  177. OBJ_FORMAT = @OBJ_FORMAT@
  178. OGG_CFLAGS = @OGG_CFLAGS@
  179. OGG_LIBS = @OGG_LIBS@
  180. PACKAGE = @PACKAGE@
  181. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  182. PACKAGE_NAME = @PACKAGE_NAME@
  183. PACKAGE_STRING = @PACKAGE_STRING@
  184. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  185. PACKAGE_VERSION = @PACKAGE_VERSION@
  186. PATH_SEPARATOR = @PATH_SEPARATOR@
  187. RANLIB = @RANLIB@
  188. SET_MAKE = @SET_MAKE@
  189. SHELL = @SHELL@
  190. STRIP = @STRIP@
  191. VERSION = @VERSION@
  192. XMMS_CFLAGS = @XMMS_CFLAGS@
  193. XMMS_CONFIG = @XMMS_CONFIG@
  194. XMMS_DATA_DIR = @XMMS_DATA_DIR@
  195. XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
  196. XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
  197. XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
  198. XMMS_LIBS = @XMMS_LIBS@
  199. XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
  200. XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
  201. XMMS_VERSION = @XMMS_VERSION@
  202. XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
  203. ac_ct_CC = @ac_ct_CC@
  204. ac_ct_CXX = @ac_ct_CXX@
  205. ac_ct_RANLIB = @ac_ct_RANLIB@
  206. ac_ct_STRIP = @ac_ct_STRIP@
  207. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  208. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  209. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  210. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  211. am__include = @am__include@
  212. am__leading_dot = @am__leading_dot@
  213. am__quote = @am__quote@
  214. bindir = @bindir@
  215. build = @build@
  216. build_alias = @build_alias@
  217. build_cpu = @build_cpu@
  218. build_os = @build_os@
  219. build_vendor = @build_vendor@
  220. datadir = @datadir@
  221. exec_prefix = @exec_prefix@
  222. host = @host@
  223. host_alias = @host_alias@
  224. host_cpu = @host_cpu@
  225. host_os = @host_os@
  226. host_vendor = @host_vendor@
  227. includedir = @includedir@
  228. infodir = @infodir@
  229. install_sh = @install_sh@
  230. libdir = @libdir@
  231. libexecdir = @libexecdir@
  232. localstatedir = @localstatedir@
  233. mandir = @mandir@
  234. mkdir_p = @mkdir_p@
  235. oldincludedir = @oldincludedir@
  236. prefix = @prefix@
  237. program_transform_name = @program_transform_name@
  238. sbindir = @sbindir@
  239. sharedstatedir = @sharedstatedir@
  240. sysconfdir = @sysconfdir@
  241. target_alias = @target_alias@
  242. SUBDIRS = as gas
  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/libFLAC/ppc/Makefile'; 
  255. cd $(top_srcdir) && 
  256.   $(AUTOMAKE) --foreign  src/libFLAC/ppc/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: