You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

470 lines
13KB

  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2014 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. target_triplet = @target@
  87. subdir = M4
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/M4/check_signal.m4 \
  90. $(top_srcdir)/M4/clip_mode.m4 $(top_srcdir)/M4/endian.m4 \
  91. $(top_srcdir)/M4/libtool.m4 $(top_srcdir)/M4/lrint.m4 \
  92. $(top_srcdir)/M4/lrintf.m4 $(top_srcdir)/M4/ltoptions.m4 \
  93. $(top_srcdir)/M4/ltsugar.m4 $(top_srcdir)/M4/ltversion.m4 \
  94. $(top_srcdir)/M4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  95. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  96. $(ACLOCAL_M4)
  97. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  98. mkinstalldirs = $(install_sh) -d
  99. CONFIG_HEADER = $(top_builddir)/src/config.h
  100. CONFIG_CLEAN_FILES =
  101. CONFIG_CLEAN_VPATH_FILES =
  102. AM_V_P = $(am__v_P_@AM_V@)
  103. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  104. am__v_P_0 = false
  105. am__v_P_1 = :
  106. AM_V_GEN = $(am__v_GEN_@AM_V@)
  107. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  108. am__v_GEN_0 = @echo " GEN " $@;
  109. am__v_GEN_1 =
  110. AM_V_at = $(am__v_at_@AM_V@)
  111. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  112. am__v_at_0 = @
  113. am__v_at_1 =
  114. SOURCES =
  115. DIST_SOURCES =
  116. am__can_run_installinfo = \
  117. case $$AM_UPDATE_INFO_DIR in \
  118. n|no|NO) false;; \
  119. *) (install-info --version) >/dev/null 2>&1;; \
  120. esac
  121. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  122. am__DIST_COMMON = $(srcdir)/Makefile.in
  123. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  124. ACLOCAL = @ACLOCAL@
  125. ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
  126. ALSA_LIBS = @ALSA_LIBS@
  127. AMTAR = @AMTAR@
  128. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  129. AR = @AR@
  130. AUTOCONF = @AUTOCONF@
  131. AUTOHEADER = @AUTOHEADER@
  132. AUTOMAKE = @AUTOMAKE@
  133. AWK = @AWK@
  134. CC = @CC@
  135. CCDEPMODE = @CCDEPMODE@
  136. CFLAGS = @CFLAGS@
  137. COMPILER_IS_GCC = @COMPILER_IS_GCC@
  138. CPP = @CPP@
  139. CPPFLAGS = @CPPFLAGS@
  140. CXX = @CXX@
  141. CXXCPP = @CXXCPP@
  142. CXXDEPMODE = @CXXDEPMODE@
  143. CXXFLAGS = @CXXFLAGS@
  144. CYGPATH_W = @CYGPATH_W@
  145. DEFS = @DEFS@
  146. DEPDIR = @DEPDIR@
  147. DLLTOOL = @DLLTOOL@
  148. DLLWRAP = @DLLWRAP@
  149. DSYMUTIL = @DSYMUTIL@
  150. DUMPBIN = @DUMPBIN@
  151. ECHO_C = @ECHO_C@
  152. ECHO_N = @ECHO_N@
  153. ECHO_T = @ECHO_T@
  154. EGREP = @EGREP@
  155. EXEEXT = @EXEEXT@
  156. FFTW3_CFLAGS = @FFTW3_CFLAGS@
  157. FFTW3_LIBS = @FFTW3_LIBS@
  158. FGREP = @FGREP@
  159. GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
  160. GREP = @GREP@
  161. HAVE_FFTW3 = @HAVE_FFTW3@
  162. HAVE_SNDFILE = @HAVE_SNDFILE@
  163. INSTALL = @INSTALL@
  164. INSTALL_DATA = @INSTALL_DATA@
  165. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  166. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  167. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  168. LD = @LD@
  169. LDFLAGS = @LDFLAGS@
  170. LIBOBJS = @LIBOBJS@
  171. LIBS = @LIBS@
  172. LIBTOOL = @LIBTOOL@
  173. LIPO = @LIPO@
  174. LN_S = @LN_S@
  175. LTLIBOBJS = @LTLIBOBJS@
  176. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  177. MAKEINFO = @MAKEINFO@
  178. MANIFEST_TOOL = @MANIFEST_TOOL@
  179. MKDIR_P = @MKDIR_P@
  180. NM = @NM@
  181. NMEDIT = @NMEDIT@
  182. OBJDUMP = @OBJDUMP@
  183. OBJEXT = @OBJEXT@
  184. OS_SPECIFIC_INCLUDES = @OS_SPECIFIC_INCLUDES@
  185. OS_SPECIFIC_LINKS = @OS_SPECIFIC_LINKS@
  186. OTOOL = @OTOOL@
  187. OTOOL64 = @OTOOL64@
  188. PACKAGE = @PACKAGE@
  189. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  190. PACKAGE_NAME = @PACKAGE_NAME@
  191. PACKAGE_STRING = @PACKAGE_STRING@
  192. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  193. PACKAGE_URL = @PACKAGE_URL@
  194. PACKAGE_VERSION = @PACKAGE_VERSION@
  195. PATH_SEPARATOR = @PATH_SEPARATOR@
  196. PEXPORTS = @PEXPORTS@
  197. PKG_CONFIG = @PKG_CONFIG@
  198. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  199. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  200. RANLIB = @RANLIB@
  201. RC = @RC@
  202. SED = @SED@
  203. SET_MAKE = @SET_MAKE@
  204. SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
  205. SHELL = @SHELL@
  206. SHLIB_VERSION_ARG = @SHLIB_VERSION_ARG@
  207. SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
  208. SNDFILE_LIBS = @SNDFILE_LIBS@
  209. STRIP = @STRIP@
  210. VERSION = @VERSION@
  211. abs_builddir = @abs_builddir@
  212. abs_srcdir = @abs_srcdir@
  213. abs_top_builddir = @abs_top_builddir@
  214. abs_top_srcdir = @abs_top_srcdir@
  215. ac_ct_AR = @ac_ct_AR@
  216. ac_ct_CC = @ac_ct_CC@
  217. ac_ct_CXX = @ac_ct_CXX@
  218. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  219. am__include = @am__include@
  220. am__leading_dot = @am__leading_dot@
  221. am__quote = @am__quote@
  222. am__tar = @am__tar@
  223. am__untar = @am__untar@
  224. bindir = @bindir@
  225. build = @build@
  226. build_alias = @build_alias@
  227. build_cpu = @build_cpu@
  228. build_os = @build_os@
  229. build_vendor = @build_vendor@
  230. builddir = @builddir@
  231. datadir = @datadir@
  232. datarootdir = @datarootdir@
  233. docdir = @docdir@
  234. dvidir = @dvidir@
  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. htmldir = @htmldir@
  242. htmldocdir = @htmldocdir@
  243. includedir = @includedir@
  244. infodir = @infodir@
  245. install_sh = @install_sh@
  246. libdir = @libdir@
  247. libexecdir = @libexecdir@
  248. localedir = @localedir@
  249. localstatedir = @localstatedir@
  250. mandir = @mandir@
  251. mkdir_p = @mkdir_p@
  252. oldincludedir = @oldincludedir@
  253. pdfdir = @pdfdir@
  254. prefix = @prefix@
  255. program_transform_name = @program_transform_name@
  256. psdir = @psdir@
  257. runstatedir = @runstatedir@
  258. sbindir = @sbindir@
  259. sharedstatedir = @sharedstatedir@
  260. srcdir = @srcdir@
  261. sysconfdir = @sysconfdir@
  262. target = @target@
  263. target_alias = @target_alias@
  264. target_cpu = @target_cpu@
  265. target_os = @target_os@
  266. target_vendor = @target_vendor@
  267. top_build_prefix = @top_build_prefix@
  268. top_builddir = @top_builddir@
  269. top_srcdir = @top_srcdir@
  270. EXTRA_DIST = add_cflags.m4 endian.m4
  271. all: all-am
  272. .SUFFIXES:
  273. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  274. @for dep in $?; do \
  275. case '$(am__configure_deps)' in \
  276. *$$dep*) \
  277. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  278. && { if test -f $@; then exit 0; else break; fi; }; \
  279. exit 1;; \
  280. esac; \
  281. done; \
  282. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu M4/Makefile'; \
  283. $(am__cd) $(top_srcdir) && \
  284. $(AUTOMAKE) --gnu M4/Makefile
  285. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  286. @case '$?' in \
  287. *config.status*) \
  288. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  289. *) \
  290. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  291. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  292. esac;
  293. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  294. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  295. $(top_srcdir)/configure: $(am__configure_deps)
  296. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  297. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  298. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  299. $(am__aclocal_m4_deps):
  300. mostlyclean-libtool:
  301. -rm -f *.lo
  302. clean-libtool:
  303. -rm -rf .libs _libs
  304. tags TAGS:
  305. ctags CTAGS:
  306. cscope cscopelist:
  307. distdir: $(DISTFILES)
  308. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  309. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  310. list='$(DISTFILES)'; \
  311. dist_files=`for file in $$list; do echo $$file; done | \
  312. sed -e "s|^$$srcdirstrip/||;t" \
  313. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  314. case $$dist_files in \
  315. */*) $(MKDIR_P) `echo "$$dist_files" | \
  316. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  317. sort -u` ;; \
  318. esac; \
  319. for file in $$dist_files; do \
  320. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  321. if test -d $$d/$$file; then \
  322. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  323. if test -d "$(distdir)/$$file"; then \
  324. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  325. fi; \
  326. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  327. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  328. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  329. fi; \
  330. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  331. else \
  332. test -f "$(distdir)/$$file" \
  333. || cp -p $$d/$$file "$(distdir)/$$file" \
  334. || exit 1; \
  335. fi; \
  336. done
  337. check-am: all-am
  338. check: check-am
  339. all-am: Makefile
  340. installdirs:
  341. install: install-am
  342. install-exec: install-exec-am
  343. install-data: install-data-am
  344. uninstall: uninstall-am
  345. install-am: all-am
  346. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  347. installcheck: installcheck-am
  348. install-strip:
  349. if test -z '$(STRIP)'; then \
  350. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  351. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  352. install; \
  353. else \
  354. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  355. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  356. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  357. fi
  358. mostlyclean-generic:
  359. clean-generic:
  360. distclean-generic:
  361. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  362. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  363. maintainer-clean-generic:
  364. @echo "This command is intended for maintainers to use"
  365. @echo "it deletes files that may require special tools to rebuild."
  366. clean: clean-am
  367. clean-am: clean-generic clean-libtool mostlyclean-am
  368. distclean: distclean-am
  369. -rm -f Makefile
  370. distclean-am: clean-am distclean-generic
  371. dvi: dvi-am
  372. dvi-am:
  373. html: html-am
  374. html-am:
  375. info: info-am
  376. info-am:
  377. install-data-am:
  378. install-dvi: install-dvi-am
  379. install-dvi-am:
  380. install-exec-am:
  381. install-html: install-html-am
  382. install-html-am:
  383. install-info: install-info-am
  384. install-info-am:
  385. install-man:
  386. install-pdf: install-pdf-am
  387. install-pdf-am:
  388. install-ps: install-ps-am
  389. install-ps-am:
  390. installcheck-am:
  391. maintainer-clean: maintainer-clean-am
  392. -rm -f Makefile
  393. maintainer-clean-am: distclean-am maintainer-clean-generic
  394. mostlyclean: mostlyclean-am
  395. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  396. pdf: pdf-am
  397. pdf-am:
  398. ps: ps-am
  399. ps-am:
  400. uninstall-am:
  401. .MAKE: install-am install-strip
  402. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  403. cscopelist-am ctags-am distclean distclean-generic \
  404. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  405. install install-am install-data install-data-am install-dvi \
  406. install-dvi-am install-exec install-exec-am install-html \
  407. install-html-am install-info install-info-am install-man \
  408. install-pdf install-pdf-am install-ps install-ps-am \
  409. install-strip installcheck installcheck-am installdirs \
  410. maintainer-clean maintainer-clean-generic mostlyclean \
  411. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  412. tags-am uninstall uninstall-am
  413. .PRECIOUS: Makefile
  414. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  415. # Otherwise a system limit (for SysV at least) may be exceeded.
  416. .NOEXPORT: