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