blob: fb6a47bd719b96a4464d1ddc19053029d865ff38 [file] [log] [blame]
Alexandre Lision7c6f4a62013-09-05 13:27:01 -04001# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37target_triplet = @target@
38subdir = .
39DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in $(srcdir)/build-test-tarball.mk.in \
41 $(srcdir)/libsndfile.spec.in $(srcdir)/sndfile.pc.in \
42 $(top_srcdir)/configure AUTHORS COPYING Cfg/compile \
43 Cfg/config.guess Cfg/config.sub Cfg/depcomp Cfg/install-sh \
44 Cfg/ltmain.sh Cfg/missing ChangeLog INSTALL NEWS
45ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46am__aclocal_m4_deps = $(top_srcdir)/M4/add_cflags.m4 \
47 $(top_srcdir)/M4/add_cxxflags.m4 $(top_srcdir)/M4/clip_mode.m4 \
48 $(top_srcdir)/M4/endian.m4 $(top_srcdir)/M4/extra_largefile.m4 \
49 $(top_srcdir)/M4/extra_pkg.m4 \
50 $(top_srcdir)/M4/flexible_array.m4 \
51 $(top_srcdir)/M4/gcc_version.m4 $(top_srcdir)/M4/libtool.m4 \
52 $(top_srcdir)/M4/lrint.m4 $(top_srcdir)/M4/lrintf.m4 \
53 $(top_srcdir)/M4/ltoptions.m4 $(top_srcdir)/M4/ltsugar.m4 \
54 $(top_srcdir)/M4/ltversion.m4 $(top_srcdir)/M4/lt~obsolete.m4 \
55 $(top_srcdir)/M4/mkoctfile_version.m4 \
56 $(top_srcdir)/M4/octave.m4 $(top_srcdir)/configure.ac
57am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58 $(ACLOCAL_M4)
59am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
60 configure.lineno config.status.lineno
61mkinstalldirs = $(install_sh) -d
62CONFIG_HEADER = $(top_builddir)/src/config.h
63CONFIG_CLEAN_FILES = build-test-tarball.mk libsndfile.spec sndfile.pc
64CONFIG_CLEAN_VPATH_FILES =
65AM_V_GEN = $(am__v_GEN_$(V))
66am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
67am__v_GEN_0 = @echo " GEN " $@;
68AM_V_at = $(am__v_at_$(V))
69am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
70am__v_at_0 = @
71SOURCES =
72DIST_SOURCES =
73RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74 html-recursive info-recursive install-data-recursive \
75 install-dvi-recursive install-exec-recursive \
76 install-html-recursive install-info-recursive \
77 install-pdf-recursive install-ps-recursive install-recursive \
78 installcheck-recursive installdirs-recursive pdf-recursive \
79 ps-recursive uninstall-recursive
80am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
81am__vpath_adj = case $$p in \
82 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
83 *) f=$$p;; \
84 esac;
85am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
86am__install_max = 40
87am__nobase_strip_setup = \
88 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
89am__nobase_strip = \
90 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
91am__nobase_list = $(am__nobase_strip_setup); \
92 for p in $$list; do echo "$$p $$p"; done | \
93 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
94 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
95 if (++n[$$2] == $(am__install_max)) \
96 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
97 END { for (dir in files) print dir, files[dir] }'
98am__base_list = \
99 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
100 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
101am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
102DATA = $(pkgconfig_DATA)
103RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
104 distclean-recursive maintainer-clean-recursive
105AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
106 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
107 distdir dist dist-all distcheck
108ETAGS = etags
109CTAGS = ctags
110DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111distdir = $(PACKAGE)-$(VERSION)
112top_distdir = $(distdir)
113am__remove_distdir = \
114 { test ! -d "$(distdir)" \
115 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
116 && rm -fr "$(distdir)"; }; }
117am__relativize = \
118 dir0=`pwd`; \
119 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
120 sed_rest='s,^[^/]*/*,,'; \
121 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
122 sed_butlast='s,/*[^/]*$$,,'; \
123 while test -n "$$dir1"; do \
124 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
125 if test "$$first" != "."; then \
126 if test "$$first" = ".."; then \
127 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
128 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
129 else \
130 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
131 if test "$$first2" = "$$first"; then \
132 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
133 else \
134 dir2="../$$dir2"; \
135 fi; \
136 dir0="$$dir0"/"$$first"; \
137 fi; \
138 fi; \
139 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
140 done; \
141 reldir="$$dir2"
142DIST_ARCHIVES = $(distdir).tar.gz
143GZIP_ENV = --best
144distuninstallcheck_listfiles = find . -type f -print
145distcleancheck_listfiles = find . -type f -print
146ACLOCAL = @ACLOCAL@
147ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
148ALSA_LIBS = @ALSA_LIBS@
149AMTAR = @AMTAR@
150AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
151AR = @AR@
152AUTOCONF = @AUTOCONF@
153AUTOHEADER = @AUTOHEADER@
154AUTOMAKE = @AUTOMAKE@
155AWK = @AWK@
156CC = @CC@
157CCDEPMODE = @CCDEPMODE@
158CFLAGS = @CFLAGS@
159CLEAN_VERSION = @CLEAN_VERSION@
160CPP = @CPP@
161CPPFLAGS = @CPPFLAGS@
162CXX = @CXX@
163CXXCPP = @CXXCPP@
164CXXDEPMODE = @CXXDEPMODE@
165CXXFLAGS = @CXXFLAGS@
166CYGPATH_W = @CYGPATH_W@
167DEFS = @DEFS@
168DEPDIR = @DEPDIR@
169DLLTOOL = @DLLTOOL@
170DSYMUTIL = @DSYMUTIL@
171DUMPBIN = @DUMPBIN@
172ECHO_C = @ECHO_C@
173ECHO_N = @ECHO_N@
174ECHO_T = @ECHO_T@
175EGREP = @EGREP@
176EXEEXT = @EXEEXT@
177EXTERNAL_CFLAGS = @EXTERNAL_CFLAGS@
178EXTERNAL_LIBS = @EXTERNAL_LIBS@
179FGREP = @FGREP@
180FLAC_CFLAGS = @FLAC_CFLAGS@
181FLAC_LIBS = @FLAC_LIBS@
182GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
183GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
184GCC_VERSION = @GCC_VERSION@
185GETCONF = @GETCONF@
186GREP = @GREP@
187HAVE_AUTOGEN = @HAVE_AUTOGEN@
188HAVE_MKOCTFILE = @HAVE_MKOCTFILE@
189HAVE_OCTAVE = @HAVE_OCTAVE@
190HAVE_OCTAVE_CONFIG = @HAVE_OCTAVE_CONFIG@
191HAVE_WINE = @HAVE_WINE@
192HOST_TRIPLET = @HOST_TRIPLET@
193HTML_BGCOLOUR = @HTML_BGCOLOUR@
194HTML_FGCOLOUR = @HTML_FGCOLOUR@
195INSTALL = @INSTALL@
196INSTALL_DATA = @INSTALL_DATA@
197INSTALL_PROGRAM = @INSTALL_PROGRAM@
198INSTALL_SCRIPT = @INSTALL_SCRIPT@
199INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
200LD = @LD@
201LDFLAGS = @LDFLAGS@
202LIBOBJS = @LIBOBJS@
203LIBS = @LIBS@
204LIBTOOL = @LIBTOOL@
205LIBTOOL_DEPS = @LIBTOOL_DEPS@
206LIPO = @LIPO@
207LN_S = @LN_S@
208LTLIBOBJS = @LTLIBOBJS@
209MAKEINFO = @MAKEINFO@
210MANIFEST_TOOL = @MANIFEST_TOOL@
211MKDIR_P = @MKDIR_P@
212MKOCTFILE = @MKOCTFILE@
213MKOCTFILE_VERSION = @MKOCTFILE_VERSION@
214NM = @NM@
215NMEDIT = @NMEDIT@
216OBJDUMP = @OBJDUMP@
217OBJEXT = @OBJEXT@
218OCTAVE = @OCTAVE@
219OCTAVE_CONFIG = @OCTAVE_CONFIG@
220OCTAVE_CONFIG_VERSION = @OCTAVE_CONFIG_VERSION@
221OCTAVE_DEST_MDIR = @OCTAVE_DEST_MDIR@
222OCTAVE_DEST_ODIR = @OCTAVE_DEST_ODIR@
223OCTAVE_VERSION = @OCTAVE_VERSION@
224OGG_CFLAGS = @OGG_CFLAGS@
225OGG_LIBS = @OGG_LIBS@
226OS_SPECIFIC_CFLAGS = @OS_SPECIFIC_CFLAGS@
227OS_SPECIFIC_LINKS = @OS_SPECIFIC_LINKS@
228OTOOL = @OTOOL@
229OTOOL64 = @OTOOL64@
230PACKAGE = @PACKAGE@
231PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
232PACKAGE_NAME = @PACKAGE_NAME@
233PACKAGE_STRING = @PACKAGE_STRING@
234PACKAGE_TARNAME = @PACKAGE_TARNAME@
235PACKAGE_URL = @PACKAGE_URL@
236PACKAGE_VERSION = @PACKAGE_VERSION@
237PATH_SEPARATOR = @PATH_SEPARATOR@
238PKG_CONFIG = @PKG_CONFIG@
239PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
240PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
241RANLIB = @RANLIB@
242RC = @RC@
243SED = @SED@
244SET_MAKE = @SET_MAKE@
245SF_COUNT_MAX = @SF_COUNT_MAX@
246SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
247SHELL = @SHELL@
248SHLIB_VERSION_ARG = @SHLIB_VERSION_ARG@
249SIZEOF_SF_COUNT_T = @SIZEOF_SF_COUNT_T@
250SNDIO_LIBS = @SNDIO_LIBS@
251SPEEX_CFLAGS = @SPEEX_CFLAGS@
252SPEEX_LIBS = @SPEEX_LIBS@
253SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
254SQLITE3_LIBS = @SQLITE3_LIBS@
255STRIP = @STRIP@
256TYPEOF_SF_COUNT_T = @TYPEOF_SF_COUNT_T@
257VERSION = @VERSION@
258VORBISENC_CFLAGS = @VORBISENC_CFLAGS@
259VORBISENC_LIBS = @VORBISENC_LIBS@
260VORBIS_CFLAGS = @VORBIS_CFLAGS@
261VORBIS_LIBS = @VORBIS_LIBS@
262WIN_RC_VERSION = @WIN_RC_VERSION@
263abs_builddir = @abs_builddir@
264abs_srcdir = @abs_srcdir@
265abs_top_builddir = @abs_top_builddir@
266abs_top_srcdir = @abs_top_srcdir@
267ac_ct_AR = @ac_ct_AR@
268ac_ct_CC = @ac_ct_CC@
269ac_ct_CXX = @ac_ct_CXX@
270ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
271am__include = @am__include@
272am__leading_dot = @am__leading_dot@
273am__quote = @am__quote@
274am__tar = @am__tar@
275am__untar = @am__untar@
276bindir = @bindir@
277build = @build@
278build_alias = @build_alias@
279build_cpu = @build_cpu@
280build_os = @build_os@
281build_vendor = @build_vendor@
282builddir = @builddir@
283datadir = @datadir@
284datarootdir = @datarootdir@
285docdir = @docdir@
286dvidir = @dvidir@
287exec_prefix = @exec_prefix@
288host = @host@
289host_alias = @host_alias@
290host_cpu = @host_cpu@
291host_os = @host_os@
292host_vendor = @host_vendor@
293htmldir = @htmldir@
294htmldocdir = @htmldocdir@
295includedir = @includedir@
296infodir = @infodir@
297install_sh = @install_sh@
298libdir = @libdir@
299libexecdir = @libexecdir@
300localedir = @localedir@
301localstatedir = @localstatedir@
302mandir = @mandir@
303mkdir_p = @mkdir_p@
304oldincludedir = @oldincludedir@
305pdfdir = @pdfdir@
306prefix = @prefix@
307program_transform_name = @program_transform_name@
308psdir = @psdir@
309sbindir = @sbindir@
310sharedstatedir = @sharedstatedir@
311srcdir = @srcdir@
312sysconfdir = @sysconfdir@
313target = @target@
314target_alias = @target_alias@
315target_cpu = @target_cpu@
316target_os = @target_os@
317target_vendor = @target_vendor@
318top_build_prefix = @top_build_prefix@
319top_builddir = @top_builddir@
320top_srcdir = @top_srcdir@
321DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
322@BUILD_OCTAVE_MOD_TRUE@octave_dir = Octave
323SUBDIRS = M4 man doc Win32 src $(octave_dir) examples regtest tests programs
324DIST_SUBDIRS = M4 man doc Win32 src Octave examples regtest tests programs
325EXTRA_DIST = libsndfile.spec.in sndfile.pc.in
326CLEANFILES = *~
327pkgconfigdir = $(libdir)/pkgconfig
328pkgconfig_DATA = sndfile.pc
329m4datadir = $(datadir)/aclocal
330all: all-recursive
331
332.SUFFIXES:
333am--refresh:
334 @:
335$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
336 @for dep in $?; do \
337 case '$(am__configure_deps)' in \
338 *$$dep*) \
339 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
340 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
341 && exit 0; \
342 exit 1;; \
343 esac; \
344 done; \
345 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
346 $(am__cd) $(top_srcdir) && \
347 $(AUTOMAKE) --gnu Makefile
348.PRECIOUS: Makefile
349Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350 @case '$?' in \
351 *config.status*) \
352 echo ' $(SHELL) ./config.status'; \
353 $(SHELL) ./config.status;; \
354 *) \
355 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
356 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
357 esac;
358
359$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
360 $(SHELL) ./config.status --recheck
361
362$(top_srcdir)/configure: $(am__configure_deps)
363 $(am__cd) $(srcdir) && $(AUTOCONF)
364$(ACLOCAL_M4): $(am__aclocal_m4_deps)
365 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
366$(am__aclocal_m4_deps):
367build-test-tarball.mk: $(top_builddir)/config.status $(srcdir)/build-test-tarball.mk.in
368 cd $(top_builddir) && $(SHELL) ./config.status $@
369libsndfile.spec: $(top_builddir)/config.status $(srcdir)/libsndfile.spec.in
370 cd $(top_builddir) && $(SHELL) ./config.status $@
371sndfile.pc: $(top_builddir)/config.status $(srcdir)/sndfile.pc.in
372 cd $(top_builddir) && $(SHELL) ./config.status $@
373
374mostlyclean-libtool:
375 -rm -f *.lo
376
377clean-libtool:
378 -rm -rf .libs _libs
379
380distclean-libtool:
381 -rm -f libtool config.lt
382install-pkgconfigDATA: $(pkgconfig_DATA)
383 @$(NORMAL_INSTALL)
384 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
385 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
386 for p in $$list; do \
387 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
388 echo "$$d$$p"; \
389 done | $(am__base_list) | \
390 while read files; do \
391 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
392 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
393 done
394
395uninstall-pkgconfigDATA:
396 @$(NORMAL_UNINSTALL)
397 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
398 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
399 test -n "$$files" || exit 0; \
400 echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
401 cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
402
403# This directory's subdirectories are mostly independent; you can cd
404# into them and run `make' without going through this Makefile.
405# To change the values of `make' variables: instead of editing Makefiles,
406# (1) if the variable is set in `config.status', edit `config.status'
407# (which will cause the Makefiles to be regenerated when you run `make');
408# (2) otherwise, pass the desired values on the `make' command line.
409$(RECURSIVE_TARGETS):
410 @fail= failcom='exit 1'; \
411 for f in x $$MAKEFLAGS; do \
412 case $$f in \
413 *=* | --[!k]*);; \
414 *k*) failcom='fail=yes';; \
415 esac; \
416 done; \
417 dot_seen=no; \
418 target=`echo $@ | sed s/-recursive//`; \
419 list='$(SUBDIRS)'; for subdir in $$list; do \
420 echo "Making $$target in $$subdir"; \
421 if test "$$subdir" = "."; then \
422 dot_seen=yes; \
423 local_target="$$target-am"; \
424 else \
425 local_target="$$target"; \
426 fi; \
427 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
428 || eval $$failcom; \
429 done; \
430 if test "$$dot_seen" = "no"; then \
431 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
432 fi; test -z "$$fail"
433
434$(RECURSIVE_CLEAN_TARGETS):
435 @fail= failcom='exit 1'; \
436 for f in x $$MAKEFLAGS; do \
437 case $$f in \
438 *=* | --[!k]*);; \
439 *k*) failcom='fail=yes';; \
440 esac; \
441 done; \
442 dot_seen=no; \
443 case "$@" in \
444 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
445 *) list='$(SUBDIRS)' ;; \
446 esac; \
447 rev=''; for subdir in $$list; do \
448 if test "$$subdir" = "."; then :; else \
449 rev="$$subdir $$rev"; \
450 fi; \
451 done; \
452 rev="$$rev ."; \
453 target=`echo $@ | sed s/-recursive//`; \
454 for subdir in $$rev; do \
455 echo "Making $$target in $$subdir"; \
456 if test "$$subdir" = "."; then \
457 local_target="$$target-am"; \
458 else \
459 local_target="$$target"; \
460 fi; \
461 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
462 || eval $$failcom; \
463 done && test -z "$$fail"
464tags-recursive:
465 list='$(SUBDIRS)'; for subdir in $$list; do \
466 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
467 done
468ctags-recursive:
469 list='$(SUBDIRS)'; for subdir in $$list; do \
470 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
471 done
472
473ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
474 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
475 unique=`for i in $$list; do \
476 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
477 done | \
478 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
479 END { if (nonempty) { for (i in files) print i; }; }'`; \
480 mkid -fID $$unique
481tags: TAGS
482
483TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
484 $(TAGS_FILES) $(LISP)
485 set x; \
486 here=`pwd`; \
487 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
488 include_option=--etags-include; \
489 empty_fix=.; \
490 else \
491 include_option=--include; \
492 empty_fix=; \
493 fi; \
494 list='$(SUBDIRS)'; for subdir in $$list; do \
495 if test "$$subdir" = .; then :; else \
496 test ! -f $$subdir/TAGS || \
497 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
498 fi; \
499 done; \
500 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
501 unique=`for i in $$list; do \
502 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
503 done | \
504 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
505 END { if (nonempty) { for (i in files) print i; }; }'`; \
506 shift; \
507 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
508 test -n "$$unique" || unique=$$empty_fix; \
509 if test $$# -gt 0; then \
510 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
511 "$$@" $$unique; \
512 else \
513 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
514 $$unique; \
515 fi; \
516 fi
517ctags: CTAGS
518CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
519 $(TAGS_FILES) $(LISP)
520 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
521 unique=`for i in $$list; do \
522 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
523 done | \
524 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
525 END { if (nonempty) { for (i in files) print i; }; }'`; \
526 test -z "$(CTAGS_ARGS)$$unique" \
527 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
528 $$unique
529
530GTAGS:
531 here=`$(am__cd) $(top_builddir) && pwd` \
532 && $(am__cd) $(top_srcdir) \
533 && gtags -i $(GTAGS_ARGS) "$$here"
534
535distclean-tags:
536 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
537
538distdir: $(DISTFILES)
539 $(am__remove_distdir)
540 test -d "$(distdir)" || mkdir "$(distdir)"
541 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
542 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
543 list='$(DISTFILES)'; \
544 dist_files=`for file in $$list; do echo $$file; done | \
545 sed -e "s|^$$srcdirstrip/||;t" \
546 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
547 case $$dist_files in \
548 */*) $(MKDIR_P) `echo "$$dist_files" | \
549 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
550 sort -u` ;; \
551 esac; \
552 for file in $$dist_files; do \
553 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
554 if test -d $$d/$$file; then \
555 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
556 if test -d "$(distdir)/$$file"; then \
557 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
558 fi; \
559 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
560 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
561 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
562 fi; \
563 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
564 else \
565 test -f "$(distdir)/$$file" \
566 || cp -p $$d/$$file "$(distdir)/$$file" \
567 || exit 1; \
568 fi; \
569 done
570 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
571 if test "$$subdir" = .; then :; else \
572 test -d "$(distdir)/$$subdir" \
573 || $(MKDIR_P) "$(distdir)/$$subdir" \
574 || exit 1; \
575 fi; \
576 done
577 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
578 if test "$$subdir" = .; then :; else \
579 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
580 $(am__relativize); \
581 new_distdir=$$reldir; \
582 dir1=$$subdir; dir2="$(top_distdir)"; \
583 $(am__relativize); \
584 new_top_distdir=$$reldir; \
585 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
586 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
587 ($(am__cd) $$subdir && \
588 $(MAKE) $(AM_MAKEFLAGS) \
589 top_distdir="$$new_top_distdir" \
590 distdir="$$new_distdir" \
591 am__remove_distdir=: \
592 am__skip_length_check=: \
593 am__skip_mode_fix=: \
594 distdir) \
595 || exit 1; \
596 fi; \
597 done
598 -test -n "$(am__skip_mode_fix)" \
599 || find "$(distdir)" -type d ! -perm -755 \
600 -exec chmod u+rwx,go+rx {} \; -o \
601 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
602 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
603 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
604 || chmod -R a+r "$(distdir)"
605dist-gzip: distdir
606 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
607 $(am__remove_distdir)
608
609dist-bzip2: distdir
610 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
611 $(am__remove_distdir)
612
613dist-lzma: distdir
614 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
615 $(am__remove_distdir)
616
617dist-xz: distdir
618 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
619 $(am__remove_distdir)
620
621dist-tarZ: distdir
622 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
623 $(am__remove_distdir)
624
625dist-shar: distdir
626 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
627 $(am__remove_distdir)
628
629dist-zip: distdir
630 -rm -f $(distdir).zip
631 zip -rq $(distdir).zip $(distdir)
632 $(am__remove_distdir)
633
634dist dist-all: distdir
635 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
636 $(am__remove_distdir)
637
638# This target untars the dist file and tries a VPATH configuration. Then
639# it guarantees that the distribution is self-contained by making another
640# tarfile.
641distcheck: dist
642 case '$(DIST_ARCHIVES)' in \
643 *.tar.gz*) \
644 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
645 *.tar.bz2*) \
646 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
647 *.tar.lzma*) \
648 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
649 *.tar.xz*) \
650 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
651 *.tar.Z*) \
652 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
653 *.shar.gz*) \
654 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
655 *.zip*) \
656 unzip $(distdir).zip ;;\
657 esac
658 chmod -R a-w $(distdir); chmod a+w $(distdir)
659 mkdir $(distdir)/_build
660 mkdir $(distdir)/_inst
661 chmod a-w $(distdir)
662 test -d $(distdir)/_build || exit 0; \
663 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
664 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
665 && am__cwd=`pwd` \
666 && $(am__cd) $(distdir)/_build \
667 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
668 $(DISTCHECK_CONFIGURE_FLAGS) \
669 && $(MAKE) $(AM_MAKEFLAGS) \
670 && $(MAKE) $(AM_MAKEFLAGS) dvi \
671 && $(MAKE) $(AM_MAKEFLAGS) check \
672 && $(MAKE) $(AM_MAKEFLAGS) install \
673 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
674 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
675 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
676 distuninstallcheck \
677 && chmod -R a-w "$$dc_install_base" \
678 && ({ \
679 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
680 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
681 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
682 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
683 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
684 } || { rm -rf "$$dc_destdir"; exit 1; }) \
685 && rm -rf "$$dc_destdir" \
686 && $(MAKE) $(AM_MAKEFLAGS) dist \
687 && rm -rf $(DIST_ARCHIVES) \
688 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
689 && cd "$$am__cwd" \
690 || exit 1
691 $(am__remove_distdir)
692 @(echo "$(distdir) archives ready for distribution: "; \
693 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
694 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
695distuninstallcheck:
696 @$(am__cd) '$(distuninstallcheck_dir)' \
697 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
698 || { echo "ERROR: files left after uninstall:" ; \
699 if test -n "$(DESTDIR)"; then \
700 echo " (check DESTDIR support)"; \
701 fi ; \
702 $(distuninstallcheck_listfiles) ; \
703 exit 1; } >&2
704distcleancheck: distclean
705 @if test '$(srcdir)' = . ; then \
706 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
707 exit 1 ; \
708 fi
709 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
710 || { echo "ERROR: files left in build directory after distclean:" ; \
711 $(distcleancheck_listfiles) ; \
712 exit 1; } >&2
713check-am: all-am
714check: check-recursive
715all-am: Makefile $(DATA)
716installdirs: installdirs-recursive
717installdirs-am:
718 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
719 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
720 done
721install: install-recursive
722install-exec: install-exec-recursive
723install-data: install-data-recursive
724uninstall: uninstall-recursive
725
726install-am: all-am
727 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
728
729installcheck: installcheck-recursive
730install-strip:
731 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
732 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
733 `test -z '$(STRIP)' || \
734 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
735mostlyclean-generic:
736
737clean-generic:
738 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
739
740distclean-generic:
741 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
742 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
743
744maintainer-clean-generic:
745 @echo "This command is intended for maintainers to use"
746 @echo "it deletes files that may require special tools to rebuild."
747clean: clean-recursive
748
749clean-am: clean-generic clean-libtool mostlyclean-am
750
751distclean: distclean-recursive
752 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
753 -rm -f Makefile
754distclean-am: clean-am distclean-generic distclean-libtool \
755 distclean-tags
756
757dvi: dvi-recursive
758
759dvi-am:
760
761html: html-recursive
762
763html-am:
764
765info: info-recursive
766
767info-am:
768
769install-data-am: install-pkgconfigDATA
770
771install-dvi: install-dvi-recursive
772
773install-dvi-am:
774
775install-exec-am:
776
777install-html: install-html-recursive
778
779install-html-am:
780
781install-info: install-info-recursive
782
783install-info-am:
784
785install-man:
786
787install-pdf: install-pdf-recursive
788
789install-pdf-am:
790
791install-ps: install-ps-recursive
792
793install-ps-am:
794
795installcheck-am:
796
797maintainer-clean: maintainer-clean-recursive
798 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
799 -rm -rf $(top_srcdir)/autom4te.cache
800 -rm -f Makefile
801maintainer-clean-am: distclean-am maintainer-clean-generic
802
803mostlyclean: mostlyclean-recursive
804
805mostlyclean-am: mostlyclean-generic mostlyclean-libtool
806
807pdf: pdf-recursive
808
809pdf-am:
810
811ps: ps-recursive
812
813ps-am:
814
815uninstall-am: uninstall-pkgconfigDATA
816
817.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
818 install-am install-strip tags-recursive
819
820.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
821 all all-am am--refresh check check-am clean clean-generic \
822 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
823 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
824 distcheck distclean distclean-generic distclean-libtool \
825 distclean-tags distcleancheck distdir distuninstallcheck dvi \
826 dvi-am html html-am info info-am install install-am \
827 install-data install-data-am install-dvi install-dvi-am \
828 install-exec install-exec-am install-html install-html-am \
829 install-info install-info-am install-man install-pdf \
830 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
831 install-strip installcheck installcheck-am installdirs \
832 installdirs-am maintainer-clean maintainer-clean-generic \
833 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
834 ps ps-am tags tags-recursive uninstall uninstall-am \
835 uninstall-pkgconfigDATA
836
837
838#===============================================================================
839
840test: check-recursive
841
842# Target to make autogenerated files.
843genfiles :
844 (cd src ; make genfiles)
845 (cd tests ; make genfiles)
846
847checkprograms :
848 (cd src ; make libsndfile.la checkprograms)
849 (cd tests ; make checkprograms)
850
851testprogs :
852 (cd src ; make testprogs)
853 (cd tests ; make testprogs)
854
855test-tarball : build-test-tarball.mk
856 make all
857 make -f build-test-tarball.mk
858
859# Tell versions [3.59,3.63) of GNU make to not export all variables.
860# Otherwise a system limit (for SysV at least) may be exceeded.
861.NOEXPORT: