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