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

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. #
  30. # automake provides the following useful targets:
  31. #
  32. # all: build all programs and libraries using the current
  33. # configuration (set by configure)
  34. #
  35. # check: build and run all self-tests
  36. #
  37. # clean: remove everything except what's required to build everything
  38. #
  39. # distclean: remove everything except what goes in the distribution
  40. #
  41. srcdir = @srcdir@
  42. top_srcdir = @top_srcdir@
  43. VPATH = @srcdir@
  44. pkgdatadir = $(datadir)/@PACKAGE@
  45. pkglibdir = $(libdir)/@PACKAGE@
  46. pkgincludedir = $(includedir)/@PACKAGE@
  47. top_builddir = .
  48. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  49. INSTALL = @INSTALL@
  50. install_sh_DATA = $(install_sh) -c -m 644
  51. install_sh_PROGRAM = $(install_sh) -c
  52. install_sh_SCRIPT = $(install_sh) -c
  53. INSTALL_HEADER = $(INSTALL_DATA)
  54. transform = $(program_transform_name)
  55. NORMAL_INSTALL = :
  56. PRE_INSTALL = :
  57. POST_INSTALL = :
  58. NORMAL_UNINSTALL = :
  59. PRE_UNINSTALL = :
  60. POST_UNINSTALL = :
  61. host_triplet = @host@
  62. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am 
  63. $(srcdir)/Makefile.in $(srcdir)/config.h.in 
  64. $(top_srcdir)/configure AUTHORS config.guess config.rpath 
  65. config.sub depcomp install-sh ltmain.sh missing
  66. subdir = .
  67. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  68. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  69. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  70. $(ACLOCAL_M4)
  71. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log 
  72.  configure.lineno configure.status.lineno
  73. mkinstalldirs = $(mkdir_p)
  74. CONFIG_HEADER = config.h
  75. CONFIG_CLEAN_FILES =
  76. SOURCES =
  77. DIST_SOURCES =
  78. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive 
  79. html-recursive info-recursive install-data-recursive 
  80. install-exec-recursive install-info-recursive 
  81. install-recursive installcheck-recursive installdirs-recursive 
  82. pdf-recursive ps-recursive uninstall-info-recursive 
  83. uninstall-recursive
  84. ETAGS = etags
  85. CTAGS = ctags
  86. DIST_SUBDIRS = $(SUBDIRS)
  87. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  88. distdir = $(PACKAGE)-$(VERSION)
  89. top_distdir = $(distdir)
  90. am__remove_distdir = 
  91.   { test ! -d $(distdir) 
  92.     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' 
  93.          && rm -fr $(distdir); }; }
  94. DIST_ARCHIVES = $(distdir).tar.gz
  95. GZIP_ENV = --best
  96. distuninstallcheck_listfiles = find . -type f -print
  97. distcleancheck_listfiles = find . -type f -print
  98. ACLOCAL = @ACLOCAL@
  99. AMDEP_FALSE = @AMDEP_FALSE@
  100. AMDEP_TRUE = @AMDEP_TRUE@
  101. AMTAR = @AMTAR@
  102. AS = @AS@
  103. AUTOCONF = @AUTOCONF@
  104. AUTOHEADER = @AUTOHEADER@
  105. AUTOMAKE = @AUTOMAKE@
  106. AWK = @AWK@
  107. CC = @CC@
  108. CCAS = @CCAS@
  109. CCASFLAGS = @CCASFLAGS@
  110. CCDEPMODE = @CCDEPMODE@
  111. CFLAGS = @CFLAGS@
  112. CPP = @CPP@
  113. CPPFLAGS = @CPPFLAGS@
  114. CXX = @CXX@
  115. CXXDEPMODE = @CXXDEPMODE@
  116. CXXFLAGS = @CXXFLAGS@
  117. CYGPATH_W = @CYGPATH_W@
  118. DEBUG_FALSE = @DEBUG_FALSE@
  119. DEBUG_TRUE = @DEBUG_TRUE@
  120. DEFS = @DEFS@
  121. DEPDIR = @DEPDIR@
  122. DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
  123. DOXYGEN = @DOXYGEN@
  124. ECHO = @ECHO@
  125. ECHO_C = @ECHO_C@
  126. ECHO_N = @ECHO_N@
  127. ECHO_T = @ECHO_T@
  128. EGREP = @EGREP@
  129. EXEEXT = @EXEEXT@
  130. FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@
  131. FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@
  132. FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@
  133. FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@
  134. FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@
  135. FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@
  136. FLaC__EXHAUSTIVE_TESTS_FALSE = @FLaC__EXHAUSTIVE_TESTS_FALSE@
  137. FLaC__EXHAUSTIVE_TESTS_TRUE = @FLaC__EXHAUSTIVE_TESTS_TRUE@
  138. FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@
  139. FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@
  140. FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@
  141. FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE@
  142. FLaC__HAS_DOCBOOK_TO_MAN_FALSE = @FLaC__HAS_DOCBOOK_TO_MAN_FALSE@
  143. FLaC__HAS_DOCBOOK_TO_MAN_TRUE = @FLaC__HAS_DOCBOOK_TO_MAN_TRUE@
  144. FLaC__HAS_DOXYGEN_FALSE = @FLaC__HAS_DOXYGEN_FALSE@
  145. FLaC__HAS_DOXYGEN_TRUE = @FLaC__HAS_DOXYGEN_TRUE@
  146. FLaC__HAS_GAS_FALSE = @FLaC__HAS_GAS_FALSE@
  147. FLaC__HAS_GAS_TRUE = @FLaC__HAS_GAS_TRUE@
  148. FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE@
  149. FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@
  150. FLaC__HAS_NASM_FALSE = @FLaC__HAS_NASM_FALSE@
  151. FLaC__HAS_NASM_TRUE = @FLaC__HAS_NASM_TRUE@
  152. FLaC__HAS_OGG_FALSE = @FLaC__HAS_OGG_FALSE@
  153. FLaC__HAS_OGG_TRUE = @FLaC__HAS_OGG_TRUE@
  154. FLaC__HAS_XMMS_FALSE = @FLaC__HAS_XMMS_FALSE@
  155. FLaC__HAS_XMMS_TRUE = @FLaC__HAS_XMMS_TRUE@
  156. FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE@
  157. FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE@
  158. FLaC__NO_ASM_FALSE = @FLaC__NO_ASM_FALSE@
  159. FLaC__NO_ASM_TRUE = @FLaC__NO_ASM_TRUE@
  160. FLaC__SSE_OS_FALSE = @FLaC__SSE_OS_FALSE@
  161. FLaC__SSE_OS_TRUE = @FLaC__SSE_OS_TRUE@
  162. FLaC__SYS_DARWIN_FALSE = @FLaC__SYS_DARWIN_FALSE@
  163. FLaC__SYS_DARWIN_TRUE = @FLaC__SYS_DARWIN_TRUE@
  164. FLaC__SYS_LINUX_FALSE = @FLaC__SYS_LINUX_FALSE@
  165. FLaC__SYS_LINUX_TRUE = @FLaC__SYS_LINUX_TRUE@
  166. FLaC__USE_3DNOW_FALSE = @FLaC__USE_3DNOW_FALSE@
  167. FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
  168. FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
  169. FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
  170. FLaC__VALGRIND_TESTING_FALSE = @FLaC__VALGRIND_TESTING_FALSE@
  171. FLaC__VALGRIND_TESTING_TRUE = @FLaC__VALGRIND_TESTING_TRUE@
  172. GAS = @GAS@
  173. INSTALL_DATA = @INSTALL_DATA@
  174. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  175. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  176. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  177. LDFLAGS = @LDFLAGS@
  178. LIBICONV = @LIBICONV@
  179. LIBOBJS = @LIBOBJS@
  180. LIBS = @LIBS@
  181. LIBTOOL = @LIBTOOL@
  182. LN_S = @LN_S@
  183. LTLIBICONV = @LTLIBICONV@
  184. LTLIBOBJS = @LTLIBOBJS@
  185. MAINT = @MAINT@
  186. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  187. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  188. MAKEINFO = @MAKEINFO@
  189. NASM = @NASM@
  190. OBJEXT = @OBJEXT@
  191. OBJ_FORMAT = @OBJ_FORMAT@
  192. OGG_CFLAGS = @OGG_CFLAGS@
  193. OGG_LIBS = @OGG_LIBS@
  194. PACKAGE = @PACKAGE@
  195. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  196. PACKAGE_NAME = @PACKAGE_NAME@
  197. PACKAGE_STRING = @PACKAGE_STRING@
  198. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  199. PACKAGE_VERSION = @PACKAGE_VERSION@
  200. PATH_SEPARATOR = @PATH_SEPARATOR@
  201. RANLIB = @RANLIB@
  202. SET_MAKE = @SET_MAKE@
  203. SHELL = @SHELL@
  204. STRIP = @STRIP@
  205. VERSION = @VERSION@
  206. XMMS_CFLAGS = @XMMS_CFLAGS@
  207. XMMS_CONFIG = @XMMS_CONFIG@
  208. XMMS_DATA_DIR = @XMMS_DATA_DIR@
  209. XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
  210. XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
  211. XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
  212. XMMS_LIBS = @XMMS_LIBS@
  213. XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
  214. XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
  215. XMMS_VERSION = @XMMS_VERSION@
  216. XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
  217. ac_ct_CC = @ac_ct_CC@
  218. ac_ct_CXX = @ac_ct_CXX@
  219. ac_ct_RANLIB = @ac_ct_RANLIB@
  220. ac_ct_STRIP = @ac_ct_STRIP@
  221. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  222. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  223. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  224. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  225. am__include = @am__include@
  226. am__leading_dot = @am__leading_dot@
  227. am__quote = @am__quote@
  228. bindir = @bindir@
  229. build = @build@
  230. build_alias = @build_alias@
  231. build_cpu = @build_cpu@
  232. build_os = @build_os@
  233. build_vendor = @build_vendor@
  234. datadir = @datadir@
  235. exec_prefix = @exec_prefix@
  236. host = @host@
  237. host_alias = @host_alias@
  238. host_cpu = @host_cpu@
  239. host_os = @host_os@
  240. host_vendor = @host_vendor@
  241. includedir = @includedir@
  242. infodir = @infodir@
  243. install_sh = @install_sh@
  244. libdir = @libdir@
  245. libexecdir = @libexecdir@
  246. localstatedir = @localstatedir@
  247. mandir = @mandir@
  248. mkdir_p = @mkdir_p@
  249. oldincludedir = @oldincludedir@
  250. prefix = @prefix@
  251. program_transform_name = @program_transform_name@
  252. sbindir = @sbindir@
  253. sharedstatedir = @sharedstatedir@
  254. sysconfdir = @sysconfdir@
  255. target_alias = @target_alias@
  256. SUBDIRS = doc include man src test build flac.pbproj obj
  257. DISTCLEANFILES = libtool-disable-static
  258. EXTRA_DIST = 
  259. COPYING.FDL 
  260. COPYING.GPL 
  261. COPYING.LGPL 
  262. COPYING.Xiph 
  263. FLAC.dsw 
  264. Makefile.lite 
  265. all.dsp 
  266. all_dynamic.dsp 
  267. all_static.dsp 
  268. autogen.sh 
  269. config.rpath 
  270. depcomp 
  271. ltmain.sh 
  272. strip_non_asm_libtool_args.sh
  273. AUTOMAKE_OPTIONS = foreign
  274. all: config.h
  275. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  276. .SUFFIXES:
  277. am--refresh:
  278. @:
  279. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  280. @for dep in $?; do 
  281.   case '$(am__configure_deps)' in 
  282.     *$$dep*) 
  283.       echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; 
  284.       cd $(srcdir) && $(AUTOMAKE) --foreign  
  285. && exit 0; 
  286.       exit 1;; 
  287.   esac; 
  288. done; 
  289. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; 
  290. cd $(top_srcdir) && 
  291.   $(AUTOMAKE) --foreign  Makefile
  292. .PRECIOUS: Makefile
  293. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  294. @case '$?' in 
  295.   *config.status*) 
  296.     echo ' $(SHELL) ./config.status'; 
  297.     $(SHELL) ./config.status;; 
  298.   *) 
  299.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; 
  300.     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; 
  301. esac;
  302. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  303. $(SHELL) ./config.status --recheck
  304. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  305. cd $(srcdir) && $(AUTOCONF)
  306. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  307. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  308. config.h: stamp-h1
  309. @if test ! -f $@; then 
  310.   rm -f stamp-h1; 
  311.   $(MAKE) stamp-h1; 
  312. else :; fi
  313. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  314. @rm -f stamp-h1
  315. cd $(top_builddir) && $(SHELL) ./config.status config.h
  316. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
  317. cd $(top_srcdir) && $(AUTOHEADER)
  318. rm -f stamp-h1
  319. touch $@
  320. distclean-hdr:
  321. -rm -f config.h stamp-h1
  322. mostlyclean-libtool:
  323. -rm -f *.lo
  324. clean-libtool:
  325. -rm -rf .libs _libs
  326. distclean-libtool:
  327. -rm -f libtool
  328. uninstall-info-am:
  329. # This directory's subdirectories are mostly independent; you can cd
  330. # into them and run `make' without going through this Makefile.
  331. # To change the values of `make' variables: instead of editing Makefiles,
  332. # (1) if the variable is set in `config.status', edit `config.status'
  333. #     (which will cause the Makefiles to be regenerated when you run `make');
  334. # (2) otherwise, pass the desired values on the `make' command line.
  335. $(RECURSIVE_TARGETS):
  336. @set fnord $$MAKEFLAGS; amf=$$2; 
  337. dot_seen=no; 
  338. target=`echo $@ | sed s/-recursive//`; 
  339. list='$(SUBDIRS)'; for subdir in $$list; do 
  340.   echo "Making $$target in $$subdir"; 
  341.   if test "$$subdir" = "."; then 
  342.     dot_seen=yes; 
  343.     local_target="$$target-am"; 
  344.   else 
  345.     local_target="$$target"; 
  346.   fi; 
  347.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  348.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  349. done; 
  350. if test "$$dot_seen" = "no"; then 
  351.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  352. fi; test -z "$$fail"
  353. mostlyclean-recursive clean-recursive distclean-recursive 
  354. maintainer-clean-recursive:
  355. @set fnord $$MAKEFLAGS; amf=$$2; 
  356. dot_seen=no; 
  357. case "$@" in 
  358.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  359.   *) list='$(SUBDIRS)' ;; 
  360. esac; 
  361. rev=''; for subdir in $$list; do 
  362.   if test "$$subdir" = "."; then :; else 
  363.     rev="$$subdir $$rev"; 
  364.   fi; 
  365. done; 
  366. rev="$$rev ."; 
  367. target=`echo $@ | sed s/-recursive//`; 
  368. for subdir in $$rev; do 
  369.   echo "Making $$target in $$subdir"; 
  370.   if test "$$subdir" = "."; then 
  371.     local_target="$$target-am"; 
  372.   else 
  373.     local_target="$$target"; 
  374.   fi; 
  375.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  376.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  377. done && test -z "$$fail"
  378. tags-recursive:
  379. list='$(SUBDIRS)'; for subdir in $$list; do 
  380.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  381. done
  382. ctags-recursive:
  383. list='$(SUBDIRS)'; for subdir in $$list; do 
  384.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); 
  385. done
  386. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  387. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  388. unique=`for i in $$list; do 
  389.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  390.   done | 
  391.   $(AWK) '    { files[$$0] = 1; } 
  392.        END { for (i in files) print i; }'`; 
  393. mkid -fID $$unique
  394. tags: TAGS
  395. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) 
  396. $(TAGS_FILES) $(LISP)
  397. tags=; 
  398. here=`pwd`; 
  399. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then 
  400.   include_option=--etags-include; 
  401.   empty_fix=.; 
  402. else 
  403.   include_option=--include; 
  404.   empty_fix=; 
  405. fi; 
  406. list='$(SUBDIRS)'; for subdir in $$list; do 
  407.   if test "$$subdir" = .; then :; else 
  408.     test ! -f $$subdir/TAGS || 
  409.       tags="$$tags $$include_option=$$here/$$subdir/TAGS"; 
  410.   fi; 
  411. done; 
  412. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; 
  413. unique=`for i in $$list; do 
  414.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  415.   done | 
  416.   $(AWK) '    { files[$$0] = 1; } 
  417.        END { for (i in files) print i; }'`; 
  418. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else 
  419.   test -n "$$unique" || unique=$$empty_fix; 
  420.   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  421.     $$tags $$unique; 
  422. fi
  423. ctags: CTAGS
  424. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) 
  425. $(TAGS_FILES) $(LISP)
  426. tags=; 
  427. here=`pwd`; 
  428. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; 
  429. unique=`for i in $$list; do 
  430.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  431.   done | 
  432.   $(AWK) '    { files[$$0] = 1; } 
  433.        END { for (i in files) print i; }'`; 
  434. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  435.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  436.      $$tags $$unique
  437. GTAGS:
  438. here=`$(am__cd) $(top_builddir) && pwd` 
  439.   && cd $(top_srcdir) 
  440.   && gtags -i $(GTAGS_ARGS) $$here
  441. distclean-tags:
  442. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  443. distdir: $(DISTFILES)
  444. $(am__remove_distdir)
  445. mkdir $(distdir)
  446. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  447. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  448. list='$(DISTFILES)'; for file in $$list; do 
  449.   case $$file in 
  450.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  451.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  452.   esac; 
  453.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  454.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  455.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  456.     dir="/$$dir"; 
  457.     $(mkdir_p) "$(distdir)$$dir"; 
  458.   else 
  459.     dir=''; 
  460.   fi; 
  461.   if test -d $$d/$$file; then 
  462.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  463.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  464.     fi; 
  465.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  466.   else 
  467.     test -f $(distdir)/$$file 
  468.     || cp -p $$d/$$file $(distdir)/$$file 
  469.     || exit 1; 
  470.   fi; 
  471. done
  472. list='$(SUBDIRS)'; for subdir in $$list; do 
  473.   if test "$$subdir" = .; then :; else 
  474.     test -d "$(distdir)/$$subdir" 
  475.     || mkdir "$(distdir)/$$subdir" 
  476.     || exit 1; 
  477.     (cd $$subdir && 
  478.       $(MAKE) $(AM_MAKEFLAGS) 
  479.         top_distdir="../$(top_distdir)" 
  480.         distdir="../$(distdir)/$$subdir" 
  481.         distdir) 
  482.       || exit 1; 
  483.   fi; 
  484. done
  485. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} ; -o 
  486.   ! -type d ! -perm -444 -links 1 -exec chmod a+r {} ; -o 
  487.   ! -type d ! -perm -400 -exec chmod a+r {} ; -o 
  488.   ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} ; 
  489. || chmod -R a+r $(distdir)
  490. dist-gzip: distdir
  491. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  492. $(am__remove_distdir)
  493. dist-bzip2: distdir
  494. $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
  495. $(am__remove_distdir)
  496. dist-tarZ: distdir
  497. $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
  498. $(am__remove_distdir)
  499. dist-shar: distdir
  500. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  501. $(am__remove_distdir)
  502. dist-zip: distdir
  503. -rm -f $(distdir).zip
  504. zip -rq $(distdir).zip $(distdir)
  505. $(am__remove_distdir)
  506. dist dist-all: distdir
  507. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  508. $(am__remove_distdir)
  509. # This target untars the dist file and tries a VPATH configuration.  Then
  510. # it guarantees that the distribution is self-contained by making another
  511. # tarfile.
  512. distcheck: dist
  513. case '$(DIST_ARCHIVES)' in 
  514. *.tar.gz*) 
  515.   GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;
  516. *.tar.bz2*) 
  517.   bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;
  518. *.tar.Z*) 
  519.   uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;
  520. *.shar.gz*) 
  521.   GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;
  522. *.zip*) 
  523.   unzip $(distdir).zip ;;
  524. esac
  525. chmod -R a-w $(distdir); chmod a+w $(distdir)
  526. mkdir $(distdir)/_build
  527. mkdir $(distdir)/_inst
  528. chmod a-w $(distdir)
  529. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\/]:[\/],/,'` 
  530.   && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" 
  531.   && cd $(distdir)/_build 
  532.   && ../configure --srcdir=.. --prefix="$$dc_install_base" 
  533.     $(DISTCHECK_CONFIGURE_FLAGS) 
  534.   && $(MAKE) $(AM_MAKEFLAGS) 
  535.   && $(MAKE) $(AM_MAKEFLAGS) dvi 
  536.   && $(MAKE) $(AM_MAKEFLAGS) check 
  537.   && $(MAKE) $(AM_MAKEFLAGS) install 
  538.   && $(MAKE) $(AM_MAKEFLAGS) installcheck 
  539.   && $(MAKE) $(AM_MAKEFLAGS) uninstall 
  540.   && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" 
  541.         distuninstallcheck 
  542.   && chmod -R a-w "$$dc_install_base" 
  543.   && ({ 
  544.        (cd ../.. && umask 077 && mkdir "$$dc_destdir") 
  545.        && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install 
  546.        && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall 
  547.        && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" 
  548.             distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; 
  549.       } || { rm -rf "$$dc_destdir"; exit 1; }) 
  550.   && rm -rf "$$dc_destdir" 
  551.   && $(MAKE) $(AM_MAKEFLAGS) dist 
  552.   && rm -rf $(DIST_ARCHIVES) 
  553.   && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  554. $(am__remove_distdir)
  555. @(echo "$(distdir) archives ready for distribution: "; 
  556.   list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | 
  557.   sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
  558. distuninstallcheck:
  559. @cd $(distuninstallcheck_dir) 
  560. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 
  561.    || { echo "ERROR: files left after uninstall:" ; 
  562.         if test -n "$(DESTDIR)"; then 
  563.           echo "  (check DESTDIR support)"; 
  564.         fi ; 
  565.         $(distuninstallcheck_listfiles) ; 
  566.         exit 1; } >&2
  567. distcleancheck: distclean
  568. @if test '$(srcdir)' = . ; then 
  569.   echo "ERROR: distcleancheck can only run from a VPATH build" ; 
  570.   exit 1 ; 
  571. fi
  572. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 
  573.   || { echo "ERROR: files left in build directory after distclean:" ; 
  574.        $(distcleancheck_listfiles) ; 
  575.        exit 1; } >&2
  576. check-am: all-am
  577. check: check-recursive
  578. all-am: Makefile config.h
  579. installdirs: installdirs-recursive
  580. installdirs-am:
  581. install: install-recursive
  582. install-exec: install-exec-recursive
  583. install-data: install-data-recursive
  584. uninstall: uninstall-recursive
  585. install-am: all-am
  586. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  587. installcheck: installcheck-recursive
  588. install-strip:
  589. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  590.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  591.   `test -z '$(STRIP)' || 
  592.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  593. mostlyclean-generic:
  594. clean-generic:
  595. distclean-generic:
  596. -rm -f $(CONFIG_CLEAN_FILES)
  597. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  598. maintainer-clean-generic:
  599. @echo "This command is intended for maintainers to use"
  600. @echo "it deletes files that may require special tools to rebuild."
  601. clean: clean-recursive
  602. clean-am: clean-generic clean-libtool mostlyclean-am
  603. distclean: distclean-recursive
  604. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  605. -rm -f Makefile
  606. distclean-am: clean-am distclean-generic distclean-hdr 
  607. distclean-libtool distclean-tags
  608. dvi: dvi-recursive
  609. dvi-am:
  610. html: html-recursive
  611. info: info-recursive
  612. info-am:
  613. install-data-am:
  614. install-exec-am:
  615. install-info: install-info-recursive
  616. install-man:
  617. installcheck-am:
  618. maintainer-clean: maintainer-clean-recursive
  619. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  620. -rm -rf $(top_srcdir)/autom4te.cache
  621. -rm -f Makefile
  622. maintainer-clean-am: distclean-am maintainer-clean-generic
  623. mostlyclean: mostlyclean-recursive
  624. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  625. pdf: pdf-recursive
  626. pdf-am:
  627. ps: ps-recursive
  628. ps-am:
  629. uninstall-am: uninstall-info-am
  630. uninstall-info: uninstall-info-recursive
  631. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check 
  632. check-am clean clean-generic clean-libtool clean-recursive 
  633. ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip 
  634. dist-shar dist-tarZ dist-zip distcheck distclean 
  635. distclean-generic distclean-hdr distclean-libtool 
  636. distclean-recursive distclean-tags distcleancheck distdir 
  637. distuninstallcheck dvi dvi-am html html-am info info-am 
  638. install install-am install-data install-data-am install-exec 
  639. install-exec-am install-info install-info-am install-man 
  640. install-strip installcheck installcheck-am installdirs 
  641. installdirs-am maintainer-clean maintainer-clean-generic 
  642. maintainer-clean-recursive mostlyclean mostlyclean-generic 
  643. mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am 
  644. tags tags-recursive uninstall uninstall-am uninstall-info-am
  645. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  646. # Otherwise a system limit (for SysV at least) may be exceeded.
  647. .NOEXPORT: