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.

472 lines
13KB

  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # Win32/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. am__is_gnu_make = { \
  12. if test -z '$(MAKELEVEL)'; then \
  13. false; \
  14. elif test -n '$(MAKE_HOST)'; then \
  15. true; \
  16. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  17. true; \
  18. else \
  19. false; \
  20. fi; \
  21. }
  22. am__make_running_with_option = \
  23. case $${target_option-} in \
  24. ?) ;; \
  25. *) echo "am__make_running_with_option: internal error: invalid" \
  26. "target option '$${target_option-}' specified" >&2; \
  27. exit 1;; \
  28. esac; \
  29. has_opt=no; \
  30. sane_makeflags=$$MAKEFLAGS; \
  31. if $(am__is_gnu_make); then \
  32. sane_makeflags=$$MFLAGS; \
  33. else \
  34. case $$MAKEFLAGS in \
  35. *\\[\ \ ]*) \
  36. bs=\\; \
  37. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  38. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  39. esac; \
  40. fi; \
  41. skip_next=no; \
  42. strip_trailopt () \
  43. { \
  44. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  45. }; \
  46. for flg in $$sane_makeflags; do \
  47. test $$skip_next = yes && { skip_next=no; continue; }; \
  48. case $$flg in \
  49. *=*|--*) continue;; \
  50. -*I) strip_trailopt 'I'; skip_next=yes;; \
  51. -*I?*) strip_trailopt 'I';; \
  52. -*O) strip_trailopt 'O'; skip_next=yes;; \
  53. -*O?*) strip_trailopt 'O';; \
  54. -*l) strip_trailopt 'l'; skip_next=yes;; \
  55. -*l?*) strip_trailopt 'l';; \
  56. -[dEDm]) skip_next=yes;; \
  57. -[JT]) skip_next=yes;; \
  58. esac; \
  59. case $$flg in \
  60. *$$target_option*) has_opt=yes; break;; \
  61. esac; \
  62. done; \
  63. test $$has_opt = yes
  64. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  65. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  66. pkgdatadir = $(datadir)/libsamplerate
  67. pkgincludedir = $(includedir)/libsamplerate
  68. pkglibdir = $(libdir)/libsamplerate
  69. pkglibexecdir = $(libexecdir)/libsamplerate
  70. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  71. install_sh_DATA = $(install_sh) -c -m 644
  72. install_sh_PROGRAM = $(install_sh) -c
  73. install_sh_SCRIPT = $(install_sh) -c
  74. INSTALL_HEADER = $(INSTALL_DATA)
  75. transform = $(program_transform_name)
  76. NORMAL_INSTALL = :
  77. PRE_INSTALL = :
  78. POST_INSTALL = :
  79. NORMAL_UNINSTALL = :
  80. PRE_UNINSTALL = :
  81. POST_UNINSTALL = :
  82. build_triplet = x86_64-w64-mingw32
  83. host_triplet = x86_64-w64-mingw32
  84. target_triplet = x86_64-w64-mingw32
  85. subdir = Win32
  86. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  87. am__aclocal_m4_deps = $(top_srcdir)/M4/check_signal.m4 \
  88. $(top_srcdir)/M4/clip_mode.m4 $(top_srcdir)/M4/endian.m4 \
  89. $(top_srcdir)/M4/libtool.m4 $(top_srcdir)/M4/lrint.m4 \
  90. $(top_srcdir)/M4/lrintf.m4 $(top_srcdir)/M4/ltoptions.m4 \
  91. $(top_srcdir)/M4/ltsugar.m4 $(top_srcdir)/M4/ltversion.m4 \
  92. $(top_srcdir)/M4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  93. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  94. $(ACLOCAL_M4)
  95. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  96. mkinstalldirs = $(install_sh) -d
  97. CONFIG_HEADER = $(top_builddir)/src/config.h
  98. CONFIG_CLEAN_FILES = Makefile.mingw
  99. CONFIG_CLEAN_VPATH_FILES =
  100. AM_V_P = $(am__v_P_$(V))
  101. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  102. am__v_P_0 = false
  103. am__v_P_1 = :
  104. AM_V_GEN = $(am__v_GEN_$(V))
  105. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  106. am__v_GEN_0 = @echo " GEN " $@;
  107. am__v_GEN_1 =
  108. AM_V_at = $(am__v_at_$(V))
  109. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  110. am__v_at_0 = @
  111. am__v_at_1 =
  112. SOURCES =
  113. DIST_SOURCES =
  114. am__can_run_installinfo = \
  115. case $$AM_UPDATE_INFO_DIR in \
  116. n|no|NO) false;; \
  117. *) (install-info --version) >/dev/null 2>&1;; \
  118. esac
  119. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  120. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.mingw.in
  121. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  122. ACLOCAL = aclocal-1.15
  123. ACLOCAL_AMFLAGS = -I M4
  124. ALSA_LIBS =
  125. AMTAR = $${TAR-tar}
  126. AM_DEFAULT_VERBOSITY = 0
  127. AR = ar
  128. AUTOCONF = autoconf
  129. AUTOHEADER = autoheader
  130. AUTOMAKE = automake-1.15
  131. AWK = gawk
  132. CC = gcc
  133. CCDEPMODE = depmode=gcc3
  134. 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
  135. COMPILER_IS_GCC =
  136. CPP = gcc -E
  137. CPPFLAGS =
  138. CXX = g++
  139. CXXCPP = g++ -E
  140. CXXDEPMODE = depmode=gcc3
  141. CXXFLAGS = -fPIC -g -O3 -march=nocona
  142. CYGPATH_W = cygpath -w
  143. DEFS = -DHAVE_CONFIG_H
  144. DEPDIR = .deps
  145. DLLTOOL = dlltool
  146. DLLWRAP = dllwrap
  147. DSYMUTIL =
  148. DUMPBIN =
  149. ECHO_C =
  150. ECHO_N = -n
  151. ECHO_T =
  152. EGREP = /usr/bin/grep -E
  153. EXEEXT = .exe
  154. FFTW3_CFLAGS =
  155. FFTW3_LIBS =
  156. FGREP = /usr/bin/grep -F
  157. GCC_MAJOR_VERSION = 7
  158. GREP = /usr/bin/grep
  159. HAVE_FFTW3 = 0
  160. HAVE_SNDFILE = 0
  161. INSTALL = /usr/bin/install -c
  162. INSTALL_DATA = ${INSTALL} -m 644
  163. INSTALL_PROGRAM = ${INSTALL}
  164. INSTALL_SCRIPT = ${INSTALL}
  165. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  166. LD = C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
  167. LDFLAGS =
  168. LIBOBJS =
  169. LIBS = -lm
  170. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  171. LIPO =
  172. LN_S = cp -pR
  173. LTLIBOBJS =
  174. LT_SYS_LIBRARY_PATH =
  175. MAKEINFO = makeinfo
  176. MANIFEST_TOOL = :
  177. MKDIR_P = /usr/bin/mkdir -p
  178. NM = /mingw64/bin/nm -B
  179. NMEDIT =
  180. OBJDUMP = objdump
  181. OBJEXT = o
  182. OS_SPECIFIC_INCLUDES =
  183. OS_SPECIFIC_LINKS = -lwinmm
  184. OTOOL =
  185. OTOOL64 =
  186. PACKAGE = libsamplerate
  187. PACKAGE_BUGREPORT = erikd@mega-nerd.com
  188. PACKAGE_NAME = libsamplerate
  189. PACKAGE_STRING = libsamplerate 0.1.9
  190. PACKAGE_TARNAME = libsamplerate
  191. PACKAGE_URL = http://www.mega-nerd.com/libsamplerate/
  192. PACKAGE_VERSION = 0.1.9
  193. PATH_SEPARATOR = :
  194. PEXPORTS =
  195. PKG_CONFIG =
  196. PKG_CONFIG_LIBDIR =
  197. PKG_CONFIG_PATH = /mingw64/lib/pkgconfig:/mingw64/share/pkgconfig
  198. RANLIB = ranlib
  199. RC = windres
  200. SED = /usr/bin/sed
  201. SET_MAKE =
  202. SHARED_VERSION_INFO = 1:8:1
  203. SHELL = /bin/sh
  204. SHLIB_VERSION_ARG =
  205. SNDFILE_CFLAGS =
  206. SNDFILE_LIBS =
  207. STRIP = strip
  208. VERSION = 0.1.9
  209. abs_builddir = /f/git/Rack/plugins/Fundamental/dep/libsamplerate-0.1.9/Win32
  210. abs_srcdir = /f/git/Rack/plugins/Fundamental/dep/libsamplerate-0.1.9/Win32
  211. abs_top_builddir = /f/git/Rack/plugins/Fundamental/dep/libsamplerate-0.1.9
  212. abs_top_srcdir = /f/git/Rack/plugins/Fundamental/dep/libsamplerate-0.1.9
  213. ac_ct_AR = ar
  214. ac_ct_CC = gcc
  215. ac_ct_CXX = g++
  216. ac_ct_DUMPBIN =
  217. am__include = include
  218. am__leading_dot = .
  219. am__quote =
  220. am__tar = $${TAR-tar} chof - "$$tardir"
  221. am__untar = $${TAR-tar} xf -
  222. bindir = ${exec_prefix}/bin
  223. build = x86_64-w64-mingw32
  224. build_alias = x86_64-w64-mingw32
  225. build_cpu = x86_64
  226. build_os = mingw32
  227. build_vendor = w64
  228. builddir = .
  229. datadir = ${datarootdir}
  230. datarootdir = ${prefix}/share
  231. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  232. dvidir = ${docdir}
  233. exec_prefix = ${prefix}
  234. host = x86_64-w64-mingw32
  235. host_alias =
  236. host_cpu = x86_64
  237. host_os = mingw32
  238. host_vendor = w64
  239. htmldir = ${docdir}
  240. htmldocdir = /f/git/Rack/plugins/Fundamental/dep/share/doc/libsamplerate0-dev/html
  241. includedir = ${prefix}/include
  242. infodir = ${datarootdir}/info
  243. install_sh = ${SHELL} /f/git/Rack/plugins/Fundamental/dep/libsamplerate-0.1.9/Cfg/install-sh
  244. libdir = ${exec_prefix}/lib
  245. libexecdir = ${exec_prefix}/libexec
  246. localedir = ${datarootdir}/locale
  247. localstatedir = ${prefix}/var
  248. mandir = ${datarootdir}/man
  249. mkdir_p = $(MKDIR_P)
  250. oldincludedir = /usr/include
  251. pdfdir = ${docdir}
  252. prefix = /f/git/Rack/plugins/Fundamental/dep
  253. program_transform_name = s,x,x,
  254. psdir = ${docdir}
  255. runstatedir = ${localstatedir}/run
  256. sbindir = ${exec_prefix}/sbin
  257. sharedstatedir = ${prefix}/com
  258. srcdir = .
  259. sysconfdir = ${prefix}/etc
  260. target = x86_64-w64-mingw32
  261. target_alias =
  262. target_cpu = x86_64
  263. target_os = mingw32
  264. target_vendor = w64
  265. top_build_prefix = ../
  266. top_builddir = ..
  267. top_srcdir = ..
  268. EXTRA_DIST = Makefile.msvc config.h unistd.h unistd.h libsamplerate-0.def
  269. all: all-am
  270. .SUFFIXES:
  271. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  272. @for dep in $?; do \
  273. case '$(am__configure_deps)' in \
  274. *$$dep*) \
  275. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  276. && { if test -f $@; then exit 0; else break; fi; }; \
  277. exit 1;; \
  278. esac; \
  279. done; \
  280. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Win32/Makefile'; \
  281. $(am__cd) $(top_srcdir) && \
  282. $(AUTOMAKE) --gnu Win32/Makefile
  283. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  284. @case '$?' in \
  285. *config.status*) \
  286. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  287. *) \
  288. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  289. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  290. esac;
  291. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  292. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  293. $(top_srcdir)/configure: $(am__configure_deps)
  294. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  295. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  296. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  297. $(am__aclocal_m4_deps):
  298. Makefile.mingw: $(top_builddir)/config.status $(srcdir)/Makefile.mingw.in
  299. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  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: