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.

708 lines
22KB

  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. # This file was automatically generated
  13. # DO NOT EDIT!
  14. VPATH = @srcdir@
  15. am__is_gnu_make = { \
  16. if test -z '$(MAKELEVEL)'; then \
  17. false; \
  18. elif test -n '$(MAKE_HOST)'; then \
  19. true; \
  20. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  21. true; \
  22. else \
  23. false; \
  24. fi; \
  25. }
  26. am__make_running_with_option = \
  27. case $${target_option-} in \
  28. ?) ;; \
  29. *) echo "am__make_running_with_option: internal error: invalid" \
  30. "target option '$${target_option-}' specified" >&2; \
  31. exit 1;; \
  32. esac; \
  33. has_opt=no; \
  34. sane_makeflags=$$MAKEFLAGS; \
  35. if $(am__is_gnu_make); then \
  36. sane_makeflags=$$MFLAGS; \
  37. else \
  38. case $$MAKEFLAGS in \
  39. *\\[\ \ ]*) \
  40. bs=\\; \
  41. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  42. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  43. esac; \
  44. fi; \
  45. skip_next=no; \
  46. strip_trailopt () \
  47. { \
  48. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  49. }; \
  50. for flg in $$sane_makeflags; do \
  51. test $$skip_next = yes && { skip_next=no; continue; }; \
  52. case $$flg in \
  53. *=*|--*) continue;; \
  54. -*I) strip_trailopt 'I'; skip_next=yes;; \
  55. -*I?*) strip_trailopt 'I';; \
  56. -*O) strip_trailopt 'O'; skip_next=yes;; \
  57. -*O?*) strip_trailopt 'O';; \
  58. -*l) strip_trailopt 'l'; skip_next=yes;; \
  59. -*l?*) strip_trailopt 'l';; \
  60. -[dEDm]) skip_next=yes;; \
  61. -[JT]) skip_next=yes;; \
  62. esac; \
  63. case $$flg in \
  64. *$$target_option*) has_opt=yes; break;; \
  65. esac; \
  66. done; \
  67. test $$has_opt = yes
  68. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  69. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  70. pkgdatadir = $(datadir)/@PACKAGE@
  71. pkgincludedir = $(includedir)/@PACKAGE@
  72. pkglibdir = $(libdir)/@PACKAGE@
  73. pkglibexecdir = $(libexecdir)/@PACKAGE@
  74. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  75. install_sh_DATA = $(install_sh) -c -m 644
  76. install_sh_PROGRAM = $(install_sh) -c
  77. install_sh_SCRIPT = $(install_sh) -c
  78. INSTALL_HEADER = $(INSTALL_DATA)
  79. transform = $(program_transform_name)
  80. NORMAL_INSTALL = :
  81. PRE_INSTALL = :
  82. POST_INSTALL = :
  83. NORMAL_UNINSTALL = :
  84. PRE_UNINSTALL = :
  85. POST_UNINSTALL = :
  86. build_triplet = @build@
  87. host_triplet = @host@
  88. target_triplet = @target@
  89. bin_PROGRAMS = sndfile-resample$(EXEEXT)
  90. noinst_PROGRAMS = varispeed-play$(EXEEXT) timewarp-file$(EXEEXT)
  91. subdir = examples
  92. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  93. am__aclocal_m4_deps = $(top_srcdir)/M4/check_signal.m4 \
  94. $(top_srcdir)/M4/clip_mode.m4 $(top_srcdir)/M4/endian.m4 \
  95. $(top_srcdir)/M4/libtool.m4 $(top_srcdir)/M4/lrint.m4 \
  96. $(top_srcdir)/M4/lrintf.m4 $(top_srcdir)/M4/ltoptions.m4 \
  97. $(top_srcdir)/M4/ltsugar.m4 $(top_srcdir)/M4/ltversion.m4 \
  98. $(top_srcdir)/M4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  99. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  100. $(ACLOCAL_M4)
  101. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  102. mkinstalldirs = $(install_sh) -d
  103. CONFIG_HEADER = $(top_builddir)/src/config.h
  104. CONFIG_CLEAN_FILES =
  105. CONFIG_CLEAN_VPATH_FILES =
  106. am__installdirs = "$(DESTDIR)$(bindir)"
  107. PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
  108. am_sndfile_resample_OBJECTS = sndfile-resample.$(OBJEXT)
  109. sndfile_resample_OBJECTS = $(am_sndfile_resample_OBJECTS)
  110. am__DEPENDENCIES_1 =
  111. sndfile_resample_DEPENDENCIES = $(SAMPLERATEDIR)/libsamplerate.la \
  112. $(am__DEPENDENCIES_1)
  113. AM_V_lt = $(am__v_lt_@AM_V@)
  114. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  115. am__v_lt_0 = --silent
  116. am__v_lt_1 =
  117. am_timewarp_file_OBJECTS = timewarp-file.$(OBJEXT)
  118. timewarp_file_OBJECTS = $(am_timewarp_file_OBJECTS)
  119. timewarp_file_DEPENDENCIES = $(SAMPLERATEDIR)/libsamplerate.la \
  120. $(am__DEPENDENCIES_1)
  121. am_varispeed_play_OBJECTS = varispeed-play.$(OBJEXT) \
  122. audio_out.$(OBJEXT)
  123. varispeed_play_OBJECTS = $(am_varispeed_play_OBJECTS)
  124. varispeed_play_DEPENDENCIES = $(SAMPLERATEDIR)/libsamplerate.la \
  125. $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
  126. AM_V_P = $(am__v_P_@AM_V@)
  127. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  128. am__v_P_0 = false
  129. am__v_P_1 = :
  130. AM_V_GEN = $(am__v_GEN_@AM_V@)
  131. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  132. am__v_GEN_0 = @echo " GEN " $@;
  133. am__v_GEN_1 =
  134. AM_V_at = $(am__v_at_@AM_V@)
  135. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  136. am__v_at_0 = @
  137. am__v_at_1 =
  138. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
  139. depcomp = $(SHELL) $(top_srcdir)/Cfg/depcomp
  140. am__depfiles_maybe = depfiles
  141. am__mv = mv -f
  142. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  143. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  144. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  145. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  146. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  147. $(AM_CFLAGS) $(CFLAGS)
  148. AM_V_CC = $(am__v_CC_@AM_V@)
  149. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  150. am__v_CC_0 = @echo " CC " $@;
  151. am__v_CC_1 =
  152. CCLD = $(CC)
  153. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  154. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  155. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  156. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  157. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  158. am__v_CCLD_0 = @echo " CCLD " $@;
  159. am__v_CCLD_1 =
  160. SOURCES = $(sndfile_resample_SOURCES) $(timewarp_file_SOURCES) \
  161. $(varispeed_play_SOURCES)
  162. DIST_SOURCES = $(sndfile_resample_SOURCES) $(timewarp_file_SOURCES) \
  163. $(varispeed_play_SOURCES)
  164. am__can_run_installinfo = \
  165. case $$AM_UPDATE_INFO_DIR in \
  166. n|no|NO) false;; \
  167. *) (install-info --version) >/dev/null 2>&1;; \
  168. esac
  169. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  170. # Read a list of newline-separated strings from the standard input,
  171. # and print each of them once, without duplicates. Input order is
  172. # *not* preserved.
  173. am__uniquify_input = $(AWK) '\
  174. BEGIN { nonempty = 0; } \
  175. { items[$$0] = 1; nonempty = 1; } \
  176. END { if (nonempty) { for (i in items) print i; }; } \
  177. '
  178. # Make sure the list of sources is unique. This is necessary because,
  179. # e.g., the same source file might be shared among _SOURCES variables
  180. # for different programs/libraries.
  181. am__define_uniq_tagged_files = \
  182. list='$(am__tagged_files)'; \
  183. unique=`for i in $$list; do \
  184. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  185. done | $(am__uniquify_input)`
  186. ETAGS = etags
  187. CTAGS = ctags
  188. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Cfg/depcomp
  189. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  190. ACLOCAL = @ACLOCAL@
  191. ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
  192. ALSA_LIBS = @ALSA_LIBS@
  193. AMTAR = @AMTAR@
  194. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  195. AR = @AR@
  196. AUTOCONF = @AUTOCONF@
  197. AUTOHEADER = @AUTOHEADER@
  198. AUTOMAKE = @AUTOMAKE@
  199. AWK = @AWK@
  200. CC = @CC@
  201. CCDEPMODE = @CCDEPMODE@
  202. CFLAGS = @CFLAGS@
  203. COMPILER_IS_GCC = @COMPILER_IS_GCC@
  204. CPP = @CPP@
  205. CPPFLAGS = @CPPFLAGS@
  206. CXX = @CXX@
  207. CXXCPP = @CXXCPP@
  208. CXXDEPMODE = @CXXDEPMODE@
  209. CXXFLAGS = @CXXFLAGS@
  210. CYGPATH_W = @CYGPATH_W@
  211. DEFS = @DEFS@
  212. DEPDIR = @DEPDIR@
  213. DLLTOOL = @DLLTOOL@
  214. DLLWRAP = @DLLWRAP@
  215. DSYMUTIL = @DSYMUTIL@
  216. DUMPBIN = @DUMPBIN@
  217. ECHO_C = @ECHO_C@
  218. ECHO_N = @ECHO_N@
  219. ECHO_T = @ECHO_T@
  220. EGREP = @EGREP@
  221. EXEEXT = @EXEEXT@
  222. FFTW3_CFLAGS = @FFTW3_CFLAGS@
  223. FFTW3_LIBS = @FFTW3_LIBS@
  224. FGREP = @FGREP@
  225. GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
  226. GREP = @GREP@
  227. HAVE_FFTW3 = @HAVE_FFTW3@
  228. HAVE_SNDFILE = @HAVE_SNDFILE@
  229. INSTALL = @INSTALL@
  230. INSTALL_DATA = @INSTALL_DATA@
  231. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  232. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  233. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  234. LD = @LD@
  235. LDFLAGS = @LDFLAGS@
  236. LIBOBJS = @LIBOBJS@
  237. LIBS = @LIBS@
  238. LIBTOOL = @LIBTOOL@
  239. LIPO = @LIPO@
  240. LN_S = @LN_S@
  241. LTLIBOBJS = @LTLIBOBJS@
  242. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  243. MAKEINFO = @MAKEINFO@
  244. MANIFEST_TOOL = @MANIFEST_TOOL@
  245. MKDIR_P = @MKDIR_P@
  246. NM = @NM@
  247. NMEDIT = @NMEDIT@
  248. OBJDUMP = @OBJDUMP@
  249. OBJEXT = @OBJEXT@
  250. OS_SPECIFIC_INCLUDES = @OS_SPECIFIC_INCLUDES@
  251. OS_SPECIFIC_LINKS = @OS_SPECIFIC_LINKS@
  252. OTOOL = @OTOOL@
  253. OTOOL64 = @OTOOL64@
  254. PACKAGE = @PACKAGE@
  255. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  256. PACKAGE_NAME = @PACKAGE_NAME@
  257. PACKAGE_STRING = @PACKAGE_STRING@
  258. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  259. PACKAGE_URL = @PACKAGE_URL@
  260. PACKAGE_VERSION = @PACKAGE_VERSION@
  261. PATH_SEPARATOR = @PATH_SEPARATOR@
  262. PEXPORTS = @PEXPORTS@
  263. PKG_CONFIG = @PKG_CONFIG@
  264. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  265. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  266. RANLIB = @RANLIB@
  267. RC = @RC@
  268. SED = @SED@
  269. SET_MAKE = @SET_MAKE@
  270. SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
  271. SHELL = @SHELL@
  272. SHLIB_VERSION_ARG = @SHLIB_VERSION_ARG@
  273. SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
  274. SNDFILE_LIBS = @SNDFILE_LIBS@ @ALSA_LIBS@
  275. STRIP = @STRIP@
  276. VERSION = @VERSION@
  277. abs_builddir = @abs_builddir@
  278. abs_srcdir = @abs_srcdir@
  279. abs_top_builddir = @abs_top_builddir@
  280. abs_top_srcdir = @abs_top_srcdir@
  281. ac_ct_AR = @ac_ct_AR@
  282. ac_ct_CC = @ac_ct_CC@
  283. ac_ct_CXX = @ac_ct_CXX@
  284. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  285. am__include = @am__include@
  286. am__leading_dot = @am__leading_dot@
  287. am__quote = @am__quote@
  288. am__tar = @am__tar@
  289. am__untar = @am__untar@
  290. bindir = @bindir@
  291. build = @build@
  292. build_alias = @build_alias@
  293. build_cpu = @build_cpu@
  294. build_os = @build_os@
  295. build_vendor = @build_vendor@
  296. builddir = @builddir@
  297. datadir = @datadir@
  298. datarootdir = @datarootdir@
  299. docdir = @docdir@
  300. dvidir = @dvidir@
  301. exec_prefix = @exec_prefix@
  302. host = @host@
  303. host_alias = @host_alias@
  304. host_cpu = @host_cpu@
  305. host_os = @host_os@
  306. host_vendor = @host_vendor@
  307. htmldir = @htmldir@
  308. htmldocdir = @htmldocdir@
  309. includedir = @includedir@
  310. infodir = @infodir@
  311. install_sh = @install_sh@
  312. libdir = @libdir@
  313. libexecdir = @libexecdir@
  314. localedir = @localedir@
  315. localstatedir = @localstatedir@
  316. mandir = @mandir@
  317. mkdir_p = @mkdir_p@
  318. oldincludedir = @oldincludedir@
  319. pdfdir = @pdfdir@
  320. prefix = @prefix@
  321. program_transform_name = @program_transform_name@
  322. psdir = @psdir@
  323. runstatedir = @runstatedir@
  324. sbindir = @sbindir@
  325. sharedstatedir = @sharedstatedir@
  326. srcdir = @srcdir@
  327. sysconfdir = @sysconfdir@
  328. target = @target@
  329. target_alias = @target_alias@
  330. target_cpu = @target_cpu@
  331. target_os = @target_os@
  332. target_vendor = @target_vendor@
  333. top_build_prefix = @top_build_prefix@
  334. top_builddir = @top_builddir@
  335. top_srcdir = @top_srcdir@
  336. SAMPLERATEDIR = ../src
  337. INCLUDES = -I$(srcdir)/$(SAMPLERATEDIR) @OS_SPECIFIC_INCLUDES@
  338. AM_CFLAGS = @SNDFILE_CFLAGS@
  339. #===============================================================================
  340. sndfile_resample_SOURCES = sndfile-resample.c
  341. sndfile_resample_LDADD = $(SAMPLERATEDIR)/libsamplerate.la $(SNDFILE_LIBS)
  342. varispeed_play_SOURCES = varispeed-play.c audio_out.c audio_out.h
  343. varispeed_play_LDADD = $(SAMPLERATEDIR)/libsamplerate.la $(SNDFILE_LIBS) $(OS_SPECIFIC_LINKS)
  344. timewarp_file_SOURCES = timewarp-file.c
  345. timewarp_file_LDADD = $(SAMPLERATEDIR)/libsamplerate.la $(SNDFILE_LIBS)
  346. all: all-am
  347. .SUFFIXES:
  348. .SUFFIXES: .c .lo .o .obj
  349. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  350. @for dep in $?; do \
  351. case '$(am__configure_deps)' in \
  352. *$$dep*) \
  353. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  354. && { if test -f $@; then exit 0; else break; fi; }; \
  355. exit 1;; \
  356. esac; \
  357. done; \
  358. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
  359. $(am__cd) $(top_srcdir) && \
  360. $(AUTOMAKE) --gnu examples/Makefile
  361. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  362. @case '$?' in \
  363. *config.status*) \
  364. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  365. *) \
  366. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  367. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  368. esac;
  369. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  370. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  371. $(top_srcdir)/configure: $(am__configure_deps)
  372. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  373. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  374. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  375. $(am__aclocal_m4_deps):
  376. install-binPROGRAMS: $(bin_PROGRAMS)
  377. @$(NORMAL_INSTALL)
  378. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  379. if test -n "$$list"; then \
  380. echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  381. $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  382. fi; \
  383. for p in $$list; do echo "$$p $$p"; done | \
  384. sed 's/$(EXEEXT)$$//' | \
  385. while read p p1; do if test -f $$p \
  386. || test -f $$p1 \
  387. ; then echo "$$p"; echo "$$p"; else :; fi; \
  388. done | \
  389. sed -e 'p;s,.*/,,;n;h' \
  390. -e 's|.*|.|' \
  391. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  392. sed 'N;N;N;s,\n, ,g' | \
  393. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  394. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  395. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  396. else { print "f", $$3 "/" $$4, $$1; } } \
  397. END { for (d in files) print "f", d, files[d] }' | \
  398. while read type dir files; do \
  399. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  400. test -z "$$files" || { \
  401. echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  402. $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  403. } \
  404. ; done
  405. uninstall-binPROGRAMS:
  406. @$(NORMAL_UNINSTALL)
  407. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  408. files=`for p in $$list; do echo "$$p"; done | \
  409. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  410. -e 's/$$/$(EXEEXT)/' \
  411. `; \
  412. test -n "$$list" || exit 0; \
  413. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  414. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  415. clean-binPROGRAMS:
  416. @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
  417. echo " rm -f" $$list; \
  418. rm -f $$list || exit $$?; \
  419. test -n "$(EXEEXT)" || exit 0; \
  420. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  421. echo " rm -f" $$list; \
  422. rm -f $$list
  423. clean-noinstPROGRAMS:
  424. @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
  425. echo " rm -f" $$list; \
  426. rm -f $$list || exit $$?; \
  427. test -n "$(EXEEXT)" || exit 0; \
  428. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  429. echo " rm -f" $$list; \
  430. rm -f $$list
  431. sndfile-resample$(EXEEXT): $(sndfile_resample_OBJECTS) $(sndfile_resample_DEPENDENCIES) $(EXTRA_sndfile_resample_DEPENDENCIES)
  432. @rm -f sndfile-resample$(EXEEXT)
  433. $(AM_V_CCLD)$(LINK) $(sndfile_resample_OBJECTS) $(sndfile_resample_LDADD) $(LIBS)
  434. timewarp-file$(EXEEXT): $(timewarp_file_OBJECTS) $(timewarp_file_DEPENDENCIES) $(EXTRA_timewarp_file_DEPENDENCIES)
  435. @rm -f timewarp-file$(EXEEXT)
  436. $(AM_V_CCLD)$(LINK) $(timewarp_file_OBJECTS) $(timewarp_file_LDADD) $(LIBS)
  437. varispeed-play$(EXEEXT): $(varispeed_play_OBJECTS) $(varispeed_play_DEPENDENCIES) $(EXTRA_varispeed_play_DEPENDENCIES)
  438. @rm -f varispeed-play$(EXEEXT)
  439. $(AM_V_CCLD)$(LINK) $(varispeed_play_OBJECTS) $(varispeed_play_LDADD) $(LIBS)
  440. mostlyclean-compile:
  441. -rm -f *.$(OBJEXT)
  442. distclean-compile:
  443. -rm -f *.tab.c
  444. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio_out.Po@am__quote@
  445. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sndfile-resample.Po@am__quote@
  446. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timewarp-file.Po@am__quote@
  447. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/varispeed-play.Po@am__quote@
  448. .c.o:
  449. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  450. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  451. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  452. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  453. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  454. .c.obj:
  455. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  456. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  457. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  458. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  459. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  460. .c.lo:
  461. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  462. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  463. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  464. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  465. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  466. mostlyclean-libtool:
  467. -rm -f *.lo
  468. clean-libtool:
  469. -rm -rf .libs _libs
  470. ID: $(am__tagged_files)
  471. $(am__define_uniq_tagged_files); mkid -fID $$unique
  472. tags: tags-am
  473. TAGS: tags
  474. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  475. set x; \
  476. here=`pwd`; \
  477. $(am__define_uniq_tagged_files); \
  478. shift; \
  479. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  480. test -n "$$unique" || unique=$$empty_fix; \
  481. if test $$# -gt 0; then \
  482. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  483. "$$@" $$unique; \
  484. else \
  485. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  486. $$unique; \
  487. fi; \
  488. fi
  489. ctags: ctags-am
  490. CTAGS: ctags
  491. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  492. $(am__define_uniq_tagged_files); \
  493. test -z "$(CTAGS_ARGS)$$unique" \
  494. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  495. $$unique
  496. GTAGS:
  497. here=`$(am__cd) $(top_builddir) && pwd` \
  498. && $(am__cd) $(top_srcdir) \
  499. && gtags -i $(GTAGS_ARGS) "$$here"
  500. cscopelist: cscopelist-am
  501. cscopelist-am: $(am__tagged_files)
  502. list='$(am__tagged_files)'; \
  503. case "$(srcdir)" in \
  504. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  505. *) sdir=$(subdir)/$(srcdir) ;; \
  506. esac; \
  507. for i in $$list; do \
  508. if test -f "$$i"; then \
  509. echo "$(subdir)/$$i"; \
  510. else \
  511. echo "$$sdir/$$i"; \
  512. fi; \
  513. done >> $(top_builddir)/cscope.files
  514. distclean-tags:
  515. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  516. distdir: $(DISTFILES)
  517. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  518. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  519. list='$(DISTFILES)'; \
  520. dist_files=`for file in $$list; do echo $$file; done | \
  521. sed -e "s|^$$srcdirstrip/||;t" \
  522. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  523. case $$dist_files in \
  524. */*) $(MKDIR_P) `echo "$$dist_files" | \
  525. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  526. sort -u` ;; \
  527. esac; \
  528. for file in $$dist_files; do \
  529. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  530. if test -d $$d/$$file; then \
  531. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  532. if test -d "$(distdir)/$$file"; then \
  533. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  534. fi; \
  535. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  536. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  537. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  538. fi; \
  539. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  540. else \
  541. test -f "$(distdir)/$$file" \
  542. || cp -p $$d/$$file "$(distdir)/$$file" \
  543. || exit 1; \
  544. fi; \
  545. done
  546. check-am: all-am
  547. check: check-am
  548. all-am: Makefile $(PROGRAMS)
  549. installdirs:
  550. for dir in "$(DESTDIR)$(bindir)"; do \
  551. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  552. done
  553. install: install-am
  554. install-exec: install-exec-am
  555. install-data: install-data-am
  556. uninstall: uninstall-am
  557. install-am: all-am
  558. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  559. installcheck: installcheck-am
  560. install-strip:
  561. if test -z '$(STRIP)'; then \
  562. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  563. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  564. install; \
  565. else \
  566. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  567. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  568. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  569. fi
  570. mostlyclean-generic:
  571. clean-generic:
  572. distclean-generic:
  573. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  574. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  575. maintainer-clean-generic:
  576. @echo "This command is intended for maintainers to use"
  577. @echo "it deletes files that may require special tools to rebuild."
  578. clean: clean-am
  579. clean-am: clean-binPROGRAMS clean-generic clean-libtool \
  580. clean-noinstPROGRAMS mostlyclean-am
  581. distclean: distclean-am
  582. -rm -rf ./$(DEPDIR)
  583. -rm -f Makefile
  584. distclean-am: clean-am distclean-compile distclean-generic \
  585. distclean-tags
  586. dvi: dvi-am
  587. dvi-am:
  588. html: html-am
  589. html-am:
  590. info: info-am
  591. info-am:
  592. install-data-am:
  593. install-dvi: install-dvi-am
  594. install-dvi-am:
  595. install-exec-am: install-binPROGRAMS
  596. install-html: install-html-am
  597. install-html-am:
  598. install-info: install-info-am
  599. install-info-am:
  600. install-man:
  601. install-pdf: install-pdf-am
  602. install-pdf-am:
  603. install-ps: install-ps-am
  604. install-ps-am:
  605. installcheck-am:
  606. maintainer-clean: maintainer-clean-am
  607. -rm -rf ./$(DEPDIR)
  608. -rm -f Makefile
  609. maintainer-clean-am: distclean-am maintainer-clean-generic
  610. mostlyclean: mostlyclean-am
  611. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  612. mostlyclean-libtool
  613. pdf: pdf-am
  614. pdf-am:
  615. ps: ps-am
  616. ps-am:
  617. uninstall-am: uninstall-binPROGRAMS
  618. .MAKE: install-am install-strip
  619. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
  620. clean-binPROGRAMS clean-generic clean-libtool \
  621. clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
  622. distclean-compile distclean-generic distclean-libtool \
  623. distclean-tags distdir dvi dvi-am html html-am info info-am \
  624. install install-am install-binPROGRAMS install-data \
  625. install-data-am install-dvi install-dvi-am install-exec \
  626. install-exec-am install-html install-html-am install-info \
  627. install-info-am install-man install-pdf install-pdf-am \
  628. install-ps install-ps-am install-strip installcheck \
  629. installcheck-am installdirs maintainer-clean \
  630. maintainer-clean-generic mostlyclean mostlyclean-compile \
  631. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  632. tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
  633. .PRECIOUS: Makefile
  634. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  635. # Otherwise a system limit (for SysV at least) may be exceeded.
  636. .NOEXPORT: