1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
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.
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
19 pkgdatadir
= $(datadir)/@PACKAGE@
20 pkgincludedir
= $(includedir)/@PACKAGE@
21 pkglibdir
= $(libdir)/@PACKAGE@
22 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
23 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA
= $(install_sh
) -c
-m
644
25 install_sh_PROGRAM
= $(install_sh
) -c
26 install_sh_SCRIPT
= $(install_sh
) -c
27 INSTALL_HEADER
= $(INSTALL_DATA
)
28 transform
= $(program_transform_name
)
35 build_triplet
= @build@
37 target_triplet
= @target@
39 DIST_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
45 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
46 am__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
57 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
59 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
60 configure.lineno config.status.lineno
61 mkinstalldirs
= $(install_sh
) -d
62 CONFIG_HEADER
= $(top_builddir
)/src
/config.h
63 CONFIG_CLEAN_FILES
= build-test-tarball.mk libsndfile.spec sndfile.
pc
64 CONFIG_CLEAN_VPATH_FILES
=
65 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
66 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
67 am__v_GEN_0
= @echo
" GEN " $@
;
68 AM_V_at
= $(am__v_at_@AM_V@
)
69 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
73 RECURSIVE_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
80 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
81 am__vpath_adj
= case
$$p in \
82 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
85 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
87 am__nobase_strip_setup
= \
88 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
90 for p in
$$list; do echo
"$$p"; done | sed
-e
"s|$$srcdirstrip/||"
91 am__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] }'
99 sed
'$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
100 sed
'$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
101 am__uninstall_files_from_dir
= { \
103 ||
{ test ! -d
"$$dir" && test ! -f
"$$dir" && test ! -r
"$$dir"; } \
104 ||
{ echo
" ( cd '$$dir' && rm -f" $$files ")"; \
105 $(am__cd
) "$$dir" && rm -f
$$files; }; \
107 am__installdirs
= "$(DESTDIR)$(pkgconfigdir)"
108 DATA
= $(pkgconfig_DATA
)
109 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
110 distclean-recursive maintainer-clean-recursive
111 AM_RECURSIVE_TARGETS
= $(RECURSIVE_TARGETS
:-recursive
=) \
112 $(RECURSIVE_CLEAN_TARGETS
:-recursive
=) tags TAGS ctags CTAGS \
113 distdir
dist dist-all distcheck
116 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
117 distdir
= $(PACKAGE
)-$(VERSION
)
118 top_distdir
= $(distdir
)
119 am__remove_distdir
= \
120 if
test -d
"$(distdir)"; then \
121 find
"$(distdir)" -type d
! -perm
-200 -exec chmod u
+w
{} ';' \
122 && rm -rf
"$(distdir)" \
123 ||
{ sleep
5 && rm -rf
"$(distdir)"; }; \
127 sed_first
='s,^\([^/]*\)/.*$$,\1,'; \
128 sed_rest
='s,^[^/]*/*,,'; \
129 sed_last
='s,^.*/\([^/]*\)$$,\1,'; \
130 sed_butlast
='s,/*[^/]*$$,,'; \
131 while
test -n
"$$dir1"; do \
132 first
=`echo "$$dir1" | sed -e "$$sed_first"`; \
133 if
test "$$first" != "."; then \
134 if
test "$$first" = ".."; then \
135 dir2
=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
136 dir0
=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
138 first2
=`echo "$$dir2" | sed -e "$$sed_first"`; \
139 if
test "$$first2" = "$$first"; then \
140 dir2
=`echo "$$dir2" | sed -e "$$sed_rest"`; \
144 dir0
="$$dir0"/"$$first"; \
147 dir1
=`echo "$$dir1" | sed -e "$$sed_rest"`; \
150 DIST_ARCHIVES
= $(distdir
).
tar.gz
152 distuninstallcheck_listfiles
= find .
-type f
-print
153 am__distuninstallcheck_listfiles
= $(distuninstallcheck_listfiles
) \
154 | sed
's|^\./|$(prefix)/|' | grep
-v
'$(infodir)/dir$$'
155 distcleancheck_listfiles
= find .
-type f
-print
157 ACLOCAL_AMFLAGS
= @ACLOCAL_AMFLAGS@
158 ALSA_LIBS
= @ALSA_LIBS@
160 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
162 AUTOCONF
= @AUTOCONF@
163 AUTOHEADER
= @AUTOHEADER@
164 AUTOMAKE
= @AUTOMAKE@
167 CCDEPMODE
= @CCDEPMODE@
169 CLEAN_VERSION
= @CLEAN_VERSION@
171 CPPFLAGS
= @CPPFLAGS@
174 CXXDEPMODE
= @CXXDEPMODE@
175 CXXFLAGS
= @CXXFLAGS@
176 CYGPATH_W
= @CYGPATH_W@
180 DSYMUTIL
= @DSYMUTIL@
187 EXTERNAL_CFLAGS
= @EXTERNAL_CFLAGS@
188 EXTERNAL_LIBS
= @EXTERNAL_LIBS@
190 FLAC_CFLAGS
= @FLAC_CFLAGS@
191 FLAC_LIBS
= @FLAC_LIBS@
192 GCC_MAJOR_VERSION
= @GCC_MAJOR_VERSION@
193 GCC_MINOR_VERSION
= @GCC_MINOR_VERSION@
194 GCC_VERSION
= @GCC_VERSION@
197 HAVE_AUTOGEN
= @HAVE_AUTOGEN@
198 HAVE_MKOCTFILE
= @HAVE_MKOCTFILE@
199 HAVE_OCTAVE
= @HAVE_OCTAVE@
200 HAVE_OCTAVE_CONFIG
= @HAVE_OCTAVE_CONFIG@
201 HAVE_WINE
= @HAVE_WINE@
202 HOST_TRIPLET
= @HOST_TRIPLET@
203 HTML_BGCOLOUR
= @HTML_BGCOLOUR@
204 HTML_FGCOLOUR
= @HTML_FGCOLOUR@
206 INSTALL_DATA
= @INSTALL_DATA@
207 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
208 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
209 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
215 LIBTOOL_DEPS
= @LIBTOOL_DEPS@
218 LTLIBOBJS
= @LTLIBOBJS@
219 MAKEINFO
= @MAKEINFO@
220 MANIFEST_TOOL
= @MANIFEST_TOOL@
222 MKOCTFILE
= @MKOCTFILE@
223 MKOCTFILE_VERSION
= @MKOCTFILE_VERSION@
229 OCTAVE_CONFIG
= @OCTAVE_CONFIG@
230 OCTAVE_CONFIG_VERSION
= @OCTAVE_CONFIG_VERSION@
231 OCTAVE_DEST_MDIR
= @OCTAVE_DEST_MDIR@
232 OCTAVE_DEST_ODIR
= @OCTAVE_DEST_ODIR@
233 OCTAVE_VERSION
= @OCTAVE_VERSION@
234 OGG_CFLAGS
= @OGG_CFLAGS@
235 OGG_LIBS
= @OGG_LIBS@
236 OS_SPECIFIC_CFLAGS
= @OS_SPECIFIC_CFLAGS@
237 OS_SPECIFIC_LINKS
= @OS_SPECIFIC_LINKS@
241 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
242 PACKAGE_NAME
= @PACKAGE_NAME@
243 PACKAGE_STRING
= @PACKAGE_STRING@
244 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
245 PACKAGE_URL
= @PACKAGE_URL@
246 PACKAGE_VERSION
= @PACKAGE_VERSION@
247 PATH_SEPARATOR
= @PATH_SEPARATOR@
248 PKG_CONFIG
= @PKG_CONFIG@
249 PKG_CONFIG_LIBDIR
= @PKG_CONFIG_LIBDIR@
250 PKG_CONFIG_PATH
= @PKG_CONFIG_PATH@
254 SET_MAKE
= @SET_MAKE@
255 SF_COUNT_MAX
= @SF_COUNT_MAX@
256 SHARED_VERSION_INFO
= @SHARED_VERSION_INFO@
258 SHLIB_VERSION_ARG
= @SHLIB_VERSION_ARG@
259 SIZEOF_SF_COUNT_T
= @SIZEOF_SF_COUNT_T@
260 SNDIO_LIBS
= @SNDIO_LIBS@
261 SPEEX_CFLAGS
= @SPEEX_CFLAGS@
262 SPEEX_LIBS
= @SPEEX_LIBS@
263 SQLITE3_CFLAGS
= @SQLITE3_CFLAGS@
264 SQLITE3_LIBS
= @SQLITE3_LIBS@
266 TYPEOF_SF_COUNT_T
= @TYPEOF_SF_COUNT_T@
268 VORBISENC_CFLAGS
= @VORBISENC_CFLAGS@
269 VORBISENC_LIBS
= @VORBISENC_LIBS@
270 VORBIS_CFLAGS
= @VORBIS_CFLAGS@
271 VORBIS_LIBS
= @VORBIS_LIBS@
272 WIN_RC_VERSION
= @WIN_RC_VERSION@
273 abs_builddir
= @abs_builddir@
274 abs_srcdir
= @abs_srcdir@
275 abs_top_builddir
= @abs_top_builddir@
276 abs_top_srcdir
= @abs_top_srcdir@
277 ac_ct_AR
= @ac_ct_AR@
278 ac_ct_CC
= @ac_ct_CC@
279 ac_ct_CXX
= @ac_ct_CXX@
280 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
281 am__include
= @am__include@
282 am__leading_dot
= @am__leading_dot@
283 am__quote
= @am__quote@
285 am__untar
= @am__untar@
288 build_alias
= @build_alias@
289 build_cpu
= @build_cpu@
290 build_os
= @build_os@
291 build_vendor
= @build_vendor@
292 builddir
= @builddir@
294 datarootdir
= @datarootdir@
297 exec_prefix = @
exec_prefix@
299 host_alias
= @host_alias@
300 host_cpu
= @host_cpu@
302 host_vendor
= @host_vendor@
304 htmldocdir
= @htmldocdir@
305 includedir = @
includedir@
307 install_sh
= @install_sh@
309 libexecdir
= @libexecdir@
310 localedir
= @localedir@
311 localstatedir
= @localstatedir@
314 oldincludedir = @
oldincludedir@
317 program_transform_name
= @program_transform_name@
320 sharedstatedir
= @sharedstatedir@
322 sysconfdir
= @sysconfdir@
324 target_alias
= @target_alias@
325 target_cpu
= @target_cpu@
326 target_os
= @target_os@
327 target_vendor
= @target_vendor@
328 top_build_prefix
= @top_build_prefix@
329 top_builddir
= @top_builddir@
330 top_srcdir
= @top_srcdir@
331 DISTCHECK_CONFIGURE_FLAGS
= --enable-gcc-werror
332 @BUILD_OCTAVE_MOD_TRUE@octave_dir
= Octave
333 SUBDIRS
= M4 man doc Win32 src
$(octave_dir
) examples regtest tests programs
334 DIST_SUBDIRS
= M4 man doc Win32 src Octave examples regtest tests programs
335 EXTRA_DIST
= libsndfile.spec.in sndfile.
pc.in
337 pkgconfigdir
= $(libdir)/pkgconfig
338 pkgconfig_DATA
= sndfile.
pc
339 m4datadir
= $(datadir)/aclocal
343 am--refresh
: Makefile
345 $(srcdir)/Makefile.in
: $(srcdir)/Makefile.am
$(am__configure_deps
)
347 case
'$(am__configure_deps)' in \
349 echo
' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
350 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --gnu \
355 echo
' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
356 $(am__cd
) $(top_srcdir
) && \
357 $(AUTOMAKE
) --gnu Makefile
359 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
362 echo
' $(SHELL) ./config.status'; \
363 $(SHELL
) .
/config.status
;; \
365 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
366 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
369 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
370 $(SHELL
) .
/config.status
--recheck
372 $(top_srcdir
)/configure
: $(am__configure_deps
)
373 $(am__cd
) $(srcdir) && $(AUTOCONF
)
374 $(ACLOCAL_M4
): $(am__aclocal_m4_deps
)
375 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
376 $(am__aclocal_m4_deps
):
377 build-test-tarball.mk
: $(top_builddir
)/config.status
$(srcdir)/build-test-tarball.mk.in
378 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
379 libsndfile.spec
: $(top_builddir
)/config.status
$(srcdir)/libsndfile.spec.in
380 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
381 sndfile.
pc: $(top_builddir
)/config.status
$(srcdir)/sndfile.
pc.in
382 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
391 -rm -f libtool config.lt
392 install-pkgconfigDATA
: $(pkgconfig_DATA
)
394 test -z
"$(pkgconfigdir)" ||
$(MKDIR_P
) "$(DESTDIR)$(pkgconfigdir)"
395 @list
='$(pkgconfig_DATA)'; test -n
"$(pkgconfigdir)" || list
=; \
396 for p in
$$list; do \
397 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
399 done |
$(am__base_list
) | \
400 while read files
; do \
401 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
402 $(INSTALL_DATA
) $$files "$(DESTDIR)$(pkgconfigdir)" || exit
$$?
; \
405 uninstall-pkgconfigDATA
:
407 @list
='$(pkgconfig_DATA)'; test -n
"$(pkgconfigdir)" || list
=; \
408 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
409 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir
)
411 # This directory's subdirectories are mostly independent; you can cd
412 # into them and run `make' without going through this Makefile.
413 # To change the values of `make' variables: instead of editing Makefiles,
414 # (1) if the variable is set in `config.status', edit `config.status'
415 # (which will cause the Makefiles to be regenerated when you run `make');
416 # (2) otherwise, pass the desired values on the `make' command line.
417 $(RECURSIVE_TARGETS
):
418 @fail
= failcom
='exit 1'; \
419 for f in x
$$MAKEFLAGS; do \
422 *k
*) failcom
='fail=yes';; \
426 target
=`echo $@ | sed s/-recursive//`; \
427 list
='$(SUBDIRS)'; for subdir in
$$list; do \
428 echo
"Making $$target in $$subdir"; \
429 if
test "$$subdir" = "."; then \
431 local_target
="$$target-am"; \
433 local_target
="$$target"; \
435 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
438 if
test "$$dot_seen" = "no"; then \
439 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
442 $(RECURSIVE_CLEAN_TARGETS
):
443 @fail
= failcom
='exit 1'; \
444 for f in x
$$MAKEFLAGS; do \
447 *k
*) failcom
='fail=yes';; \
452 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
453 *) list
='$(SUBDIRS)' ;; \
455 rev
=''; for subdir in
$$list; do \
456 if
test "$$subdir" = "."; then
:; else \
457 rev
="$$subdir $$rev"; \
461 target
=`echo $@ | sed s/-recursive//`; \
462 for subdir in
$$rev; do \
463 echo
"Making $$target in $$subdir"; \
464 if
test "$$subdir" = "."; then \
465 local_target
="$$target-am"; \
467 local_target
="$$target"; \
469 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
471 done
&& test -z
"$$fail"
473 list
='$(SUBDIRS)'; for subdir in
$$list; do \
474 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
477 list
='$(SUBDIRS)'; for subdir in
$$list; do \
478 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
481 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
482 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
483 unique
=`for i in $$list; do \
484 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
486 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
487 END { if (nonempty) { for (i in files) print i; }; }'`; \
491 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
492 $(TAGS_FILES
) $(LISP
)
495 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
496 include_option
=--etags-include
; \
499 include_option
=--include; \
502 list
='$(SUBDIRS)'; for subdir in
$$list; do \
503 if
test "$$subdir" = .
; then
:; else \
504 test ! -f
$$subdir/TAGS || \
505 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
508 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
509 unique
=`for i in $$list; do \
510 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
512 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
513 END { if (nonempty) { for (i in files) print i; }; }'`; \
515 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
516 test -n
"$$unique" || unique
=$$empty_fix; \
517 if
test $$# -gt 0; then \
518 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
521 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
526 CTAGS
: ctags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
527 $(TAGS_FILES
) $(LISP
)
528 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
529 unique
=`for i in $$list; do \
530 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
532 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
533 END { if (nonempty) { for (i in files) print i; }; }'`; \
534 test -z
"$(CTAGS_ARGS)$$unique" \
535 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
539 here
=`$(am__cd) $(top_builddir) && pwd` \
540 && $(am__cd
) $(top_srcdir
) \
541 && gtags
-i
$(GTAGS_ARGS
) "$$here"
544 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
546 distdir
: $(DISTFILES
)
547 $(am__remove_distdir
)
548 test -d
"$(distdir)" || mkdir
"$(distdir)"
549 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
550 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
551 list
='$(DISTFILES)'; \
552 dist_files
=`for file in $$list; do echo $$file; done | \
553 sed -e "s|^$$srcdirstrip/||;t" \
554 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
555 case
$$dist_files in \
556 */*) $(MKDIR_P
) `echo "$$dist_files" | \
557 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
560 for file in
$$dist_files; do \
561 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
562 if
test -d
$$d/$$file; then \
563 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
564 if
test -d
"$(distdir)/$$file"; then \
565 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
567 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
568 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
569 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
571 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
573 test -f
"$(distdir)/$$file" \
574 || cp
-p
$$d/$$file "$(distdir)/$$file" \
578 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
579 if
test "$$subdir" = .
; then
:; else \
580 test -d
"$(distdir)/$$subdir" \
581 ||
$(MKDIR_P
) "$(distdir)/$$subdir" \
585 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
586 if
test "$$subdir" = .
; then
:; else \
587 dir1
=$$subdir; dir2
="$(distdir)/$$subdir"; \
589 new_distdir
=$$reldir; \
590 dir1
=$$subdir; dir2
="$(top_distdir)"; \
592 new_top_distdir
=$$reldir; \
593 echo
" (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
594 echo
" am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
595 ($(am__cd
) $$subdir && \
596 $(MAKE
) $(AM_MAKEFLAGS
) \
597 top_distdir
="$$new_top_distdir" \
598 distdir
="$$new_distdir" \
599 am__remove_distdir
=: \
600 am__skip_length_check
=: \
601 am__skip_mode_fix
=: \
606 -test -n
"$(am__skip_mode_fix)" \
607 || find
"$(distdir)" -type d
! -perm
-755 \
608 -exec chmod u
+rwx
,go
+rx
{} \
; -o \
609 ! -type d
! -perm
-444 -links
1 -exec chmod a
+r
{} \
; -o \
610 ! -type d
! -perm
-400 -exec chmod a
+r
{} \
; -o \
611 ! -type d
! -perm
-444 -exec
$(install_sh
) -c
-m a
+r
{} {} \
; \
612 || chmod
-R a
+r
"$(distdir)"
614 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
615 $(am__remove_distdir
)
618 tardir
=$(distdir
) && $(am__tar
) | BZIP2
=$${BZIP2--9
} bzip2
-c
>$(distdir
).
tar.bz2
619 $(am__remove_distdir
)
622 tardir
=$(distdir
) && $(am__tar
) | lzip
-c
$${LZIP_OPT--9
} >$(distdir
).
tar.lz
623 $(am__remove_distdir
)
626 tardir
=$(distdir
) && $(am__tar
) | lzma
-9 -c
>$(distdir
).
tar.lzma
627 $(am__remove_distdir
)
630 tardir
=$(distdir
) && $(am__tar
) | XZ_OPT
=$${XZ_OPT--e
} xz
-c
>$(distdir
).
tar.xz
631 $(am__remove_distdir
)
634 tardir
=$(distdir
) && $(am__tar
) | compress
-c
>$(distdir
).
tar.Z
635 $(am__remove_distdir
)
638 shar $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
shar.gz
639 $(am__remove_distdir
)
642 -rm -f
$(distdir
).zip
643 zip
-rq
$(distdir
).zip
$(distdir
)
644 $(am__remove_distdir
)
646 dist dist-all
: distdir
647 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
648 $(am__remove_distdir
)
650 # This target untars the dist file and tries a VPATH configuration. Then
651 # it guarantees that the distribution is self-contained by making another
654 case
'$(DIST_ARCHIVES)' in \
656 GZIP
=$(GZIP_ENV
) gzip
-dc
$(distdir
).
tar.gz |
$(am__untar
) ;;\
658 bzip2
-dc
$(distdir
).
tar.bz2 |
$(am__untar
) ;;\
660 lzma
-dc
$(distdir
).
tar.lzma |
$(am__untar
) ;;\
662 lzip
-dc
$(distdir
).
tar.lz |
$(am__untar
) ;;\
664 xz
-dc
$(distdir
).
tar.xz |
$(am__untar
) ;;\
666 uncompress
-c
$(distdir
).
tar.Z |
$(am__untar
) ;;\
668 GZIP
=$(GZIP_ENV
) gzip
-dc
$(distdir
).
shar.gz | unshar
;;\
670 unzip
$(distdir
).zip
;;\
672 chmod
-R a-w
$(distdir
); chmod a
+w
$(distdir
)
673 mkdir
$(distdir
)/_build
674 mkdir
$(distdir
)/_inst
676 test -d
$(distdir
)/_build || exit
0; \
677 dc_install_base
=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
678 && dc_destdir
="$${TMPDIR-/tmp}/am-dc-$$$$/" \
680 && $(am__cd
) $(distdir
)/_build \
681 && ..
/configure
--srcdir=..
--prefix="$$dc_install_base" \
682 $(AM_DISTCHECK_CONFIGURE_FLAGS
) \
683 $(DISTCHECK_CONFIGURE_FLAGS
) \
684 && $(MAKE
) $(AM_MAKEFLAGS
) \
685 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
686 && $(MAKE
) $(AM_MAKEFLAGS
) check \
687 && $(MAKE
) $(AM_MAKEFLAGS
) install \
688 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
689 && $(MAKE
) $(AM_MAKEFLAGS
) uninstall \
690 && $(MAKE
) $(AM_MAKEFLAGS
) distuninstallcheck_dir
="$$dc_install_base" \
692 && chmod
-R a-w
"$$dc_install_base" \
694 (cd ..
/..
&& umask
077 && mkdir
"$$dc_destdir") \
695 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" install \
696 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" uninstall \
697 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" \
698 distuninstallcheck_dir
="$$dc_destdir" distuninstallcheck
; \
699 } ||
{ rm -rf
"$$dc_destdir"; exit
1; }) \
700 && rm -rf
"$$dc_destdir" \
701 && $(MAKE
) $(AM_MAKEFLAGS
) dist \
702 && rm -rf
$(DIST_ARCHIVES
) \
703 && $(MAKE
) $(AM_MAKEFLAGS
) distcleancheck \
706 $(am__remove_distdir
)
707 @
(echo
"$(distdir) archives ready for distribution: "; \
708 list
='$(DIST_ARCHIVES)'; for i in
$$list; do echo
$$i; done
) | \
709 sed
-e
1h
-e
1s
/.
/=/g
-e
1p
-e
1x
-e
'$$p' -e
'$$x'
711 @
test -n
'$(distuninstallcheck_dir)' ||
{ \
712 echo
'ERROR: trying to run $@ with an empty' \
713 '$$(distuninstallcheck_dir)' >&2; \
716 $(am__cd
) '$(distuninstallcheck_dir)' ||
{ \
717 echo
'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
720 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq
0 \
721 ||
{ echo
"ERROR: files left after uninstall:" ; \
722 if
test -n
"$(DESTDIR)"; then \
723 echo
" (check DESTDIR support)"; \
725 $(distuninstallcheck_listfiles
) ; \
727 distcleancheck
: distclean
728 @if
test '$(srcdir)' = .
; then \
729 echo
"ERROR: distcleancheck can only run from a VPATH build" ; \
732 @
test `$(distcleancheck_listfiles) | wc -l` -eq
0 \
733 ||
{ echo
"ERROR: files left in build directory after distclean:" ; \
734 $(distcleancheck_listfiles
) ; \
737 check: check-recursive
738 all-am
: Makefile
$(DATA
)
739 installdirs: installdirs-recursive
741 for
dir in
"$(DESTDIR)$(pkgconfigdir)"; do \
742 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
744 install: install-recursive
745 install-exec
: install-exec-recursive
746 install-data
: install-data-recursive
747 uninstall: uninstall-recursive
750 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
752 installcheck: installcheck-recursive
754 if
test -z
'$(STRIP)'; then \
755 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
756 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
759 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
760 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
761 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
766 -test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
769 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
770 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
772 maintainer-clean-generic
:
773 @echo
"This command is intended for maintainers to use"
774 @echo
"it deletes files that may require special tools to rebuild."
775 clean: clean-recursive
777 clean-am
: clean-generic clean-libtool mostlyclean-am
779 distclean: distclean-recursive
780 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
782 distclean-am
: clean-am distclean-generic distclean-libtool \
797 install-data-am
: install-pkgconfigDATA
799 install-dvi
: install-dvi-recursive
805 install-html
: install-html-recursive
809 install-info
: install-info-recursive
815 install-pdf
: install-pdf-recursive
819 install-ps
: install-ps-recursive
825 maintainer-clean
: maintainer-clean-recursive
826 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
827 -rm -rf
$(top_srcdir
)/autom4te.cache
829 maintainer-clean-am
: distclean-am maintainer-clean-generic
831 mostlyclean: mostlyclean-recursive
833 mostlyclean-am
: mostlyclean-generic mostlyclean-libtool
843 uninstall-am
: uninstall-pkgconfigDATA
845 .MAKE
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) ctags-recursive \
846 install-am install-strip tags-recursive
848 .PHONY
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) CTAGS GTAGS \
849 all all-am am--refresh
check check-am
clean clean-generic \
850 clean-libtool ctags ctags-recursive
dist dist-all dist-bzip2 \
851 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
852 dist-zip distcheck
distclean distclean-generic \
853 distclean-libtool distclean-tags distcleancheck distdir \
854 distuninstallcheck
dvi dvi-am html html-am
info info-am \
855 install install-am install-data install-data-am install-dvi \
856 install-dvi-am install-exec install-exec-am install-html \
857 install-html-am install-info install-info-am install-man \
858 install-pdf install-pdf-am install-pkgconfigDATA install-ps \
859 install-ps-am install-strip
installcheck installcheck-am \
860 installdirs installdirs-am maintainer-clean \
861 maintainer-clean-generic
mostlyclean mostlyclean-generic \
862 mostlyclean-libtool pdf pdf-am ps ps-am
tags tags-recursive \
863 uninstall uninstall-am uninstall-pkgconfigDATA
866 #===============================================================================
868 test: check-recursive
870 # Target to make autogenerated files.
872 (cd src
; make genfiles
)
873 (cd tests
; make genfiles
)
876 (cd src
; make libsndfile.la checkprograms
)
877 (cd tests
; make checkprograms
)
880 (cd src
; make testprogs
)
881 (cd tests
; make testprogs
)
883 test-tarball
: build-test-tarball.mk
885 make
-f build-test-tarball.mk
887 # Tell versions [3.59,3.63) of GNU make to not export all variables.
888 # Otherwise a system limit (for SysV at least) may be exceeded.