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